gst/matroska/: Some cleanups, refactoring and minor enhancements in caps handling.
[platform/upstream/gstreamer.git] / ChangeLog
1 2009-01-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2
3         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
4         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps):
5         Some cleanups, refactoring and minor enhancements in caps handling.
6
7         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
8         (gst_matroska_mux_init), (gst_matroska_pad_reset),
9         (gst_matroska_pad_free), (gst_matroska_mux_reset),
10         (gst_matroska_mux_video_pad_setcaps),
11         (gst_matroska_mux_request_new_pad):
12         * tests/check/elements/matroskamux.c: (teardown_src_pad):
13         Only remove, release or reset what is appropriate upon state change.
14
15 2009-01-07  Jan Schmidt  <jan.schmidt@sun.com>
16
17         * ext/pulse/pulsesink.c:
18         * ext/pulse/pulsesink.h:
19         Use a mutex to protect the current stream pointer, and ignore
20         callbacks for stream objects that have been destroyed already.
21         Fixes problems with unprepare/prepare cycles caused by the input
22         caps changing, without reintroducing bug #556986.
23
24 2009-01-07  Jan Schmidt  <jan.schmidt@sun.com>
25
26         * sys/v4l2/gstv4l2src.c:
27         Remove () from translateable string, so that it makes more sense.
28
29 2009-01-07  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
30
31         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
32         Minor fix/cleanup in header field calculation.
33
34 2009-01-06  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
35
36         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
37         (gst_matroska_mux_handle_sink_event), (gst_matroska_mux_finish):
38         * gst/matroska/matroska-mux.h:
39         Remove internal taglist and fully use tagsetter interface.
40
41 2009-01-06  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
42
43         * gst/avi/gstavimux.c: (gst_avi_mux_reset),
44         (gst_avi_mux_riff_get_avi_header):
45         * gst/avi/gstavimux.h:
46         Ensure header size invariance during subsequent rewrite by using
47         tags snapshot.
48
49 2009-01-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
50
51         * ext/pulse/pulsesink.c: (gst_pulsesink_destroy_stream):
52         Don't wait for the pulse mainloop when destroying the stream.
53         Fixes a deadlock when the pulsedaemon goes away while pulsesink
54         is PLAYING. Fixes bug #556986.
55
56 2009-01-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
57
58         Patch by: Sascha Hauer <s dot hauer at pengutronix dot de>
59                   Luotao Fu <l dot fu at pengutronix dot de>
60
61         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
62         (gst_v4l2_get_caps_info):
63         Add support for grayscale v4l2 devices. Fixes bug #566616.
64
65 2009-01-05  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
66
67         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
68         (qtdemux_tag_add_tmpo), (qtdemux_tag_add_covr),
69         (qtdemux_tag_add_date), (qtdemux_tag_add_gnre),
70         (qtdemux_tag_add_blob), (qtdemux_parse_udta):
71         * gst/qtdemux/qtdemux.h:
72         * gst/qtdemux/quicktime.c: (plugin_init):
73         Streamline tag handling and pass unparsed tags as binary blob
74         in private tag.
75
76 2009-01-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
77
78         * gst/audiofx/Makefile.am:
79         * gst/audiofx/audiofxbaseiirfilter.c:
80         (gst_audio_fx_base_iir_filter_base_init),
81         (gst_audio_fx_base_iir_filter_dispose),
82         (gst_audio_fx_base_iir_filter_class_init),
83         (gst_audio_fx_base_iir_filter_init),
84         (gst_audio_fx_base_iir_filter_calculate_gain),
85         (gst_audio_fx_base_iir_filter_set_coefficients),
86         (gst_audio_fx_base_iir_filter_setup), (process),
87         (gst_audio_fx_base_iir_filter_transform_ip),
88         (gst_audio_fx_base_iir_filter_stop):
89         * gst/audiofx/audiofxbaseiirfilter.h:
90         Implement a base class for IIR filters.
91
92         * gst/audiofx/audiochebband.c: (gst_audio_cheb_band_base_init),
93         (gst_audio_cheb_band_class_init), (gst_audio_cheb_band_init),
94         (generate_coefficients), (gst_audio_cheb_band_set_property),
95         (gst_audio_cheb_band_setup):
96         * gst/audiofx/audiochebband.h:
97         * gst/audiofx/audiocheblimit.c: (gst_audio_cheb_limit_base_init),
98         (gst_audio_cheb_limit_class_init), (gst_audio_cheb_limit_init),
99         (generate_coefficients), (gst_audio_cheb_limit_set_property),
100         (gst_audio_cheb_limit_setup):
101         * gst/audiofx/audiocheblimit.h:
102         Use the IIR filter base class for the chebyshev filters.
103
104 2009-01-02  Michael Smith <msmith@songbirdnest.com>
105
106           Patch by: Justin Karnegas <justin@affinix.com> and
107                     Michael Smith <msmith@songbirdnest.com>
108         * sys/osxaudio/gstosxaudio.c:
109         * sys/osxaudio/gstosxaudioelement.c:
110         * sys/osxaudio/gstosxaudioelement.h:
111         * sys/osxaudio/gstosxaudiosink.c:
112         * sys/osxaudio/gstosxaudiosink.h:
113         * sys/osxaudio/gstosxaudiosrc.c:
114         * sys/osxaudio/gstosxaudiosrc.h:
115         * sys/osxaudio/gstosxringbuffer.c:
116         * sys/osxaudio/gstosxringbuffer.h:
117           Rewrite osxaudio to work more flexibly and more reliably, using a
118           different abstraction layer of coreaudio that is the recommended way of
119           doing low-level audio I/O on OSX.
120           Fixes byg #564948.
121
122 2009-01-02  Wim Taymans  <wim.taymans@collabora.co.uk>
123
124         * tests/examples/rtp/server-decodebin-H263p-AMR.sh:
125         Add example RTP transcoding pipeline from any file decodedable with
126         uridecodebin.
127
128 2009-01-02  Wim Taymans  <wim.taymans@collabora.co.uk>
129
130         * tests/examples/rtp/.cvsignore:
131         * tests/examples/rtp/Makefile.am:
132         * tests/examples/rtp/client-PCMA.c: (pad_added_cb), (main):
133         * tests/examples/rtp/server-alsasrc-PCMA.c: (main):
134         Add two C examples of using gstrtpbin as a sender and a receiver.
135
136 2008-12-31  Jan Schmidt  <jan.schmidt@sun.com>
137
138         * ChangeLog:
139         Remove conflict marker from ChangeLog
140
141 2008-12-28  Edward Hervey  <edward.hervey@collabora.co.uk>
142
143         Patch by: j^ <j at oil21.org>
144
145         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps),
146         (qtdemux_audio_caps):
147         Add codec mapping for xvid, fmp4 and ac3 tracks.
148         Fixes #565850
149
150 2008-12-23  Wim Taymans  <wim.taymans@collabora.co.uk>
151
152         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
153         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
154         (gst_smokeenc_chain), (gst_smokeenc_change_state):
155         * ext/jpeg/gstsmokeenc.h:
156         Implement getcaps function.
157         Set caps on the pad and on all outgoing buffers.
158         Fixes #565441.
159
160 2008-12-19  Stefan Kost  <ensonic@users.sf.net>
161
162         * ext/pulse/pulsemixerctrl.c:
163           And remove temporary comment pointing to the bug ticket.
164
165         * gst/avi/gstavimux.c:
166           Move reoccuring logging to LOG and log instance too.
167
168 2008-12-17  Stefan Kost  <ensonic@users.sf.net>
169
170         * ext/pulse/pulsemixerctrl.c:
171           Don't leak the pa_operation.
172
173 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
174
175         * configure.ac:
176           Require core cvs.
177
178 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
179
180         * gst/avi/gstavimux.c:
181           Rename api from _flush to _reset_tags. 
182
183 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
184
185         * gst/avi/gstavimux.c:
186           Use new tagsetter api to flush tags.
187
188 2008-12-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
189
190         * tests/check/elements/deinterleave.c: (deinterleave_suite):
191         Increase timeout to 3 minutes to prevent timeouts.
192
193 2008-12-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
194
195         * tests/check/elements/interleave.c: (interleave_suite):
196         Increase timeout to 3 minutes to prevent timeouts.
197
198 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
199
200         * gst/avi/gstavimux.c:
201         * gst/avi/gstavimux.h:
202           Totally remove the internal taglists and fully use tagsetter.
203
204 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
205
206         * gst/avi/gstavimux.c:
207           Instead of filtering wrongly just use the mergemode. Applications is
208           use KEEP_ALL if they want to supress tag-events. Fixes #563221 for
209           avi for real (I hope). Everyone chime in, before I fix the others.
210
211 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
212
213         * ext/pulse/pulsemixerctrl.c:
214           Add note about memleak.
215
216 2008-12-13  Edward Hervey  <bilboed@gmail.com>
217
218         * m4/Makefile.am:
219         A couple more .m4 that aren't shipped anymore with gettext 0.17.
220
221 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
222
223         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
224         (gst_flac_dec_init):
225         * gst/law/alaw-decode.c: (gst_alaw_dec_base_init),
226         (gst_alaw_dec_init):
227         * gst/law/alaw-encode.c: (gst_alaw_enc_base_init),
228         (gst_alaw_enc_init):
229         * gst/law/alaw.c: (plugin_init):
230         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init),
231         (gst_mulawdec_init):
232         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init),
233         (gst_mulawenc_init):
234         * gst/law/mulaw.c: (plugin_init):
235         Switch to using GstStaticPadTemplate.
236         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr):
237         Don't forget to free the addrinfo structure.
238         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
239         (gst_wavparse_sink_activate):
240         Don't forget to unref the GstAdapter.
241
242 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
243
244         * m4/Makefile.am:
245         inttypes.m4 hasn't been available since gettext-0.15, and since we now
246         require gettext >= 0.17 ... we can remove it from the list of files to
247         dist.
248
249 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
250
251         * gst/avi/gstavidemux.c:
252           More logging.
253
254         * gst/avi/gstavimux.c:
255           Handle more metadata fields. Better estimate of metadata size. Don't
256           merge received tags, if application has specified tags using
257           GST_TAG_MERGE_REPLACE_ALL. Fixes #563221 for avi.
258
259 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
260
261         * tests/check/Makefile.am:
262         Also ignore pulsemixer for the states unit test.
263
264 2008-12-09  Wim Taymans  <wim.taymans@collabora.co.uk>
265
266         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_process):
267         Add an EOI marker at the end of the jpeg frame when it's missing.
268         Fixes #563056.
269
270 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
271
272         * tests/check/elements/videocrop.c: (check_1x1_buffer):
273         Update the unit test for the new color values for BT.601 red.
274         Fixes bug #563510.
275
276 2008-12-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
277
278         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
279           Restore previous behaviour of not passing QoS and navigation
280           events upstream, which presumably wasn't meant to be changed.
281
282 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
283
284         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
285         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
286         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
287         (gst_dvdemux_chain), (gst_dvdemux_loop),
288         (gst_dvdemux_change_state):
289         Add srcpads only when needed and remove them again when going
290         back to READY. This prevents stalled pipelines if there's no
291         audio inside the DV stream, which happens for many MXF files.
292
293 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
294
295         * tests/check/elements/souphttpsrc.c: (GST_START_TEST),
296         (run_server):
297         The ports in libsoup are unsigned integers and not signed
298         integers.
299
300 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
301
302         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
303         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
304         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
305         (gst_dvdemux_chain), (gst_dvdemux_loop),
306         (gst_dvdemux_change_state):
307         Add srcpads only when they're needed. If we add all pads in any
308         case we will get a stalling audio pad if the stream contains
309         no audio, which is the case for many MXF files.
310
311 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
312
313         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
314         Forward all events upstream unless it's something we really
315         don't handle. This fixes latency configuration of pipelines.
316
317 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
318
319         * ext/dv/gstdv.c: (plugin_init):
320         * ext/dv/gstdvdec.c: (gst_dvdec_class_init):
321         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init):
322         Really call dv_init() exactly one time, not one time for
323         the demuxer and one time for the decoder.
324
325 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
326
327         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_handle_buffer):
328         Copy incomming timestamp to outgoing packets.
329
330 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
331
332         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush),
333         (gst_rtp_mp4v_pay_event):
334         Don't try to push packets before we could find a valid config
335         startcode. Fixes #563509.
336
337 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
338
339         Patch by: Brian Cameron <brian.cameron at sun dot com>
340
341         * sys/sunaudio/gstsunaudiomixerctrl.c:
342         (gst_sunaudiomixer_ctrl_open):
343         Set the mixer fd before calling ioctl() on it. Fixes bug #563414.
344
345 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
346
347         Patch by: Alexandre Rostovtsev <tetromino at gmail dot com>
348
349         * configure.ac:
350         Make usage of libv4l optional by a configure parameter.
351         Fixes bug #563504.
352
353 2008-12-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
354
355         * docs/plugins/Makefile.am:
356         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
357         * docs/plugins/gst-plugins-good-plugins-sections.txt:
358         * docs/plugins/gst-plugins-good-plugins.args:
359         * docs/plugins/gst-plugins-good-plugins.hierarchy:
360         * docs/plugins/gst-plugins-good-plugins.interfaces:
361         * docs/plugins/inspect/plugin-1394.xml:
362         * docs/plugins/inspect/plugin-aasink.xml:
363         * docs/plugins/inspect/plugin-alaw.xml:
364         * docs/plugins/inspect/plugin-alpha.xml:
365         * docs/plugins/inspect/plugin-alphacolor.xml:
366         * docs/plugins/inspect/plugin-annodex.xml:
367         * docs/plugins/inspect/plugin-apetag.xml:
368         * docs/plugins/inspect/plugin-audiofx.xml:
369         * docs/plugins/inspect/plugin-auparse.xml:
370         * docs/plugins/inspect/plugin-autodetect.xml:
371         * docs/plugins/inspect/plugin-avi.xml:
372         * docs/plugins/inspect/plugin-cacasink.xml:
373         * docs/plugins/inspect/plugin-cairo.xml:
374         * docs/plugins/inspect/plugin-cutter.xml:
375         * docs/plugins/inspect/plugin-debug.xml:
376         * docs/plugins/inspect/plugin-dv.xml:
377         * docs/plugins/inspect/plugin-efence.xml:
378         * docs/plugins/inspect/plugin-effectv.xml:
379         * docs/plugins/inspect/plugin-equalizer.xml:
380         * docs/plugins/inspect/plugin-esdsink.xml:
381         * docs/plugins/inspect/plugin-flac.xml:
382         * docs/plugins/inspect/plugin-flxdec.xml:
383         * docs/plugins/inspect/plugin-gamma.xml:
384         * docs/plugins/inspect/plugin-gconfelements.xml:
385         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
386         * docs/plugins/inspect/plugin-goom.xml:
387         * docs/plugins/inspect/plugin-goom2k1.xml:
388         * docs/plugins/inspect/plugin-halelements.xml:
389         * docs/plugins/inspect/plugin-icydemux.xml:
390         * docs/plugins/inspect/plugin-id3demux.xml:
391         * docs/plugins/inspect/plugin-interleave.xml:
392         * docs/plugins/inspect/plugin-jpeg.xml:
393         * docs/plugins/inspect/plugin-level.xml:
394         * docs/plugins/inspect/plugin-matroska.xml:
395         * docs/plugins/inspect/plugin-monoscope.xml:
396         * docs/plugins/inspect/plugin-mulaw.xml:
397         * docs/plugins/inspect/plugin-multifile.xml:
398         * docs/plugins/inspect/plugin-multipart.xml:
399         * docs/plugins/inspect/plugin-navigationtest.xml:
400         * docs/plugins/inspect/plugin-ossaudio.xml:
401         * docs/plugins/inspect/plugin-png.xml:
402         * docs/plugins/inspect/plugin-pulseaudio.xml:
403         * docs/plugins/inspect/plugin-quicktime.xml:
404         * docs/plugins/inspect/plugin-replaygain.xml:
405         * docs/plugins/inspect/plugin-rtp.xml:
406         * docs/plugins/inspect/plugin-rtsp.xml:
407         * docs/plugins/inspect/plugin-shout2send.xml:
408         * docs/plugins/inspect/plugin-smpte.xml:
409         * docs/plugins/inspect/plugin-soup.xml:
410         * docs/plugins/inspect/plugin-spectrum.xml:
411         * docs/plugins/inspect/plugin-speex.xml:
412         * docs/plugins/inspect/plugin-taglib.xml:
413         * docs/plugins/inspect/plugin-udp.xml:
414         * docs/plugins/inspect/plugin-video4linux2.xml:
415         * docs/plugins/inspect/plugin-videobalance.xml:
416         * docs/plugins/inspect/plugin-videobox.xml:
417         * docs/plugins/inspect/plugin-videocrop.xml:
418         * docs/plugins/inspect/plugin-videoflip.xml:
419         * docs/plugins/inspect/plugin-videomixer.xml:
420         * docs/plugins/inspect/plugin-wavenc.xml:
421         * docs/plugins/inspect/plugin-wavpack.xml:
422         * docs/plugins/inspect/plugin-wavparse.xml:
423         * docs/plugins/inspect/plugin-ximagesrc.xml:
424         * gst/matroska/matroska-demux.c:
425         * gst/matroska/matroska-demux.h:
426         * gst/matroska/matroska-mux.c:
427         * gst/matroska/matroska-mux.h:
428         Add documentation for matroskamux and matroskademux and
429         update the inspection xml files.
430
431 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
432
433         * configure.ac:
434         Apparently AC_CONFIG_MACRO_DIR breaks when using more
435         than one macro directory, reverting last change.
436
437 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
438
439         * configure.ac:
440         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
441         our M4 macros.
442
443 2008-11-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
444
445         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
446         Provide the parameters that are required for the format string
447         to fix a compiler warning.
448
449 2008-11-29  Stefan Kost  <ensonic@users.sf.net>
450
451         * gst/autodetect/gstautoaudiosrc.c:
452           Fix classification.
453
454 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
455
456         Patch by: Cygwin Ports maintainer
457                   <yselkowitz at users dot sourceforge dot net>
458
459         * autogen.sh:
460         * configure.ac:
461         Require gettext 0.17 because older versions don't mix with libtool
462         2.2. At build time an older gettext version will still work.
463         Fixes bug #556091.
464
465 2008-11-28  Wim Taymans  <wim.taymans@collabora.co.uk>
466
467         Patch by: Peter Kjellerstedt <pkj at axis com>
468
469         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
470         Make gst_multiudpsink_render() ignore errors from sendto() instead of
471         breaking streaming. Emit a warning instead. Fixes #562572.
472
473 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
474
475         Patch by: Ron McOuat <rmcouat at smartt dot com>
476
477         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
478         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
479         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
480         (gst_soup_http_src_authenticate_cb), (gst_soup_http_src_start):
481         * ext/soup/gstsouphttpsrc.h:
482         * tests/check/elements/souphttpsrc.c: (basic_auth_cb),
483         (digest_auth_cb), (run_test), (GST_START_TEST),
484         (souphttpsrc_suite), (run_server):
485         Add support for basic and digest authentication in souphttpsrc.
486         Fixes bug #561775.
487
488 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
489
490         Patch by: Pepijn Van Eeckhoudt
491                       <pepijn dot vaneeckhoudt at luciad dot com>
492
493         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
494         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
495         * gst/wavenc/gstwavenc.h:
496         * gst/wavenc/riff.h:
497         Add support for a-law and mu-law encoded wav files. Fixes bug #562434.
498
499 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
500
501         Patch by: 이문형 <iwings at gmail dot com>
502
503         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
504         Prevent further read/write actions taken to the connect-failed socket by
505         erroring out quickly. See #562258.
506
507 2008-11-26  Stefan Kost  <ensonic@users.sf.net>
508
509         * tests/examples/level/level-example.c:
510           Set fakesink to sync. Otherwise people might question the message
511           interval. Nevertheless the timestamp in the message is what matters.
512
513 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
514
515         * tests/icles/.cvsignore:
516         cvsignore newly generated file.
517
518 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
519
520         * gst/rtp/gstasteriskh263.c:
521         * gst/rtp/gstasteriskh263.h:
522         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
523         * gst/rtp/gstrtpL16depay.h:
524         * gst/rtp/gstrtpL16pay.c:
525         * gst/rtp/gstrtpL16pay.h:
526         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps):
527         * gst/rtp/gstrtpac3depay.h:
528         * gst/rtp/gstrtpamrdepay.c:
529         * gst/rtp/gstrtpamrdepay.h:
530         * gst/rtp/gstrtpamrpay.c:
531         * gst/rtp/gstrtpamrpay.h:
532         * gst/rtp/gstrtpdepay.c:
533         * gst/rtp/gstrtpdepay.h:
534         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps):
535         * gst/rtp/gstrtpg726depay.c:
536         * gst/rtp/gstrtpg726pay.c:
537         * gst/rtp/gstrtpg729depay.c:
538         * gst/rtp/gstrtpg729pay.c:
539         * gst/rtp/gstrtpgsmdepay.c:
540         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
541         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps):
542         * gst/rtp/gstrtph263depay.h:
543         * gst/rtp/gstrtph263pay.c:
544         * gst/rtp/gstrtph263pay.h:
545         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
546         * gst/rtp/gstrtph263pdepay.h:
547         * gst/rtp/gstrtph263ppay.c:
548         * gst/rtp/gstrtph263ppay.h:
549         * gst/rtp/gstrtph264depay.c:
550         * gst/rtp/gstrtph264depay.h:
551         * gst/rtp/gstrtph264pay.c:
552         * gst/rtp/gstrtph264pay.h:
553         * gst/rtp/gstrtpilbcdepay.c:
554         * gst/rtp/gstrtpilbcpay.c:
555         * gst/rtp/gstrtpjpegdepay.h:
556         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps):
557         * gst/rtp/gstrtpmp1sdepay.h:
558         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
559         * gst/rtp/gstrtpmp2tdepay.h:
560         * gst/rtp/gstrtpmp2tpay.c:
561         * gst/rtp/gstrtpmp2tpay.h:
562         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps):
563         * gst/rtp/gstrtpmp4apay.c:
564         * gst/rtp/gstrtpmp4apay.h:
565         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps):
566         * gst/rtp/gstrtpmp4gdepay.h:
567         * gst/rtp/gstrtpmp4gpay.c:
568         * gst/rtp/gstrtpmp4gpay.h:
569         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
570         * gst/rtp/gstrtpmp4vdepay.h:
571         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
572         * gst/rtp/gstrtpmp4vpay.h:
573         * gst/rtp/gstrtpmpadepay.c:
574         * gst/rtp/gstrtpmpadepay.h:
575         * gst/rtp/gstrtpmpapay.c:
576         * gst/rtp/gstrtpmpapay.h:
577         * gst/rtp/gstrtpmpvdepay.c:
578         * gst/rtp/gstrtpmpvdepay.h:
579         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
580         * gst/rtp/gstrtppcmapay.c:
581         * gst/rtp/gstrtppcmudepay.c:
582         * gst/rtp/gstrtppcmupay.c:
583         * gst/rtp/gstrtpspeexdepay.c:
584         * gst/rtp/gstrtpspeexpay.c:
585         * gst/rtp/gstrtpsv3vdepay.c:
586         * gst/rtp/gstrtpsv3vdepay.h:
587         * gst/rtp/gstrtptheoradepay.c:
588         * gst/rtp/gstrtptheoradepay.h:
589         * gst/rtp/gstrtptheorapay.c:
590         * gst/rtp/gstrtptheorapay.h:
591         * gst/rtp/gstrtpvorbisdepay.c:
592         * gst/rtp/gstrtpvorbisdepay.h:
593         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
594         * gst/rtp/gstrtpvorbispay.h:
595         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
596         * gst/rtp/gstrtpvrawpay.c:
597         Fix the descriptions and fix some email addresses.
598
599 2008-11-25  Julien Moutte  <julien@fluendo.com>
600
601         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add MPG1 and MPG2 fourcc
602         to supported qtdemux video codecs as I found some video clips using 
603         those.
604
605 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
606
607         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
608         * gst/autodetect/gstautoaudiosrc.c: (gst_auto_audio_src_detect):
609         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
610         (gst_auto_video_sink_detect):
611         * gst/autodetect/gstautovideosrc.c: (gst_auto_video_src_detect):
612         Post an error when we can't set the internal ghostpad target.
613
614 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
615
616         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
617         (gst_video_crop_transform), (gst_video_crop_transform_caps),
618         (gst_video_crop_set_caps), (gst_video_crop_set_property):
619         * gst/videocrop/gstvideocrop.h:
620         Fix renegotiation when changing properties using the new basetransform
621         features. Fixes #561502.
622
623         * tests/icles/Makefile.am:
624         * tests/icles/videocrop2-test.c: (make_pipeline), (main):
625         Add crazy interactive test unit for dynamically changing properties.
626
627 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
628
629         * gst/rtsp/gstrtspsrc.c: (new_session_pad),
630         (gst_rtspsrc_parse_range):
631         Add some more debugging.
632         Use the reanges received from the server unconditionally.
633         Fixes #561625.
634
635 2008-11-23  Stefan Kost  <ensonic@users.sf.net>
636
637         * ext/pulse/pulsesink.c:
638           Change #if 0 to something more expresive and add pointer to related
639           bug ticket.
640
641 2008-11-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
642
643         Patch by: Tal Shalif <tshalif at nargila dot org>
644
645         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
646         Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib variants as
647         the latter don't exist on some systems (mingw). Fixes bug #561990.
648
649 2008-11-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
650
651         Patch by: Zeeshan Ali <zeeshanak at gnome dot org>
652
653         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_build_message):
654         Add transferMode.dnla.org header to HTTP requests as this is
655         required by the DLNA specs and doesn't hurt in other situations.
656         Fixes bug #561802.
657
658 2008-11-20  Michael Smith <msmith@songbirdnest.com>
659
660         * sys/osxvideo/osxvideosink.h:
661         * sys/osxvideo/osxvideosink.m:
662           Handle video window resizing more correctly, avoiding crashes when
663           embedding the window and resizing it.
664
665 2008-11-20  Michael Smith <msmith@songbirdnest.com>
666
667         * gst/udp/gstmultiudpsink.c:
668         * gst/udp/gstudpnetutils.c:
669         * gst/udp/gstudpnetutils.h:
670         * gst/udp/gstudpsrc.c:
671           Fix multiudpsink on OSX by passing the specific length of the socket,
672           refactor that into a function shared with the same thing in udpsrc.
673
674 2008-11-20  Wim Taymans  <wim.taymans@collabora.co.uk>
675
676         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
677         (uint64_ceiling_scale), (gst_wavparse_calculate_duration),
678         (gst_wavparse_stream_headers):
679         Fix the scaling code.
680         Fix parsing of the INFO chunks, we were reading the wrong number of
681         bytes.  Fixes #561580.
682
683 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
684
685         * gst/matroska/matroska-mux.c:
686         Fix NULL pointer dereference of an unset codec_id in the recently 
687         added Dirac paths
688
689 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
690
691         * tests/check/Makefile.am:
692         Just keep disabling elements that hang the states test until it
693         works.
694
695 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
696
697         * ext/libpng/gstpngenc.c:
698         Don't flush downstream after every buffer - that's not what
699         this libpng callback is for at all!
700
701 2008-11-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
702
703         * sys/v4l2/v4l2src_calls.c:
704           (gst_v4l2src_probe_caps_for_format_and_size), (sort_by_frame_size),
705           (gst_v4l2src_probe_caps_for_format):
706           Turns out we don't always get the frame sizes in a predefined
707           order from lowest to highest resolution, so let's just sort the
708           list by frame size once we've queried the possible resolutions
709           rather than assume any particular order. Fixes probed caps for
710           the camera in my HP2133 mini notebook and makes v4l2src default
711           to a decent size.
712
713 2008-11-16  Edward Hervey  <edward.hervey@collabora.co.uk>
714
715         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
716         * gst/matroska/matroska-ids.h:
717         Make mkvdemux aware of E-AC3.
718
719 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
720
721         * gst/rtp/Makefile.am:
722         * gst/rtp/gstrtp.c: (plugin_init):
723         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
724         (gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
725         (gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
726         (MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
727         (gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
728         (gst_rtp_jpeg_depay_change_state),
729         (gst_rtp_jpeg_depay_plugin_init):
730         * gst/rtp/gstrtpjpegdepay.h:
731         Add a jpeg depayloader.
732
733         * gst/rtp/gstrtpjpegpay.c:
734         Set the default properties on the payloader to better defaults.
735
736 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
737
738         * sys/v4l2/gstv4l2.c:
739           Give it a primary rank for autovideosrc.
740
741 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
742
743         Patch by: Bjorn Ostby <bjornos at axis dot com>
744
745         * gst/rtp/Makefile.am:
746         * gst/rtp/gstrtp.c: (plugin_init):
747         * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
748         (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
749         (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
750         (gst_rtp_jpeg_pay_read_quant_table),
751         (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
752         (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
753         (gst_rtp_jpeg_pay_plugin_init):
754         * gst/rtp/gstrtpjpegpay.h:
755         Add JPEG payloader. Fixes #560756.
756
757 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
758
759         Patch by: Fabricio Godoy <skarllot at gmail dot com>
760
761         * sys/oss/gstosssink.c: (gst_oss_sink_open):
762         * sys/oss/gstosssrc.c: (gst_oss_src_open):
763         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
764         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
765         Fix some spelling mistakes. Fixes #556802.
766
767 2008-11-13  Stefan Kost  <ensonic@users.sf.net>
768
769         * gst/equalizer/GstIirEqualizer10Bands.prs:
770         * gst/equalizer/GstIirEqualizer3Bands.prs:
771         * gst/equalizer/Makefile.am:
772         * gst/equalizer/gstiirequalizer10bands.c:
773         * gst/equalizer/gstiirequalizer3bands.c:
774           Add presets for equalizer. Fixes #522183.
775
776 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
777
778         * gst/rtsp/Makefile.am:
779         * gst/rtsp/gstrtsp.c: (plugin_init):
780         * gst/rtsp/gstrtspgoogle.c:
781         * gst/rtsp/gstrtspgoogle.h:
782         Remove google extension again, it's not needed anymore because we never
783         send multiple transports anymore.
784
785 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
786
787         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
788
789         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
790         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
791         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
792         (gst_rtspsrc_stream_free),
793         (gst_rtspsrc_stream_configure_udp_sinks),
794         (gst_rtspsrc_stream_configure_transport),
795         (gst_rtspsrc_send_dummy_packets),
796         (gst_rtspsrc_create_transports_string),
797         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
798         * gst/rtsp/gstrtspsrc.h:
799         Add property to configure NAT traversal method.
800         Ignore EOS from the internal sinks.
801         Implement sending dummy packets as a (simple) method to open up
802         some firewalls.
803         Send PLAY request to the server after we started the udp sources.
804         Fixes #559545.
805
806 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
807
808         Patch by: Yotam <sh dot yotam at gmail dot com>
809
810         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
811         Flush the remaining frames on EOS. Fixes #560641.
812
813 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
814
815         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
816         Fix compiler warning about printf formatting.
817
818 2008-11-12  Andy Wingo  <wingo@pobox.com>
819
820         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
821         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
822         segment events instead of sending them from the seeking thread.
823         Fixes #559288.
824         (gst_qtdemux_push_pending_newsegment): New helper, sends out
825         queued newsegment events.
826         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
827         call it here, as we only seek when looping, and only push in the
828         movie state.
829
830 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
831
832         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
833         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
834         * gst/qtdemux/qtdemux_fourcc.h:
835         * gst/qtdemux/qtdemux_types.c:
836         Add cover and alternative copyright tag, and enhance some existing
837         ones by marking them as container atoms.
838
839 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
840
841         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
842         Don't ignore the return value of setcaps.
843
844 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
845
846         Patch by: Olivier Crete <tester at tester dot ca>
847
848         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
849         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
850         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
851         * gst/rtp/gstrtpg729pay.h:
852         Replace G729 payloader with an improved version. Fixes #532409.
853
854 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
855
856         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
857         (gst_rtspsrc_change_state):
858         Only send one transport at a time for improved compatibility with some
859         broken servers. See #537832.
860
861 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
862
863         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
864         (gst_rtspsrc_perform_seek):
865         Only pause/play in the seek handler when the source was playing.
866         Fixes #529379.
867
868 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
869
870         * gst/matroska/matroska-mux.c:
871         (gst_matroska_mux_handle_dirac_packet):
872         Fix muxing of Dirac streams if the input already has the format
873         we need, i.e. is the output of matroskademux.
874
875 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
876
877         * gst/avi/gstavimux.c:
878           Don't segfault on string typed tags being NULL. Fixes #560155.
879
880 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
881
882         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
883         (gst_matroska_mux_audio_pad_setcaps):
884         Fix mapping AAC profile to Matroska codec id.
885
886 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
887
888         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
889         (qtdemux_video_caps), (qtdemux_audio_caps):
890         Refactor some raw audio caps building, and handle >16-bit cases.
891         Fix/replace building caps from a string description.
892
893 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
894
895         * gst/audiofx/audiowsincband.c:
896         * gst/audiofx/audiowsinclimit.c:
897         * gst/cutter/gstcutter.c:
898           Make author name consistent with others.
899
900 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
901
902         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
903
904         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
905         (gst_rtspsrc_stream_configure_udp_sink):
906         Pause the RTSP stream before doing a new play request.
907         Make sure that adding the udpsinks does not cause the rtspsrc to become
908         a sink. Fixes #559547.
909
910 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
911
912         * gst/matroska/matroska-ids.h:
913         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
914         (gst_matroska_mux_handle_dirac_packet),
915         (gst_matroska_mux_write_data):
916         Implement Dirac muxing into Matroska comforming to the spec, i.e.
917         put all Dirac packages up to a picture into a Matroska block.
918
919         TODO: Implement writing of the ReferenceBlock Matroska elements,
920         currently the Dirac muxing is only 100% correct if Matroska version 2
921         is selected for muxing.
922
923 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
924
925         Patch by: Bastien Nocera <hadess at hadess dot net>,
926                   Hans de Goede <jwrdegoede at fedoraproject dot org>
927
928         * configure.ac:
929         * sys/v4l2/Makefile.am:
930         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
931         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
932         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
933         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
934         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
935         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
936         (gst_v4l2_get_input), (gst_v4l2_set_input):
937         * sys/v4l2/v4l2_calls.h:
938         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
939         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
940         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
941         (gst_v4l2src_fill_format_list),
942         (gst_v4l2src_probe_caps_for_format_and_size),
943         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
944         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
945         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
946         (gst_v4l2src_get_nearest_size):
947         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
948
949 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
950
951         * ext/aalib/Makefile.am:
952         * ext/annodex/Makefile.am:
953         * ext/cairo/Makefile.am:
954         * ext/dv/Makefile.am:
955         * ext/esd/Makefile.am:
956         * ext/flac/Makefile.am:
957         * ext/gconf/Makefile.am:
958         * ext/gdk_pixbuf/Makefile.am:
959         * ext/hal/Makefile.am:
960         * ext/jpeg/Makefile.am:
961         * ext/ladspa/Makefile.am:
962         * ext/libcaca/Makefile.am:
963         * ext/libmng/Makefile.am:
964         * ext/libpng/Makefile.am:
965         * ext/mikmod/Makefile.am:
966         * ext/pulse/Makefile.am:
967         * ext/raw1394/Makefile.am:
968         * ext/shout2/Makefile.am:
969         * ext/soup/Makefile.am:
970         * ext/speex/Makefile.am:
971         * ext/taglib/Makefile.am:
972         * ext/wavpack/Makefile.am:
973         * gst/alpha/Makefile.am:
974         * gst/apetag/Makefile.am:
975         * gst/audiofx/Makefile.am:
976         * gst/auparse/Makefile.am:
977         * gst/autodetect/Makefile.am:
978         * gst/avi/Makefile.am:
979         * gst/cutter/Makefile.am:
980         * gst/debug/Makefile.am:
981         * gst/effectv/Makefile.am:
982         * gst/equalizer/Makefile.am:
983         * gst/flx/Makefile.am:
984         * gst/goom/Makefile.am:
985         * gst/goom2k1/Makefile.am:
986         * gst/icydemux/Makefile.am:
987         * gst/id3demux/Makefile.am:
988         * gst/interleave/Makefile.am:
989         * gst/law/Makefile.am:
990         * gst/level/Makefile.am:
991         * gst/matroska/Makefile.am:
992         * gst/median/Makefile.am:
993         * gst/monoscope/Makefile.am:
994         * gst/multifile/Makefile.am:
995         * gst/multipart/Makefile.am:
996         * gst/oldcore/Makefile.am:
997         * gst/qtdemux/Makefile.am:
998         * gst/replaygain/Makefile.am:
999         * gst/rtp/Makefile.am:
1000         * gst/rtsp/Makefile.am:
1001         * gst/smpte/Makefile.am:
1002         * gst/spectrum/Makefile.am:
1003         * gst/udp/Makefile.am:
1004         * gst/videobox/Makefile.am:
1005         * gst/videocrop/Makefile.am:
1006         * gst/videofilter/Makefile.am:
1007         * gst/videomixer/Makefile.am:
1008         * gst/wavenc/Makefile.am:
1009         * gst/wavparse/Makefile.am:
1010         * sys/directdraw/Makefile.am:
1011         * sys/directsound/Makefile.am:
1012         * sys/oss/Makefile.am:
1013         * sys/osxaudio/Makefile.am:
1014         * sys/osxvideo/Makefile.am:
1015         * sys/sunaudio/Makefile.am:
1016         * sys/v4l2/Makefile.am:
1017         * sys/waveform/Makefile.am:
1018         * sys/ximage/Makefile.am:
1019           Don't install static libs for plugins. Fixes #550851 for -good.
1020
1021 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1022
1023         * ext/flac/Makefile.am:
1024         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
1025         This fixes compilation if FLAC is installed in an uncommon location
1026         that is not already handled by other CFLAGS. Fixes bug #558711.
1027
1028 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1029
1030         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
1031         Guard more uncommon formats with ifdefs so that we can compile on older
1032         versions.
1033
1034 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1035
1036         Patch by: Nick Haddad <nick at haddads dot net>
1037
1038         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
1039         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
1040         (gst_avi_demux_stream_data):
1041         Invert other uncompressed RGB formats. Fixes #558554.
1042
1043 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
1044
1045         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
1046         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
1047         * gst/wavenc/gstwavenc.h:
1048         Add support for float/double as input and remove the (nowadays)
1049         useless parsing of the depth as we require width==depth.
1050
1051 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
1052
1053         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
1054         * gst/rtp/gstrtpmpapay.c:
1055         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
1056         mpeg version 1. Fixes #558427.
1057
1058 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
1059
1060         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
1061         (gst_rtp_L16_pay_getcaps):
1062         Only put an integral amount of samples in the RTP packet.
1063         Fixes #556641.
1064
1065 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1066
1067         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
1068         * gst/rtp/gstrtpchannels.h:
1069         Add method to get possible channel positions.
1070
1071 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1072
1073         * gst/rtp/Makefile.am:
1074         Also commit updated makefile
1075
1076 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
1077
1078         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1079         Don't allow width=32,depth=24 as input. WAV requires that the width
1080         is the next integer multiply of 8 from the depth.
1081
1082 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1083
1084         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
1085         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
1086         (gst_rtp_L16_pay_getcaps):
1087         * gst/rtp/gstrtpchannels.c: (check_channels),
1088         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
1089         (gst_rtp_channels_create_default):
1090         * gst/rtp/gstrtpchannels.h:
1091         Add mappings for multichannel support. Does not completely just work
1092         because the getcaps function does not yet return the allowed channel
1093         mappings. See #556641.
1094
1095 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
1096
1097         * gst/goom/Makefile.am:
1098         * gst/goom/README:
1099         * gst/goom/config_param.c:
1100         * gst/goom/convolve_fx.c:
1101         * gst/goom/drawmethods.c:
1102         * gst/goom/drawmethods.h:
1103         * gst/goom/filters.c:
1104         * gst/goom/filters_mmx.s:
1105         * gst/goom/flying_stars_fx.c:
1106         * gst/goom/goom.h:
1107         * gst/goom/goom_config.h:
1108         * gst/goom/goom_config_param.h:
1109         * gst/goom/goom_core.c:
1110         * gst/goom/goom_filters.h:
1111         * gst/goom/goom_fx.h:
1112         * gst/goom/goom_graphic.h:
1113         * gst/goom/goom_plugin_info.h:
1114         * gst/goom/goom_tools.c:
1115         * gst/goom/goom_tools.h:
1116         * gst/goom/goom_typedefs.h:
1117         * gst/goom/goom_visual_fx.h:
1118         * gst/goom/graphic.c:
1119         * gst/goom/ifs.c:
1120         * gst/goom/ifs.h:
1121         * gst/goom/lines.c:
1122         * gst/goom/lines.h:
1123         * gst/goom/mathtools.c:
1124         * gst/goom/mathtools.h:
1125         * gst/goom/mmx.c:
1126         * gst/goom/motif_goom1.h:
1127         * gst/goom/motif_goom2.h:
1128         * gst/goom/plugin_info.c:
1129         * gst/goom/ppc_drawings.h:
1130         * gst/goom/ppc_zoom_ultimate.h:
1131         * gst/goom/sound_tester.c:
1132         * gst/goom/sound_tester.h:
1133         * gst/goom/surf3d.c:
1134         * gst/goom/surf3d.h:
1135         * gst/goom/tentacle3d.c:
1136         * gst/goom/tentacle3d.h:
1137         * gst/goom/v3d.c:
1138         * gst/goom/v3d.h:
1139         * gst/goom/xmmx.c:
1140           Add license headers in all source files. Remove filter.c from
1141           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
1142           which are not used right now. Fixes #557709.
1143
1144 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1145
1146         Patch by: Olivier Crete <tester at tester dot ca>
1147
1148         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
1149         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
1150         Implement getcaps in rtpL16pay. Fixes #556484.
1151
1152 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1153
1154         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
1155         (gst_rtp_L16_depay_process):
1156         Check if clock-rate and channels are valid.
1157         Don't ignore the return value of setcaps.
1158         No need to validate the buffer, the base class does that for us.
1159         Use the marker bit to set the DISCONT flag on outgoing buffers.
1160
1161         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
1162         Don't ignore the return value of set_outcaps.
1163
1164         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
1165         (gst_rtp_ac3_depay_process):
1166         Don't ignore the return value of set_caps.
1167         No need to validate the buffer, the base class does that for us.
1168
1169         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
1170         (gst_rtp_amr_depay_process):
1171         * gst/rtp/gstrtpamrdepay.h:
1172         Don't ignore the return value of setcaps.
1173         No need to validate the buffer, the base class does that for us.
1174         No need to set output caps on the buffers, the base class does that for
1175         us.
1176         The subclass will make sure we are negotiated.
1177         
1178         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
1179         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
1180         * gst/rtp/gstrtpdvdepay.h:
1181         Clean up caps negotiation.
1182         The subclass will make sure we are negotiated.
1183
1184         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
1185         (gst_rtp_g726_depay_process):
1186         Clean up caps negotiation.
1187         Use the marker bit to set the DISCONT flag on outgoing buffers.
1188
1189         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
1190         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
1191         * gst/rtp/gstrtpg729depay.h:
1192         The subclass will make sure we are negotiated.
1193         Use the marker bit to set the DISCONT flag on outgoing buffers.
1194
1195         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
1196         (gst_rtp_gsm_depay_process):
1197         Clean up caps negotiation.
1198         Use the marker bit to set the DISCONT flag on outgoing buffers.
1199
1200         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
1201         Clean up caps negotiation.
1202         Don't ignore the return value of set_outcaps.
1203
1204         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
1205         (gst_rtp_h263_depay_process):
1206         Clean up caps negotiation.
1207         No need to validate the buffer, the base class does that for us.
1208
1209         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
1210         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
1211         * gst/rtp/gstrtph263pay.h:
1212         Don't ignore the return value of set_outcaps.
1213         Do some more timestamps.
1214
1215         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
1216         (gst_rtp_h263p_depay_process):
1217         Clean up caps negotiation.
1218         Don't ignore the return value of setcaps.
1219         No need to validate the buffer, the base class does that for us.
1220
1221         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
1222         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
1223         (gst_rtp_h263p_pay_handle_buffer):
1224         * gst/rtp/gstrtph263ppay.h:
1225         Don't ignore the return value of set_outcaps.
1226         Do some more timestamps.
1227
1228         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
1229         (gst_rtp_h264_depay_process):
1230         Clean up caps negotiation.
1231         Don't ignore the return value of setcaps.
1232         Fix possible caps leak.
1233         No need to validate the buffer, the base class does that for us.
1234
1235         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
1236         Add some more debug info.
1237
1238         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
1239         (gst_rtp_ilbc_depay_process):
1240         Clean up caps negotiation.
1241         Use the marker bit to set the DISCONT flag on outgoing buffers.
1242
1243         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
1244         Clean up caps negotiation.
1245
1246         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
1247         (gst_rtp_mp1s_depay_process):
1248         Clean up caps negotiation.
1249         Don't ignore the return value of setcaps.
1250         No need to validate the buffer, the base class does that for us.
1251         No need to set caps on buffers, subclass does that for us.
1252
1253         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
1254         (gst_rtp_mp2t_depay_process):
1255         Clean up caps negotiation.
1256         Don't ignore the return value of setcaps.
1257         No need to validate the buffer, the base class does that for us.
1258         No need to set caps on buffers, subclass does that for us.
1259
1260         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1261         (gst_rtp_mp4a_depay_process):
1262         Clean up caps negotiation.
1263         Don't ignore the return value of setcaps.
1264         No need to validate the buffer, the base class does that for us.
1265
1266         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
1267         (gst_rtp_mp4a_pay_setcaps):
1268         Don't ignore the return value of set_outcaps.
1269
1270         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
1271         (gst_rtp_mp4g_depay_process):
1272         Clean up caps negotiation.
1273         Don't ignore the return value of setcaps.
1274         No need to validate the buffer, the base class does that for us.
1275         No need to set caps on buffers, subclass does that for us.
1276
1277         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
1278         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
1279         Don't ignore the return value of set_outcaps.
1280
1281         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
1282         (gst_rtp_mp4v_depay_process):
1283         Clean up caps negotiation.
1284         Don't ignore the return value of setcaps.
1285         No need to validate the buffer, the base class does that for us.
1286         No need to set caps on buffers, subclass does that for us.
1287
1288         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
1289         (gst_rtp_mp4v_pay_setcaps):
1290         Don't ignore the return value of set_outcaps.
1291
1292         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
1293         (gst_rtp_mpa_depay_process):
1294         Clean up caps negotiation.
1295         Don't ignore the return value of setcaps.
1296         No need to validate the buffer, the base class does that for us.
1297         Use the marker bit to set the DISCONT flag on outgoing buffers.
1298
1299         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
1300         Don't ignore the return value of set_outcaps.
1301
1302         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
1303         (gst_rtp_mpv_depay_process):
1304         Clean up caps negotiation.
1305         Actually set output caps.
1306         No need to validate the buffer, the base class does that for us.
1307
1308         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
1309         Don't ignore the return value of set_outcaps.
1310
1311         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
1312         (gst_rtp_pcma_depay_process):
1313         Clean up caps negotiation.
1314         Set output buffer duration because we can.
1315         Use the marker bit to set the DISCONT flag on outgoing buffers.
1316
1317         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
1318         Don't ignore the return value of set_outcaps.
1319
1320         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
1321         (gst_rtp_pcmu_depay_process):
1322         Clean up caps negotiation.
1323         Use the marker bit to set the DISCONT flag on outgoing buffers.
1324
1325         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
1326         Don't ignore the return value of set_outcaps.
1327
1328         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1329         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
1330         Clean up caps negotiation.
1331         Set output caps on the pad and header buffers.
1332         Set duration on output buffers because we can.
1333
1334         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
1335         Don't ignore the return value of set_outcaps.
1336
1337         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
1338         (gst_rtp_sv3v_depay_process):
1339         Clean up caps negotiation.
1340         No need to validate the buffer, the base class does that for us.
1341         No need to set caps out output buffers, subclass does that.
1342
1343         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
1344         (gst_rtp_theora_depay_process):
1345         Don't ignore the return value of setcaps.
1346         No need to validate the buffer, the base class does that for us.
1347
1348         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
1349         (gst_rtp_theora_pay_flush_packet), (encode_base64),
1350         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
1351         (gst_rtp_theora_pay_handle_buffer):
1352         Don't ignore the return value of set_outcaps.
1353
1354         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1355         (gst_rtp_vorbis_depay_process):
1356         Don't ignore the return value of setcaps.
1357         No need to validate the buffer, the base class does that for us.
1358
1359         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1360         Don't ignore the return value of set_outcaps.
1361
1362         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
1363         Clean up caps negotiation, don't ignore setcaps return.
1364
1365         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
1366         Don't ignore the return value of set_outcaps.
1367
1368 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1369
1370         * gst/matroska/matroska-demux.c:
1371         (gst_matroska_demux_handle_src_event):
1372         Forward unknown events upstream.
1373
1374 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1375
1376         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1377         Add some refcount check
1378
1379         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
1380         Don't ignore the result of write(), fixes a  compiler warning for me.
1381
1382         * tests/icles/videobox-test.c: (main):
1383         Make the output a little more pretty.
1384
1385 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1386
1387         * ext/esd/esdmon.c:
1388           Add doc blob.
1389
1390 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1391
1392         * docs/plugins/Makefile.am:
1393         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1394         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1395         * docs/plugins/gst-plugins-good-plugins.args:
1396         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1397         * docs/plugins/gst-plugins-good-plugins.interfaces:
1398         * docs/plugins/inspect/plugin-autodetect.xml:
1399           Add the docs of the new elements.
1400
1401 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1402
1403         * gst/autodetect/gstautoaudiosrc.c:
1404         (gst_auto_audio_src_class_init):
1405         * gst/autodetect/gstautovideosrc.c:
1406         (gst_auto_video_src_class_init):
1407         Fix "Since" tags in the documentation.
1408
1409 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1410
1411         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1412
1413         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
1414         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
1415         Add support for souphttpsrc to act as a live source. This makes it
1416         possible to get timestamped buffers in combination with the
1417         "do-timestamp" property. Fixes bug #556019.
1418
1419 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1420
1421         * gst/autodetect/Makefile.am:
1422         * gst/autodetect/gstautoaudiosink.c:
1423         * gst/autodetect/gstautoaudiosrc.c:
1424         * gst/autodetect/gstautoaudiosrc.h:
1425         * gst/autodetect/gstautodetect.c:
1426         * gst/autodetect/gstautovideosink.c:
1427         * gst/autodetect/gstautovideosrc.c:
1428         * gst/autodetect/gstautovideosrc.h:
1429           Implement src plugins. Little code/string cleanup in the sinks.
1430           Fixes #523813.
1431
1432 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1433
1434         Patch by: Peter Kjellerstedt <pkj at axis com>
1435
1436         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
1437         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
1438         Fix a memory leak when pads are requested but the pipeline never
1439         goes into PLAYING.
1440
1441         Correctly remove request pads, no matter if they have collected
1442         data or not.
1443
1444         Fixes bug #557710.
1445
1446 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1447
1448         Patch by: <lrn1986 at gmail dot com>
1449
1450         * gst/udp/gstudpnetutils.h:
1451         Define the correct WINVER so getaddinfo() can be used when using
1452         mingw32. Fixes bug #557294.
1453
1454 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1455
1456         Patch by: <lrn1986 at gmail dot com>
1457
1458         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
1459         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
1460         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1461         Fix "argument type mismatch" compiler warnings on Windows.
1462         Fixes bug #557293.
1463
1464 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1465
1466         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
1467         Don't calculate the filter coefficients for every single buffer
1468         but only when it's needed. Fixes bug #557260.
1469
1470 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
1471
1472         * configure.ac:
1473         Back to development -> 0.10.11.1
1474
1475 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
1476
1477         * gst-plugins-good.doap:
1478         Fix version number of 0.10.11 release in doap file
1479
1480 === release 0.10.11 ===
1481
1482 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
1483
1484         * configure.ac:
1485           releasing 0.10.11, "Secondary Consideration"
1486
1487 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
1488
1489         * configure.ac:
1490         Commit 0.10.10.4 pre-release
1491
1492 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1493
1494         * gst/avi/gstavimux.c:
1495         Fix VPRP chunk setup in avimux.
1496         Fixes: #556010
1497         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1498
1499 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1500
1501         * gst/videobox/gstvideobox.c:
1502         support dynamically changing properties in videobox
1503         Fixed: #557085
1504         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
1505
1506 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1507
1508         * configure.ac:
1509         0.10.10.3 pre-release
1510
1511 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1512
1513         * tests/check/Makefile.am:
1514         Don't run the states test on pulsesrc and pulsesink
1515
1516 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1517
1518         * configure.ac:
1519         Commit 0.10.10.2 pre-release bump that actually went
1520         out on 2008-10-11
1521
1522 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1523
1524         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
1525         Skip entries for streams that don't have a output pad yet, thereby
1526         avoiding calling pad functions with a NULL pad.
1527         Fixes #556424
1528
1529 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1530
1531         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
1532         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1533         Remove problematic and useless refcount check.
1534         Fixes #556381
1535
1536 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1537
1538         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1539         Remove problematic and useless refcount check.
1540         Fixes #556381
1541
1542 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
1543
1544         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
1545         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
1546         Cast some size_t arguments to guint to avoid compiler
1547         warnings on 64-bit systems.
1548
1549 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
1550
1551         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
1552         Return TRUE instead of FALSE from the event handler when we swallowed the
1553         event.
1554
1555 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1556
1557         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
1558         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
1559         Reset header state. Fixes #555321.
1560
1561 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1562
1563         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
1564         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
1565         * gst/avi/gstavidemux.h:
1566         For timestamping audio packets we need to take into account the
1567         amount of blocks in one entry using the blockalign. Fixes some sync
1568         issues with zero-padded audio blocks in the beginning of avi files.
1569
1570 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1571
1572         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
1573         (gst_multi_file_src_query):
1574         Implement DEFAULT and BUFFER position queries. See #555260.
1575
1576 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1577
1578         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
1579         Fix build for systems that don't have XDamage.
1580
1581 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
1582
1583         * tests/examples/rtp/client-H263p.sdp:
1584         * tests/examples/rtp/client-H263p.sh:
1585         * tests/examples/rtp/server-VTS-H263p.sh:
1586         Add some more H263p server and client examples.
1587
1588 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1589
1590         * configure.ac::
1591           Depend on released versions of core and base.
1592
1593 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1594
1595         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
1596         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
1597         Return -1 instead of 0 in error cases. Fixes #554771.
1598
1599 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1600
1601         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
1602         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
1603         Stop leaking the cursor image.
1604         Unref the last_ximage and the cached cursor image on shutdown.
1605         Fixes #551570.
1606
1607 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1608
1609         * sys/v4l2/gstv4l2object.h:
1610         Getting the Class from an instance is not just a matter of casting it to
1611         the class struct but it involves calling G_OBJECT_GET_CLASS on the
1612         instance. Fixes #549784.
1613
1614 2008-10-01  Michael Smith <msmith@songbirdnest.com>
1615
1616         * configure.ac:
1617           Fix libs for linking directsound.
1618         * sys/directsound/gstdirectsoundsink.c:
1619           Fix buffer sizing to prevent racing the ringbuffer at startup.
1620           Add volume property.
1621
1622 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
1623
1624         * ext/pulse/pulsesink.c:
1625         Fix problems with pulsesink randomly erroring with code 'OK' after a
1626         format change on the stream by waiting when disconnecting the stream.
1627
1628 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1629
1630         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
1631         (gst_rtp_amr_depay_process):
1632         Mark DISCONT on output buffers when the marker bit signals a new talk
1633         spurt.
1634
1635         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1636         Set the marker bit for buffers with a DISCONT flag to signal a talk
1637         spurt.
1638
1639 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1640
1641         * gst/rtp/Makefile.am:
1642         * gst/rtp/gstrtp.c: (plugin_init):
1643         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
1644         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
1645         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
1646         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
1647         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
1648         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
1649         * gst/rtp/gstrtpmp4apay.h:
1650         Added MP4A-LATM payloader to match the depayloader.
1651
1652 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1653
1654         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
1655         (gst_videomixer_sink_event):
1656         Handle segments a little better. Fixes #537361.
1657
1658 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1659
1660         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
1661         Don't assume the server supports PAUSE by default. Fixes #551048.
1662
1663 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1664
1665         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
1666         (gst_udpsrc_set_uri), (gst_udpsrc_start):
1667         Switch on the socket family to get the addrlen size right.
1668
1669 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1670
1671         Patch by: Daniel Franke <df at dfranke dot us>
1672
1673         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
1674         OS X's bind() implementation is picky about its addrlen parameter and
1675         fails with EINVAL if it is larger than expected for the socket's address
1676         family. Set the length to the expected length instead. Fixes #553191.
1677
1678 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1679
1680         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1681         Handle the case where we cannot do desribe or when the describe result
1682         does not contain a valid SDP message.
1683
1684 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1685
1686         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
1687         Fix setting the qos.
1688
1689 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1690
1691         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
1692         (gst_qtdemux_chain):
1693         Some 'broken' files out there have atom lengths of zero...
1694         which basically results in qtdemux consuming that atom again and again
1695         until the *end of night* !
1696         Detect that and emits an adequate element error message.
1697
1698 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
1699
1700         * gst/interleave/Makefile.am:
1701         * gst/matroska/Makefile.am:
1702         Fix build flags order.
1703
1704         * tests/check/elements/audioamplify.c: (GST_START_TEST):
1705         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
1706         * tests/check/elements/audioinvert.c: (GST_START_TEST):
1707         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
1708         Format fixes.
1709
1710         * tests/check/elements/multifile.c:
1711         Pull in unistd.h
1712
1713 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1714
1715         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
1716         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
1717         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
1718         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
1719         (gst_rtp_mp4g_depay_change_state):
1720         * gst/rtp/gstrtpmp4gdepay.h:
1721         Handle interleaved streams by reordering AU in a queue.
1722
1723 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1724
1725         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
1726         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
1727         Change some of the ranges in the caps, mostly for the amount of bits we
1728         can use.
1729         Added a little bitstream parse and use it to parse the AU header fields.
1730         Check for malformed and wrongly sized packets better.
1731         Implement more header field parsing.
1732         Handle the size of fragmented packets correctly.
1733
1734 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1735
1736         Patch by: Jonathan Matthew <notverysmart@gmail.com>
1737         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1738         Add mapping for 'tiff' => image/tiff
1739         Fixes #552213
1740
1741 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1742
1743
1744         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1745         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1746           Pretend to care about the result of write() which works around
1747           compiler warnings.
1748
1749 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1750
1751         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1752           Make sure the desired default values are actually set, not only
1753           registered as defaults (actual problem is that the stereo-specific
1754           values are only updated if channels==2, which is not the case yet
1755           when the object is created, so the default values for the
1756           mid-side-stereo and loose-mid-side-stereo settings are never
1757           set in _update_quality()). Makes flacenc create smaller files by
1758           default (for stereo input), and fixes #550791.
1759
1760 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1761
1762         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1763         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1764         (qtdemux_parse_trak), (qtdemux_video_caps):
1765         * gst/qtdemux/qtdemux.h:
1766         * gst/qtdemux/qtdemux_fourcc.h:
1767         * gst/qtdemux/qtdemux_types.c:
1768         Add support for video/mj2 mime-type and its additional atoms/boxes.
1769         Fixes #550646.
1770
1771 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1772
1773         * gst/debug/gsttaginject.c:
1774           Add warning when tags parameter is unparsable and give example for
1775           quoting in the docs.
1776
1777 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1778
1779         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1780         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1781         Add some alternative byteswapped mappings that seem to pop up sometimes.
1782         Fixes #550288.
1783
1784 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1785
1786         * po/LINGUAS:
1787         * po/POTFILES.in:
1788         * po/POTFILES.skip:
1789           Add 'ca' to LINGUAS; add some more files with translations and some
1790           files which should be ignored by translation tools.
1791
1792 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1793
1794         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1795         * ext/speex/gstspeexdec.h:
1796         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1797         * ext/speex/gstspeexenc.h:
1798         Use integer encoding and decoding functions instead of converting
1799         the integer input to float in the element. The libspeex integer
1800         functions are doing this for us already or, if libspeex was compiled
1801         in integer mode, they're doing everything using integer arithmetics.
1802         Also saves some copying around.
1803
1804 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1805
1806         * configure.ac:
1807           Fix --disable-external
1808
1809 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1810
1811         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1812         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1813         * ext/wavpack/gstwavpackenc.h:
1814         Handle non-zero start timestamps and stream discontinuities
1815         correctly. This only has an effect if we're muxing into
1816         a container format as the raw WavPack stream must contain
1817         continous sample numbers.
1818
1819 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1820
1821         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1822         Correct the timestamp and granulepos calculation by one Speex
1823         frame.
1824
1825 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1826
1827         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1828         Correctly take the granulepos from upstream if possible and
1829         correctly handle the granulepos in various calculations: the
1830         granulepos is the sample number of the _last_ sample in a frame, not
1831         the first.
1832
1833         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
1834         (gst_speex_enc_encode), (gst_speex_enc_chain),
1835         (gst_speex_enc_change_state):
1836         * ext/speex/gstspeexenc.h:
1837         Handle non-zero start timestamps in the encoder and detect/handle
1838         stream discontinuities. Fixes bug #547075.
1839
1840 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1841
1842         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
1843
1844         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
1845         Fix compiler warnings caused by passing a string as format string
1846         instead of "%s" and then the string. This is only exposed by -Wformat=2
1847         as used by default on Ubuntu. Fixes bug #550015.
1848
1849 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1850
1851         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
1852         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1853         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1854         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1855         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1856           (gst_ebml_read_element_length):
1857         * gst/matroska/matroska-demux.c:
1858           (gst_matroska_demux_check_subtitle_buffer):
1859           Make stuff compile with GST_DISABLE_GST_DEBUG.
1860
1861 2008-08-28  Michael Smith <msmith@songbirdnest.com>
1862
1863         * gst/law/alaw.c:
1864         * gst/law/mulaw.c:
1865           Ref caps before passing to gst_pad_template_new(), since that takes
1866           ownership.
1867
1868 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1869
1870         Patch by: Mersad Jelacic <mersad at axis dot com>
1871
1872         * gst/multipart/multipartdemux.c:
1873         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1874         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1875         demuxer. Fixes #549551.
1876
1877 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
1878
1879         * sys/osxaudio/gstosxaudiosink.c:
1880         (gst_osx_audio_sink_select_device):
1881         * sys/osxaudio/gstosxaudiosrc.c:
1882         (gst_osx_audio_src_create_ringbuffer),
1883         (gst_osx_audio_src_select_device):
1884         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1885         Fix the build on macosx.
1886
1887 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1888
1889         * gst/icydemux/gsticydemux.c:
1890           Small docs fix: in the example pipeline, we need to pass
1891           iradio-mode=true to the source, so the server actually sends
1892           an ICY stream.
1893
1894 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1895
1896         * sys/osxaudio/gstosxaudio.c:
1897           Oops. Revert more completely.
1898
1899 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1900
1901         * sys/osxaudio/gstosxaudio.c:
1902           Revert accidental element rename from testing.
1903
1904 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1905
1906         * gst-plugins-good.doap:
1907         Pull in 0.10.10 doap entry from release branch
1908
1909 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1910
1911         * configure.ac:
1912         Update version number to reflect 0.10.10 release from
1913         branch.
1914
1915 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1916
1917         * sys/osxaudio/Makefile.am:
1918         * sys/osxaudio/gstosxaudio.c:
1919         * sys/osxaudio/gstosxaudiosink.c:
1920         * sys/osxaudio/gstosxaudiosink.h:
1921         * sys/osxaudio/gstosxaudiosrc.c:
1922         * sys/osxaudio/gstosxaudiosrc.h:
1923         * sys/osxaudio/gstosxringbuffer.c:
1924         * sys/osxaudio/gstosxringbuffer.h:
1925           Rewrite caps setting and ring buffer initialisation.
1926           Previously we never told CoreAudio what format we were going to send it,
1927           so it only worked due to luck, and not at all on some hardware.
1928           Now we explicitly advertise what formats the hardware supports, and then
1929           configure the selected one correctly.
1930
1931 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1932
1933         * sys/v4l2/gstv4l2object.c:
1934         * sys/v4l2/gstv4l2src.c:
1935         * sys/v4l2/gstv4l2src.h:
1936         * sys/v4l2/v4l2_calls.c:
1937         * sys/v4l2/v4l2src_calls.c:
1938           Fix memory leaks. Small code cleanups : No need for empty _init(). No
1939           need to memset instance structures. Some more FIXME's and comments.
1940
1941 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1942
1943         * tests/icles/.cvsignore:
1944           Ignore more.
1945
1946 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1947
1948         * gst/goom/.cvsignore:
1949         * gst/goom2k1/.cvsignore:
1950           Ignore files.
1951
1952 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1953
1954         * ext/cairo/gsttextoverlay.c:
1955           Fix compiler warning.
1956
1957 2008-08-25  David Schleef  <ds@schleef.org>
1958
1959         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
1960
1961 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1962
1963         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
1964         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
1965         * gst/matroska/matroska-mux.c:
1966         (gst_matroska_mux_video_pad_setcaps),
1967         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
1968         Add Real[Audio|Video] support to Matroska containers.
1969         It works fine for:
1970         * decoding real audio/video streams contained in mkv
1971         * 'transmuxing' real (.rm) files into .mkv files
1972         It will not work though for encoding real[audio/video] streams that
1973         don't contain the 'mdpr_data' extra data on the caps.
1974         The reason why this will not work is because I never intended to
1975         duplicate virtually all the 'mdpr' block creation into mkvmux.
1976         Fixes #536067
1977
1978 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1979
1980         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
1981         * gst/law/mulaw-conversion.c:
1982         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1983         (gst_mulawenc_chain):
1984         The encoder can't really renegotiate at the time they perform a
1985         pad-alloc so make the srcpads use fixed caps.
1986         Check the buffer size after a pad-alloc because the returned size might
1987         not be right when the downstream element does not know the size of the
1988         new buffer (capsfilter). Fixes #549073.
1989
1990 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1991
1992         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
1993
1994         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
1995         v4l2src doesn't have a property named "norm" so don't try to notify
1996         about changes to that property. The "norm" property and related
1997         code are commented out currently. Fixes bug #549090.
1998
1999 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2000
2001         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
2002
2003         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
2004         Reprobe devices again instead of taking a cached list as new
2005         devices could've been plugged in. Fixes bug #549062.
2006
2007 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2008
2009         * gst/autodetect/Makefile.am:
2010         Don't link the autodetect plugin with GConf as it doesn't
2011         use GConf. Fixes bug #545463.
2012
2013 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2014
2015         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
2016         (gst_ebml_read_element_length), (gst_ebml_read_uint),
2017         (gst_ebml_read_sint), (gst_ebml_read_float),
2018         (gst_ebml_read_header):
2019         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
2020         possible to ignore errors and not post any ERROR messages on
2021         the bus.
2022
2023         * gst/matroska/matroska-demux.c:
2024         (gst_matroska_demux_parse_contents):
2025         Ignore any errors and not just EOS when parsing the contents of
2026         a SeekHead. Errors here are usually caused by truncated files
2027         and playback of the file works fine. Fixes playback of the
2028         audio_only_chapter_seekbroken.mka file from the MPlayer samples
2029         archive.
2030
2031 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2032
2033         * gst/multipart/multipartdemux.c:
2034         * gst/multipart/multipartmux.c:
2035         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
2036
2037 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
2038
2039         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
2040           gst_directdraw_sink_bufferpool_clear):
2041           Fix two more buffer ref leaks.
2042
2043 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
2044
2045         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2046
2047         * sys/directdraw/gstdirectdrawsink.c:
2048           (gst_directdraw_sink_show_frame):
2049           Fix buffer ref leak.
2050
2051 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2052
2053         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
2054         Revert the last commit. wavenc still supports width!=depth for 32 bit
2055         width. Thanks Tim.
2056
2057 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2058
2059         * gst/matroska/matroska-demux.c:
2060         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2061         If the duration of a block is unknown only use the timestamp for the
2062         first lace and use GST_CLOCK_TIME_NONE as duration for the following
2063         laces. Otherwise every lace has the same timestamp which leads to
2064         various problems. Really fixes bug #548831.
2065
2066 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2067
2068         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
2069         If we're not allowing width!=depth in wavenc we should also disable
2070         the code that was added to support width!=depth.
2071
2072 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2073
2074         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
2075         Don't calculate the default duration of a frame from the audio sampling
2076         rate. This only works for raw audio if every frame contains a single
2077         sample and results in broken buffer durations for other formats
2078         if no specified default duration is given or the blocks have no
2079         duration. Fixes bug #548831.
2080
2081 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2082
2083         * gst/matroska/matroska-demux.c:
2084         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2085         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
2086         are used for text/plain subtitles as a gap-filler in some files.
2087
2088 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2089
2090         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
2091         (gst_v4l2_get_caps_info):
2092         Add S910 and PWC formats with a low priority.
2093
2094         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
2095         (gst_v4l2src_probe_caps_for_format):
2096         Add more debugging.
2097
2098 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
2099
2100         * ext/flac/gstflacenc.c:
2101           Fix compilation against older libflac versions.
2102
2103 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2104
2105         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
2106         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
2107         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2108         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
2109         (gst_pulsemixer_ctrl_set_volume):
2110         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
2111         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
2112         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2113         (gst_pulsesink_init), (gst_pulsesink_open),
2114         (gst_pulsesink_prepare), (gst_pulsesink_write),
2115         (gst_pulsesink_delay), (gst_pulsesink_reset):
2116         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2117         (gst_pulsesrc_init):
2118         Use GST_BOILERPLATE everywhere and fix coding style at some places.
2119         Fix a locking issue in pulsesink's prepare function.
2120
2121         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
2122         Check if the created channel layout is valid for GStreamer.
2123
2124 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2125
2126         * gst/rtsp/gstrtspgoogle.c:
2127         Things that can happen when your brain is in google mode trying to
2128         deal with their google rtsp server extensions and trying to type your
2129         google mail account.
2130
2131 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2132
2133         * gst/rtsp/Makefile.am:
2134         * gst/rtsp/gstrtsp.c: (plugin_init):
2135         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
2136         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
2137         (_do_init), (gst_rtsp_google_base_init),
2138         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
2139         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
2140         (gst_rtsp_google_extension_init):
2141         * gst/rtsp/gstrtspgoogle.h:
2142         Add google RTSP extension, it can only handle udp and responds with
2143         unsupported if we do anything else. Fixes #546465.
2144
2145         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
2146         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
2147         (gst_rtspsrc_create_transports_string),
2148         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
2149         (gst_rtspsrc_close), (gst_rtspsrc_pause):
2150         Make transport setup code a bit better using GString.
2151         Add some more debug.
2152         Check for closed connections before doing anything on them.
2153
2154 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2155
2156         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2157         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
2158         (gst_pulsesrc_prepare):
2159         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
2160         (gst_pulse_channel_map_to_gst):
2161         * ext/pulse/pulseutil.h:
2162         If downstream provides no channel layout and >2 channels should be
2163         used use the default layout that pulseaudio chooses and also
2164         add this layout to the caps. Fixes bug #547258.
2165
2166 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2167
2168         Patch by: Peter Kjellerstedt <pkj at axis com>
2169
2170         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
2171         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
2172         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
2173         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
2174         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
2175         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
2176         (gst_udpsrc_set_property):
2177         Avoid leaking internally allocated file descriptors when setting
2178         custom file descriptors. Fixes #543101.
2179
2180 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2181
2182         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
2183         Don't try to configure RTCP back to the server when the server did not
2184         give us a valid port number.
2185
2186 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2187
2188         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
2189         Use new basetransform method to renegotiate. Fixes #544956.
2190
2191         * tests/icles/Makefile.am:
2192         * tests/icles/videobox-test.c: (make_pipeline), (main):
2193         Add videobox renegotiation example.
2194
2195 2008-08-19  David Schleef  <ds@schleef.org>
2196
2197         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
2198         with sane values.  Fixes #548530.
2199
2200 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2201
2202         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
2203         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
2204         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
2205         are already filled with the correct values by
2206         gst_ring_buffer_parse_caps() so there's no need to set them again
2207         with wrong values.
2208
2209 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
2210
2211         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
2212         (gst_avi_demux_read_subindexes_push):
2213         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
2214         and instead of using the 'ix##' nomenclature, use '##ix'.
2215         They're still valid though, this fixes the duration and indexes for
2216         virtually all the ODML files I have.
2217
2218 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
2219
2220         Patch by: Olivier Crete <tester at tester dot ca>
2221
2222         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
2223         (gst_rtp_vorbis_depay_process):
2224         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
2225         Update the vorbis RTP pay/depay to RFC 5215.
2226         Fixes #547842.
2227
2228 2008-08-14  David Schleef  <ds@schleef.org>
2229
2230         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
2231           with 3:2 pulldown, i.e., 24p.
2232
2233 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2234
2235         * tests/check/elements/level.c: (GST_START_TEST):
2236         Fix compilation some more.
2237
2238 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2239
2240         * configure.ac::
2241           Require -base CVS for wavparse acid chunk parsing.
2242
2243 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2244
2245         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2246         (gst_pulsesink_init), (gst_pulsesink_finalize),
2247         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
2248         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
2249         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
2250         * ext/pulse/pulsesink.h:
2251         Add "device-name" property to pulsesink too and currently commented
2252         out and not working support for a "volume" property.
2253
2254 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
2255
2256         * configure.ac:
2257         Remove more cdio stuff (moved to ugly)
2258
2259 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2260
2261         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2262
2263         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2264         (gst_pulsesrc_get_property):
2265         Add "device-name" property, which provides a human readable string
2266         for the audio device, to make it more consisten with other audio
2267         sources. Fixes bug #547519.
2268
2269 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2270
2271         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
2272         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2273         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
2274         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
2275         * ext/pulse/pulsemixerctrl.h:
2276         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
2277         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
2278         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
2279         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
2280         * ext/pulse/pulseprobe.h:
2281         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
2282         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
2283         (gst_pulsesrc_change_state):
2284         Improve debugging a bit by including the parent object in pulsemixerctrl
2285         and pulseprobe objects and using GST_WARNING_OBJECT instead of
2286         GST_WARNING.
2287
2288         Use the parent GObject subclass instead of a random struct as GObject
2289         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
2290         when probing for another property than "device".
2291
2292 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2293
2294         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2295
2296         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
2297         Fix property probing after the device property is set by calling
2298         set_server when the server property changes. Fixes bug #547518.
2299
2300 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2301
2302         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2303
2304         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
2305         (gst_pulsesink_implements_interface_init),
2306         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
2307         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
2308         (gst_pulsesink_get_type):
2309         * ext/pulse/pulsesink.h:
2310         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2311         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
2312         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
2313         * ext/pulse/pulsesrc.h:
2314         Implement GstPropertyProbe interface on pulsesink for detecting
2315         sink devices and on pulsesrc for detecting source devices.
2316         Fixes bugs #547227 and #547217.
2317
2318 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
2319
2320         * gst/spectrum/gstspectrum.c:
2321           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
2322
2323 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
2324
2325         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2326         Properly set the maximum latency value, in the same way it is done in
2327         v4lsrc.
2328         * sys/v4l2/v4l2src_calls.c:
2329         Simplify fraction equality check, no need to use GValues for this.
2330
2331 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2332
2333         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2334         Add warning messages stating exactly why the latency query failed.
2335         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
2336         In some cases, the negotiated framerate might be the default one which
2337         is already set internally. But we still need to mark it down in fps_n
2338         and fps_d so that the latency query can happen properly.
2339
2340 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2341
2342         * docs/plugins/inspect/plugin-1394.xml:
2343         Whoops, forgot one doc file for people who can't/don't build the
2344         raw1394 plugin.
2345
2346 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
2347
2348         * docs/plugins/Makefile.am:
2349         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2350         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2351         * docs/plugins/inspect/plugin-cdio.xml:
2352         * ext/Makefile.am:
2353         * ext/cdio/Makefile.am:
2354         * ext/cdio/gstcdio.c:
2355         * ext/cdio/gstcdio.h:
2356         * ext/cdio/gstcdiocddasrc.c:
2357         * ext/cdio/gstcdiocddasrc.h:
2358
2359         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
2360         CDDA source to -ugly.
2361
2362         * po/LINGUAS:
2363         * po/POTFILES.in:
2364         * po/id.po:
2365         Pull in new translation from 0.10.9.2 release branch.
2366
2367 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2368
2369         * docs/plugins/Makefile.am:
2370         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2371         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2372         * docs/plugins/gst-plugins-good-plugins.args:
2373         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2374         * docs/plugins/gst-plugins-good-plugins.interfaces:
2375         Integrate documentation for new hdv1394src element.
2376
2377 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2378
2379         * ext/raw1394/Makefile.am:
2380         * ext/raw1394/gst1394.c: (plugin_init):
2381         * ext/raw1394/gsthdv1394src.c: (_do_init),
2382         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
2383         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
2384         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
2385         (gst_hdv1394src_from_raw1394handle),
2386         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
2387         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
2388         (gst_hdv1394src_start), (gst_hdv1394src_stop),
2389         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
2390         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
2391         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
2392         (gst_hdv1394src_uri_handler_init):
2393         * ext/raw1394/gsthdv1394src.h:
2394         mpeg2-ts (HDV) variant of firewire capture element.
2395         Fixes #350830
2396
2397 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2398
2399         * gst/level/gstlevel.c: (gst_level_message_new):
2400          Fix compilation (also known as the classic 'fix code that someone
2401          committed without compiling it first').
2402
2403 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2404
2405         * tests/check/elements/level.c:
2406           Add a test for level in stereo mode.
2407
2408 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2409
2410         * tests/examples/spectrum/demo-audiotest.c:
2411         * tests/examples/spectrum/demo-osssrc.c:
2412           Demo how to draw analyzer results synced to the clock.
2413
2414 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2415
2416         * gst/level/gstlevel.c:
2417           Little renaming (l -> level).
2418
2419         * gst/spectrum/gstspectrum.c:
2420         * gst/spectrum/gstspectrum.h:
2421           Also send full timestamp/duration details here.
2422
2423 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2424
2425         * gst/level/gstlevel.c:
2426         * gst/level/gstlevel.h:
2427           Send same timestamp/duration details as videoanalysis. This gives
2428           applications better chance to sync analysis results with playback.
2429
2430 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2431
2432         * gst/matroska/matroska-mux.c:
2433         (gst_matroska_mux_handle_sink_event),
2434         (flac_streamheader_to_codecdata):
2435         We need to drop one additional buffer for FLAC as the fLaC
2436         marker and STREAMINFO block are merged into one buffer in the caps.
2437
2438         Also don't pretend to support NEWSEGMENT events, otherwise we
2439         will most probably write some invalid data.
2440
2441 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2442
2443         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
2444         (gst_matroska_mux_audio_pad_setcaps):
2445         Add support for muxing FLAC into Matroska containers.
2446         Fixes bug #311586.
2447
2448 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2449
2450         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
2451         Actually provide the variables required for the format string.
2452
2453 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2454
2455         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2456         (gst_matroska_demux_element_send_event),
2457         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
2458         * gst/matroska/matroska-demux.h:
2459         Close the current segment if we're doing a non-flushing seek and send
2460         the close-segment and the new segment of the seek from the streaming
2461         thread.
2462
2463 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2464
2465         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
2466         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
2467         (gst_flac_enc_change_state):
2468         * ext/flac/gstflacenc.h:
2469         Handle non-zero start timestamps correctly, mark header packets as
2470         IN_CAPS and print a warning and suggest using audiorate if stream
2471         discontinuities are detected. When FLAC supports flushing the encoder
2472         somehow this should be done for discontinuities instead.
2473
2474         Remove some unused variables from the instance struct.
2475
2476 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2477
2478         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
2479         If seeking failed return the appropiate return value to FLAC.
2480         Otherwise it thinks seeking was successfull and tries to rewrite
2481         parts of the headers which then get appended to the output.
2482
2483 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
2484
2485         Patch by: Frederic Crozat <fcrozat@mandriva.org>
2486
2487         * ext/esd/gstesd.c: (plugin_init):
2488         * ext/flac/gstflac.c: (plugin_init):
2489         * ext/shout2/gstshout2.c: (plugin_init):
2490         * ext/wavpack/gstwavpack.c: (plugin_init):
2491         * sys/oss/gstossaudio.c: (plugin_init):
2492         * sys/v4l2/gstv4l2.c: (plugin_init):
2493         Make sure gettext returns translations in UTF-8 encoding rather
2494         than in the current locale encoding (#546822).
2495
2496 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2497
2498         * ext/flac/gstflacdec.c:
2499         Add FIXME for 0.11 to simply output everything with width=32 as given
2500         by FLAC and let audioconvert handle the conversions instead of doing
2501         them in flacdec.
2502
2503 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
2504
2505         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2506         When outputting a pad template range for the size, include a framerate
2507         range too, to avoid 'not a real subset of template caps' errors.
2508
2509 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2510
2511         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
2512
2513         * ext/flac/Makefile.am:
2514         * ext/flac/gstflac.c: (plugin_init):
2515         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
2516         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
2517         (gst_flac_tag_dispose), (gst_flac_tag_init),
2518         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
2519         (gst_flac_tag_change_state):
2520         * ext/flac/gstflactag.h:
2521         Port flactag to 0.10, add documentation for it and clean it up a bit.
2522         Fixes bug #413841.
2523
2524         * docs/plugins/Makefile.am:
2525         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2526         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2527         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2528         * docs/plugins/gst-plugins-good-plugins.interfaces:
2529         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2530         * docs/plugins/inspect/plugin-flac.xml:
2531         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
2532         * ext/flac/gstflacdec.h:
2533         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
2534         * ext/flac/gstflacenc.h:
2535         Add flactag and flacenc to the documentation and mark
2536         the private parts of the flacdec instance structure as private.
2537
2538         Also use gst_element_class_set_details_simple() in flacdec and
2539         flacenc.
2540
2541 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
2542
2543         * gst/qtdemux/qtdemux.c:
2544           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
2545           for it but ffmpeg does not.
2546
2547 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2548
2549         * gst/wavparse/gstwavparse.c:
2550           Handle the list chunk and use gst_riff_parse_info() to parse the info
2551           sub-chunk.
2552
2553 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2554
2555         * gst/wavparse/gstwavparse.c:
2556           Handle the acid chunk and send tempo as part of tags. Other fields are
2557           interesting too, but need more tag-definitions. Fixes #545433.
2558
2559 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2560
2561         * gst/wavparse/gstwavparse.c:
2562           Refactor wavparse. Call _reset() from dispose() and move old code from
2563           dispose into reset. This way we don't leak taglists when we abort
2564           parsing. Fix some comments. Move code for skipping a chunk into extra
2565           function. Replace chunk sizes with a const to ease readability.         
2566
2567 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2568
2569         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
2570
2571         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
2572         Improve udp port setup. Fixes #545710.
2573
2574 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2575
2576         * gst/rtp/Makefile.am:
2577         * gst/rtp/gstrtp.c: (plugin_init):
2578         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
2579         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
2580         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
2581         (gst_rtp_mp1s_depay_set_property),
2582         (gst_rtp_mp1s_depay_get_property),
2583         (gst_rtp_mp1s_depay_change_state),
2584         (gst_rtp_mp1s_depay_plugin_init):
2585         * gst/rtp/gstrtpmp1sdepay.h:
2586         Add MP1S depayloader.
2587
2588         * gst/rtsp/URLS:
2589         Some more sample rtsp streams.
2590
2591 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2592
2593         * gst/rtsp/URLS:
2594         Add another URL.
2595
2596         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
2597         * tests/check/elements/rglimiter.c: (GST_START_TEST):
2598         Add some more debug info.
2599
2600 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2601
2602         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2603         Provide cbSize field for audio extra_data size, and take care to
2604         pad extra_data.
2605
2606 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2607
2608         * gst/qtdemux/qtdemux.c:
2609           Return the result of gst_pad_{start,stop}_task instead of hard-coded
2610           TRUE.
2611
2612 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2613
2614         * gst/qtdemux/qtdemux.c:
2615         * gst/qtdemux/qtdemux_fourcc.h:
2616           Add keyword tag support. Fixes #520694 for qtdemux.
2617
2618 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2619
2620         * gst/qtdemux/qtdemux.c:
2621           Add support for tmpo tag (BPM).
2622
2623 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2624
2625         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
2626         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
2627         Set an estimate for the total number of samples that will be encoded
2628         if possible to help decoders if the streaminfo can't be rewritten
2629         later (like when muxing into Ogg containers).
2630
2631         Add a warning if we get header packets after data packets as those
2632         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
2633         work.
2634
2635 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2636
2637         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
2638         (gst_flac_dec_write):
2639         Support decoding of all depths between 4 and 32 bits and read the
2640         depth from the streaminfo header if needed. Also support all sampling
2641         rates between 1 and 655350 Hz.
2642
2643         * ext/flac/gstflacenc.c:
2644         (gst_flac_enc_caps_append_structure_with_widths),
2645         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
2646         (gst_flac_enc_chain):
2647         * ext/flac/gstflacenc.h:
2648         Support encoding in all bit depths supported by the streamable
2649         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
2650         between 1 Hz and 655350 Hz.
2651
2652 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2653
2654         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2655         (gst_flac_enc_sink_getcaps):
2656         Support encoding of up to 8 channels.
2657
2658 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2659
2660         * ext/soup/gstsouphttpsrc.c:
2661         * ext/soup/gstsouphttpsrc.h:
2662         Fix seeking race condition in #540300
2663         Patch By: Wouter Cloetens  <wouter at mind be>
2664
2665 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2666
2667         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
2668         (gst_matroska_demux_element_send_event),
2669         (gst_matroska_demux_handle_seek_event),
2670         (gst_matroska_demux_handle_src_event):
2671         When receiving a SEEK event on a specific pad first search for a seek
2672         table entry for the stream of the pad and then fall back to an entry
2673         for a different stream.
2674
2675 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2676
2677         * configure.ac:
2678         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2679         * gst/matroska/matroska-ids.h:
2680         Build depend on core CVS for the attachment tag.
2681
2682 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2683
2684         * configure.ac:
2685         * gst/matroska/Makefile.am:
2686         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
2687         (copy_backptr), (lzo1x_decode), (main):
2688         * gst/matroska/lzo.h:
2689         * gst/matroska/matroska-demux.c:
2690         (gst_matroska_demux_read_track_encoding),
2691         (gst_matroska_decompress_data), (gst_matroska_decode_data),
2692         (gst_matroska_decode_buffer),
2693         (gst_matroska_decode_content_encodings),
2694         (gst_matroska_demux_read_track_encodings),
2695         (gst_matroska_demux_add_stream),
2696         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2697         * gst/matroska/matroska-ids.h:
2698         Decode the codec private data and following ContentEncoding if
2699         necessary.
2700
2701         Support bzip2, lzo and header stripped compression. For lzo use the
2702         ffmpeg lzo implementation as liblzo is GPL licensed.
2703         
2704         Fix zlib decompression.
2705
2706 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2707
2708         * gst/matroska/matroska-mux.c:
2709         (gst_matroska_mux_audio_pad_setcaps):
2710         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
2711         duration of a frame with the new mpegaudioversion caps field.
2712
2713 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2714
2715         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
2716         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2717         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
2718         (gst_matroska_demux_stream_from_num),
2719         (gst_matroska_demux_tracknumber_unique),
2720         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
2721         (gst_matroska_demux_handle_seek_event),
2722         (gst_matroska_demux_sync_streams),
2723         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2724         (gst_matroska_demux_loop):
2725         * gst/matroska/matroska-demux.h:
2726         Allow an infinite number of stream inside Matroska containers and use
2727         a GPtrArray for storing them instead of allowing "only" 127 streams.
2728
2729 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2730
2731         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2732         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
2733         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
2734         (gst_ebml_read_element_length), (gst_ebml_peek_id),
2735         (gst_ebml_read_get_length), (gst_ebml_read_skip),
2736         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2737         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2738         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2739         (gst_ebml_read_master), (gst_ebml_read_binary),
2740         (gst_ebml_read_header):
2741         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2742         (gst_ebml_write_element_size), (gst_ebml_write_uint),
2743         (gst_ebml_write_sint), (gst_ebml_write_ascii),
2744         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2745         (gst_ebml_replace_uint):
2746         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2747         (gst_matroska_demux_read_track_encoding),
2748         (gst_matroska_demux_read_track_encodings),
2749         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2750         (gst_matroska_demux_send_event),
2751         (gst_matroska_demux_element_send_event),
2752         (gst_matroska_demux_handle_seek_event),
2753         (gst_matroska_demux_handle_src_event),
2754         (gst_matroska_demux_init_stream),
2755         (gst_matroska_demux_parse_tracks),
2756         (gst_matroska_demux_parse_index_cuetrack),
2757         (gst_matroska_demux_parse_index_pointentry),
2758         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2759         (gst_matroska_demux_parse_metadata_id_simple_tag),
2760         (gst_matroska_demux_parse_metadata_id_tag),
2761         (gst_matroska_demux_parse_metadata),
2762         (gst_matroska_demux_parse_attached_file),
2763         (gst_matroska_demux_parse_attachments),
2764         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2765         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2766         (gst_matroska_demux_push_flac_codec_priv_data),
2767         (gst_matroska_demux_push_xiph_codec_priv_data),
2768         (gst_matroska_demux_push_dvd_clut_change_event),
2769         (gst_matroska_demux_add_mpeg_seq_header),
2770         (gst_matroska_demux_add_wvpk_header),
2771         (gst_matroska_demux_check_subtitle_buffer),
2772         (gst_matroska_decode_buffer),
2773         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2774         (gst_matroska_demux_parse_cluster),
2775         (gst_matroska_demux_parse_contents_seekentry),
2776         (gst_matroska_demux_parse_contents),
2777         (gst_matroska_demux_loop_stream_parse_id),
2778         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2779         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2780         (gst_matroska_demux_subtitle_caps),
2781         (gst_matroska_demux_change_state):
2782         * gst/matroska/matroska-ids.c:
2783         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2784         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2785         (gst_matroska_mux_video_pad_setcaps),
2786         (xiph3_streamheader_to_codecdata),
2787         (vorbis_streamheader_to_codecdata),
2788         (theora_streamheader_to_codecdata),
2789         (gst_matroska_mux_audio_pad_setcaps),
2790         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2791         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2792         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2793         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2794         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2795         Fix indention everywhere. A broken indent version has added newlines
2796         after every single declaration some time ago.
2797
2798 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2799
2800         * gst/matroska/matroska-demux.c:
2801         (gst_matroska_demux_loop_stream_parse_id):
2802         If no Tracks are found error out instead of trying it again until the
2803         end of time.
2804
2805 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2806
2807         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2808         Fix demuxing of raw integer audio. The samples are unsigned only for 8
2809         bit and signed otherwise, not the other way around.
2810
2811 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2812
2813         * gst/matroska/matroska-mux.c:
2814         Add more raw YUV formats to the list of supported formats.
2815
2816 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2817
2818         * gst/matroska/matroska-mux.c:
2819         (gst_matroska_mux_audio_pad_setcaps):
2820         Add support for muxing raw float audio now that the spec defines the
2821         endianness and add support for muxing raw integer audio with 24 and
2822         32 bits.
2823
2824         Allow muxing of more than 8 audio channels.
2825
2826 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2827
2828         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2829         (gst_matroska_mux_reset), (gst_matroska_mux_start):
2830         Add locking to the global array of used track UIDs to prevent random
2831         crashes if more than a single matrosmux instance is used.
2832
2833         Use 64 bit values for the track UIDs.
2834
2835         Use the global GRandom of GLib instead of creating our own one
2836         for the few random numbers we need every single time.
2837
2838 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2839
2840         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2841         (gst_flac_dec_setup_stream_decoder),
2842         (gst_flac_dec_update_metadata):
2843         Always post the audio-codec tag, not only if other tags are present.
2844
2845 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2846
2847         * configure.ac:
2848         Back to development -> 0.10.9.1
2849
2850 === release 0.10.9 ===
2851
2852 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
2853
2854         * configure.ac:
2855           releasing 0.10.9, "Steam Train Rolling"
2856
2857 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
2858
2859         * ext/soup/gstsouphttpsrc.c:
2860         Don't throw an error when soup completes a msg with status
2861         'cancelled', as that indicates we cancelled a request while
2862         shutting down or seeking, and it's not an error.
2863         Fixes: #540300 again.
2864
2865 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
2866
2867         * configure.ac:
2868         0.10.8.4 pre-release
2869
2870 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2871
2872         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2873         Fix segment-stop regression.
2874         Add documentation regarding segments in quicktime files by Wim Taymans.
2875         Fixes #544509
2876
2877 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2878
2879         * configure.ac:
2880         0.10.8.3 pre-release
2881
2882         * po/LINGUAS:
2883         * po/pt_BR.po:
2884         Add pt_BR translation
2885
2886 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2887
2888         * gst/goom/convolve_fx.c:
2889         * gst/goom/filters.c:
2890         * gst/goom/goom_config.h:
2891         * gst/goom/goom_core.c:
2892         * gst/goom/goom_tools.h:
2893           Fix build with MSVC: include glib.h to define inline appropriately,
2894           use header guards where needed.
2895         * gst/udp/gstudpnetutils.c:
2896         * gst/udp/gstudpsrc.c:
2897           Fix build with MSVC: use WSA* constants/functions where appropriate, use
2898           g_snprintf rather than snprintf.
2899           Fixes #544433.
2900
2901 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2902
2903         * gst/debug/gsttaginject.c:
2904         * gst/debug/gsttaginject.h:
2905           Sent tags in _transform_ip() instead of _start(). Fixes #543404
2906           partially.
2907
2908 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2909
2910         * configure.ac:
2911         0.10.8.2 pre-release
2912
2913 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2914
2915         * ext/Makefile.am:
2916         Finish hooking up pulseaudio plugin to the build.
2917
2918         * ext/pulse/pulsemixerctrl.c:
2919         Fix compilation error.
2920
2921 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2922
2923         * po/LINGUAS:
2924         * po/lt.po:
2925         Add new lithunian translation, and add french to the LINGUAS
2926         file.
2927
2928 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2929
2930         * ext/soup/gstsouphttpsrc.c:
2931         Fix Soup HTTP source seeking.
2932         Patch By: Wouter Cloetens  <wouter at mind be>
2933         Fixes: #540300
2934
2935         * tests/check/elements/.cvsignore:
2936         Ignore new check programs.
2937
2938 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2939
2940         * configure.ac:
2941         * docs/plugins/Makefile.am:
2942         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2943         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2944         * docs/plugins/gst-plugins-good-plugins.args:
2945         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2946         * docs/plugins/gst-plugins-good-plugins.interfaces:
2947         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2948         * docs/plugins/inspect/plugin-interleave.xml:
2949         * docs/plugins/inspect/plugin-replaygain.xml:
2950         * tests/check/Makefile.am:
2951
2952         Move replaygain and interleave plugins from -bad.
2953         Fixes: #543406
2954         Fixes: #536228
2955
2956 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2957
2958         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2959         (qtdemux_parse_trak):
2960         Revert ISO base media spec based pixel-aspect-ratio calculation.
2961         Fixes #543300.
2962
2963 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2964
2965         * sys/osxvideo/osxvideosink.m:
2966         Fix minor build issues on macosx.
2967         Fixes #543054
2968
2969 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2970
2971         * configure.ac::
2972         * ext/taglib/Makefile.am::
2973           Only use -Wno-attributes (which is there to work around a
2974           bug in the taglib 1.5 headers) if the c++ compiler actually
2975           supports it (#543255).
2976
2977 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2978
2979         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
2980
2981         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2982           Avoid compiler warning by initialising variable to NULL (#543259).
2983
2984 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2985
2986         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
2987         Don't pass NULL taglists to gst_tag_list_is_empty().
2988
2989 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2990
2991         * tests/check/elements/cmmldec.c: (GST_START_TEST):
2992         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
2993         (rtp_pipeline_run):
2994         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
2995         Don't use declarations after statements.
2996
2997 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2998
2999         * ext/jpeg/gstjpegdec.c:
3000         Align documentation with reality.
3001
3002 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3003
3004         * gst/udp/gstudpnetutils.c:
3005         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
3006         old value (1) if it's not defined which should not cause any problems
3007         as we're using it internal only anyway.
3008
3009 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3010
3011         Patch by: Alessandro Decina <alessandro at nnva dot org>
3012
3013         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
3014         Fix build of avidemux on big endian architectures.
3015
3016 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3017
3018         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
3019
3020         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
3021         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
3022
3023 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3024
3025         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
3026         (qtdemux_parse_trak):
3027         Set pixel-aspect-ratio in caps using display width and height
3028         provided in track.
3029
3030 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3031
3032         * configure.ac:
3033         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
3034         flags that are invalid for C++. Fixes bug #516509.
3035
3036 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3037
3038         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3039         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
3040         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
3041         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
3042         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
3043         * tests/examples/equalizer/demo.c: (message_handler):
3044         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
3045         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
3046         Don't use declarations after statements and variable length arrays.
3047
3048 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3049
3050         Patch by: Daniel Drake <dsd at gentoo dot org>
3051
3052         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
3053         (gst_v4l2src_get_nearest_size):
3054         Try progressive video if interlaced fails. Fixes bug #541956
3055         and the usage of v4l2src on OLPC.
3056
3057 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3058
3059         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
3060         (gst_rtp_speex_depay_process):
3061         * gst/rtp/gstrtpspeexdepay.h:
3062         Revert last change: Only the jitterbuffer is able to convert RTP to
3063         Gstreamer timestamps and normal (de)payloaders should simply copy it.
3064         Reopens bug #541787.
3065
3066 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
3067
3068         * gst/rtp/gstrtpvrawdepay.c:
3069           Include stdlib.h for atoi().
3070
3071         * gst/rtsp/gstrtspsrc.c:
3072           Use floating point math for latencies < 0 sec in log output.
3073
3074 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3075
3076         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
3077
3078         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
3079         (gst_rtp_speex_depay_process):
3080         * gst/rtp/gstrtpspeexdepay.h:
3081         Take timestamp from the RTP packet as a first step to fix problems
3082         with transmission over RTP when the network is not reliable.
3083         Fixes bug #541787.
3084
3085 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3086
3087         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
3088
3089         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
3090         Fix parsing of udp:// URIs containing IPv6 addresses.
3091         Fixes bug #541650.
3092
3093 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3094
3095         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
3096         Do not leak incoming buffers.
3097
3098 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3099
3100         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3101
3102         * configure.ac:
3103         Fix build of the RTP plugin with mingw32 by linking to ws2_32
3104         for htons() and htonl(). Fixes bug #541412.
3105
3106 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3107
3108         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
3109         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
3110         (gst_matroska_demux_element_query),
3111         (gst_matroska_demux_handle_src_query),
3112         (gst_matroska_demux_handle_seek_event):
3113         Handle position and duration query in DEFAULT format if the
3114         pad's track has a default frame duration set.
3115
3116         Fix seeking now that the segment's duration doesn't contain the
3117         (possibly wrong or inaccurate) duration of the Matroska file.
3118
3119 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3120
3121         * gst/matroska/ebml-read.c: (_ext2dbl):
3122         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
3123         in math.h except on MSVC where it is defined in xmath.h.
3124         Fixes compilation with MSVC.
3125
3126 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3127
3128         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3129         (gst_matroska_demux_handle_src_query),
3130         (gst_matroska_demux_parse_info),
3131         (gst_matroska_demux_loop_stream_parse_id):
3132         * gst/matroska/matroska-demux.h:
3133         Don't set the segment duration to the duration from the Matroska
3134         header as this value could be wrong and is just informational.
3135
3136 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3137
3138         * gst/matroska/matroska-demux.c:
3139         (gst_matroska_demux_loop_stream_parse_id):
3140         If no Tracks element is found until the first Cluster is found
3141         search it and error out if none is found in the complete file.
3142
3143 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3144
3145         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
3146         Resync non-subtitle tracks too if a too large gap compared to other
3147         tracks is detected.
3148
3149 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
3150
3151         * gst/rtp/Makefile.am:
3152         * gst/rtp/gstrtp.c: (plugin_init):
3153         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
3154         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
3155         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
3156         (gst_rtp_vraw_depay_change_state),
3157         (gst_rtp_vraw_depay_plugin_init):
3158         * gst/rtp/gstrtpvrawdepay.h:
3159         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
3160         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
3161         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
3162         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
3163         (gst_rtp_vraw_pay_plugin_init):
3164         * gst/rtp/gstrtpvrawpay.h:
3165         Add raw video pay and depayloaders, see RFC4175.
3166
3167 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
3168
3169         * ext/libpng/gstpngdec.c:
3170         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
3171         whatever it returned.
3172
3173 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3174
3175         * gst/avi/avi-ids.h:
3176         Add vprp chunk related structures.
3177         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
3178         (gst_avi_demux_parse_stream):
3179         Parse optional vprp chunk and add calculated pixel-aspect-ratio
3180         to caps.  Fixes #539482.
3181         * gst/avi/gstavimux.h:
3182         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
3183         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
3184         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
3185
3186 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3187
3188         * tests/check/elements/avimux.c: (check_avimux_pad):
3189         Adjust avimux unit test according to increased streamheader size.
3190
3191 2008-06-27  David Schleef  <ds@schleef.org>
3192
3193         * gst/qtdemux/qtdemux.c: Add Dirac stream type
3194
3195 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3196
3197         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
3198         * gst/avi/gstavimux.h:
3199         Add 8 bytes to current streamheader to make for a complete one
3200         and to make more players happy.  Fixes #519460.
3201
3202 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
3203
3204         * sys/v4l2/v4l2_calls.c::
3205           Don't include unused gstv4l2xoverlay.h. Fixes build
3206           in case where X11 headers are not installed.
3207
3208 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3209
3210         * ext/dv/gstdv.c: (plugin_init):
3211         Fix compilation.
3212
3213 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
3214
3215         * ext/dv/gstdv.c: (plugin_init):
3216         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
3217         DV decoder available.
3218         Fixes #532393
3219
3220 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3221
3222         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3223         Call getsockname() after the call to bind() to get updated values
3224         for the port, etc. This fixes the usage of udpsrc on anonymous
3225         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
3226         Thanks to Aurelien Grimaud for pointing out the obvious fix.
3227
3228 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3229
3230         * tests/check/pipelines/wavpack.c: (bus_handler):
3231         Remove workaround for a bug in identity that is fixed in 0.10.20.
3232
3233 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3234
3235         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
3236
3237         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
3238         Fix HTTP auth support with user/password passed via the URI.
3239         Fixes bug #540067.
3240
3241 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3242
3243         * configure.ac:
3244           Depend on released versions of core and -base.
3245
3246 2008-06-23  Julien Moutte  <julien@fluendo.com>
3247
3248         * gst/matroska/matroska-demux.c:
3249         (gst_matroska_demux_read_track_encoding),
3250         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
3251         format strings in macros. (makes it build on OS X again...)
3252
3253 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3254
3255         * gst/rtp/gstrtptheorapay.c:
3256         * gst/udp/gstmultiudpsink.c:
3257           Added debug.
3258
3259 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
3260
3261         * configure.ac: switch v4l2src over to the normal build instead of
3262         being 'experimental'. Fixes bug #536831.
3263
3264 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
3265
3266         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3267         Remove unused variable so that we can compile again.
3268
3269 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
3270
3271         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3272         No need to check for audio/G723 and audio/32KADPCM here as they are
3273         no longer supported.
3274
3275 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3276
3277         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3278         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
3279         Use G_GINT64_CONSTANT, this fixes the duration query on files without
3280         known length.
3281
3282 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3283
3284         * gst/matroska/matroska-demux.c:
3285         (gst_matroska_demux_add_wvpk_header),
3286         (gst_matroska_demux_audio_caps):
3287         * gst/matroska/matroska-ids.h:
3288         Fix demuxing of WavPack files. Muxing is still broken.
3289
3290 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3291
3292         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
3293         (gst_matroska_demux_add_mpeg_seq_header),
3294         (gst_matroska_demux_add_wvpk_header),
3295         (gst_matroska_demux_check_subtitle_buffer),
3296         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3297         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
3298         (gst_matroska_demux_subtitle_caps):
3299         * gst/matroska/matroska-ids.h:
3300         Add a "vfunc" to the track context for postprocessing frames and
3301         convert the wavpack and subtitle postprocessing to this vfunc.
3302         Copy buffer flags in those functions to the new buffers too.
3303
3304         Parse CodecState elements of Blocks.
3305
3306         Add a postprocessing function for MPEG video that adds the sequence
3307         header from the codec private data or codec state to the frames if
3308         it's not already there.
3309
3310 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3311
3312         * gst/matroska/matroska-demux.c:
3313         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
3314         If a gap of more than 1/2 second is found in one stream send a
3315         NEWSEGMENT event to not stall the pipeline if the gap is too large.
3316         This also fixes Matroska files where the first buffer doesn't start
3317         at timestamp 0. Fixes bug #429322.
3318
3319         The duration of a block is the default duration multiplied with the
3320         number of laces. Every lace is one frame and the default duration
3321         is the duration of one frame. This fixes playback of files that use
3322         lacing for some tracks.
3323
3324 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3325
3326         * gst/matroska/matroska-demux.c:
3327         (gst_matroska_demux_parse_contents_seekentry):
3328         Update FIXME/TODOs and only ignore EOS at the central, important place
3329         instead of several places.
3330
3331 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3332
3333         * gst/rtp/gstrtpg726pay.c:
3334         Fix caps, See #538891.
3335
3336 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3337
3338         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3339         (gst_matroska_demux_stream_from_num),
3340         (gst_matroska_demux_encoding_cmp),
3341         (gst_matroska_demux_encoding_order_unique),
3342         (gst_matroska_demux_read_track_encoding),
3343         (gst_matroska_demux_read_track_encodings),
3344         (gst_matroska_demux_tracknumber_unique),
3345         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
3346         (gst_matroska_demux_parse_tracks),
3347         (gst_matroska_demux_parse_index_cuetrack),
3348         (gst_matroska_demux_parse_index_pointentry),
3349         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3350         (gst_matroska_demux_parse_metadata_id_simple_tag),
3351         (gst_matroska_demux_parse_metadata_id_tag),
3352         (gst_matroska_demux_parse_metadata),
3353         (gst_matroska_demux_parse_attached_file),
3354         (gst_matroska_demux_parse_attachments),
3355         (gst_matroska_demux_parse_chapters),
3356         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
3357         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3358         (gst_matroska_demux_parse_cluster),
3359         (gst_matroska_demux_parse_contents_seekentry),
3360         (gst_matroska_demux_parse_contents),
3361         (gst_matroska_demux_loop_stream_parse_id),
3362         (gst_matroska_demux_loop):
3363         Improve debug output everywhere and fix the EOS logic.
3364
3365         Check the values of the ContentEncoding elements more strictly and
3366         don't use tracks for which it's invalid.
3367
3368         Check that the track number is unique for this stream.
3369
3370         Check that seek positions are below G_MAXINT64 as our seeks are
3371         int64-based and overflows will fail badly.
3372
3373         After seeks also don't push SimpleBlocks until the first one
3374         containing a keyframe is found. Before this was done only for normal
3375         Blocks.
3376
3377         Update some FIXME/TODOs.
3378         
3379         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
3380         (gst_ebml_read_utf8), (gst_ebml_read_header):
3381         Improve debug output.
3382
3383         * gst/matroska/matroska-ids.c:
3384         (gst_matroska_track_init_video_context):
3385         * gst/matroska/matroska-ids.h:
3386         * gst/matroska/matroska-mux.c:
3387         (gst_matroska_mux_video_pad_setcaps):
3388         Remove eye mode and don't parse it anymore. We can't use that
3389         information in GStreamer yet so it's useless.
3390
3391
3392 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3393
3394         Patch by: Mersad Jelacic <mersad at axis dot com>
3395
3396         * gst/rtp/Makefile.am:
3397         * gst/rtp/gstrtp.c: (plugin_init):
3398         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
3399         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
3400         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
3401         (gst_rtp_g726_depay_plugin_init):
3402         * gst/rtp/gstrtpg726depay.h:
3403         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
3404         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
3405         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
3406         * gst/rtp/gstrtpg726pay.h:
3407         Added G726 pay/depayloaders. Fixes #538891.
3408
3409 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3410
3411         * gst/rtsp/URLS:
3412         Some more urls.
3413
3414         * gst/smpte/barboxwipes.c:
3415         Add a comment
3416
3417         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3418         Fix typo, add audioresample to the pipeline.
3419
3420 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3421
3422         * ext/libmng/Makefile.am:
3423         * ext/libmng/gstmng.c: (plugin_init):
3424         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
3425         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
3426         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
3427         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
3428         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
3429         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
3430         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
3431         (gst_mng_dec_change_state):
3432         * ext/libmng/gstmngdec.h:
3433         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
3434         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
3435         (gst_mng_enc_init), (gst_mng_enc_chain),
3436         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
3437         * ext/libmng/gstmngenc.h:
3438         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
3439         bits ifdeffed out still.
3440
3441 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3442
3443         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
3444         When comparing index elements with the same time compare their
3445         block number.
3446
3447 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
3448
3449         * gst/matroska/matroska-demux.c:
3450           (gst_matroska_demux_parse_attached_file)
3451           Init variable to NULL to avoid compiler warning.
3452
3453 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3454
3455         * gst/matroska/Makefile.am:
3456         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3457         (gst_matroska_demux_parse_attached_file),
3458         (gst_matroska_demux_parse_attachments),
3459         (gst_matroska_demux_parse_contents_seekentry),
3460         (gst_matroska_demux_loop_stream_parse_id):
3461         * gst/matroska/matroska-demux.h:
3462         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
3463         * gst/matroska/matroska-ids.h:
3464         * gst/matroska/matroska.c: (plugin_init):
3465         Parse Attachments and post them as GST_TAG_IMAGE if we detect
3466         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
3467         and description of the attachments in the caps. Fixes bug #537622.
3468
3469 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
3470
3471         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
3472         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
3473         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
3474         (gst_speex_enc_src_query), (gst_speex_enc_init),
3475         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
3476         (gst_speex_enc_chain), (gst_speex_enc_get_property),
3477         (gst_speex_enc_set_property):
3478         Add mode property.
3479         Some cleanups, add more debug info.
3480         Add latency query.
3481
3482 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3483
3484         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
3485         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
3486         If we get less bytes than requested we can't do anything except doing
3487         our EOS logic.
3488
3489 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3490
3491         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3492         (gst_matroskademux_do_index_seek),
3493         (gst_matroska_demux_parse_index_cuetrack),
3494         (gst_matroska_demux_parse_index_pointentry),
3495         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
3496         (gst_matroska_demux_parse_metadata):
3497         * gst/matroska/matroska-demux.h:
3498         * gst/matroska/matroska-ids.h:
3499         Use a GArray for storing the Cue (i.e. seek) information, store
3500         the CueTrackPositions for every track, store the block number
3501         and optimize searching in the array by sorting it after the last
3502         element was added.
3503
3504         Fix a small memory leak when trying to parse a tags element that was
3505         already parsed.
3506
3507 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3508
3509         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
3510         (gst_matroska_mux_start), (gst_matroska_mux_finish),
3511         (gst_matroska_mux_write_data):
3512         * gst/matroska/matroska-mux.h:
3513         Don't write another SeekHead which indexes all Clusters to the end of
3514         the file. This isn't useful for anything and just increases filesize.
3515
3516 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3517
3518         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
3519         Prevent unaligned memory access when reading floats.
3520
3521 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3522
3523         * gst/matroska/ebml-read.c:
3524         * gst/matroska/ebml-read.h:
3525         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3526         (gst_matroska_demux_parse_metadata):
3527         * gst/matroska/matroska-demux.h:
3528         Make sure that every Tags element is only parsed once and it's
3529         containing tags are only posted once.
3530
3531 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3532
3533         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
3534         (gst_ebml_read_header):
3535         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
3536         (gst_matroska_demux_parse_tracks),
3537         (gst_matroska_demux_parse_index_cuetrack),
3538         (gst_matroska_demux_parse_index_pointentry),
3539         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3540         (gst_matroska_demux_parse_metadata_id_simple_tag),
3541         (gst_matroska_demux_parse_metadata_id_tag),
3542         (gst_matroska_demux_parse_metadata),
3543         (gst_matroska_demux_parse_attachments),
3544         (gst_matroska_demux_parse_chapters),
3545         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3546         (gst_matroska_demux_parse_cluster),
3547         (gst_matroska_demux_parse_contents_seekentry),
3548         (gst_matroska_demux_parse_contents),
3549         (gst_matroska_demux_loop_stream_parse_id):
3550         Handle EBML elements like Void or CRC32 in the EbmlRead base class
3551         already. They're not useful in the matroska parser and only cause
3552         additional code.
3553
3554 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
3555
3556         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
3557         (gst_ebml_finalize), (gst_ebml_read_change_state),
3558         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
3559         * gst/matroska/matroska-demux.c:
3560         (gst_matroska_demux_parse_contents_seekentry):
3561         Reverse the level list as we usually are only interested in the
3562         first element or want to add a new first element. Having the
3563         first element stored at the end and calling g_list_last() and
3564         g_list_append() is more expensive.
3565
3566         Also use GSlice for allocating the GstEbmlLevel structs.
3567
3568 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
3569
3570         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
3571           (gst_tag_inject_class_init), (gst_tag_inject_init):
3572           Don't unref NULL taglist in finalize. Don't use c++ style
3573           comments.
3574
3575 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3576
3577         * gst/matroska/matroska-demux.c:
3578         (gst_matroska_demux_parse_metadata_id_simple_tag):
3579         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
3580         (gst_matroska_mux_write_data):
3581         Use gst_value_serialize() and gst_value_deserialize() for transforming
3582         tags from some GType to a string and the other way around. The default
3583         transformations in GLib don't include transformations from string to
3584         number types.
3585
3586 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3587
3588         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3589         (gst_matroska_demux_parse_tracks),
3590         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3591         (gst_matroska_demux_parse_attachments),
3592         (gst_matroska_demux_parse_chapters),
3593         (gst_matroska_demux_parse_contents_seekentry),
3594         (gst_matroska_demux_loop_stream_parse_id):
3595         * gst/matroska/matroska-demux.h:
3596         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
3597         Tags multiple times. The first ones can appear more than once but must
3598         contain the same content as the first for backup purposes so we ignore
3599         all but the first one. Tags can appear multiple times with different
3600         content.
3601
3602         Jump to all elements except Clusters that are available from a
3603         SeekHead to make it more likely to have all required informations
3604         before getting to the first Clusters.
3605
3606         Add dummy functions for parsing Attachments and Chapters.
3607
3608 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3609
3610         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3611         (gst_udpsrc_create), (gst_udpsrc_set_property),
3612         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
3613         * gst/udp/gstudpsrc.h:
3614         Add property to control automatic join/leave of multicast groups.
3615         Add G_LIKELY.
3616         Remove setting caps on buffers explicitly, basesrc does that for us now.
3617         Improve debug info.
3618         Convert some non-fatal error into warnings.
3619         Use g_ntohs for better portability.
3620         Leave multicast groups when stopping.
3621         When using external sockets, use getsockname() on them to fill up the
3622         addr structure before calling methods that use the structure.
3623         Should all fix #536903.
3624         API: GstUDPSrc::auto-multicast property
3625
3626 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3627
3628         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
3629         Use g_ntohl for better portability.
3630
3631 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3632
3633         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3634         (gst_multiudpsink_remove):
3635         Fix a typo and do some small cleanups.
3636
3637 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3638
3639         Patch by: Olivier Crete <tester at tester dot ca>
3640
3641         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3642         Make the delivery-method mandatory on the caps and only accept inline
3643         for now.
3644         Reverse strcmp checks for delivery-method.
3645
3646         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3647         Make delivery method optional when parsing caps and note this in the
3648         caps.
3649         Reverse strcmp checks for delivery-method.
3650
3651         * gst/rtp/gstrtpvorbispay.c:
3652         Update a comment to note that the delivery-method is optional, 
3653         Fixes #537675.
3654
3655 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3656
3657         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
3658         Set udpsrc for receiving data from multicast groups to PAUSED instead of
3659         leaving them in READY. Fixes #537832.
3660
3661 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3662
3663         * gst/avi/gstavimux.c:
3664           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
3665           for a random constant in tagmuxing code.
3666
3667 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3668
3669         * gst/debug/gsttaginject.c:
3670         * gst/debug/gsttaginject.h:
3671           Now actually adding the new element.
3672
3673 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3674
3675         * docs/plugins/Makefile.am:
3676         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3677         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3678         * docs/plugins/gst-plugins-good-plugins.args:
3679         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3680         * docs/plugins/gst-plugins-good-plugins.interfaces:
3681         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3682         * docs/plugins/inspect/plugin-aasink.xml:
3683         * docs/plugins/inspect/plugin-alaw.xml:
3684         * docs/plugins/inspect/plugin-alpha.xml:
3685         * docs/plugins/inspect/plugin-alphacolor.xml:
3686         * docs/plugins/inspect/plugin-annodex.xml:
3687         * docs/plugins/inspect/plugin-apetag.xml:
3688         * docs/plugins/inspect/plugin-audiofx.xml:
3689         * docs/plugins/inspect/plugin-auparse.xml:
3690         * docs/plugins/inspect/plugin-autodetect.xml:
3691         * docs/plugins/inspect/plugin-avi.xml:
3692         * docs/plugins/inspect/plugin-cacasink.xml:
3693         * docs/plugins/inspect/plugin-cairo.xml:
3694         * docs/plugins/inspect/plugin-cdio.xml:
3695         * docs/plugins/inspect/plugin-cutter.xml:
3696         * docs/plugins/inspect/plugin-debug.xml:
3697         * docs/plugins/inspect/plugin-dv.xml:
3698         * docs/plugins/inspect/plugin-efence.xml:
3699         * docs/plugins/inspect/plugin-effectv.xml:
3700         * docs/plugins/inspect/plugin-equalizer.xml:
3701         * docs/plugins/inspect/plugin-esdsink.xml:
3702         * docs/plugins/inspect/plugin-flac.xml:
3703         * docs/plugins/inspect/plugin-flxdec.xml:
3704         * docs/plugins/inspect/plugin-gamma.xml:
3705         * docs/plugins/inspect/plugin-gconfelements.xml:
3706         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3707         * docs/plugins/inspect/plugin-goom.xml:
3708         * docs/plugins/inspect/plugin-goom2k1.xml:
3709         * docs/plugins/inspect/plugin-halelements.xml:
3710         * docs/plugins/inspect/plugin-icydemux.xml:
3711         * docs/plugins/inspect/plugin-id3demux.xml:
3712         * docs/plugins/inspect/plugin-jpeg.xml:
3713         * docs/plugins/inspect/plugin-level.xml:
3714         * docs/plugins/inspect/plugin-matroska.xml:
3715         * docs/plugins/inspect/plugin-monoscope.xml:
3716         * docs/plugins/inspect/plugin-mulaw.xml:
3717         * docs/plugins/inspect/plugin-multifile.xml:
3718         * docs/plugins/inspect/plugin-multipart.xml:
3719         * docs/plugins/inspect/plugin-navigationtest.xml:
3720         * docs/plugins/inspect/plugin-ossaudio.xml:
3721         * docs/plugins/inspect/plugin-png.xml:
3722         * docs/plugins/inspect/plugin-quicktime.xml:
3723         * docs/plugins/inspect/plugin-rtp.xml:
3724         * docs/plugins/inspect/plugin-rtsp.xml:
3725         * docs/plugins/inspect/plugin-smpte.xml:
3726         * docs/plugins/inspect/plugin-soup.xml:
3727         * docs/plugins/inspect/plugin-spectrum.xml:
3728         * docs/plugins/inspect/plugin-speex.xml:
3729         * docs/plugins/inspect/plugin-taglib.xml:
3730         * docs/plugins/inspect/plugin-udp.xml:
3731         * docs/plugins/inspect/plugin-video4linux2.xml:
3732         * docs/plugins/inspect/plugin-videobalance.xml:
3733         * docs/plugins/inspect/plugin-videobox.xml:
3734         * docs/plugins/inspect/plugin-videocrop.xml:
3735         * docs/plugins/inspect/plugin-videoflip.xml:
3736         * docs/plugins/inspect/plugin-videomixer.xml:
3737         * docs/plugins/inspect/plugin-wavenc.xml:
3738         * docs/plugins/inspect/plugin-wavpack.xml:
3739         * docs/plugins/inspect/plugin-wavparse.xml:
3740         * docs/plugins/inspect/plugin-ximagesrc.xml:
3741         * gst/debug/Makefile.am:
3742         * gst/debug/breakmydata.c:
3743         * gst/debug/efence.c:
3744         * gst/debug/gstdebug.c:
3745         * gst/debug/gstnavseek.c:
3746         * gst/debug/gstpushfilesrc.c:
3747         * gst/debug/gstpushfilesrc.h:
3748         * gst/debug/negotiation.c:
3749         * gst/debug/progressreport.c:
3750         * gst/debug/progressreport.h:
3751         * gst/debug/rndbuffersize.c:
3752         * gst/debug/testplugin.c:
3753           Remove dummy plugin_init. Remove some undefined entries from doc-
3754           section file. Add taginject element and rebuild docs for it.
3755
3756 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3757
3758         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3759         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3760         Update the counter for the number of streams when pads are added or
3761         removed. This will make sure that a seek table is generated for
3762         files with just one audio stream.
3763
3764 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3765
3766         * gst/matroska/matroska-demux.c:
3767         (gst_matroska_demux_parse_metadata_id_simple_tag):
3768         * gst/matroska/matroska-ids.h:
3769         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3770         Add some more tags, improve debugging a bit and make sure that
3771         GValue transformation has succeeded before using the result
3772         as a tag.
3773
3774 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3775
3776         Patch by: Olivier Crete <tester at tester dot ca>
3777
3778         * gst/rtp/gstrtptheorapay.c:
3779         The Theora RTP payloader only supports the "inline" delievery method
3780         so let's declare this on the caps of the static pad template.
3781         Fixes bug #537675.
3782
3783 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3784
3785         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3786         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3787         Remove bogus check.
3788
3789 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3790
3791         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3792         (gst_videomixer_blend_buffers):
3793         Use stream_time to synchronize the object properties.
3794         Use running_time of the master pad to timestamp outgoing buffers.
3795         Fix the initial segment event to extend an unknown amount of time.
3796         Fixes #537361.
3797
3798 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3799
3800         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3801         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3802         (gst_avi_demux_calculate_durations_from_index),
3803         (gst_avi_demux_stream_header_push),
3804         (gst_avi_demux_stream_header_pull):
3805         Try to ignore unparsable/unknown streams and give a warning instead of
3806         erroring out. Fixes #537377.
3807
3808 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3809
3810         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3811         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3812
3813         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3814         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3815         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3816         (gst_matroska_demux_read_track_encodings),
3817         (gst_matroska_demux_add_stream),
3818         (gst_matroska_demux_handle_src_query),
3819         (gst_matroska_demux_init_stream),
3820         (gst_matroska_demux_parse_index_cuetrack),
3821         (gst_matroska_demux_parse_index_pointentry),
3822         (gst_matroska_demux_parse_info),
3823         (gst_matroska_demux_parse_metadata_id_simple_tag),
3824         (gst_matroska_demux_parse_metadata),
3825         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3826         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3827         (gst_matroska_demux_parse_cluster),
3828         (gst_matroska_demux_parse_contents_seekentry),
3829         (gst_matroska_demux_loop_stream_parse_id),
3830         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3831         (gst_matroska_demux_audio_caps),
3832         (gst_matroska_demux_subtitle_caps):
3833         * gst/matroska/matroska-demux.h:
3834         * gst/matroska/matroska-ids.c:
3835         (gst_matroska_track_init_subtitle_context):
3836         * gst/matroska/matroska-ids.h:
3837         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3838         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
3839         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
3840         (gst_matroska_mux_video_pad_setcaps),
3841         (gst_matroska_mux_audio_pad_setcaps),
3842         (gst_matroska_mux_subtitle_pad_setcaps),
3843         (gst_matroska_mux_request_new_pad),
3844         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3845         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3846         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
3847         (gst_matroska_mux_set_property):
3848         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
3849         elements, do some checks for valid values in the demuxer, handle
3850         tracktimecodescale in the demuxer, set correct default values for all
3851         settings in the demuxer, review and add all missing matroska
3852         IDs and some more raw YUV formats, and some trivial cleanup.
3853
3854 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3855
3856         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3857         (gst_pulsemixer_class_init):
3858         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3859         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3860         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3861         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3862         (gst_pulsesrc_prepare):
3863         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3864         gst_element_class_set_details_simple() and fix coding style a bit
3865         more.
3866
3867 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3868
3869         * docs/plugins/Makefile.am:
3870         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3871         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3872         * docs/plugins/gst-plugins-good-plugins.args:
3873         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3874         * docs/plugins/gst-plugins-good-plugins.interfaces:
3875         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3876         * docs/plugins/inspect/plugin-aasink.xml:
3877         * docs/plugins/inspect/plugin-alaw.xml:
3878         * docs/plugins/inspect/plugin-alpha.xml:
3879         * docs/plugins/inspect/plugin-alphacolor.xml:
3880         * docs/plugins/inspect/plugin-annodex.xml:
3881         * docs/plugins/inspect/plugin-apetag.xml:
3882         * docs/plugins/inspect/plugin-audiofx.xml:
3883         * docs/plugins/inspect/plugin-auparse.xml:
3884         * docs/plugins/inspect/plugin-autodetect.xml:
3885         * docs/plugins/inspect/plugin-avi.xml:
3886         * docs/plugins/inspect/plugin-cacasink.xml:
3887         * docs/plugins/inspect/plugin-cairo.xml:
3888         * docs/plugins/inspect/plugin-cdio.xml:
3889         * docs/plugins/inspect/plugin-cutter.xml:
3890         * docs/plugins/inspect/plugin-debug.xml:
3891         * docs/plugins/inspect/plugin-dv.xml:
3892         * docs/plugins/inspect/plugin-efence.xml:
3893         * docs/plugins/inspect/plugin-effectv.xml:
3894         * docs/plugins/inspect/plugin-equalizer.xml:
3895         * docs/plugins/inspect/plugin-esdsink.xml:
3896         * docs/plugins/inspect/plugin-flac.xml:
3897         * docs/plugins/inspect/plugin-flxdec.xml:
3898         * docs/plugins/inspect/plugin-gamma.xml:
3899         * docs/plugins/inspect/plugin-gconfelements.xml:
3900         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3901         * docs/plugins/inspect/plugin-goom.xml:
3902         * docs/plugins/inspect/plugin-goom2k1.xml:
3903         * docs/plugins/inspect/plugin-halelements.xml:
3904         * docs/plugins/inspect/plugin-icydemux.xml:
3905         * docs/plugins/inspect/plugin-id3demux.xml:
3906         * docs/plugins/inspect/plugin-jpeg.xml:
3907         * docs/plugins/inspect/plugin-level.xml:
3908         * docs/plugins/inspect/plugin-matroska.xml:
3909         * docs/plugins/inspect/plugin-monoscope.xml:
3910         * docs/plugins/inspect/plugin-mulaw.xml:
3911         * docs/plugins/inspect/plugin-multifile.xml:
3912         * docs/plugins/inspect/plugin-multipart.xml:
3913         * docs/plugins/inspect/plugin-navigationtest.xml:
3914         * docs/plugins/inspect/plugin-ossaudio.xml:
3915         * docs/plugins/inspect/plugin-png.xml:
3916         * docs/plugins/inspect/plugin-pulseaudio.xml:
3917         * docs/plugins/inspect/plugin-quicktime.xml:
3918         * docs/plugins/inspect/plugin-rtp.xml:
3919         * docs/plugins/inspect/plugin-rtsp.xml:
3920         * docs/plugins/inspect/plugin-smpte.xml:
3921         * docs/plugins/inspect/plugin-soup.xml:
3922         * docs/plugins/inspect/plugin-spectrum.xml:
3923         * docs/plugins/inspect/plugin-speex.xml:
3924         * docs/plugins/inspect/plugin-taglib.xml:
3925         * docs/plugins/inspect/plugin-udp.xml:
3926         * docs/plugins/inspect/plugin-video4linux2.xml:
3927         * docs/plugins/inspect/plugin-videobalance.xml:
3928         * docs/plugins/inspect/plugin-videobox.xml:
3929         * docs/plugins/inspect/plugin-videocrop.xml:
3930         * docs/plugins/inspect/plugin-videoflip.xml:
3931         * docs/plugins/inspect/plugin-videomixer.xml:
3932         * docs/plugins/inspect/plugin-wavenc.xml:
3933         * docs/plugins/inspect/plugin-wavpack.xml:
3934         * docs/plugins/inspect/plugin-wavparse.xml:
3935         * docs/plugins/inspect/plugin-ximagesrc.xml:
3936         * ext/pulse/plugin.c:
3937         * ext/pulse/pulsemixer.c:
3938         * ext/pulse/pulsesink.c:
3939         * ext/pulse/pulsesrc.c:
3940         Add documentation to the pulseaudio plugin and run make update
3941         in docs/plugins.
3942
3943 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3944
3945         Patch by: Brian Cameron <brian.cameron at sun dot com>
3946
3947         * sys/sunaudio/gstsunaudiomixerctrl.c:
3948         (gst_sunaudiomixer_ctrl_get_volume),
3949         (gst_sunaudiomixer_ctrl_set_volume):
3950         Improvements for the SunAudio mixer by handling mute as no gain
3951         for tracks that have a gain property but no mute property.
3952         Fixes bug #536067.
3953
3954 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3955
3956         * configure.ac:
3957         * ext/pulse/Makefile.am:
3958         * ext/pulse/plugin.c: (plugin_init):
3959         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
3960         (gst_pulsemixer_implements_interface_init),
3961         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
3962         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
3963         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
3964         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
3965         * ext/pulse/pulsemixer.h:
3966         * ext/pulse/pulsemixerctrl.c:
3967         (gst_pulsemixer_ctrl_context_state_cb),
3968         (gst_pulsemixer_ctrl_sink_info_cb),
3969         (gst_pulsemixer_ctrl_source_info_cb),
3970         (gst_pulsemixer_ctrl_subscribe_cb),
3971         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
3972         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
3973         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
3974         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
3975         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
3976         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
3977         * ext/pulse/pulsemixerctrl.h:
3978         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
3979         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
3980         * ext/pulse/pulsemixertrack.h:
3981         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
3982         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
3983         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
3984         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
3985         (gst_pulseprobe_new), (gst_pulseprobe_free),
3986         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
3987         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
3988         (gst_pulseprobe_set_server):
3989         * ext/pulse/pulseprobe.h:
3990         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3991         (gst_pulsesink_class_init), (gst_pulsesink_init),
3992         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
3993         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
3994         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
3995         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
3996         (gst_pulsesink_stream_request_cb),
3997         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
3998         (gst_pulsesink_close), (gst_pulsesink_prepare),
3999         (gst_pulsesink_unprepare), (gst_pulsesink_write),
4000         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
4001         (gst_pulsesink_reset), (gst_pulsesink_change_title),
4002         (gst_pulsesink_event), (gst_pulsesink_get_type):
4003         * ext/pulse/pulsesink.h:
4004         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
4005         (gst_pulsesrc_implements_interface_init),
4006         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
4007         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
4008         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
4009         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
4010         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
4011         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
4012         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
4013         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
4014         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
4015         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
4016         (gst_pulsesrc_get_type):
4017         * ext/pulse/pulsesrc.h:
4018         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
4019         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
4020         * ext/pulse/pulseutil.h:
4021         Add pulseaudio GStreamer element from gst-pulse. Development will
4022         continue here instead of pulseaudio SVN. Fixes bug #400679.
4023         Only changes over gst-pulse SVN are added copyright to the top of
4024         files and coding style changes.
4025
4026 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
4027
4028         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
4029
4030         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
4031           (gst_cdio_add_cdtext_album_tags):
4032         * ext/cdio/gstcdio.h:
4033         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
4034           Also extract album title and album genre from CD-TEXT if
4035           available (#537021).
4036
4037 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
4038
4039         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4040
4041         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
4042         Improve negotiation a bit more by picking the smallest possible
4043         resolution that is larger than the resolution specified in the
4044         first caps entry of the peer caps. Fixes bug #536994.
4045
4046 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
4047
4048         Patch by: Bastien Nocera <hadess at hadess dot net>
4049
4050         * sys/v4l2/gstv4l2vidorient.c:
4051         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4052         Fix compilation with newer GIT kernels that deprecated
4053         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
4054
4055 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4056
4057         * configure.ac:
4058         * ext/cdio/gstcdio.c:
4059         * ext/cdio/gstcdio.h:
4060         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
4061           Require libcdio >= 0.76.
4062
4063 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
4064
4065         * gst/avi/gstavidemux.c:
4066         Catch UNEXPECTED when downstream has reached end of
4067         segment in reverse mode.
4068
4069 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4070
4071         * gst/avi/gstavidemux.c:
4072         Fix typo in comment
4073
4074 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4075
4076         * gst/avi/gstavidemux.c:
4077         Because we don't know the frame order we need to push till
4078         the next keyframe
4079
4080 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4081
4082         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4083
4084         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
4085         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
4086         Provide a custom negotiation function to make sure to pick the highest
4087         possible framerate and resolution. Fixes bug #536646.
4088
4089 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4090
4091         * gst/avi/gstavidemux.c:
4092         Set EOS when going out of the segment in reverse playback
4093
4094 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
4095
4096         * ext/taglib/Makefile.am::
4097           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
4098           taglib headers (with gcc 4.3.1).
4099
4100 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
4101
4102         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
4103         Use the new gst_rtsp_connection_get_ip() to access the IP address
4104         of a GstRTSPConnection since it is a private member.
4105
4106 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
4107
4108         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
4109         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4110           Use new utility functions in libgsttag to process coverart (#512333).
4111
4112 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4113
4114         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4115         We actually support left/side, right/side and mid/side files. The
4116         conversion to normal, interleaved stereo is done by libflac.
4117
4118 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4119
4120         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4121         (gst_ebml_write_set_cache):
4122         Unref the write cache in finalize if it was set and add add "FIXME"
4123         to a comment that needs it.
4124
4125 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4126
4127         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4128
4129         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
4130         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
4131         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
4132         (gst_avi_demux_process_next_entry):
4133         * gst/avi/gstavidemux.h:
4134         Implement reverse playback. Fixes #535300.
4135         Small cleanups.
4136
4137 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
4138
4139         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
4140         (gst_videomixer_query_latency):
4141         When using gst_element_iterate_pads() one has to unref every pad
4142         after usage.
4143
4144 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
4145
4146         Patch by: Bastien Nocera <hadess at hadess dot net>
4147         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
4148         (qtdemux_parse_udta):
4149         * gst/qtdemux/qtdemux_fourcc.h:
4150         Improve meta-data handling, add 'comment', 'description' and
4151         'copyright' tag handling.
4152         Fixes #535935
4153
4154 2008-05-31  Julien Moutte  <julien@fluendo.com>
4155
4156         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
4157         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
4158         (gst_qtdemux_seek_to_previous_keyframe),
4159         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
4160         we don't clip the segment's stop using the main segment duration as
4161         that could crop quite some video frames. Make reverse playback support
4162         more robust and support edit lists. Support seeking to the last frame,
4163         and fix reverse looping playback. Add some debugging.
4164         * win32/common/config.h: Updated.
4165
4166 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
4167
4168         * gst/equalizer/gstiirequalizer.c:
4169         (gst_iir_equalizer_transform_ip):
4170         Don't clip float/double samples, correctly unset passthrough mode
4171         and use better rounding for integer samples.
4172
4173 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
4174
4175         * gst/equalizer/gstiirequalizer.c:
4176         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
4177         (setup_filter), (set_passthrough), (update_coefficients),
4178         (gst_iir_equalizer_compute_frequencies),
4179         (gst_iir_equalizer_transform_ip):
4180         * gst/equalizer/gstiirequalizer.h:
4181         Update the filter coefficients only when needed in the transform_ip
4182         function and correctly set the element into passthrough mode if the
4183         gain of all bands is 0.
4184
4185 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4186
4187         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
4188
4189         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
4190         (gst_alpha_set_property), (gst_alpha_get_property),
4191         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
4192         Try to skip pixels or areas that are too dark or too bright for us to do
4193         meaningfull color detection.
4194         Added properties to control the sensitivity to light and darkness.
4195         Added some small cleanups. Fixes #512345.
4196
4197 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
4198
4199         * docs/plugins/.cvsignore:
4200         * tests/check/elements/.cvsignore:
4201         Ignore some more generated things
4202
4203         * tests/check/Makefile.am:
4204         Ignore OSS elements in the state changes test too.
4205
4206 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4207
4208         * docs/plugins/Makefile.am:
4209         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4210         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4211         Add SMPTE effect elements to docs.
4212
4213 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4214
4215         * docs/plugins/Makefile.am:
4216         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4217         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4218         * ext/raw1394/gstdv1394src.c:
4219           Document whats first shown on the fdo plugin docs page :)
4220
4221 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4222
4223         * docs/plugins/Makefile.am:
4224         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4225         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4226         * docs/plugins/gst-plugins-good-plugins.args:
4227         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4228         * docs/plugins/inspect/plugin-audiofx.xml:
4229         * gst/audiofx/Makefile.am:
4230         * gst/audiofx/audiofx.c:
4231         * gst/audiofx/audiokaraoke.c:
4232         * gst/audiofx/audiokaraoke.h:
4233         * gst/audiofx/audiovoice.c:
4234         * gst/audiofx/audiovoice.h:
4235           Rename audiovoice to audiokaraoke and add it to the docs.
4236
4237 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4238
4239         * REQUIREMENTS:
4240         * docs/plugins/Makefile.am:
4241         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4242         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4243         * docs/plugins/gst-plugins-good-plugins.args:
4244         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4245         * docs/plugins/gst-plugins-good-plugins.interfaces:
4246         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4247         * docs/plugins/inspect/plugin-aasink.xml:
4248         * docs/plugins/inspect/plugin-alaw.xml:
4249         * docs/plugins/inspect/plugin-alpha.xml:
4250         * docs/plugins/inspect/plugin-alphacolor.xml:
4251         * docs/plugins/inspect/plugin-annodex.xml:
4252         * docs/plugins/inspect/plugin-apetag.xml:
4253         * docs/plugins/inspect/plugin-audiofx.xml:
4254         * docs/plugins/inspect/plugin-auparse.xml:
4255         * docs/plugins/inspect/plugin-autodetect.xml:
4256         * docs/plugins/inspect/plugin-avi.xml:
4257         * docs/plugins/inspect/plugin-cacasink.xml:
4258         * docs/plugins/inspect/plugin-cairo.xml:
4259         * docs/plugins/inspect/plugin-cdio.xml:
4260         * docs/plugins/inspect/plugin-cutter.xml:
4261         * docs/plugins/inspect/plugin-debug.xml:
4262         * docs/plugins/inspect/plugin-dv.xml:
4263         * docs/plugins/inspect/plugin-efence.xml:
4264         * docs/plugins/inspect/plugin-effectv.xml:
4265         * docs/plugins/inspect/plugin-equalizer.xml:
4266         * docs/plugins/inspect/plugin-esdsink.xml:
4267         * docs/plugins/inspect/plugin-flac.xml:
4268         * docs/plugins/inspect/plugin-flxdec.xml:
4269         * docs/plugins/inspect/plugin-gamma.xml:
4270         * docs/plugins/inspect/plugin-gconfelements.xml:
4271         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4272         * docs/plugins/inspect/plugin-goom.xml:
4273         * docs/plugins/inspect/plugin-goom2k1.xml:
4274         * docs/plugins/inspect/plugin-halelements.xml:
4275         * docs/plugins/inspect/plugin-icydemux.xml:
4276         * docs/plugins/inspect/plugin-id3demux.xml:
4277         * docs/plugins/inspect/plugin-jpeg.xml:
4278         * docs/plugins/inspect/plugin-level.xml:
4279         * docs/plugins/inspect/plugin-matroska.xml:
4280         * docs/plugins/inspect/plugin-monoscope.xml:
4281         * docs/plugins/inspect/plugin-mulaw.xml:
4282         * docs/plugins/inspect/plugin-multifile.xml:
4283         * docs/plugins/inspect/plugin-multipart.xml:
4284         * docs/plugins/inspect/plugin-navigationtest.xml:
4285         * docs/plugins/inspect/plugin-ossaudio.xml:
4286         * docs/plugins/inspect/plugin-png.xml:
4287         * docs/plugins/inspect/plugin-quicktime.xml:
4288         * docs/plugins/inspect/plugin-rtp.xml:
4289         * docs/plugins/inspect/plugin-rtsp.xml:
4290         * docs/plugins/inspect/plugin-smpte.xml:
4291         * docs/plugins/inspect/plugin-soup.xml:
4292         * docs/plugins/inspect/plugin-spectrum.xml:
4293         * docs/plugins/inspect/plugin-speex.xml:
4294         * docs/plugins/inspect/plugin-taglib.xml:
4295         * docs/plugins/inspect/plugin-udp.xml:
4296         * docs/plugins/inspect/plugin-video4linux2.xml:
4297         * docs/plugins/inspect/plugin-videobalance.xml:
4298         * docs/plugins/inspect/plugin-videobox.xml:
4299         * docs/plugins/inspect/plugin-videocrop.xml:
4300         * docs/plugins/inspect/plugin-videoflip.xml:
4301         * docs/plugins/inspect/plugin-videomixer.xml:
4302         * docs/plugins/inspect/plugin-wavenc.xml:
4303         * docs/plugins/inspect/plugin-wavpack.xml:
4304         * docs/plugins/inspect/plugin-wavparse.xml:
4305         * docs/plugins/inspect/plugin-ximagesrc.xml:
4306         * ext/aalib/gstaasink.c:
4307         * ext/libcaca/gstcacasink.c:
4308           Document aasink and cacasink.
4309
4310 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
4311
4312         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4313         (gst_videomixer_init), (gst_videomixer_query_duration),
4314         (gst_videomixer_query_latency), (gst_videomixer_query),
4315         (gst_videomixer_blend_buffers):
4316         * gst/videomixer/videomixer.h:
4317         Implement position (in time), duration and latency queries.
4318
4319 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
4320
4321         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4322         (gst_videomixer_init), (gst_videomixer_request_new_pad),
4323         (gst_videomixer_fill_queues), (forward_event_func),
4324         (forward_event), (gst_videomixer_src_event),
4325         (gst_videomixer_sink_event):
4326         * gst/videomixer/videomixer.h:
4327         Implement proper seek/newsegment handling.
4328         Based on adder's implementation.
4329         Fixes #535121
4330
4331 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4332
4333         Patch by: Jan Gerber <j at oil21 dot org>
4334
4335         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4336         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
4337
4338 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4339
4340         * gst/audiofx/Makefile.am:
4341         * gst/audiofx/audiofx.c: (plugin_init):
4342         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
4343         (gst_audio_voice_class_init), (gst_audio_voice_init),
4344         (update_filter), (gst_audio_voice_set_property),
4345         (gst_audio_voice_get_property), (gst_audio_voice_setup),
4346         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
4347         (gst_audio_voice_transform_ip):
4348         * gst/audiofx/audiovoice.h:
4349         Add simple voice removal element. Yay karaoke.
4350
4351 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4352
4353         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4354
4355         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
4356         Fix potential caps leak.
4357         If we can't get the framerate with an ioctl, try to get it with the
4358         current norm. Fixes #520092.
4359
4360 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4361
4362         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4363
4364         * sys/v4l2/v4l2src_calls.c:
4365         (gst_v4l2src_probe_caps_for_format_and_size):
4366         If we fail to get the frame intervals, simply don't touch the framerates
4367         on the template caps instead of discarding the format. See #520092.
4368
4369 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4370
4371         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4372
4373         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
4374         (gst_v4l2_get_caps_info):
4375         Add NV12, NV21 and bayer support. See #520092.
4376
4377 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4378
4379         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
4380         (gst_qtdemux_activate_segment):
4381         Unbreak segment activation again. Fixes #531672.
4382
4383 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
4384
4385         * ext/flac/Makefile.am:
4386         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4387         Set the channel layout when decoding FLAC files with more than 2
4388         channels as defined by the FLAC spec. Fixes bug #534570.
4389
4390         Also don't try to decode left/side, right/side and mid/side files
4391         as we don't support this at all.
4392
4393 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
4394
4395         * configure.ac:
4396           We need -base CVS (rtsp).
4397
4398 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
4399
4400         * gst/udp/Makefile.am:
4401           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
4402           when including netdb.h when building against glibc >= 2.8.
4403
4404 2008-05-22  Julien Moutte  <julien@fluendo.com>
4405
4406         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
4407         debug statement arguments.
4408         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
4409         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
4410         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
4411         on more platforms.
4412
4413 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4414
4415         * tests/check/elements/avimux.c: (setup_src_pad),
4416         (teardown_src_pad):
4417         * tests/check/elements/icydemux.c: (icydemux_found_pad),
4418         (GST_START_TEST):
4419         * tests/check/elements/matroskamux.c: (setup_src_pad),
4420         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
4421         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
4422         (GST_START_TEST):
4423         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
4424         (setup_wavpackparse), (cleanup_wavpackparse):
4425         Don't use gst_element_get_pad(), it's a bad, bad method.
4426
4427 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4428
4429         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4430         (do_toggle_element):
4431         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4432         (do_toggle_element):
4433         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4434         (do_toggle_element):
4435         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
4436         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
4437         (do_toggle_element):
4438         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
4439         (do_toggle_element):
4440         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
4441         (gst_auto_audio_sink_detect):
4442         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
4443         (gst_auto_video_sink_detect):
4444         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4445         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
4446         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
4447         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
4448         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
4449         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
4450         * tests/icles/videocrop-test.c: (test_with_caps),
4451         (video_crop_get_test_caps):
4452         Don't use gst_element_get_pad(), it's a bad method.
4453
4454 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4455
4456         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
4457         (gst_multiudpsink_add_internal):
4458         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
4459         (gst_udp_join_group):
4460         * gst/udp/gstudpnetutils.h:
4461         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4462         Joining a multicast group and setting the loop/ttl properties are
4463         totally unrelated tasks are must be separated.
4464
4465 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
4466
4467         * gst/avi/gstavimux.c:
4468           Also support alaw/mulaw.
4469
4470 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4471
4472         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4473         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
4474         * gst/udp/gstmultiudpsink.h:
4475         Add a fixme for the auto-multicast property.
4476         Fix some confusing debug messages.
4477         Disable setting a qos value by default.
4478
4479 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4480
4481         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
4482
4483         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
4484         Ignore EPERM errors from sendto. Fixes #533619.
4485
4486 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4487
4488         Patch by: Henrik Eriksson <henriken at axis dot com>
4489
4490         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4491         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
4492         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
4493         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
4494         * gst/udp/gstmultiudpsink.h:
4495         Add qos-dscp property to manage the Quality of service. Fixes #469917.
4496
4497 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4498
4499         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
4500         Improve debugging of the ident.
4501
4502 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4503
4504         Patch by: Bruno Santos <brunof at ua dot pt>
4505
4506         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
4507         (gst_udp_join_group), (gst_udp_leave_group),
4508         (gst_udp_is_multicast):
4509         * gst/udp/gstudpnetutils.h:
4510         Provide a bunch of helper methods to deal with IPv4 and IPv6
4511         transparently.
4512
4513         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4514         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
4515         (gst_multiudpsink_get_property), (join_multicast),
4516         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
4517         (gst_multiudpsink_remove):
4518         * gst/udp/gstmultiudpsink.h:
4519         Add multicast TTL and loopback properties.
4520         Use the helper methods to implement ip4 and ip6.
4521
4522         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
4523         * gst/udp/gstudpsrc.h:
4524         Use the helper methods to implement ip4 and ip6.
4525         Fixes #515962.
4526
4527 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4528
4529         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
4530
4531         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
4532         (gst_multipart_demux_get_gstname),
4533         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
4534         * gst/multipart/multipartdemux.h:
4535         Don't blindly copy the mime-type as the caps name because they not
4536         always map directly. Instead use a hashtable with common mappings.
4537         Fixes #533287.
4538
4539 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4540
4541         * ext/esd/esdsink.c: (gst_esdsink_write):
4542         When we post an error, we must return -1 to let the parent know that we
4543         cannot write the segment else it will loop and continue to call us again
4544         forever. Patch by Michael Meeks.
4545
4546 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
4547
4548         * gst/videomixer/videomixer.c:
4549           Add missing incudes.
4550
4551 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
4552
4553         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4554         (gst_rtp_h264_pay_handle_buffer):
4555         * gst/rtp/gstrtph264pay.h:
4556         Correct a typo (sinle -> single).
4557
4558 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4559
4560         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4561         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
4562         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
4563         (gst_rtp_h264_depay_process):
4564         * gst/rtp/gstrtph264depay.h:
4565         Add experimental support for outputting quicktime-like AVC output in
4566         addition to the existing bytestream output.
4567
4568         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4569         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4570         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
4571         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4572         (gst_rtp_h264_pay_get_property):
4573         * gst/rtp/gstrtph264pay.h:
4574         Make the parsing mode configurable, for some inputs we don't need to
4575         scan every byte for start codes.
4576         Only set the marker bit on ACCESS units.
4577
4578 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
4579
4580         * gst/equalizer/gstiirequalizer.c:
4581         Use a bigger type in integer mode for the intermediate results to
4582         prevent overflows. This fixes the crippled sound when using the
4583         equalizer in integer mode. Fixes bug #510865.
4584
4585 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
4586
4587         * gst/videomixer/videomixer.c:
4588         * gst/videomixer/videomixer.h:
4589         Instead of a random number for the request pad id's,
4590         use a counter.
4591
4592         Register the videomixerpad class from the element's class_init
4593         where it's safer, and allows the docs generator to scan it.
4594
4595 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4596
4597         * gst/smpte/Makefile.am:
4598         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
4599         * gst/smpte/gstsmpte.h:
4600         * gst/smpte/gstsmptealpha.c:
4601         (gst_smpte_alpha_transition_type_get_type),
4602         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
4603         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
4604         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
4605         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
4606         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
4607         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
4608         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
4609         * gst/smpte/gstsmptealpha.h:
4610         * gst/smpte/plugin.c: (plugin_init):
4611         Add new plugin that adds the SMPTE transition in the alpha channel of
4612         I420 and AYUV frames so that they can be blended with videomixer later
4613         on. Uses all niceties such as using base transform for efficient alloc
4614         and negotiation. It currently requires GstController to control the
4615         position in the transition effect.
4616
4617 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
4618
4619         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4620         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4621         * docs/plugins/gst-plugins-good-plugins.args:
4622         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4623         * docs/plugins/gst-plugins-good-plugins.interfaces:
4624         * docs/plugins/gst-plugins-good-plugins.types:
4625         * gst/videomixer/videomixer.c:
4626           Try using thaytans new mechanism to get extra classes into plugin
4627           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
4628           missing still.
4629
4630 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
4631
4632         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
4633         Set proper rate in avi stream header for PCM audio, and also do some
4634         more sanity checks on caps in this case.  Fixes #511489.
4635
4636 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4637
4638         * sys/v4l2/gstv4l2src.c:
4639         Don't include the gstv4l2xoverlay.h header as the XOverlay support
4640         isn't implemented at all yet and this requires X headers to be
4641         installed. Fixes bug #533264.
4642
4643 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4644
4645         reviewed by: <delete if not using a buddy>
4646
4647         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4648         (gst_ebml_write_set_cache):
4649         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
4650         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
4651         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
4652         (gst_matroska_demux_read_track_encodings),
4653         (gst_matroska_demux_add_stream),
4654         (gst_matroska_demux_handle_src_query),
4655         (gst_matroska_demux_init_stream),
4656         (gst_matroska_demux_parse_index_cuetrack),
4657         (gst_matroska_demux_parse_index_pointentry),
4658         (gst_matroska_demux_parse_info),
4659         (gst_matroska_demux_parse_metadata_id_simple_tag),
4660         (gst_matroska_demux_parse_metadata),
4661         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4662         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4663         (gst_matroska_demux_parse_cluster),
4664         (gst_matroska_demux_parse_contents_seekentry),
4665         (gst_matroska_demux_loop_stream_parse_id),
4666         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4667         (gst_matroska_demux_audio_caps),
4668         (gst_matroska_demux_subtitle_caps):
4669         * gst/matroska/matroska-demux.h:
4670         * gst/matroska/matroska-ids.c:
4671         (gst_matroska_track_init_subtitle_context):
4672         * gst/matroska/matroska-ids.h:
4673         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4674         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
4675         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
4676         * sys/v4l2/gstv4l2src.c:
4677         * tests/check/pipelines/wavpack.c: (bus_handler):
4678         * win32/common/config.h:
4679
4680 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4681
4682         * ext/wavpack/gstwavpackstreamreader.c:
4683         * tests/examples/spectrum/demo-audiotest.c:
4684         * tests/examples/spectrum/demo-osssrc.c:
4685         Fix some compiler warnings.
4686
4687 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4688
4689         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4690         Small comment added.
4691
4692         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4693         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
4694         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
4695         Debug string cleanups (remove trailing \n)
4696         Refactor and clean up the payloader a bit and make sure that we only
4697         put one NAL unit in an RTP packet even if the input buffer contains
4698         multiple NAL units.
4699         Add suport for AVC format input.
4700
4701 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
4702
4703         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4704         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
4705         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
4706         * gst/rtp/gstrtph264pay.h:
4707         Make it possible to specify profile-level-id and sprop-parameter-sets
4708         using properties in case they are not available in-stream.
4709
4710 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
4711
4712         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4713         * docs/plugins/gst-plugins-good-plugins.args:
4714         * docs/plugins/inspect/plugin-ladspa.xml:
4715           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
4716
4717 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
4718
4719         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4720         Send an initial BYTE segment to inform downstream of later seeking,
4721         and to forego sync attempts.
4722
4723 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4724
4725         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
4726         Fix wrong caps string.
4727
4728 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4729
4730         Based on patch by: Olivier Crete <tester at tester dot ca>
4731
4732         * gst/rtp/Makefile.am:
4733         * gst/rtp/gstrtp.c: (plugin_init):
4734         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4735         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4736         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4737         (gst_rtp_g729_depay_plugin_init):
4738         * gst/rtp/gstrtpg729depay.h:
4739         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4740         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4741         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4742         * gst/rtp/gstrtpg729pay.h:
4743         Added G729 pay and depayloaders. Fixes #532409.
4744
4745 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4746
4747         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4748         Fix the calculation of the duration of the concealment packets.
4749
4750 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4751
4752         Based on patch by: Olivier Crete <tester at tester dot ca>
4753
4754         * gst/rtp/Makefile.am:
4755         * gst/rtp/gstrtp.c: (plugin_init):
4756         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4757         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4758         (parse_encode), (gst_rtp_dv_depay_setcaps),
4759         (calculate_difblock_location), (gst_rtp_dv_depay_process),
4760         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4761         (gst_rtp_dv_depay_plugin_init):
4762         * gst/rtp/gstrtpdvdepay.h:
4763         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4764         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4765         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4766         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4767         (gst_dv_pay_negotiate), (include_dif),
4768         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4769         * gst/rtp/gstrtpdvpay.h:
4770         Add DV pay and depayloaders. Fixes #532423.
4771
4772 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4773
4774         * gst/matroska/matroska-demux.c:
4775         (gst_matroska_demux_push_dvd_clut_change_event):
4776         Convert subtitle palette info in VobSub private data from VobSub's
4777         (buggy) RGB to YUV.
4778
4779 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4780
4781         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4782         Do not leave fourcc stream header field empty upon reset.
4783         Fixes #519301.
4784
4785 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4786
4787         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4788         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4789         * docs/plugins/inspect/plugin-goom.xml:
4790         * docs/plugins/inspect/plugin-goom2k1.xml:
4791         * gst/goom/gstgoom.c:
4792         * gst/goom2k1/gstgoom.c:
4793         Add goom2k1 into the docs.
4794
4795 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4796
4797         Based on patch by: Wouter Cloetens  <wouter at mind be>
4798
4799         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4800         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4801         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4802         (gst_rtsp_decode_quoted_string),
4803         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4804         (gst_rtspsrc_setup_auth):
4805         Support Digest authentication. Fixes #532065.
4806
4807 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
4808
4809         * gst/level/gstlevel.c:
4810           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4811           about whats needed for liboil acceleration. Simplify docs a bit.
4812
4813 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4814
4815         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4816
4817         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
4818         Update the track duration if the old one was invalid.
4819         Fixes bug #532117.
4820
4821 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4822
4823         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4824           Use GST_STR_NULL when trying to print sps and pps strings that could
4825           be NULL, as this might crash on some platforms.
4826
4827 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4828
4829         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4830
4831         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
4832           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
4833           set after creating the clipper.
4834
4835 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4836
4837         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4838
4839         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
4840           Added checking of surface lost case after an unsuccessful
4841           IDirectDrawSurface7_Lock() call.
4842           If surface is lost, return GST_FLOW_OK.
4843
4844 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4845
4846         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4847
4848         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
4849           WndProc, gst_directdraw_sink_window_thread):
4850           Improved Windows message loop and fixed window destruction issue.
4851           When the window which DirectDraw is rendering to is destroyed, the
4852           render/show_frame function will return GST_FLOW_ERROR.
4853           Partially fixes #520885.
4854
4855 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4856
4857         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4858
4859         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
4860           Fixed mid stream resolution change bug, the offscreen surface is now
4861           released when set_caps is called.
4862           Partially fixes #520885.
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           Make it so that gst_directdraw_sink_buffer_alloc uses the right
4869           width/height.
4870
4871           Especially when looking through the pool of buffers, make sure that
4872           the width/height of caps is used instead of the already negotiated
4873           dimensions.
4874           For example if a buffer with different caps is requested, i.e.
4875           higher resolution, the caller would get a buffer with the old
4876           dimensions and thus corrupt the heap.
4877
4878 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4879
4880         * sys/directdraw/gstdirectdrawsink.c
4881           (gst_directdraw_sink_buffer_alloc):
4882           Clear the flags on recycled buffers from buffer_alloc.
4883           Partially fixes #520885.
4884
4885 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4886
4887         * gst/rtp/gstrtpilbcpay.c:
4888           Added missing stdlib.h include for strtol(), and made include ordering and
4889           style consistent with the corresponding depayloader.
4890
4891 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4892
4893         * configure.ac:
4894           Error out if we don't have the required core/base versions.
4895
4896 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4897
4898         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4899
4900         * sys/osxvideo/cocoawindow.m:
4901         Fix compiler warnings on PPC64. Fixes bug #499318.
4902
4903 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4904
4905         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4906
4907         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4908         Don't leak file descriptors on error. Fixes #531532.
4909
4910 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
4911
4912         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4913         (gst_gconf_audio_src_change_state):
4914         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4915         (gst_gconf_video_sink_change_state):
4916         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4917         (gst_gconf_video_src_change_state):
4918         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4919         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
4920         When we can't create a fakesink/fakesrc complain instead of unreffing
4921         NULL pointers and crashing later. See bug #530535.
4922
4923 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4924
4925         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4926         Add some more debug info and guard against small payloads.
4927
4928         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4929         Set duration on outgoing buffers because we can.
4930
4931 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4932
4933         Patch by: Olivier Crete <tester at tester dot ca>
4934
4935         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
4936         (gst_speex_enc_init), (gst_speex_enc_chain):
4937         Add negotiation for the speex channels and rate. Fixes #465146.
4938
4939 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4940
4941         Patch by: Olivier Crete <tester at tester dot ca>
4942
4943         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
4944         (gst_rtp_speex_pay_getcaps):
4945         Add negotiation for the speex channels and rate. See #465146.
4946
4947 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4948
4949         Patch by: Olivier Crete <tester at tester dot ca>
4950
4951         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
4952         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
4953         Add negotiation for the ILBC mode. See #465146.
4954
4955 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
4956
4957         * ext/soup/gstsouphttpsrc.c:
4958           Include stdlib to fix the build. Use g_free instead of free, libsoup
4959           uses glib.
4960
4961 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4962
4963         Patch by: j^ <j@bootlab.org>
4964
4965         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4966         Add more mpeg2 variants. Fixes #530886.
4967
4968 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
4969
4970         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
4971
4972         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4973           Don't error out if we get an ICMP destination-unreachable
4974           message when trying to read packets on win32 (#529454).
4975
4976 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4977
4978         * configure.ac:
4979         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4980           Use new error code for encrypted streams (which requires core CVS).
4981
4982 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4983
4984         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
4985           (gst_qtdemux_audiosrc_template):
4986           Fix swapped pad template names, spotted by Thiago Sousa Santos.
4987
4988 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4989
4990         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
4991         (speex_dec_chain_parse_data):
4992         Produce concealment data when time progresses in a segment update.
4993
4994 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4995
4996         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
4997         (speex_dec_chain):
4998         Try to preserve input timestamps when we can.
4999         Do beginnings of error concealment.
5000
5001 2008-04-28  Michael Smith <msmith@songbirdnest.com>
5002
5003         * gst/debug/gstnavigationtest.c:
5004           MSVC doesn't provide rint(), define an adequate replacement locally as
5005           elsewhere.
5006
5007 2008-04-28  Julien Moutte  <julien@fluendo.com>
5008
5009         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
5010         format to pacify Mac OSX's gcc.
5011
5012 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5013
5014         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
5015           (DEFAULT_MAX), (src_template), (sink_template),
5016           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
5017           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
5018           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
5019           Bring rndbuffersize element into a state that doesn't require us
5020           to move it to -bad immediately. For one, fix up default min/max
5021           values so that the element actuall works using the default values.
5022           Also, don't ignore flow return values and do some kind of minimal
5023           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
5024           other gratuitious clean-ups.
5025
5026 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5027
5028         * docs/plugins/Makefile.am:
5029         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5030         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5031         * docs/plugins/gst-plugins-good-plugins.args:
5032         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5033         * docs/plugins/gst-plugins-good-plugins.interfaces:
5034         * docs/plugins/gst-plugins-good-plugins.prerequisites:
5035         * docs/plugins/inspect/plugin-1394.xml:
5036         * docs/plugins/inspect/plugin-aasink.xml:
5037         * docs/plugins/inspect/plugin-alaw.xml:
5038         * docs/plugins/inspect/plugin-alpha.xml:
5039         * docs/plugins/inspect/plugin-alphacolor.xml:
5040         * docs/plugins/inspect/plugin-annodex.xml:
5041         * docs/plugins/inspect/plugin-apetag.xml:
5042         * docs/plugins/inspect/plugin-audiofx.xml:
5043         * docs/plugins/inspect/plugin-auparse.xml:
5044         * docs/plugins/inspect/plugin-autodetect.xml:
5045         * docs/plugins/inspect/plugin-avi.xml:
5046         * docs/plugins/inspect/plugin-cacasink.xml:
5047         * docs/plugins/inspect/plugin-cairo.xml:
5048         * docs/plugins/inspect/plugin-cdio.xml:
5049         * docs/plugins/inspect/plugin-cutter.xml:
5050         * docs/plugins/inspect/plugin-debug.xml:
5051         * docs/plugins/inspect/plugin-dv.xml:
5052         * docs/plugins/inspect/plugin-efence.xml:
5053         * docs/plugins/inspect/plugin-effectv.xml:
5054         * docs/plugins/inspect/plugin-equalizer.xml:
5055         * docs/plugins/inspect/plugin-esdsink.xml:
5056         * docs/plugins/inspect/plugin-flac.xml:
5057         * docs/plugins/inspect/plugin-flxdec.xml:
5058         * docs/plugins/inspect/plugin-gamma.xml:
5059         * docs/plugins/inspect/plugin-gconfelements.xml:
5060         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5061         * docs/plugins/inspect/plugin-goom.xml:
5062         * docs/plugins/inspect/plugin-halelements.xml:
5063         * docs/plugins/inspect/plugin-icydemux.xml:
5064         * docs/plugins/inspect/plugin-id3demux.xml:
5065         * docs/plugins/inspect/plugin-jpeg.xml:
5066         * docs/plugins/inspect/plugin-level.xml:
5067         * docs/plugins/inspect/plugin-matroska.xml:
5068         * docs/plugins/inspect/plugin-monoscope.xml:
5069         * docs/plugins/inspect/plugin-mulaw.xml:
5070         * docs/plugins/inspect/plugin-multifile.xml:
5071         * docs/plugins/inspect/plugin-multipart.xml:
5072         * docs/plugins/inspect/plugin-navigationtest.xml:
5073         * docs/plugins/inspect/plugin-ossaudio.xml:
5074         * docs/plugins/inspect/plugin-png.xml:
5075         * docs/plugins/inspect/plugin-quicktime.xml:
5076         * docs/plugins/inspect/plugin-rtp.xml:
5077         * docs/plugins/inspect/plugin-rtsp.xml:
5078         * docs/plugins/inspect/plugin-shout2send.xml:
5079         * docs/plugins/inspect/plugin-smpte.xml:
5080         * docs/plugins/inspect/plugin-spectrum.xml:
5081         * docs/plugins/inspect/plugin-speex.xml:
5082         * docs/plugins/inspect/plugin-taglib.xml:
5083         * docs/plugins/inspect/plugin-udp.xml:
5084         * docs/plugins/inspect/plugin-video4linux2.xml:
5085         * docs/plugins/inspect/plugin-videobalance.xml:
5086         * docs/plugins/inspect/plugin-videobox.xml:
5087         * docs/plugins/inspect/plugin-videocrop.xml:
5088         * docs/plugins/inspect/plugin-videoflip.xml:
5089         * docs/plugins/inspect/plugin-videomixer.xml:
5090         * docs/plugins/inspect/plugin-wavenc.xml:
5091         * docs/plugins/inspect/plugin-wavpack.xml:
5092         * docs/plugins/inspect/plugin-wavparse.xml:
5093         * docs/plugins/inspect/plugin-ximagesrc.xml:
5094           Add docs for gdkpixbufsink; update docs to CVS version.
5095
5096 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5097
5098         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
5099         Remove test sync-offset by default.
5100
5101 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5102
5103         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
5104         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
5105         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5106           Use GLib versions of htonl, htons, ntohl and ntohs in order
5107           to avoid problems on win32 (#529707).
5108
5109 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5110
5111         Patch by: Jesús Corrius <jesus at softcatala org>
5112
5113         * gst/goom/filters.c: (zoomVector):
5114         * gst/goom/goom_core.c: (init_buffers):
5115           Fix build with mingw32: use rand() instead of random() and
5116           replace bzero() with memset(). Fixes #529692.
5117
5118 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5119
5120         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
5121         Fix typo in comments.
5122
5123         * tests/examples/rtp/client-H263p-PCMA.sdp:
5124         * tests/examples/rtp/client-H263p-PCMA.sh:
5125         * tests/examples/rtp/client-H264-PCMA.sdp:
5126         * tests/examples/rtp/client-H264-PCMA.sh:
5127         * tests/examples/rtp/client-H264.sdp:
5128         * tests/examples/rtp/client-H264.sh:
5129         * tests/examples/rtp/client-PCMA.sdp:
5130         * tests/examples/rtp/client-PCMA.sh:
5131         * tests/examples/rtp/server-alsasrc-PCMA.sh:
5132         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
5133         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
5134         Add some more docs and fix examples.
5135
5136 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
5137
5138         * tests/check/elements/multifile.c:
5139         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
5140         declared in the former, some have it declared in the latter.
5141
5142 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
5143
5144         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
5145         * gst/debug/tests.c: (md5_get_value):
5146         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
5147         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
5148         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
5149         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
5150         Stop using deprecated GLib functions.
5151
5152 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
5153
5154         * configure.ac:
5155         Back to development -> 0.10.8.1
5156
5157 === release 0.10.8 ===
5158
5159 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
5160
5161         * configure.ac:
5162           releasing 0.10.8, "One For The Money"
5163
5164 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
5165
5166         * configure.ac:
5167         0.10.7.4 pre-release
5168
5169 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
5170
5171         * gst/goom/config_param.c: (goom_plugin_parameters_free):
5172         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
5173         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
5174         * gst/goom/flying_stars_fx.c: (fs_free):
5175         * gst/goom/goom_config_param.h:
5176         * gst/goom/goom_core.c: (goom_init), (goom_close):
5177         * gst/goom/goom_plugin_info.h:
5178         * gst/goom/gstgoom.c: (gst_goom_finalize):
5179         * gst/goom/lines.c: (goom_lines_free):
5180         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
5181         * gst/goom/surf3d.c: (grid3d_free):
5182         * gst/goom/surf3d.h:
5183         * gst/goom/tentacle3d.c: (tentacle_free):
5184         Free a bunch of stuff, and initialise things to fix leaks
5185         and valgrind warnings in the testsuite.
5186
5187         Fixes: #529268
5188
5189 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
5190
5191         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
5192         (gst_rtspsrc_configure_caps):
5193         Ref caps as the return value for the request_pt_map signal.
5194         Remove some caps weirdness when configuring a stream. See #528245.
5195
5196 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
5197
5198         * tests/icles/gdkpixbufsink-test.c:
5199           Add cast to placate gcc 4.1.2.
5200
5201 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5202
5203         * configure.ac:
5204         0.10.7.3 pre-release
5205
5206 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5207
5208         * tests/check/Makefile.am:
5209         Disable some more elements in the state test.
5210         Add a define so the soup test can find the test files
5211         it needs at runtime.
5212
5213         * tests/check/elements/souphttpsrc.c: (run_server):
5214
5215         Add a define so the soup test can find the test files
5216         it needs at runtime.
5217
5218 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
5219
5220         * gst/goom/convolve_fx.c: (convolve_apply):
5221         Don't ever draw the GOOM logo.
5222         Fixes: #528615
5223
5224 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5225
5226         * ext/cdio/gstcdiocddasrc.c:
5227         * ext/dv/gstdvdemux.c: 
5228         gst_atomic_int_set ==> g_atomic_int_set
5229
5230 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
5231
5232         * configure.ac:
5233         * gst/goom/Makefile.am:
5234         * gst/goom/convolve_fx.c:
5235         * gst/goom/default_scripts.h:
5236         * gst/goom/goom.h:
5237         * gst/goom/goom_core.c: (choose_a_goom_line):
5238         * gst/goom/goom_plugin_info.h:
5239         * gst/goom/goomsl.c:
5240         * gst/goom/goomsl.h:
5241         * gst/goom/goomsl_hash.c:
5242         * gst/goom/goomsl_hash.h:
5243         * gst/goom/goomsl_heap.c:
5244         * gst/goom/goomsl_heap.h:
5245         * gst/goom/goomsl_private.h:
5246         * gst/goom/plugin_info.c:
5247           Strip out the config/script parsing stuff, we don't need it.
5248           Fixes #527999.
5249
5250 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
5251
5252         * gst/goom/plugin_info.c: (setOptimizedMethods):
5253           Disable altivec optimisations for 32-bit PPC as well to make
5254           things build properly on all PPC systems. Fixes #528143
5255
5256 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
5257
5258         * gst-plugins-good.spec.in:
5259           Update for souphttpsrc plugin which has moved to -good.
5260
5261 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
5262
5263         * gst/matroska/matroska-demux.c:
5264         (gst_matroska_demux_handle_seek_event):
5265         Fix open-ended seeks in matroskademux
5266         Patch by: Mark Nauwelaerts <manauw skynet be>
5267         Fixes: #526557
5268
5269 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
5270
5271         * tests/check/Makefile.am:
5272         Add soup test certificates to the dist.
5273
5274 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5275
5276         * ext/Makefile.am:
5277         Remove LADSPA reference I missed.
5278
5279 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
5280
5281         * ext/soup/gstsouphttpsrc.c: (plugin_init):
5282         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
5283         over gnome-vfs and everything else. Fixes bug #527848.
5284
5285 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5286
5287         * configure.ac:
5288         * ext/Makefile.am:
5289         Remove LADSPA plugin. Fixes: #515978
5290
5291 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5292
5293         * configure.ac:
5294         * docs/plugins/Makefile.am:
5295         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5296         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5297         * docs/plugins/gst-plugins-good-plugins.args:
5298         * docs/plugins/inspect/plugin-soup.xml:
5299         * ext/Makefile.am:
5300         * tests/check/Makefile.am:
5301         Move soup plugin from -bad (Fixes: #523124)
5302
5303 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5304
5305         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
5306         Fix bounds checking of mode in Speex header, which may
5307         produce negative numbers in speex <= 1.1.12
5308
5309 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5310
5311         * gst/goom/Makefile.am:
5312         * gst/goom/gfontlib.c:
5313         * gst/goom/gfontlib.h:
5314         * gst/goom/gfontrle.c:
5315         * gst/goom/gfontrle.h:
5316         * gst/goom/goom.h:
5317         * gst/goom/goom_core.c: (goom_update):
5318         * gst/goom/goom_plugin_info.h:
5319         * gst/goom/gstgoom.c: (gst_goom_chain):
5320         * gst/goom/plugin_info.c:
5321           Remove a bunch of font/text related code that we don't need.
5322
5323 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5324
5325         * gst/goom/ppc_drawings.s:
5326         * gst/goom/ppc_zoom_ultimate.s:
5327           Change license of these files to LGPL, as permitted by the
5328           author, Guillaume Borios. See #515073.
5329
5330 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
5331
5332         * gst/goom/convolve_fx.c:
5333         * gst/goom/motif_goom1.h:
5334         * gst/goom/motif_goom2.h:
5335           As hinted in Bug #518213, revert one change and fix warnings properly.
5336           This fixes both #518213 and #520073 for me.     
5337
5338 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
5339
5340         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
5341         * gst/matroska/matroska-demux.c:
5342         (gst_matroska_demux_handle_seek_event),
5343         (gst_matroska_demux_parse_contents_seekentry),
5344         (gst_matroska_demux_loop):
5345         Fix the Forte build by making function declaration signatures
5346         match the implementations.
5347
5348 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
5349
5350         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
5351         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
5352         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
5353           More logging when probing (see #518474), some comments in _reset().
5354
5355 2008-04-07  Julien Moutte  <julien@fluendo.com>
5356
5357         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
5358         because of a bad argument number.
5359
5360 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
5361
5362         * tests/icles/.cvsignore:
5363         * tests/icles/Makefile.am:
5364         * tests/icles/gdkpixbufsink-test.c:
5365           Interactive test app for gdkpixbufsink.
5366
5367 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
5368
5369         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
5370
5371         * configure.ac:
5372         Actually build dlls when cross-compiling with mingw32.
5373         Fixes bug #526247.
5374
5375 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
5376
5377         * ext/hal/hal.c: (gst_hal_get_alsa_element):
5378           Don't munge device string to 'default:x' for capture devices.
5379           Fixes #525833.
5380
5381 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
5382
5383         * ext/wavpack/gstwavpackparse.c:
5384         (gst_wavpack_parse_index_entry_free):
5385         Always use GSlice as we actually depend on GLib 2.12 already.
5386
5387 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5388
5389         * configure.ac:
5390           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
5391           Also bump the GLib requirement to the current de-facto requirement
5392           (ie. 2.12).
5393
5394 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5395
5396         * gst/rtp/gstrtph264pay.c: (encode_base64),
5397         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
5398         * gst/rtp/gstrtph264pay.h:
5399         Parse codec_data for future AVC compatibility.
5400         Fail when we encounter AVC data for now.
5401
5402 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5403
5404         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
5405           (gst_spectrum_init), (gst_spectrum_set_property),
5406           (gst_spectrum_get_property), (gst_spectrum_message_new):
5407           Rename property enums and default defines for the properties to match
5408           the property names and rephrase property descriptions to make them a
5409           bit clearer (hopefully). See #518188.
5410
5411 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5412
5413         * tests/check/Makefile.am:
5414         * tests/check/elements/.cvsignore:
5415         * tests/check/elements/gdkpixbufsink.c:
5416           Add unit test for gdkpixbufsink element.
5417
5418 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5419
5420         * ext/gdk_pixbuf/Makefile.am:
5421         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
5422         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
5423           (gst_gdk_pixbuf_sink_base_init),
5424           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
5425           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
5426           (gst_gdk_pixbuf_sink_set_caps),
5427           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
5428           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
5429           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
5430           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
5431           (gst_gdk_pixbuf_sink_get_property):
5432         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
5433           Add gdkpixbufsink element for easy snapshotting (#525946).
5434
5435 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5436
5437         * tests/check/pipelines/wavpack.c: (wavpack_suite):
5438         Bump timeout from 3 to 60 seconds.
5439
5440 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5441
5442         * tests/check/pipelines/.cvignore:
5443         Remove useless file.
5444
5445         * tests/check/pipelines/.cvsignore:
5446         Add new test to .cvsignore.
5447
5448 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5449
5450         * tests/check/Makefile.am:
5451         * tests/check/pipelines/wavpack.c: (bus_handler),
5452         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
5453         (wavpack_suite), (main):
5454         Add unit test that encodes and decodes some data, checks that it
5455         is still the same and that all timestamps/offsets are perfect.
5456
5457 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5458
5459         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
5460         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
5461         * ext/wavpack/gstwavpackparse.c:
5462         (gst_wavpack_parse_index_entry_new),
5463         (gst_wavpack_parse_index_entry_free),
5464         (gst_wavpack_parse_base_init),
5465         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
5466         Use GSlice for allocating index entries and use
5467         gst_element_class_set_details_simple().
5468
5469 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5470
5471         Patch by: Brian Cameron <brian.cameron at sun dot com>
5472
5473         * sys/sunaudio/gstsunaudio.c:
5474         * sys/sunaudio/gstsunaudiomixer.c:
5475         * sys/sunaudio/gstsunaudiomixer.h:
5476         * sys/sunaudio/gstsunaudiomixerctrl.c:
5477         * sys/sunaudio/gstsunaudiomixerctrl.h:
5478         * sys/sunaudio/gstsunaudiomixertrack.c:
5479         * sys/sunaudio/gstsunaudiomixertrack.h:
5480         * sys/sunaudio/gstsunaudiosink.c:
5481         * sys/sunaudio/gstsunaudiosink.h:
5482         * sys/sunaudio/gstsunaudiosrc.c:
5483         * sys/sunaudio/gstsunaudiosrc.h:
5484           Fix up copyrights (#525860).
5485
5486 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5487
5488         * gst/goom/goomsl.c: (gsl_read_file):
5489           Check return value of fread() to avoid compiler warnings.
5490
5491 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5492
5493         Based on patch by: Mersad Jelacic <mersad at axis dot com>
5494
5495         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
5496         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
5497         * gst/law/alaw-decode.h:
5498         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
5499         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
5500         (gst_mulawdec_chain), (gst_mulawdec_change_state):
5501         * gst/law/mulaw-decode.h:
5502         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
5503         Make negotiation a bit modern.
5504         Use pad_alloc. Fixes #525359.
5505
5506 2008-03-31  David Schleef  <ds@schleef.org>
5507
5508         * gst/goom/xmmx.c: Fix constraints on asm code so that it
5509           compiles consistently.  Fixes #522278.
5510
5511 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
5512
5513         Patch by: Brian Cameron <brian.cameron at sun dot com>
5514
5515         * sys/sunaudio/gstsunaudiomixerctrl.c:
5516           (gst_sunaudiomixer_ctrl_get_volume),
5517           (gst_sunaudiomixer_ctrl_set_volume):
5518         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
5519           Fix up the mixer tracks to use a volume range of 0-255, which is what
5520           the sun audio API uses. This simplifies the code and avoids rounding
5521           errors. Fixes #524593.
5522
5523 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
5524
5525         * sys/v4l2/gstv4l2object.c:
5526         * sys/v4l2/gstv4l2object.h:
5527         Add device-fd property to make it possible to apps to call ioctl's.
5528
5529 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5530
5531         * gst/qtdemux/qtdemux.c: (next_entry_size):
5532         Unbreak streaming mode again.
5533
5534 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5535
5536         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
5537           Remove superfluous DEBUG macro.
5538
5539 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5540
5541         Based on patch by: William M. Brack <wbrack at mmm com hk>
5542
5543         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
5544           (gst_v4l2src_set_capture):
5545           Check whether the device supports setting the framerate before
5546           trying to set it and then posting a warning or error if it doesn't
5547           work (#516649, #520092). Also compare fractions more correctly.
5548
5549 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5550
5551         * gst/goom/Makefile.am:
5552           Remove ppc assembler optimisations from the build until they
5553           actually build (they also seem to have GPL headers).
5554
5555 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5556
5557         * m4/Makefile.am:
5558           Better not dist files that don't exist any longer (lrint*m4).
5559
5560 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
5561
5562         * configure.ac:
5563         * m4/lrint.m4:
5564         * m4/lrintf.m4:
5565         Remove lrint/lrintf checks. We don't use it anywhere.
5566
5567 2008-03-18  Andy Wingo  <wingo@pobox.com>
5568
5569         * sys/osxvideo/osxvideosink.m
5570         (gst_osx_video_sink_osxwindow_destroy)
5571         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5572         task, whoopdee.
5573         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5574         2 ms.
5575
5576 2008-03-18  Andy Wingo  <wingo@pobox.com>
5577
5578         * sys/osxvideo/osxvideosink.m
5579         (gst_osx_video_sink_osxwindow_destroy)
5580         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5581         task, whoopdee.
5582         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5583         2 ms.
5584         
5585 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
5586
5587         Patch by: William M. Brack <wbrack at mmm com hk>
5588
5589         * sys/v4l2/v4l2src_calls.c:
5590           (gst_v4l2src_probe_caps_for_format_and_size),
5591           (gst_v4l2src_probe_caps_for_format):
5592           Make sure the probed frame sizes are reversed in the resulting
5593           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
5594           highest resolution first); also remove unused variable.
5595           (Partly fixes #520092)
5596
5597 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5598
5599         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5600
5601         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5602         (gst_rtspsrc_finalize):
5603         Call WSAStartup() and WSACleanup before using the Winsock API.
5604         See #520808.
5605
5606 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5607
5608         * gst/avi/gstavidemux.c:
5609           Erm, the buffer-size is just guint, no need for the special format
5610           specifier.
5611
5612 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
5613
5614         * gst/goom/plugin_info.c:
5615         * gst/goom/ppc_zoom_ultimate.h:
5616           Small fixes to build more on PPC: ifdef out code that uses unknown
5617           define; add newline at end of header file to avoid compiler warning.
5618           Assembler code still doesn't build though.
5619
5620 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5621
5622         * gst/avi/gstavidemux.c:
5623           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
5624           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
5625
5626 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5627
5628         * gst/avi/gstavidemux.c:
5629           Chunksize is uint32. Fix format specifier.
5630
5631 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
5632
5633         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
5634         mistake. Return file to pure MIT text.
5635
5636 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5637
5638         * gst/audiofx/audiofx.c:
5639         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
5640         of hardcoding values.
5641
5642 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5643
5644         Patch by: Mark Nauwelaerts <manauw skynet be>
5645
5646         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
5647           (gst_oss_src_close):
5648         * sys/oss/gstosssrc.h:
5649           Cache probed caps, so _get_caps() during recording doesn't cause
5650           ioctl calls which may disrupt the recording (fixes #521875).
5651
5652 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5653
5654         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
5655         (gst_qtdemux_activate_segment),
5656         (gst_qtdemux_prepare_current_sample),
5657         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
5658         Make sure we always send a DISCONT after a seek by setting the sample
5659         index to an undefined value after a seek.
5660
5661 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5662
5663         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
5664           (GST_IS_AVI_SUBTITLE_CLASS):
5665           Fix up IS_FOO macros, which makes gtk-doc much happier.
5666
5667 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
5668
5669         * tests/icles/Makefile.am:
5670           Move the -lgstfoo where it belongs.
5671
5672 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5673
5674         * gst/matroska/ebml-ids.h:
5675         Add ID for EBML CRC32 elements.
5676
5677         * gst/matroska/Makefile.am:
5678         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
5679         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
5680         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
5681         (gst_ebml_read_header):
5682         Support reading 80bit floats, add finalize method to clean up
5683         in any case, support reading length/id elements with any length
5684         as long as it's smaller than our supported maximum, don't leak
5685         buffers if reading as much data as we wanted failed and some
5686         smaller cleanup.
5687
5688 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5689
5690         Patch by: Olivier Crete <tester at tester dot ca>
5691
5692         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5693         Check that a buffer is large enough before reading from it.
5694         Fixes bug #521102.
5695         
5696 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5697
5698         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5699         Fix compilation after removing the GstPollMode from the
5700         constructor.
5701
5702 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5703
5704         * configure.ac:
5705         * gst/audiofx/Makefile.am:
5706         * gst/audiofx/audiochebband.c:
5707         * gst/audiofx/audiocheblimit.c:
5708         * gst/audiofx/math_compat.h:
5709         Check for sinh(), cosh() and asinh() and define our own
5710         implementations if they're not available. Fixes bug #520880.
5711
5712 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5713
5714         Patch by: Olivier Crete <tester at tester dot ca>
5715
5716         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
5717         Unref the buffers only once when handling not-negotiated errors.
5718         Fixes bug #520764.
5719
5720 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5721
5722         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5723
5724         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
5725         (gst_udpsrc_stop):
5726         Properly balance WSA_Cleanup with WSA_Startup.
5727         Also make the poll controllable on windows. Fixes #520888.
5728
5729 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5730
5731         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5732         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5733         (gst_ebml_read_element_length), (gst_ebml_peek_id),
5734         (gst_ebml_read_skip), (gst_ebml_read_buffer),
5735         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5736         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5737         (gst_ebml_read_date), (gst_ebml_read_master),
5738         (gst_ebml_read_binary), (gst_ebml_read_header):
5739         * gst/matroska/ebml-read.h:
5740         * gst/matroska/matroska-demux.c:
5741         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5742         (gst_matroska_demux_read_track_encodings),
5743         (gst_matroska_demux_add_stream),
5744         (gst_matroska_demux_handle_src_query),
5745         (gst_matroska_demux_handle_seek_event),
5746         (gst_matroska_demux_init_stream),
5747         (gst_matroska_demux_parse_tracks),
5748         (gst_matroska_demux_parse_index_cuetrack),
5749         (gst_matroska_demux_parse_index_pointentry),
5750         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5751         (gst_matroska_demux_parse_metadata_id_simple_tag),
5752         (gst_matroska_demux_parse_metadata_id_tag),
5753         (gst_matroska_demux_parse_metadata),
5754         (gst_matroska_demux_sync_streams),
5755         (gst_matroska_demux_push_hdr_buf),
5756         (gst_matroska_demux_push_flac_codec_priv_data),
5757         (gst_matroska_demux_push_xiph_codec_priv_data),
5758         (gst_matroska_demux_add_wvpk_header),
5759         (gst_matroska_demux_check_subtitle_buffer),
5760         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5761         (gst_matroska_demux_parse_cluster),
5762         (gst_matroska_demux_parse_contents_seekentry),
5763         (gst_matroska_demux_parse_contents),
5764         (gst_matroska_demux_loop_stream_parse_id),
5765         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5766         * gst/matroska/matroska-demux.h:
5767         * gst/matroska/matroska-ids.h:
5768         Handle return values from pull_range in a more granular way to properly
5769         shut down on seeks.
5770         Combine return values from push.
5771         Implement proper error handling.
5772         Prepare for handling seeking correctly.
5773
5774 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
5775
5776         * gst/matroska/ebml-read.c:
5777         Use GINT64 formatting constants from GLIB.
5778
5779         * gst/matroska/matroska-demux.c:
5780         Add some guards to avoid a possible division by 0 and crashing
5781         with NULL events on some systems.
5782         Use gst_gdouble_to_guint64 somewhere instead of an implicit
5783         conversion. 
5784
5785         * gst/matroska/matroska-mux.c:
5786         Check for invalid timestamps in a bunch of places to avoid
5787         writing bogus durations into the output file.
5788         Fix some double<->gint64 conversions that weren't using
5789         gst_guint64_to_gdouble
5790
5791 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5792
5793         * configure.ac:
5794         Move the checks for bison, flex and as to the program section and the
5795         check for gcc inline asm to the compiler characteristics section.
5796
5797 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5798
5799         * configure.ac:
5800         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5801         plug-ins are included/excluded. (#498222)
5802
5803 2008-02-29  Michael Smith <msmith@fluendo.com>
5804
5805         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5806           Don't call gst_object_sync_values() unless we have a valid timestamp.
5807
5808 2008-02-28  David Schleef  <ds@schleef.org>
5809
5810         * gst/matroska/matroska-demux.c:
5811         * gst/matroska/matroska-ids.h:
5812         * gst/matroska/matroska-mux.c:
5813           Fix Dirac mapping.  I had previously added a VfW-type
5814           mapping, but it looks like Dirac will get a native Matroska
5815           mapping, and this is the most likely method.
5816
5817 2008-02-28  David Schleef  <ds@schleef.org>
5818
5819         * gst/avi/gstavimux.c: Add Dirac encoding
5820
5821 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5822
5823         Patch by: Peter Kjellerstedt <pkj at axis com>
5824
5825         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5826         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
5827         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
5828         * gst/udp/gstudpsrc.h:
5829         Port to GstPoll. See #505417.
5830
5831 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
5832
5833         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
5834         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
5835         yet on the srcpad. We need rate and channels before we
5836         can do any processing. Fixes bug #519088.
5837
5838 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
5839
5840         * configure.ac:
5841         Detect and indicate if GCC inline assembly syntax is
5842         available.
5843
5844         * gst/goom/Makefile.am:
5845         * gst/goom/convolve_fx.c:
5846         * gst/goom/flying_stars_fx.c:
5847         * gst/goom/goom_config.h:
5848         * gst/goom/goom_core.c:
5849         * gst/goom/goomsl.c:
5850         * gst/goom/ifs.c:
5851         * gst/goom/mmx.c:
5852         * gst/goom/plugin_info.c:
5853         * gst/goom/xmmx.c:
5854         Fix various GCC-isms, and only build the inline assembly
5855         with compilers that support GCC inline assembly.
5856
5857         Fix a couple of other warnings shown with Forte.
5858
5859 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5860
5861         * gst/goom/xmmx.c:
5862           Use 'emms' instead of 'femms' to not crash on cpus that do not
5863           implement this 3dnow specific instruction.
5864
5865 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5866
5867         * gst/goom/plugin_info.c: (setOptimizedMethods):
5868         Use extended MMX for draw_line() too if available, not only
5869         normal MMX.
5870
5871 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5872
5873         * ext/jpeg/gstjpeg.c: (plugin_init):
5874         Remove (commented out) smoke typefinder. This is in base now.
5875
5876 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
5877
5878         * gst/goom2k1/Makefile.am:
5879         * gst/goom2k1/gstgoom.c:
5880
5881         Rename the installed library, and don't register the same 
5882         GType name as the new goom.
5883
5884 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5885
5886         * configure.ac:
5887         * ext/taglib/Makefile.am:
5888           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5889           when building C++ code (#516509).
5890
5891 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5892
5893         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5894         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5895           (setOptimizedMethods):
5896           Call oil_init(), otherwise oil_get_cpu_flags() won't return
5897           anything useful. Export goom debug category so we can get
5898           rid of the VERBOSE define and the printfs.
5899
5900 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5901
5902         * gst/goom/goomsl_heap.c: (align_it):
5903         * gst/goom/plugin_info.c: (setOptimizedMethods):
5904           Compile fixes for x86-64.
5905
5906 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5907
5908         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
5909         with warnings, but add other CFLAGS
5910
5911         * gst/goom/goomsl.c (gsl_instr_set_namespace),
5912         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
5913         (calculate_labels), (gsl_read_file):
5914         * gst/goom/goomsl_lex.l:
5915         * gst/goom/goomsl_yacc.y:
5916         * gst/goom/plugin_info.c: Remove a few live printf, and
5917         fprintf, replace exit() calls with g_assert_not_reached()
5918         if it not optimal for a library
5919
5920 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5921
5922         * gst/goom/Makefile.am: Remove the warnings being disabled,
5923         fix linkage on x86, spotted by Sebastian Dröge
5924         <slomo@circular-chaos.org>
5925
5926         * gst/goom/convolve_fx.c (convolve_init),
5927         (create_output_with_brightness), (convolve_apply):
5928         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
5929         * gst/goom/goomsl.c:
5930         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
5931         * gst/goom/plugin_info.c:
5932         * gst/goom/tentacle3d.c (tentacle_fx_create):
5933         Fix warnings, and disable the motifs in the convolve_fx
5934         plugin (they were causing warnings, and they were just
5935         "Goom" in funny letterring)
5936
5937 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5938
5939         * configure.ac: Add checks for Flex/Yacc/Bison and other
5940         furry animals, for the new goom 2k4 based plugin
5941
5942         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
5943         CPU optimisations (not working yet), move the old plugin to...
5944
5945         * gst/goom2k1/*: ... here, in case somebody is sick enough
5946
5947         Fixes #515073
5948
5949 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5950
5951         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5952         Post the server response code in an error message instead of a generic
5953         'error' message. Fixes #517237.
5954
5955 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5956
5957         * tests/check/Makefile.am:
5958         Ignore gconfaudiosrc for the states unit test too. It will fallback
5959         to alsasrc if the gconf settings can't be read and not everybody has
5960         alsa.
5961
5962 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5963
5964         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
5965         (gst_wavpack_parse_create_src_pad):
5966         * ext/wavpack/gstwavpackparse.h:
5967         Always report the duration if we know it in push mode and don't
5968         return 0 just to make totem believe we can't seek in push mode.
5969         Newer totem version use the SEEKING query which properly reports
5970         if we can seek or not.
5971
5972 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5973
5974         Patch by: Jens Granseuer <jensgr at gmx dot net>
5975
5976         * tests/examples/equalizer/demo.c: (main):
5977         C89 fix, moving variable declarations to the beginning of
5978         the block. Fixes bug #517933.
5979
5980 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5981
5982         * configure.ac:
5983         Back to development...
5984
5985 === release 0.10.7 ===
5986
5987 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5988
5989         * configure.ac:
5990           releasing 0.10.7, "Red Door Black"
5991
5992 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5993
5994         * gst/alpha/Makefile.am:
5995         Link alpha plugin with libgstbase. Fixes bug #517386.
5996
5997 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5998
5999         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
6000         Init values to -1 instead of the default 0 value.
6001         Fixes #516524.
6002
6003 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
6004
6005         * tests/examples/spectrum/spectrum-example.c:
6006         Add missing include to fix compilation when libxml usage is disabled.
6007         Fixes: #516371
6008
6009 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6010
6011         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
6012         fixes: #514889
6013
6014         * gst/rtp/gstrtph264pay.c:
6015         * gst/rtp/gstrtpmp4gdepay.c:
6016         * gst/rtp/gstrtpmp4gpay.c:
6017         * gst/rtp/gstrtpmp4gpay.h:
6018         * gst/rtp/gstrtptheorapay.c:
6019         * gst/rtp/gstrtpvorbispay.c:
6020
6021         Fix various leaks shown up in valgrind
6022         - free sprops and buffer in error cases in H264 payloader
6023         - fix leak in mp4g depayloader when construction the caps
6024         - don't leak config string in the mp4g payloader
6025         - don't leak buffers and headers in theora and vorbis payloaders
6026
6027         * tests/check/elements/rtp-payloading.c:
6028
6029         Fix the RTP data test
6030         - Actually send valid amr data to the payloader instead of 20
6031         zero-bytes
6032         - The mp4g payloader expects codec_data on the caps
6033
6034 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
6035
6036         * win32/MANIFEST:
6037         Add libgstpng.dsp to MANIFEST.
6038         * win32/vs6/libgstaudiofx.dsp:
6039         Add new source files to VS project file.
6040
6041 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6042
6043         * sys/ximage/gstximagesrc.c:
6044         Initialise variables when opening the X display rather
6045         than in _start(), as the display can be opened before that.
6046
6047         Fixes: #515985
6048
6049 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6050
6051         * sys/directdraw/gstdirectdrawsink.c:
6052         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
6053         (gst_directdraw_sink_finalize):
6054         Properly chain up finalize functions. Fixes bug #515980.
6055
6056 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6057
6058         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6059         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
6060         (gst_v4l2_buffer_pool_class_init):
6061         Chain up the finalize functions. Fixes bug #515984.
6062
6063 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6064
6065         * sys/ximage/ximageutil.c:
6066         Chain up in the finalize function for our custom
6067         buffer sub-class.
6068         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
6069         Fixes: #515706
6070
6071 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6072
6073         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
6074         (gst_fenced_buffer_class_init):
6075         Properly chain up finalize method. Fixes bug #515979.
6076
6077 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6078
6079         * sys/ximage/gstximagesrc.c:
6080         Free allocated Damage memory before closing our connection to the
6081         X server. Partially fixes: #515706
6082
6083 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6084
6085         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
6086         * tests/check/Makefile.am:
6087         * tests/check/gst-plugins-good.supp:
6088         Add a few libjpeg suppressions and initialize a variable to
6089         make smokeenc valgrind clean. Fixes bug #515701.
6090
6091 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
6092
6093         * gst/avi/gstavidemux.c:
6094         Revert patch which sends timestamps only on keyframes, as it
6095         breaks playback with current gst-ffmpeg.
6096
6097         Fixes: #515562
6098
6099 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
6100
6101         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6102         * tests/check/elements/multifile.c: (GST_START_TEST):
6103         Close some memory leaks spotted by the unit test. Fixes bug #515697.
6104
6105 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
6106
6107         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
6108         Use and unset the GError when pipeline creation fails instead of
6109         simply leaking it. Fixes bug #515704.
6110
6111 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
6112
6113         * gst/audiofx/audioamplify.c:
6114         * gst/audiofx/audiochebband.c:
6115         * gst/audiofx/audiocheblimit.c:
6116         * gst/audiofx/audiodynamic.c:
6117         * gst/audiofx/audioinvert.c:
6118         * gst/audiofx/audiopanorama.c:
6119         * gst/audiofx/audiowsincband.c:
6120         * gst/audiofx/audiowsinclimit.c:
6121         Fix long description of audiofx elements. Fixes bug #515457.
6122
6123 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
6124
6125         * docs/plugins/Makefile.am:
6126         * gst/spectrum/gstspectrum.c:
6127         * tests/examples/spectrum/.cvsignore:
6128         * tests/examples/spectrum/Makefile.am:
6129         * tests/examples/spectrum/spectrum-example.c:
6130
6131         Add a simple example application for the spectrum element, include it
6132         in the docs, and fix some documentation ambiguities.
6133
6134         Fixes: #348085
6135
6136 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6137
6138         * gst/equalizer/Makefile.am:
6139         * gst/spectrum/Makefile.am:
6140         Fix includes order
6141
6142         * tests/check/Makefile.am:
6143         Exclude v4l2src from the states test - it takes too long to start.
6144
6145         * tests/check/elements/spectrum.c:
6146         Make the test run properly with CK_FORK=no
6147
6148 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
6149
6150         * gst/audiofix/Makefile.am: add missing header files 
6151
6152 2008-02-08  Julien Moutte  <julien@fluendo.com>
6153
6154         * gst/matroska/matroska-demux.c:
6155         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
6156         keyframe and delta units correctly when dealign with a BlockGroup.
6157         Fixes: #514397
6158
6159 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6160
6161         * tests/check/elements/.cvsignore:
6162         Spell the new tests correctly in .cvsignore
6163
6164 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
6165
6166         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6167           Need to use gsize here for the size, fixes compiler warning.
6168
6169         * tests/examples/equalizer/.cvsignore:
6170         * tests/examples/equalizer/Makefile.am:
6171         * tests/examples/spectrum/.cvsignore:
6172         * tests/examples/spectrum/Makefile.am:
6173           Add missing files to fix the build.
6174
6175 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6176
6177         * configure.ac:
6178         * docs/plugins/Makefile.am:
6179         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6180         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6181         * docs/plugins/gst-plugins-good-plugins.args:
6182         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6183         * docs/plugins/inspect/plugin-multifile.xml:
6184         * tests/check/Makefile.am:
6185         * tests/check/elements/.cvsignore:
6186
6187         Move multifile plugin from -bad.
6188         Fixes: #490283
6189
6190 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6191
6192         * configure.ac:
6193         * docs/plugins/Makefile.am:
6194         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6195         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6196         * docs/plugins/gst-plugins-good-plugins.args:
6197         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6198         * docs/plugins/inspect/plugin-spectrum.xml:
6199         * gst/spectrum/Makefile.am:
6200         * tests/check/Makefile.am:
6201         * tests/check/elements/.cvsignore:
6202         * tests/examples/Makefile.am:
6203
6204         Move spectrum plugin from -bad.
6205         Move examples into tests/examples/spectrum.
6206
6207 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6208
6209         * configure.ac:
6210         * docs/plugins/Makefile.am:
6211         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6212         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6213         * docs/plugins/gst-plugins-good-plugins.args:
6214         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6215         * docs/plugins/gst-plugins-good-plugins.interfaces:
6216         * docs/plugins/inspect/plugin-equalizer.xml:
6217         * gst/equalizer/Makefile.am:
6218         * tests/check/Makefile.am:
6219         * tests/examples/Makefile.am:
6220         Move the equalizer plugin across from -bad
6221
6222         * tests/check/elements/.cvsignore:
6223         Add equalizer, audiosincwband and audiosincwlimit
6224
6225         * tests/check/elements/equalizer.c:
6226         Fix compiler warnings
6227
6228         Fixes: #415627
6229
6230 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6231
6232         * configure.ac:
6233         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
6234         are treated like releases and build without it.
6235
6236 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6237
6238         * docs/plugins/Makefile.am:
6239         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6240         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6241         * docs/plugins/gst-plugins-good-plugins.args:
6242         * docs/plugins/inspect/plugin-audiofx.xml:
6243         * gst/audiofx/Makefile.am:
6244         * gst/audiofx/audiofx.c:
6245         * gst/audiofx/audiowsincband.c:
6246         * gst/audiofx/audiowsincband.h:
6247         * gst/audiofx/audiowsinclimit.c:
6248         * gst/audiofx/audiowsinclimit.h:
6249         * tests/check/Makefile.am:
6250         * tests/check/elements/audiowsincband.c:
6251         * tests/check/elements/audiowsinclimit.c:
6252
6253         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
6254         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
6255         respectively.
6256
6257         Fixes: #467666
6258
6259 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6260
6261         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
6262         * tests/check/elements/icydemux.c:
6263           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
6264           caps, and add a somewhat useful debug message. Plus test.
6265
6266 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
6267
6268         * gst/rtsp/gstrtspsrc.c:
6269         Include unistd.h only if HAVE_UNISTD_H is defined
6270         * win32/common/config.h.in:
6271         * win32/common/config.h:
6272         Define socklen_t as it seems it's not defined in default 
6273         Visual Studio headers.
6274         * win32/vs6/libgstalpha.dsp:
6275         * win32/vs6/libgstapetag.dsp:
6276         * win32/vs6/libgstavi.dsp:
6277         * win32/vs6/libgstrtp.dsp:
6278         * win32/vs6/libgstrtsp.dsp:
6279         * win32/vs6/libgstvideomixer.dsp:
6280         Update project file dependencies and add new source files       
6281
6282 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
6283
6284         Patch by: Bjarne Rosengren <bjarne at axis dot com>
6285
6286         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
6287         Don't leak buffers when we don't push them downstream.
6288         Fixes bug #514965.
6289
6290 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6291
6292         * configure.ac:
6293           Bump requirements to (good) released versions to avoid
6294           confusion and make implicit core requirement explicit.
6295
6296 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
6297
6298         * docs/plugins/Makefile.am:
6299         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6300         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6301         * docs/plugins/gst-plugins-good-plugins.args:
6302         * docs/plugins/inspect/plugin-audiofx.xml:
6303         * gst/audiofx/Makefile.am:
6304         * gst/audiofx/audiochebband.c:
6305         * gst/audiofx/audiochebband.h:
6306         * gst/audiofx/audiocheblimit.c:
6307         * gst/audiofx/audiocheblimit.h:
6308         * gst/audiofx/audiochebyshevfreqband.c:
6309         * gst/audiofx/audiochebyshevfreqband.h:
6310         * gst/audiofx/audiochebyshevfreqlimit.c:
6311         * gst/audiofx/audiochebyshevfreqlimit.h:
6312         * gst/audiofx/audiofx.c:
6313         * tests/check/Makefile.am:
6314         * tests/check/elements/.cvsignore:
6315         * tests/check/elements/audiochebband.c:
6316         * tests/check/elements/audiocheblimit.c:
6317         * tests/check/elements/audiochebyshevfreqband.c:
6318         * tests/check/elements/audiochebyshevfreqlimit.c:
6319
6320         Rename audiochebyshevfreqband -> audiochebband and
6321         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
6322         surgery.
6323
6324         Closes: #491811
6325
6326 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
6327
6328         Patch by: Orjan Friberg <orjanf at axis dot com>
6329
6330         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6331         Fix caps memory leak. Fixes #514573.
6332
6333 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
6334
6335         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
6336         If there's no entries in the subindex, don't try to do anything stupid,
6337         just return.
6338
6339 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6340
6341         Patch by: John Millikin <jmillikin at gmail dot com>
6342
6343         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
6344           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
6345           Fix extraction of picture blocks with newer libflac versions again:
6346           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
6347
6348 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6349
6350         * tests/check/Makefile.am:
6351           Add rtp-payloading test to VALGRIND_TO_FIX.
6352
6353         * tests/check/elements/rtp-payloading.c:
6354           Add semicolons after GST_TEST_END so gst-indent gets the
6355           formatting right; make test less verbose in general, but
6356           more verbose in the error case (which should probably
6357           make the test fail anyway).
6358
6359 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
6360
6361         * docs/plugins/Makefile.am:
6362         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6363         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6364         * gst/avi/gstavisubtitle.c:
6365         Add documentation for avisubtitle and change class to
6366         Codec/Parser/Subtitle
6367
6368 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6369
6370         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6371         Treat ENOTTY (driver does not implement ioctl) the same as
6372         EINVAL since it implies there are no available standards.
6373
6374         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
6375         (gst_v4l2src_get_nearest_size):
6376         Replace gst_v4l2src_get_size_limits with 2 calls to new function
6377         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
6378         probe if the driver does not support VIDIOC_TRY_FMT for whatever
6379         reason, and if we aren't yet actively capturing.
6380
6381         * sys/v4l2/v4l2src_calls.h:
6382         Remove replaced function declaration.
6383
6384 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6385
6386         * configure.ac:
6387         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
6388         API.
6389
6390 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
6391
6392         * configure.ac:
6393         Fix typo.
6394
6395 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
6396
6397         * gst/alpha/Makefile.am:
6398         * gst/alpha/gstalpha.c:
6399
6400         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
6401         some stuff, and making buffer-alloc and resizing work automatically.
6402         No longer crashes on odd frame widths and heights, although there
6403         seems to be a disagreement with ffmpegcolorspace about what size
6404         an AYUV frame with odd height should be.
6405
6406 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6407
6408         Patch by: Alessandro Decina <alessandro at nnva dot org>
6409
6410         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
6411         * ext/libpng/gstpngenc.h:
6412         Preallocate the output buffer so that g_memdup() and
6413         gst_buffer_merge() aren't needed anymore. This greatly improves
6414         performances and fixes #512544.
6415
6416 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6417
6418         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
6419         (gst_avi_demux_stream_data):
6420         GStreamer timestamps are PTS values while AVI only knows about DTS
6421         timestamps. Make sure we only copy the DTS as the buffer timestamp when
6422         we are dealing with a key frame.
6423
6424 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6425
6426         * tests/check/Makefile.am:
6427         * tests/check/elements/.cvsignore:
6428         * tests/check/elements/rtp-payloading.c:
6429           Add add testsuite for the rtp-payloader that tries simulating
6430           dataflow. Needs more test data.
6431
6432 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6433
6434         * tests/check/elements/alphacolor.c:
6435           Remove two unused variables.
6436
6437 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
6438
6439         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6440           Use g_ascii_strtoll() instead of atoll, which is only
6441           available in C99.
6442
6443 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
6444
6445         * gst/rtp/Makefile.am:
6446         * gst/rtp/gstrtp.c:
6447         * gst/rtp/gstrtpmpvpay.c:
6448         * gst/rtp/gstrtpmpvpay.h:
6449         Add MPEG2 video payloader
6450
6451 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6452
6453         * gst/level/gstlevel.c:
6454         Use #include <math.h> instead of #include "math.h".
6455
6456 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6457
6458         * tests/check/Makefile.am:
6459         Fix up some CFLAGS sets.
6460         Don't include gconfvideosrc in the states test.
6461
6462         * tests/check/elements/autodetect.c: (GST_START_TEST):
6463         Add some error strings to fail_unless arguments to fix some weird
6464         compiler errors on Solaris.
6465
6466 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6467
6468         * configure.ac:
6469         Detect video4linux headers on Solaris too.
6470         * sys/v4l2/gstv4l2colorbalance.h:
6471         * sys/v4l2/gstv4l2object.h:
6472         * sys/v4l2/v4l2_calls.c:
6473         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6474         (gst_v4l2_buffer_new):
6475
6476         Make v4l2 build on Solaris.
6477         Patch by: Brian Cameron  <brian.cameron at sun dot com>
6478         Fixes: #510505
6479
6480 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6481
6482         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6483           Update list from (still local) scanning script.
6484
6485 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6486
6487         Based on a patch by:
6488             Victor STINNER <victor dot stinner at haypocalc dot com>
6489
6490         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6491         Set variable to NULL after freeing it to prevent double frees
6492         or make failures by another use of it afterwards more obvious
6493         and fix use of it after the freeing. Fixes bug #510592.
6494
6495 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6496
6497         * gst/udp/gstmultiudpsink.c:
6498         use GST_WARNING for logging
6499
6500 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6501
6502         * gst/udp/gstmultiudpsink.c:
6503         Don't try to leave a multicast group with an invalid socket
6504
6505 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
6506
6507         * ext/flac/gstflacdec.c:
6508           Fix compilation against flac 1.1.2 (as on debian stable), where
6509           the picture metadata defines and structs don't exist yet.
6510           Fixes #509301.
6511
6512 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6513
6514         Patch by: Olivier Crete <tester at tester dot ca>
6515
6516         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6517         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
6518         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
6519         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
6520         * gst/udp/gstmultiudpsink.h:
6521         Add property to automatically join a multicast group or not. This can be
6522         useful when sharing a socket between multiple elements.
6523         Fixes #509531.
6524
6525 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6526
6527         * gst/videomixer/Makefile.am:
6528           Add controller flags.
6529
6530 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6531
6532         * gst/videomixer/videomixer.c:
6533           Also commit the missing gst_object_sync_values().
6534
6535 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6536
6537         * docs/plugins/Makefile.am:
6538           Remove duplicate entry.
6539
6540 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6541
6542         * docs/plugins/Makefile.am:
6543         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6544         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6545         * docs/plugins/inspect/plugin-gamma.xml:
6546         * docs/plugins/inspect/plugin-monoscope.xml:
6547         * docs/plugins/inspect/plugin-video4linux2.xml:
6548           Add 3 more plugins to docs.
6549
6550 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6551
6552         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6553         * sys/osxvideo/osxvideosink.h:
6554           Revert previous change caused by a file that got stuck on an old
6555           revision.
6556
6557 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6558
6559         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6560         * gst/multipart/Makefile.am:
6561         * gst/multipart/multipartdemux.c:
6562         * gst/multipart/multipartdemux.h:
6563         * gst/multipart/multipartmux.c:
6564         * gst/multipart/multipartmux.h:
6565           Re-add multipartdemux to the docs. Last round of section cleanup.
6566
6567 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6568
6569         * docs/plugins/Makefile.am:
6570         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6571         * sys/osxaudio/gstosxaudiosink.h:
6572         * sys/osxvideo/osxvideosink.h:
6573           Managed to resolve most unused declarations. Filed a bug for one left.          
6574
6575 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6576
6577         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6578           Cleanup section file.
6579
6580 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6581
6582         * docs/plugins/Makefile.am:
6583         * docs/plugins/gst-plugins-good-plugins.args:
6584         * docs/plugins/gst-plugins-good-plugins.signals:
6585         * docs/plugins/inspect/plugin-alaw.xml:
6586         * docs/plugins/inspect/plugin-alpha.xml:
6587         * docs/plugins/inspect/plugin-alphacolor.xml:
6588         * docs/plugins/inspect/plugin-annodex.xml:
6589         * docs/plugins/inspect/plugin-apetag.xml:
6590         * docs/plugins/inspect/plugin-audiofx.xml:
6591         * docs/plugins/inspect/plugin-auparse.xml:
6592         * docs/plugins/inspect/plugin-autodetect.xml:
6593         * docs/plugins/inspect/plugin-avi.xml:
6594         * docs/plugins/inspect/plugin-cairo.xml:
6595         * docs/plugins/inspect/plugin-cdio.xml:
6596         * docs/plugins/inspect/plugin-cutter.xml:
6597         * docs/plugins/inspect/plugin-debug.xml:
6598         * docs/plugins/inspect/plugin-dv.xml:
6599         * docs/plugins/inspect/plugin-efence.xml:
6600         * docs/plugins/inspect/plugin-effectv.xml:
6601         * docs/plugins/inspect/plugin-flac.xml:
6602         * docs/plugins/inspect/plugin-flxdec.xml:
6603         * docs/plugins/inspect/plugin-gconfelements.xml:
6604         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6605         * docs/plugins/inspect/plugin-goom.xml:
6606         * docs/plugins/inspect/plugin-halelements.xml:
6607         * docs/plugins/inspect/plugin-icydemux.xml:
6608         * docs/plugins/inspect/plugin-id3demux.xml:
6609         * docs/plugins/inspect/plugin-jpeg.xml:
6610         * docs/plugins/inspect/plugin-ladspa.xml:
6611         * docs/plugins/inspect/plugin-level.xml:
6612         * docs/plugins/inspect/plugin-matroska.xml:
6613         * docs/plugins/inspect/plugin-mulaw.xml:
6614         * docs/plugins/inspect/plugin-multipart.xml:
6615         * docs/plugins/inspect/plugin-navigationtest.xml:
6616         * docs/plugins/inspect/plugin-png.xml:
6617         * docs/plugins/inspect/plugin-quicktime.xml:
6618         * docs/plugins/inspect/plugin-rtp.xml:
6619         * docs/plugins/inspect/plugin-rtsp.xml:
6620         * docs/plugins/inspect/plugin-shout2send.xml:
6621         * docs/plugins/inspect/plugin-smpte.xml:
6622         * docs/plugins/inspect/plugin-speex.xml:
6623         * docs/plugins/inspect/plugin-taglib.xml:
6624         * docs/plugins/inspect/plugin-udp.xml:
6625         * docs/plugins/inspect/plugin-videobalance.xml:
6626         * docs/plugins/inspect/plugin-videobox.xml:
6627         * docs/plugins/inspect/plugin-videocrop.xml:
6628         * docs/plugins/inspect/plugin-videoflip.xml:
6629         * docs/plugins/inspect/plugin-videomixer.xml:
6630         * docs/plugins/inspect/plugin-wavenc.xml:
6631         * docs/plugins/inspect/plugin-wavpack.xml:
6632         * docs/plugins/inspect/plugin-wavparse.xml:
6633           Update plugin docs.
6634
6635         * gst/videomixer/Makefile.am:
6636         * gst/videomixer/videomixer.c:
6637         * gst/videomixer/videomixer.h:
6638         * gst/videomixer/videomixerpad.h:
6639           Split out header to fix warnings from the doc-build.
6640
6641 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6642
6643         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6644
6645         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6646         Use atoll to parse the rtptime with enough precision. Fixes #509329.
6647
6648 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6649
6650         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
6651         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
6652           Initialise variables to work around (false) 'foo might be used
6653           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
6654
6655 2008-01-11  David Schleef  <ds@schleef.org>
6656
6657         * docs/plugins/.cvsignore:
6658         * tests/check/pipelines/.cvsignore:
6659           Ignore more files for the buildbot.
6660
6661 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
6662
6663         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
6664         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6665         Generate the image-type values correctly. Leave them out of the caps
6666         when outputting a "preview image" tag, since it only makes sense
6667         to have one of those - the type is irrelevant.
6668
6669         * sys/sunaudio/gstsunaudiomixerctrl.c:
6670         (gst_sunaudiomixer_ctrl_open):
6671         If we can, mark the mixer multiple open when we use it, in case
6672         (for some reason) the process wants to open it again elsewhere.
6673
6674 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6675
6676         Patch by: Olivier Crete <tester at tester dot ca>
6677
6678         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
6679         * gst/rtp/gstrtptheorapay.c:
6680         Fix the clock rate to 90000 as required by the RFC.
6681         Fixes #508644.
6682
6683 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6684
6685         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
6686           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
6687
6688 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6689
6690         * autogen.sh:
6691           Add -Wno-portability to the automake parameters to stop warnings
6692           about GNU make extensions being used. We require GNU make in almost
6693           every Makefile anyway.
6694           
6695         * configure.ac:
6696           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6697           at the same time is required for per target flags.
6698
6699 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6700
6701         * gst/videomixer/videomixer.c: (gst_videomixer_init):
6702         Fix error from my last commit.
6703
6704 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6705
6706         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6707
6708         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
6709           Make sure the ISO 639-X language code in ID3v2 COMM frames
6710           is actually valid UTF-8 (or rather: ASCII), so we don't end
6711           up with non-UTF8 strings in tags if there's garbage in the
6712           language field. Also make sure the language code is always
6713           lower case. Fixes: #508291.
6714
6715 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6716
6717         * ChangeLog:
6718           Fix ChangeLog typo.
6719
6720 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6721
6722         * Makefile.am:
6723           Include lcov.mak to allow building coverage reports. Guard
6724           check-torture target like in the other packages.
6725
6726 2008-01-09  Sameer Naik  <sameer@damagehead.com>
6727
6728         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
6729
6730         * gst/videomixer/videomixer.c:
6731         (gst_videomixer_set_master_geometry), (_do_init),
6732         (gst_videomixer_child_proxy_get_child_by_index),
6733         (gst_videomixer_child_proxy_get_children_count),
6734         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6735         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6736         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6737         Implement GstChildProxy interface.
6738         Send newsegment at the right moment
6739         Fixes #488879
6740
6741 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6742
6743         * gst/alpha/Makefile.am:
6744         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6745         (gst_alpha_sink_event), (gst_alpha_chain),
6746         (gst_alpha_change_state), (plugin_init):
6747         Make the various properties of 'alpha' controllable. This allows doing
6748         niceties like fade-in/fade-out.
6749
6750 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6751
6752         * gst/rtp/gstasteriskh263.c:
6753         * gst/rtp/gstrtpL16depay.c:
6754         * gst/rtp/gstrtpac3depay.c:
6755         * gst/rtp/gstrtpamrpay.c:
6756         * gst/rtp/gstrtpdepay.c:
6757         * gst/rtp/gstrtpgsmdepay.c:
6758         * gst/rtp/gstrtph263depay.c:
6759         * gst/rtp/gstrtph263pdepay.c:
6760         * gst/rtp/gstrtph263ppay.c:
6761         * gst/rtp/gstrtph264depay.c:
6762         * gst/rtp/gstrtph264pay.c:
6763         * gst/rtp/gstrtpmp2tdepay.c:
6764         * gst/rtp/gstrtpmp4adepay.c:
6765         * gst/rtp/gstrtpmp4gdepay.c:
6766         * gst/rtp/gstrtpmp4gpay.c:
6767         * gst/rtp/gstrtpmp4vdepay.c:
6768         * gst/rtp/gstrtpmpadepay.c:
6769         * gst/rtp/gstrtpmpvdepay.c:
6770         * gst/rtp/gstrtpsv3vdepay.c:
6771         * gst/rtp/gstrtptheoradepay.c:
6772         * gst/rtp/gstrtptheorapay.c:
6773         * gst/rtp/gstrtpvorbisdepay.c:
6774         * gst/rtp/gstrtpvorbispay.c:
6775           Remove copy/paste unused code (property setters and getter) found by
6776           the coverage suite (yay, saves ~20k on disk).
6777
6778 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6779
6780         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6781           (videosink_templ):
6782           Also fix up pad templates to indicate that image/jpeg doesn't
6783           absolutely require the framerate property to be set (#504081).
6784
6785 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6786
6787         Based on patch by: Wouter Cloetens  <wouter at mind be>
6788
6789         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6790           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6791           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6792         * gst/matroska/matroska-mux.h:
6793           Keep track of first and last timestamps for each incoming stream,
6794           so we can calculate the total duration for live sources and other
6795           input where we can't query the duration from the start or where
6796           there's no constant framerate from which we can deduce the
6797           duration; also use calculated/observed duration if it is bigger
6798           than the previously queried duration. Furthermore, use
6799           gst_pad_query_peer_duration() and take into account that it may
6800           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6801           screws up comparisons when using unsigned integers. Fixes #504081.
6802
6803 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
6804
6805         * configure.ac:
6806         * gst/audiofx/audioamplify.c:
6807         (gst_audio_amplify_clipping_method_get_type),
6808         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6809         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6810         (gst_audio_dynamic_transform_ip):
6811         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6812         (gst_audio_invert_transform_ip):
6813         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6814         (gst_audio_panorama_transform):
6815         * gst/level/gstlevel.c: (gst_level_init):
6816         Make elements GST_BUFFER_FLAG_GAP aware and call
6817         gst_base_transform_set_gap_aware for this.
6818         Bump core requirement to CVS.
6819         
6820         * gst/audiofx/audiochebyshevfreqband.c:
6821         (gst_audio_chebyshev_freq_band_transform_ip):
6822         * gst/audiofx/audiochebyshevfreqlimit.c:
6823         (gst_audio_chebyshev_freq_limit_transform_ip):
6824         Also sync GObject properties to the controller if operating
6825         in passthrough mode.
6826
6827 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
6828
6829         * sys/directdraw/gstdirectdrawsink.c:
6830           (gst_directdraw_sink_window_thread):
6831           FALSE is not a gpointer.
6832
6833 2008-01-05  Julien Moutte  <julien@fluendo.com>
6834
6835         * sys/directdraw/gstdirectdrawsink.c:
6836         (gst_directdraw_sink_set_window_id),
6837         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
6838         (gst_directdraw_sink_buffer_alloc),
6839         (gst_directdraw_sink_draw_borders),
6840         (gst_directdraw_sink_show_frame),
6841         (gst_directdraw_sink_setup_ddraw),
6842         (gst_directdraw_sink_window_thread),
6843         (gst_directdraw_sink_get_ddrawcaps),
6844         (gst_directdraw_sink_surface_create): Make sure we create our
6845         internal window only when we need it. That will give a chance to
6846         the application to get the prepare-xwindow-id bus message. Draw
6847         black borders when keeping aspect ratio. Handle the case where our
6848         rendering window disappears (closed or errors) like other sinks
6849         do. Various 80 columns fixes, improve state change order. That
6850         element could need some more love.
6851
6852 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
6853
6854         * ext/taglib/gstapev2mux.h:
6855         * ext/taglib/gstid3v2mux.h:
6856         Remove useless typedefs without new type name. Fixes a warning with
6857         gcc 4.3.
6858
6859 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
6860
6861         Patch by: John Millikin <jmillikin at gmail dot com>
6862
6863         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6864         (gst_flac_dec_setup_stream_decoder),
6865         (gst_flac_normalize_picture_mime_type),
6866         (gst_flac_extract_picture_buffer),
6867         (gst_flac_dec_metadata_callback):
6868         Emit metadata messages when a PICTURE block is encountered.
6869         Fixes #506715.
6870
6871 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
6872
6873         * gst/avi/gstavi.c:
6874         increase rank because no known issues anymore ...
6875         * gst/avi/gstavisubtitle.c:
6876         send subtitle name to the srcpad
6877
6878 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6879
6880         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6881         * gst/rtsp/gstrtspsrc.h:
6882         Implement redirect for the DESCRIBE reply. Fixes #506025.
6883
6884 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6885
6886         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6887         Fix 'xyz may be used uninitialized' compiler warnings caused
6888         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6889         abort() in any case but properly report the error.
6890
6891 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
6892
6893         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6894         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6895         * sys/ximage/gstximagesrc.c: (composite_pixel):
6896           Fix 'xyz may be used uninitialized' compiler warnings caused
6897           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6898           not really nice to abort in any case). Fixes #505745.
6899
6900 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6901
6902         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6903           Small unit test fix (has no practical impact at the moment,
6904           since we're only feeding utf8 and hence just create a sub-
6905           buffer for the output).
6906
6907 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
6908
6909         * gst/avi/gstavisubtitle.c:
6910         * tests/check/elements/avisubtitle.c:
6911         Add seeking support for avi subtitle
6912
6913 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6914
6915         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
6916         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
6917         (gst_flac_dec_write):
6918         * ext/flac/gstflacdec.h:
6919         Remove some unused vars.
6920         Do more cleanup of leftover events and tags.
6921         Output tags after the segment event. Fixes #504018.
6922
6923 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6924
6925         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
6926           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
6927           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
6928           Detect other UTF byte order markers and convert to UTF-8 as
6929           appropriate.
6930
6931 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6932
6933         * gst/avi/gstavisubtitle.c: (src_template),
6934           (gst_avi_subtitle_extract_utf8_file),
6935           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
6936           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
6937           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
6938         * gst/avi/gstavisubtitle.h:
6939           Refactor a bit; fix name extraction; don't assume all the data
6940           in the chunk is actually subtitle data, there may be padding at
6941           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
6942           file so it's there to send again after a seek (for future use).
6943
6944 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6945
6946         * gst/avi/Makefile.am:
6947         * gst/avi/gstavi.c:
6948         * gst/avi/gstavisubtitle.c:
6949         * gst/avi/gstavisubtitle.h:
6950         * tests/check/Makefile.am:
6951         * tests/check/elements/avisubtitle.c:
6952         * win32/common/config.h:
6953                 Add avi subtitle element for bug #442034. Need seeking support
6954                 and more support for character conversion.
6955
6956 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6957
6958         * Makefile.am:
6959           Include common/win32.mak for CRLF check of win32 project
6960           files (see #393626).
6961
6962         * win32/vs6/libgstpng.dsp:
6963           Fix line endings and do cvs admin -kb.
6964
6965 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6966
6967         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6968         Actually drop the buffers which are outside the currently configured
6969         segment instead of just emitting a WARNING.
6970
6971 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6972
6973         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
6974         (gst_flac_dec_write):
6975         * ext/flac/gstflacdec.h:
6976         Send segments from the streaming thread. Fixes #502187.
6977         Fix segment seeking and a bunch of other seeking cases.
6978
6979 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6980
6981         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
6982           Parse WOAF frames and put the result into GST_TAG_CONTACT,
6983           which is where it would end up if the same information was
6984           put in a vorbis comment (don't think it's worth adding a
6985           new URI tag for this). Fixes #488112.
6986
6987 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6988
6989         * configure.ac:
6990           We need core/base 0.10.15 or later.
6991
6992 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6993
6994         Patch by: Mark Nauwelaerts <manauw skynet be>
6995
6996         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
6997         Fix regression in stream numbering. Fixes #502655.
6998
6999 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7000
7001         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
7002
7003         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
7004         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
7005         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
7006         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
7007         (gst_rtp_h264_pay_handle_buffer):
7008         * gst/rtp/gstrtph264pay.h:
7009         Use higher performance start-code searching.
7010         Parse NALs and store SPS, PPS and profile in the caps so that they can
7011         be used in the SDP. Fixes #502814.
7012
7013 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7014
7015         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7016         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
7017           Init some structs to zero before we pass them to ioctl, which
7018           avoids valgrind warnings.  Also fix a small memory leak.
7019
7020 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7021
7022         Patch by: Wouter Cloetens <wouter at mind dot be>
7023
7024         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
7025         Copy timestamp from input to output. Not very perfect yet but better
7026         than nothing. Fixes #503023.
7027
7028 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7029
7030         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7031           Also print a useful error message with the old Wavpack API
7032           if possible.
7033
7034 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
7035
7036         * ext/wavpack/gstwavpackdec.c:
7037           More build fixes for old libwavpack versions: include config.h so
7038           that WAVPACK_OLD_API is actually defined as detected; only use
7039           WavpackGetErrorMessage if it is available. This fixes the build
7040           on debian stable for me.
7041
7042 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7043
7044         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7045         * ext/wavpack/gstwavpackparse.c:
7046           (gst_wavpack_parse_create_src_pad):
7047           Workaround the non-existance of WavpackGetChannelMask in Wavpack
7048           versions below 4.40.0.
7049
7050 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7051
7052         * configure.ac:
7053           And now do it right for real...
7054
7055 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7056
7057         * configure.ac:
7058           Correctly reset $LIBS to not contain -lm.
7059
7060 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7061
7062         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
7063
7064         * configure.ac:
7065         * ext/cairo/gsttimeoverlay.c:
7066           (gst_cairo_time_overlay_print_smpte_time):
7067           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
7068           and checking for rint() and implementing it ourself if it doesn't
7069           exist. Fixes #497293.
7070
7071 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7072
7073         * configure.ac:
7074           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
7075
7076 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
7077
7078         * sys/oss/gstosshelper.c:
7079         Verify that the format returned after the ioctl is the one
7080         we requested. It is valid for the ioctl to succeed while
7081         substituting an alternate 'supported' sample format.
7082
7083 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
7084
7085         * sys/oss/gstossaudio.c: (plugin_init):
7086         * sys/oss/gstosssink.c: (gst_oss_sink_open):
7087         * sys/oss/gstosssrc.c: (gst_oss_src_open):
7088           Post decent (and translated) error message when we can't
7089           open the audio device for some reason.
7090
7091 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
7092
7093         * sys/oss/gstosssink.c:
7094         * sys/oss/gstosssrc.c:
7095         Allow the AUDIODEV environment variable to redirect us
7096         to a different default OSS device, like sunaudiosink does
7097         on Solaris (makes audio play automatically on SunRays).
7098
7099 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7100
7101         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
7102         * gst/audiofx/audiochebyshevfreqband.c:
7103         (gst_audio_chebyshev_freq_band_transform_ip):
7104         * gst/audiofx/audiochebyshevfreqlimit.c:
7105         (gst_audio_chebyshev_freq_limit_transform_ip):
7106         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
7107         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
7108         The transform_ip() methods should do nothing if in passthrough mode.
7109         It might get non-writable buffers in that case but the buffer might
7110         as well be writable.
7111
7112         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
7113         The transform() methods won't be called in passthrough mode and
7114         otherwise the buffer is always writable so don't check here.
7115
7116 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
7117
7118         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
7119           Fix seeking in .wav files again (#501775).  Some people seem to think
7120           they don't need to test their changes when they're just 'reflowing'
7121           some code.
7122
7123 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
7124
7125         * gst/autodetect/gstautovideosink.c:
7126         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
7127         (gst_auto_video_sink_init),
7128         (gst_auto_video_sink_create_element_with_pretty_name),
7129         (gst_auto_video_sink_find_best),
7130         (gst_auto_video_sink_set_property),
7131         (gst_auto_video_sink_get_property):
7132         * gst/autodetect/gstautovideosink.h:
7133         Fix docs.
7134         Use same error reporting code as autoaudiosink.
7135         Add property to filter sinks based on caps. Only select raw video sinks
7136         by default for backwards compat.
7137         API: GstAutoVideoSink::filter-caps
7138
7139 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
7140
7141         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7142
7143         * gst/autodetect/gstautoaudiosink.c:
7144         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
7145         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
7146         (gst_auto_audio_sink_set_property),
7147         (gst_auto_audio_sink_get_property):
7148         * gst/autodetect/gstautoaudiosink.h:
7149         Add property to filter sinks based on caps. Only select raw audio sinks
7150         by default for backwards compat.  Fixes #417420.
7151         API: GstAutoAudioSink::filter-caps
7152
7153 2007-11-29  Michael Smith <msmith@fluendo.com>
7154
7155         Patch by: Arek Korbik <arkadini@gmail.com>
7156
7157         * gst/videobox/gstvideobox.c: (plugin_init):
7158           Initialise liboil in plugin_init()
7159
7160 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
7161
7162         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
7163         Post error before sending EOS. Fixes #499178.
7164
7165 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
7166
7167         * win32/vs6/gst_plugins_good.dsw:
7168         * win32/vs6/libgstpng.dsp:
7169         Add a project file for libgstpng
7170
7171 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
7172
7173         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
7174         (gst_rtp_h263_depay_process):
7175         Code beautification.
7176         Added debug statements.
7177         Don't bit-shift everything, just do operations on last/first byte
7178         instead.
7179
7180 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
7181
7182         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
7183
7184         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
7185         Fix wrong comparison in overrun check. Fixes #499239 some more.
7186
7187 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
7188
7189         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
7190         (gst_rtp_h263_depay_process):
7191         * gst/rtp/gstrtph263depay.h:
7192         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
7193         stream.
7194
7195 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
7196
7197         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
7198
7199         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
7200         (gst_rtp_mp4a_depay_process):
7201         * gst/rtp/gstrtpmp4adepay.h:
7202         Fix depayloading when multiple frames are inside one RTP packet.
7203         Fixes #499239.
7204
7205 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7206
7207         * gst/level/gstlevel.c:
7208           Add GAP-flag support.
7209
7210 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
7211
7212         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
7213         Read the I flag for Mode A h263 rtp stream and set the
7214         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
7215         Fixes #499383
7216
7217 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7218
7219         * gst/level/gstlevel.c:
7220           Remove some dead code and do cleanups.
7221
7222 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7223
7224         * tests/check/pipelines/simple-launch-lines.c:
7225           Improve the tests by allowing to set a target state.
7226
7227 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
7228
7229         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
7230         Don't check the caps of the output buffer if they're equal some
7231         other caps. The caps can change in a backward compatible way
7232         and did at this point.
7233
7234 2007-11-24  Julien MOUTTE  <julien@moutte.net>
7235
7236         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
7237         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
7238         (gst_qtdemux_seek_to_previous_keyframe),
7239         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
7240         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
7241         reverse playback support.
7242
7243 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7244
7245         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
7246         Also set the channel layout on the Wavpack caps if we're having
7247         a mono layout. Of course only do it for "audio/x-wavpack".
7248
7249 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7250
7251         * ext/wavpack/gstwavpackcommon.c:
7252         (gst_wavpack_get_default_channel_mask),
7253         (gst_wavpack_set_channel_layout),
7254         (gst_wavpack_get_default_channel_positions),
7255         (gst_wavpack_get_channel_mask_from_positions),
7256         (gst_wavpack_set_channel_mapping):
7257         * ext/wavpack/gstwavpackcommon.h:
7258         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7259         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
7260         * ext/wavpack/gstwavpackdec.h:
7261         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
7262         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
7263         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
7264         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
7265         (gst_wavpack_enc_rewrite_first_block),
7266         (gst_wavpack_enc_sink_event):
7267         * ext/wavpack/gstwavpackenc.h:
7268         * ext/wavpack/gstwavpackparse.c:
7269         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
7270         (gst_wavpack_parse_scan_to_find_sample),
7271         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
7272         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
7273         * ext/wavpack/gstwavpackparse.h:
7274         Add support for encoding, parsing and decoding multichannel
7275         files with up to 8 channels. This also improves the robustness
7276         of parsing quite a bit.
7277
7278         * ext/wavpack/gstwavpackstreamreader.c:
7279         (gst_wavpack_stream_reader_read_bytes),
7280         (gst_wavpack_stream_reader_get_pos),
7281         (gst_wavpack_stream_reader_set_pos_abs),
7282         (gst_wavpack_stream_reader_set_pos_rel),
7283         (gst_wavpack_stream_reader_push_back_byte),
7284         (gst_wavpack_stream_reader_get_length),
7285         (gst_wavpack_stream_reader_can_seek),
7286         (gst_wavpack_stream_reader_write_bytes):
7287         Improve debugging.
7288
7289 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7290
7291         * ext/libpng/gstpngdec.c:
7292         * ext/libpng/gstpngdec.h:
7293           Don't release the png-memory from within the callback.
7294
7295 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7296
7297         Patch by: René Stadler <mail at renestadler dot de>
7298
7299         * ext/libpng/gstpngenc.c:
7300           Don't leak buffer data memory. Fixes #498395.
7301
7302 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7303
7304         Patch by: René Stadler <mail at renestadler dot de>
7305
7306         * tests/check/pipelines/simple-launch-lines.c:
7307           Tests for #498395.
7308
7309 2007-11-20  Julien MOUTTE  <julien@moutte.net>
7310
7311         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
7312         (gst_tag_lib_mux_adjust_event_offsets):
7313         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
7314         * sys/osxaudio/Makefile.am:
7315         * sys/osxvideo/cocoawindow.h:
7316         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
7317
7318 2007-11-15  David Schleef  <ds@schleef.org>
7319
7320         * ext/cairo/gsttextoverlay.c:
7321           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
7322
7323 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7324
7325         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
7326
7327         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
7328         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
7329         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
7330         * gst/rtp/gstrtpmp2tpay.h:
7331         Fill the MTU with as many packets as possible. Fixes #491323.
7332
7333 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7334
7335         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7336
7337         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7338         Fix some more leaks. Fixes #497007.
7339
7340 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7341
7342         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7343
7344         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
7345         (gst_rtspsrc_stream_configure_tcp):
7346         Fix 3 pad leaks. Fixes #496983.
7347
7348 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7349
7350         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7351
7352         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
7353         Fix small leak. Fixes #497017.
7354
7355 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7356
7357         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7358         (gst_qtdemux_prepare_current_sample),
7359         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
7360         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
7361         * gst/qtdemux/qtdemux_fourcc.h:
7362         * gst/qtdemux/qtdemux_types.c:
7363         Add suppport for theora in quicktime according to XiphQT.
7364
7365 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
7366
7367         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
7368         (gst_v4l2src_init), (gst_v4l2src_set_property),
7369         (gst_v4l2src_get_property):
7370         * sys/v4l2/gstv4l2src.h:
7371         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7372           Always copy buffers by default (handle safer with bugged drivers)
7373           and added a property to make it possible to use mmap effectively (no
7374           copy if possible) when application wants to. Fixes: #480557.
7375
7376 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7377
7378         * gst/id3demux/id3tags.c:
7379         * gst/id3demux/id3tags.h:
7380         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
7381           We don't want the same string multiple times in a tag list for the
7382           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
7383           this doesn't happen and remove special-case code for GST_TAG_GENRE.
7384
7385 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7386
7387         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
7388           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
7389           into ID3v2 TXXX frames (fixes #347848).
7390
7391 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7392
7393         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7394           Don't leak sdp message contents (fixes #496773).
7395
7396         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
7397           Don't leak URI string.
7398
7399 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7400
7401         Patch by: Julien Puydt <julien dot puydt at laposte net>
7402
7403         * ext/raw1394/Makefile.am:
7404         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
7405           (gst_1394_property_probe_get_properties),
7406           (gst_1394_property_probe_probe_property),
7407           (gst_1394_property_probe_needs_probe),
7408           (gst_1394_property_probe_get_values),
7409           (gst_1394_property_probe_interface_init),
7410           (gst_1394_type_add_property_probe_interface):
7411         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
7412         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
7413           (gst_dv1394src_init), (gst_dv1394src_dispose),
7414           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
7415           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
7416           (gst_dv1394src_update_device_name):
7417         * ext/raw1394/gstdv1394src.h:
7418           Implement GstPropertyProbe interface and add "device-name" property,
7419           so applications can use this to probe for available devices in the
7420           same way they can already with v4lsrc and v4l2src (however horrible
7421           this property probe interface may be). Fixes #358841.
7422
7423 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7424
7425         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7426
7427         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
7428           (gst_rtspsrc_parse_range):
7429           Don't leak event, don't leak range (fixes #496752).
7430
7431 2007-11-14  Michael Smith <msmith@fluendo.com>
7432
7433         Patch by: Arek Korbik <arkadini@gmail.com>
7434
7435         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
7436           Detect RGBA/BGRA correctly on little endian systems.
7437
7438 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7439
7440         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
7441           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
7442           corresponding ioctl() call fails even though the driver claims to
7443           support this format, just fall back to the pre-2.6.19 kernel
7444           routine that creates caps with suitable height and width ranges
7445           (see #448278).
7446
7447 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7448
7449         Patch by: Mark Nauwelaerts <manauw skynet be>
7450
7451         * gst/matroska/matroska-demux.c:
7452           (gst_matroska_demux_push_dvd_clut_change_event),
7453           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7454           (gst_matroska_demux_subtitle_caps):
7455         * gst/matroska/matroska-ids.h:
7456           Extract palette data for dvd subpicture streams and send it
7457           downstream as custom gstreamer dvd event (fixes #453417).
7458
7459 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7460
7461         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
7462           Implement minimal parsing of the passed pango font description
7463           string, so passing a font size works the same as with the
7464           pango textoverlay plugin; fixes #455086.
7465           (Maybe we could just use pangocairo here at some point).
7466
7467 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7468
7469         * gst/avi/gstavidemux.c:
7470         * gst/wavparse/gstwavparse.c:
7471           Return the result in _activate_pull(). Don't ref element there.
7472
7473 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7474
7475         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
7476         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
7477         (gst_wavparse_srcpad_event):
7478           Ref the element when we should, but not when we its not needed. Reflow
7479           the event_handling to not leak the event.       
7480
7481 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
7482
7483         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7484         (qtdemux_parse_samples):
7485         Properly free QTDemuxSamples array.
7486         Protect table write with a sensible check, some files apparently DO contain
7487         stts values starting with 0 :(
7488
7489 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7490
7491         * gst/avi/gstavidemux.c:
7492         * gst/qtdemux/qtdemux.c:
7493           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
7494           previous commit messed up.
7495
7496 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7497
7498         * gst/avi/gstavidemux.c:
7499         * gst/qtdemux/qtdemux.c:
7500           Sync _handle_src_event() with oggdemux. In avidemux also ref the
7501           element when we should, but not when we its not needed.
7502
7503 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
7504
7505         * gst/wavparse/gstwavparse.c:
7506           Return FALSE if we can't handle a query instead of changing the
7507           format. Ignore fact when dealing with mpeg audio.
7508
7509 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7510
7511         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
7512
7513         * configure.ac:
7514         * gst/udp/gstdynudpsink.c:
7515         * gst/udp/gstdynudpsink.h:
7516         * gst/udp/gstmultiudpsink.c:
7517         * gst/udp/gstmultiudpsink.h:
7518         * gst/udp/gstudpsink.c:
7519         * gst/udp/gstudpsink.h:
7520           Fix includes for MSVC and GLib-2.14.0 (#492388).
7521
7522         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7523           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
7524
7525 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
7526
7527         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7528         (gst_mulawdec_chain):
7529         * gst/law/mulaw-decode.h:
7530         Calculate outgoing buffer duration if incoming buffer didn't have a
7531         valid duration.
7532
7533 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
7534
7535         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7536         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
7537         Smarter combine_flow code that also deals with downstream elements
7538         returning UNEXPECTED when they receive data out of the segment
7539         boundaries. Fixes #491305.
7540
7541 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
7542
7543         * sys/v4l2/v4l2src_calls.c:
7544           Fix 'unused variable' compiler warning when compiling against
7545           older kernel headers.
7546
7547 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
7548
7549         * ext/taglib/gstid3v2mux.cc (add_funcs):
7550           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
7551
7552 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
7553
7554         * tests/check/pipelines/simple-launch-lines.c:
7555            Improve the tests a little more.
7556
7557 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
7558
7559         patch by: Yun Zheng Hu
7560
7561         * sys/osxaudio/gstosxaudiosrc.c:
7562         Use default input device instead of default output device and
7563         only memcpy actual available bytes.
7564
7565 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
7566
7567         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7568           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
7569           early. It is temporary until we find something better.
7570
7571 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7572
7573         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7574
7575         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
7576         Fix race when pausing a RTSP stream in interleaved.
7577         Fixes #475784.
7578
7579 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7580
7581         Patch by: Peter Kjellerstedt <pkj at axis com>
7582
7583         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
7584         Use correct unref function for buffers. #488844.
7585
7586 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
7587
7588         * gst/avi/gstavimux.c:
7589         * tests/check/elements/avimux.c:
7590           Add some debug and sync tests with the fix.     
7591
7592 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7593
7594         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7595
7596         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7597         When the socket is used by the app for other purposes, don't generate an
7598         error if there is activaty on the socket that is not data related.
7599         Fixes #487488.
7600
7601 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7602
7603         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
7604         (gst_v4l2src_grab_frame):
7605         Add some more debug info. Generate an error when we run out of buffers
7606         for some reason. See #480557.
7607
7608 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7609
7610         Patch by: Anders Skargren <anders dot skargren at axis dot com>
7611
7612         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
7613         Set marker bit correctly.
7614
7615 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
7616
7617         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7618         Use allowed name for the GstStructure.
7619
7620 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
7621
7622         * ext/gconf/gstswitchsink.c:
7623         * gst/autodetect/gstautoaudiosink.c:
7624           Use new gst_bus_pop_filtered().
7625
7626 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
7627
7628         * sys/v4l2/gstv4l2src.c:
7629         * sys/v4l2/v4l2src_calls.c:
7630           When probing the formats and sizes a camera supports, make
7631           sure the best ones (highest resolution, prefered format)
7632           end up at the beginning of the probed caps and the less
7633           desirable ones at the end.  This is important because the
7634           order within the caps matters for things like fixation and
7635           negotiation, ie. what format is chosen in the end.
7636           With recent kernels, the current probing code will end up
7637           querying the supported sizes from lowest resolution to
7638           highest resolution, adding them to the probed caps in that
7639           order, resulting to v4l2src fixating to the lowest possible
7640           resolution if downstream does not express a size preference.
7641           Also make up a somewhat random ranking of prefered output
7642           formats for the same reason. Fixes #485828.
7643         
7644 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7645
7646         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
7647
7648         * gst/id3demux/id3v2frames.c:
7649           Extract license/copyright URIs from ID3v2 WCOP frames
7650           (Fixes #447000).
7651
7652         * tests/check/elements/id3demux.c:
7653         * tests/files/Makefile.am:
7654         * tests/files/id3-447000-wcop.tag:
7655           Add simple unit test.
7656
7657 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7658
7659         * ext/taglib/gstid3v2mux.cc:
7660           Add support for license/copyright URI tags (ID3v2 WCOP frame).
7661           Prerequisite for #447000.
7662
7663 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
7664
7665         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
7666         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
7667         a GstClockTime.
7668
7669 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7670
7671         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7672         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
7673         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
7674         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
7675         (gst_rtspsrc_change_state):
7676         More seeking fixes, mostly passing around the new playback segment in
7677         order to configure it properly.
7678         Also reset base_time of udp sources when setting them back to PLAYING as
7679         a temporary hack until core supports seek in live sources properly.
7680
7681 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7682
7683         * gst/rtp/gstrtpmp4adepay.c:
7684         Fix caps as to not confuse autopluggers.
7685
7686 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7687
7688         * gst/id3demux/gstid3demux.c:
7689         * gst/id3demux/gstid3demux.h:
7690         * gst/id3demux/id3tags.c:
7691         * gst/id3demux/id3tags.h:
7692         * gst/id3demux/id3v2frames.c:
7693           Port ID3 tag demuxer over to the new GstTagDemux in -base
7694           (now would be a good time to test re-importing your music
7695           collection).
7696
7697 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7698
7699         * gst/apetag/Makefile.am:
7700         * gst/apetag/gstapedemux.c:
7701         * gst/apetag/gstapedemux.h:
7702         * gst/apetag/gsttagdemux.c:
7703         * gst/apetag/gsttagdemux.h:
7704           Port APE tag demuxer over to the new GstTagDemux in -base.
7705
7706 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
7707
7708         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7709         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
7710         (gst_rtspsrc_handle_internal_src_query),
7711         (gst_rtspsrc_handle_src_query), (new_session_pad),
7712         (gst_rtspsrc_stream_configure_tcp),
7713         (gst_rtspsrc_stream_configure_transport),
7714         (gst_rtspsrc_loop_send_cmd):
7715         Improve flushing behaviour.
7716         Set state of the udp sources to PAUSE/PLAYING correctly.
7717         Handle events and queries for UDP and TCP transport now.
7718
7719 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7720
7721         * gst/rtp/gstrtpgsmdepay.c:
7722         * gst/rtp/gstrtpgsmpay.c:
7723           Add log category.
7724
7725 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7726
7727         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
7728
7729         * tests/check/Makefile.am:
7730         * tests/check/pipelines/simple-launch-lines.c:
7731           Add unit tests for payloaders/depayloaders.
7732
7733 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7734
7735         * gst/avi/gstavimux.c:
7736         * gst/avi/gstavimux.h:
7737           Also save codec data for audio streams. Fixes #482495.
7738
7739 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7740
7741         * gst/avi/gstavimux.c:
7742           Fix "Index entry has invalid stream nr 1".
7743           Add support for muxing aac - work in progress (see #482495).
7744
7745 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7746
7747         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7748         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7749         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7750         * gst/rtsp/gstrtspsrc.h:
7751         Parse bandwidth modifiers, they are not yet configured in the session
7752         manager because we don't have an API for that yet.
7753
7754 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7755
7756         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7757         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7758         Use shiny new function in -base to get the default clock-rate.
7759         Update some docs.
7760
7761 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
7762
7763         * win32/MANIFEST:
7764         Add files to win32 manifest.
7765         * win32/vs6/libgstaudiofx.dsp:
7766         * win32/vs6/libgstqtdemux.dsp:
7767         * win32/vs6/libgstrtp.dsp:
7768         * win32/vs6/libgstrtsp.dsp:
7769         Update project files.
7770
7771 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
7772
7773         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7774         (gst_rtspsrc_play):
7775         * gst/rtsp/gstrtspsrc.h:
7776         In TCP mode, only timestamp the first buffer. TCP is not real time and
7777         it does not make sense to try to skew compensate, also some servers send
7778         the first batch of data in a burst.
7779
7780 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7781
7782         * gst/matroska/matroska-demux.c:
7783           Fix setting the discont flag on the first buffer
7784           pushed downstream for formats with private codec
7785           data that needs to be deserialised into buffers
7786           (such as vorbis and FLAC when in a matroska container).
7787
7788 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
7789
7790         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7791
7792         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7793         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7794         (gst_rtp_mp4v_pay_handle_buffer):
7795         * gst/rtp/gstrtpmp4vpay.h:
7796         Free the config string. Fixes #480707.
7797         Clean up the timestamp code a little.
7798
7799 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7800
7801         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7802         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7803         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7804         * gst/rtsp/gstrtspsrc.h:
7805         Set timestamps on RTP buffers in interleaved mode.
7806         Mark first buffers with a DISCONT.
7807         Remove flush hack now that sync for live sources has been figured out.
7808
7809 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7810
7811         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7812         Update documentation.
7813
7814 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7815
7816         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
7817         (gst_rtp_xqt_depay_change_state):
7818         * gst/qtdemux/gstrtpxqtdepay.h:
7819         Fail if we don't know the quicktime format.
7820
7821 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
7822
7823         * ext/flac/gstflacenc.c:
7824         * ext/flac/gstflacenc.h:
7825           Save the flow return from the last gst_pad_push() and
7826           make sure we pass the right flow return value upstream
7827           in the case of failure; minor clean-ups.
7828
7829 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7830
7831         * ext/taglib/gstapev2mux.cc:
7832         * ext/taglib/gstid3v2mux.cc:
7833         * gst/apetag/gstapedemux.c:
7834           Add support for the new GST_TAG_COMPOSER (#459809).
7835
7836 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7837
7838         * gst/law/alaw-decode.c:
7839         * gst/law/alaw-decode.h:
7840         * gst/law/alaw-encode.c:
7841         * gst/law/alaw-encode.h:
7842         * gst/law/alaw.c:
7843         * gst/law/mulaw-conversion.h:
7844           Compulsive clean-ups: use boilerplate macros, add debug
7845           categories, fix up things to conform to symbol nomenklatura,
7846           etc.
7847
7848 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7849
7850         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7851
7852         * gst/law/alaw-decode.c:
7853         * gst/law/alaw-encode.c:
7854           Use static tables for A-Law decoding and encoding; this makes
7855           A-Law decoding and encoding less CPU-intensive, but increases
7856           the binary size a bit. Leaving old code around for now,
7857           selectable by a define in the code. Fixes #435435.
7858
7859 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7860
7861         * configure.ac:
7862         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7863         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7864         in configure.ac.
7865
7866 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7867
7868         Patch by: Jan Gerber <j at bootlab dot org>
7869
7870         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7871         Add fourccs for MPEG2 HDV streams. Fixes #479960.
7872
7873 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
7874
7875         * sys/oss/gstosshelper.c:
7876           Use GST_WARNING instead of a g_critical. This situation is not caused
7877           by the application.
7878
7879 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7880
7881         * po/LINGUAS:
7882         * po/nl.po:
7883           Updated translations.
7884
7885 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7886
7887         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7888
7889         * po/eu.po:
7890           Added Basque translation.
7891
7892 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7893
7894         translated by: Abel Cheung <abelcheung@gmail.com>
7895
7896         * po/zh_HK.po:
7897         * po/zh_TW.po:
7898           Added Chinese (traditional and Hong Kong) translation.
7899
7900 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7901
7902         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7903
7904         * po/pl.po:
7905           Added Polish translation.
7906
7907 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7908
7909         translated by: Ilkka Tuohela <hile@iki.fi>
7910
7911         * po/fi.po:
7912           Added Finnish translation.
7913
7914 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7915
7916         translated by: Jorge González González <aloriel@gmail.com>
7917
7918         * po/es.po:
7919           Added Spanish translation.
7920
7921 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7922
7923         translated by: Mogens Jaeger <mogens@jaeger.tf>
7924
7925         * po/da.po:
7926           Added Danish translation.
7927
7928 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7929
7930         translated by: Funda Wang <fundawang@linux.net.cn>
7931
7932         * po/zh_CN.po:
7933           Added Chinese (simplified) translation.
7934
7935 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7936
7937         translated by: Alexander Shopov <ash@contact.bg>
7938
7939         * po/bg.po:
7940           Added Bulgarian translation.
7941
7942 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7943
7944         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
7945         Set outgoing packet duration because we can. Fixes #478244 some more.
7946
7947 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7948
7949         * ext/cairo/gsttextoverlay.c:
7950           Add info about static leak.
7951         
7952         * tests/check/Makefile.am:
7953         * tests/check/generic/states.c:
7954           Improved state change unit test.
7955
7956 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7957
7958         * docs/plugins/.cvsignore:
7959         * tests/check/.cvsignore:
7960           Ignore registries in any format.
7961
7962 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7963
7964         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
7965         Removed some unused code.
7966
7967         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
7968         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
7969         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
7970         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
7971         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
7972         (gst_rtp_theora_pay_flush_packet):
7973         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
7974         Try to preserve the incomming buffer duration on the outgoing
7975         packets. Fixes #478244.
7976
7977 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7978
7979         * ext/taglib/gstapev2mux.cc:
7980         * ext/taglib/gstid3v2mux.cc:
7981           Work around compiler warnings with g++-4.2 when assigning a
7982           string constant to a gchar * (partially fixes #478092).
7983
7984 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7985
7986         * configure.ac:
7987           We require core CVS now for gst_base_src_set_do_timestamp().
7988
7989 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7990
7991         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
7992         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7993         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
7994         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7995         (gst_rtspsrc_handle_message):
7996         Fix compiler warnings shown with Forte.
7997
7998 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7999
8000         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
8001         (gst_rtspsrc_dup_printf):
8002         Give meaningfull error when all streams failed to configure for some
8003         reason.
8004
8005 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
8006
8007         * gst/rtp/README:
8008         Update README with the design for synchronisation rules of RTP on
8009         sender and receiver.
8010
8011 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
8012
8013         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
8014         (gst_wavparse_chain):
8015         Don't push EOS from the chain function, the element
8016         driving the pipeline is responsible for this. The bug
8017         this was meant to fix seems to be queue not forwarding
8018         EOS in all cases (see #476514).
8019
8020 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
8021
8022         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
8023         (gst_level_transform_ip):
8024         * gst/level/gstlevel.h:
8025         Use basetransform segment so that it is correctly managed on flushes and
8026         start/stop.
8027         Report message timestamp as stream time, which is what an application
8028         can understand.
8029
8030 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
8031
8032         * ext/taglib/gstapev2mux.cc:
8033         * ext/taglib/gstapev2mux.h:
8034         * ext/taglib/gsttaglibmux.c:
8035         * tests/check/elements/apev2mux.c:
8036         Update my mail address.
8037
8038 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
8039
8040         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
8041         (gst_wavparse_loop), (gst_wavparse_chain):
8042         Add EOS logic for the push-based mode too. Fixes #476514.
8043
8044 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
8045
8046         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
8047         * gst/law/alaw-encode.h:
8048         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
8049         (gst_mulawenc_chain):
8050         * gst/law/mulaw-encode.h:
8051         Fix law encoder timestamps.
8052
8053 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
8054
8055         * ext/gconf/gstgconfaudiosink.c:
8056           Fix warning when building without debug.
8057
8058         * sys/oss/gstossmixertrack.c:
8059           Use const like in alsamixertrack.c (fixes warnings).
8060
8061 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
8062
8063         * sys/v4l2/v4l2src_calls.c:
8064         (gst_v4l2src_probe_caps_for_format_and_size):
8065         Fix framerate detection code some more.
8066         Handle the case where there is a weird step in the stepwise framerates.
8067         Don't overwrite the min interval with the framerate, use a temp variable
8068         instead.
8069         Use max in the Continuous framerate intervals instead of step, which is
8070         1 according to the docs. Fixes #475424.
8071
8072 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
8073
8074         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
8075         Make udpsrc timestamp outgoing buffers based on when they were received.
8076         Also make it output a segment in time.
8077
8078 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
8079
8080         * gst/avi/gstavidemux.c:
8081           Plug a little leak. Little code cleanups.
8082
8083 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
8084
8085         * configure.ac:
8086           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
8087           flac versions, 's good for cross-compilation karma.
8088
8089 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
8090
8091         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
8092
8093         * gst/rtp/gstrtph263pay.c:
8094           Fix up header structure so that compilers don't add padding
8095           between the structure fields, since that would lead to us
8096           sending RTP packets with broken headers (as is currently the
8097           case when compiling with MSVC). Also see similar fixes in
8098           libgstrtp in gst-plugins-base. (#474616; #471194)
8099
8100 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
8101
8102         * sys/v4l2/v4l2src_calls.c:
8103         (gst_v4l2src_probe_caps_for_format_and_size):
8104         Don't overwrite our GValue with 0 but instead use the previously
8105         computed value. Fixes #471823 some more.
8106
8107 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
8108
8109         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8110           No tabs in this file please, or gtk-doc will end up documenting
8111           rather absurd class hierarchies.
8112
8113 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
8114
8115         * ext/gconf/gstswitchsink.c:
8116           If the new kid element fails to change state for some reason
8117           (e.g. esdsink not being able to connect to the sound server),
8118           forward the error message it posted on the bus instead of just
8119           posting a generic 'Internal state change error: please file a
8120           bug' error message. Fixes #471364.
8121
8122 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8123
8124         * gst/qtdemux/Makefile.am:
8125         * gst/qtdemux/qtdemux.c:
8126           Don't assume tags are encoded as UTF-8 (#473670).
8127
8128 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8129
8130         * sys/v4l2/gstv4l2src.c:
8131         * sys/v4l2/gstv4l2src.h:
8132         * sys/v4l2/v4l2src_calls.c:
8133           Implement LATENCY queries in the crudest way possible so I don't
8134           have to use sync=false any longer when testing with videosinks.
8135
8136 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8137
8138         * configure.ac:
8139           Fix build.
8140
8141 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8142
8143         * sys/v4l2/v4l2src_calls.c:
8144         (gst_v4l2src_probe_caps_for_format_and_size):
8145         Add some more debugging in the framerate function.
8146         Iterate stepwise framerate up to and _including_ the max and if nothing
8147         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
8148         don't end up with an empty list. Fixes #471823
8149
8150 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8151
8152         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8153         (gst_multiudpsink_set_clients_string),
8154         (gst_multiudpsink_get_clients_string),
8155         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
8156         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
8157         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
8158         (gst_multiudpsink_clear):
8159         Add property do configure destination address/port pairs
8160         API:GstMultiUDPSink::clients
8161
8162 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8163
8164         * tests/examples/Makefile.am:
8165         * tests/examples/rtp/Makefile.am:
8166         * tests/examples/rtp/client-H263p-AMR.sh:
8167         * tests/examples/rtp/client-H263p-PCMA.sdp:
8168         * tests/examples/rtp/client-H263p-PCMA.sh:
8169         * tests/examples/rtp/client-H264-PCMA.sdp:
8170         * tests/examples/rtp/client-H264-PCMA.sh:
8171         * tests/examples/rtp/client-PCMA.sh:
8172         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
8173         * tests/examples/rtp/server-alsasrc-PCMA.sh:
8174         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
8175         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
8176         Added some RTP example scripts for sending and receiving RTP streams.
8177
8178 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8179
8180         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
8181         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
8182         Restructure the setcaps function so that we can also compute the
8183         expected GStreamer output size of the video frames.
8184         Set frame_byte_size correctly so that read-based devices have a chance
8185         of working correctly.
8186         When grabbing a frame, discard frames that are not of the expected size.
8187         Some cameras don't output the right framesize for the first buffer.
8188         Try only a couple of times to get a valid frame, else error out.
8189
8190         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
8191         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
8192         Add some more debug info when scanning the device.
8193
8194         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
8195         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
8196         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
8197         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
8198         Add some more debug info when dequeing a frame.
8199
8200 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8201
8202         * gst/wavparse/gstwavparse.c:
8203           More code cleanups. Add some more comment and improve debugs logs.
8204
8205 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8206
8207         * gst/wavparse/gstwavparse.c:
8208         * gst/wavparse/gstwavparse.h:
8209           Implement seek-query. Refactor duration calculations. Appropriate use
8210           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
8211           out of loops.
8212
8213 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
8214
8215         * gst/avi/gstavidemux.c:
8216           Implement seek-query.
8217
8218 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
8219
8220         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
8221         (gst_rtspsrc_dup_printf):
8222         Use new basesink async property to make sparse RTCP packet not wait for
8223         preroll.
8224
8225 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
8226
8227         * gst/audiofx/Makefile.am:
8228         Dist the right file.
8229
8230 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
8231
8232         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
8233         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
8234         Make sure we generate and parse floating point values in the POSIX
8235         locale instead of the current locale. 
8236
8237 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
8238
8239         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
8240         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8241         (gst_rtspsrc_play):
8242         * gst/rtsp/gstrtspsrc.h:
8243         Fix method detection again.
8244         Keep track of when we must send a Range header.
8245         Use segment values for Range, Speed and Scale headers.
8246         Parse Speed and Scale headers to update the segment values.
8247
8248 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
8249
8250         patch by: Mark Nauwelaerts <manauw@skynet.be>
8251
8252         * sys/v4l2/v4l2src_calls.c:
8253           Handle optional v4l2 ioctls gracefully.
8254
8255 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
8256
8257         * gst/rtp/Makefile.am:
8258         * gst/rtp/gstrtp.c: (plugin_init):
8259         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
8260         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
8261         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
8262         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
8263         (gst_rtp_h263_depay_get_property),
8264         (gst_rtp_h263_depay_change_state),
8265         (gst_rtp_h263_depay_plugin_init):
8266         * gst/rtp/gstrtph263depay.h:
8267         Added an H263 depayloader. Fixes #369392.
8268
8269         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
8270         (gst_rtp_h263p_depay_process):
8271         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8272         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
8273         Make the H263+ pay/depayloader support H263-1998 and H263-2000
8274         payloads.
8275         Also alow plain H263 on the h263p payloaders. Fixes #465040.
8276
8277 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8278
8279         * gst/audiofx/audiochebyshevfreqband.c:
8280         * gst/audiofx/audiochebyshevfreqlimit.c:
8281         Add small comparision with the windowed sinc filters in the docs.
8282
8283 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8284
8285         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
8286         (audiochebyshevfreqband_suite):
8287         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
8288         (audiochebyshevfreqlimit_suite):
8289         Also test 32 bit float mode and the type 2 variants of the filters.
8290
8291 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
8292
8293         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
8294         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8295         (gst_rtspsrc_loop):
8296         Refactor the udp and interleaved loop function a bit.
8297
8298 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8299
8300         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8301         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
8302         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
8303         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8304         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8305         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
8306         * gst/rtsp/gstrtspsrc.h:
8307         Protect connection activity with a new lock, avoids deadlocks when going
8308         to PAUSED. Fixes #455808.
8309
8310 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8311
8312         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
8313         Fix debug statement.
8314
8315 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8316
8317         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
8318         Fix stray %u in debug line as spotted by Saur on IRC.
8319
8320 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
8321
8322         * gst/audiofx/audiochebyshevfreqband.c:
8323         (gst_audio_chebyshev_freq_band_class_init):
8324         * gst/audiofx/audiochebyshevfreqlimit.c:
8325         (gst_audio_chebyshev_freq_limit_class_init):
8326         Use generator macros for the process functions for the different
8327         sample types, add lower upper boundaries for the GObject properties
8328         so automatically generated UIs can use sliders and add a note about
8329         the number of poles as a too high number of poles combined with
8330         very low or very high frequencies will produce only noise.
8331         * docs/plugins/gst-plugins-good-plugins.args:
8332         Regenerated for the property changes.
8333
8334 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8335
8336         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
8337         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
8338         (gst_rtspsrc_stream_configure_udp_sink),
8339         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
8340         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8341         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8342         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
8343         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
8344         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8345         * gst/rtsp/gstrtspsrc.h:
8346         Improve timeout handling.
8347         Use the same socket for sending and receiving RTCP packets so that some
8348         servers can track clients better.
8349         Improve connection closed handling. Try to reconnect.
8350         Don't overwrite our content base with NULL.
8351         Improve debugging.
8352         Improve range parsing and handling.
8353         Remove flushing hack now that core does the right thing.
8354
8355 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8356
8357         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8358         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
8359         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
8360         (gst_multiudpsink_close), (gst_multiudpsink_add):
8361         * gst/udp/gstmultiudpsink.h:
8362         Add support for getting and setting the socket to use.
8363
8364         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8365         (gst_udpsrc_create), (gst_udpsrc_get_property):
8366         Add support for getting the currently used socket.
8367
8368 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
8369
8370         reviewed by: Stefan Kost  <ensonic@users.sf.net>
8371
8372         * gst/audiofx/Makefile.am:
8373         * gst/audiofx/audiochebyshevfreqband.c:
8374         (gst_audio_chebyshev_freq_band_mode_get_type),
8375         (gst_audio_chebyshev_freq_band_base_init),
8376         (gst_audio_chebyshev_freq_band_dispose),
8377         (gst_audio_chebyshev_freq_band_class_init),
8378         (gst_audio_chebyshev_freq_band_init),
8379         (generate_biquad_coefficients), (calculate_gain),
8380         (generate_coefficients),
8381         (gst_audio_chebyshev_freq_band_set_property),
8382         (gst_audio_chebyshev_freq_band_get_property),
8383         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
8384         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
8385         (gst_audio_chebyshev_freq_band_start):
8386         * gst/audiofx/audiochebyshevfreqband.h:
8387         * gst/audiofx/audiochebyshevfreqlimit.c:
8388         (gst_audio_chebyshev_freq_limit_mode_get_type),
8389         (gst_audio_chebyshev_freq_limit_base_init),
8390         (gst_audio_chebyshev_freq_limit_dispose),
8391         (gst_audio_chebyshev_freq_limit_class_init),
8392         (gst_audio_chebyshev_freq_limit_init),
8393         (generate_biquad_coefficients), (calculate_gain),
8394         (generate_coefficients),
8395         (gst_audio_chebyshev_freq_limit_set_property),
8396         (gst_audio_chebyshev_freq_limit_get_property),
8397         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
8398         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
8399         (gst_audio_chebyshev_freq_limit_start):
8400         * gst/audiofx/audiochebyshevfreqlimit.h:
8401         * gst/audiofx/audiofx.c: (plugin_init):
8402         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
8403         Fixes #464800.
8404
8405         * tests/check/Makefile.am:
8406         * tests/check/elements/.cvsignore:
8407         * tests/check/elements/audiochebyshevfreqband.c:
8408         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
8409         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
8410         * tests/check/elements/audiochebyshevfreqlimit.c:
8411         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
8412         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
8413         Add unit tests for the chebyshev filters.
8414
8415         * docs/plugins/Makefile.am:
8416         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8417         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8418         * docs/plugins/gst-plugins-good-plugins.args:
8419         * docs/plugins/inspect/plugin-1394.xml:
8420         * docs/plugins/inspect/plugin-audiofx.xml:
8421         * docs/plugins/inspect/plugin-dv.xml:
8422         * docs/plugins/inspect/plugin-flac.xml:
8423         * docs/plugins/inspect/plugin-jpeg.xml:
8424         * docs/plugins/inspect/plugin-png.xml:
8425         * docs/plugins/inspect/plugin-rtp.xml:
8426         * docs/plugins/inspect/plugin-shout2send.xml:
8427         * docs/plugins/inspect/plugin-wavpack.xml:
8428         And add docs for the chebyshev filters. While doing
8429         that also run make update in docs/plugins.
8430
8431 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8432
8433         * ext/annodex/gstcmmltag.c:
8434         * gst/rtp/gstrtpvorbispay.c:
8435           Make ro memory to share.
8436
8437 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8438
8439         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8440         Improve UDP performance by avoiding a select() when we have data
8441         available immediatly.
8442
8443 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8444
8445         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
8446         (gst_rtp_dec_class_init):
8447         * gst/rtsp/gstrtpdec.h:
8448         Add (dummy) SSRC management signals.
8449
8450         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8451         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8452         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
8453         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
8454         (on_timeout), (gst_rtspsrc_stream_configure_manager),
8455         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
8456         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
8457         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8458         * gst/rtsp/gstrtspsrc.h:
8459         Add connection-speed property.
8460         Add find_stream helper functions.
8461         Handle stream EOS based on BYE messages or SSRC timeout.
8462         Returns SUCCESS from the state change function as we hide our async
8463         elements from the parent.
8464
8465 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8466
8467         * gst/debug/rndbuffersize.c:
8468           Fix da leak.
8469
8470 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
8471
8472         * gst/debug/Makefile.am:
8473         * gst/debug/breakmydata.c:
8474         * gst/debug/gstdebug.c:
8475         * gst/debug/negotiation.c:
8476         * gst/debug/progressreport.c:
8477         * gst/debug/rndbuffersize.c:
8478         * gst/debug/testplugin.c:
8479           Add new test element and clean-up the others a little.
8480
8481 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
8482
8483         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8484         Fix parsing of mp4a version 0 atoms. Fixes #465774.
8485
8486 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
8487
8488         * gst/rtp/gstrtpilbcdepay.c:
8489           Include stdlib.
8490
8491 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
8492
8493         * gst/rtp/gstrtpmpvdepay.c:
8494         Set the mpegversion in the caps so that autoplugging does not get
8495         confused.
8496
8497 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8498
8499         * po/hu.po:
8500         * po/uk.po:
8501         * po/vi.po:
8502           Updated translations.
8503
8504 2007-08-08  Michael Smith <msmith@fluendo.com>
8505
8506         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8507           Render right border in the correct location.
8508
8509 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
8510
8511         Patch by: Olivier Crete <tester at tester dot ca>
8512
8513         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
8514         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8515         Make mode property a string. Fixes #464475.
8516
8517 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8518
8519         * ext/flac/gstflacenc.c:
8520           Widen caps to match decoder a bit and add more FIXMEs.
8521
8522 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8523
8524         patch by: Mark Nauwelaerts <manauw@skynet.be>
8525
8526         * gst/avi/gstavimux.c:
8527           Fix ODML index tag numbering. Fixes #463624.
8528
8529 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
8530
8531         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
8532         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8533         (gst_rtspsrc_stream_configure_tcp),
8534         (gst_rtspsrc_stream_configure_udp_sink):
8535         Fix default clock-rate for realmedia.
8536         Fix parsing of transport.
8537         Don't try to link NULL pads.
8538
8539 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
8540
8541         * po/POTFILES.skip:
8542           Add POTFILES.skip with list of source files that aren't disted at the
8543           moment but contain translatable strings. Should hopefully pacify
8544           broken tools and make it clearer that these files are left out
8545           intentionally (#461600).
8546
8547 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
8548
8549         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
8550         If the buffer was entirely clipped ... don't try sending it :)
8551
8552 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8553
8554         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
8555         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
8556         (gst_rtspsrc_create_transports_string),
8557         (gst_rtspsrc_prepare_transports):
8558         If we don't hav a session manager, set the caps on outgoing buffers
8559         ourselves.
8560         Force PAUSE/PLAY methods for now until the extensions can overwrite.
8561         Append final bit of the transport string even when it does not contain a
8562         placeholder.
8563
8564 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8565
8566         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
8567         (gst_rtsp_ext_list_connect):
8568         * gst/rtsp/gstrtspext.h:
8569         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8570         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
8571         Clean up the interface list.
8572         Allow connecting to interface signals for the extensions.
8573         Remove old extension code.
8574         Free list on cleanup.
8575         Allow extensions to send additional RTSP messages.
8576
8577 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8578
8579         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
8580         Handle a NULL gconf key gracefully by rendering the default element.
8581
8582 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8583
8584         * gst/rtsp/gstrtspext.h:
8585         Fix include path for extension interface.
8586
8587 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8588
8589         * gst/audiofx/audioamplify.h:
8590         Also remove a now unecessary variable here.
8591
8592 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8593
8594         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
8595         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
8596         * gst/audiofx/audiodynamic.c:
8597         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
8598         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
8599         * gst/audiofx/audiodynamic.h:
8600         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
8601         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
8602         * gst/audiofx/audioinvert.h:
8603         Don't save format information ourselves, this is already saved in
8604         GstAudioFilter.
8605
8606 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8607
8608         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8609         (gst_rtsp_ext_list_stream_select):
8610         * gst/rtsp/gstrtspext.h:
8611         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8612         Use rank to filter out extensions.
8613         Add url to stream_select interface call.
8614
8615 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8616
8617         * gst/rtsp/Makefile.am:
8618         * gst/rtsp/base64.c:
8619         * gst/rtsp/base64.h:
8620         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8621         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
8622         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
8623         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
8624         (gst_rtsp_ext_list_setup_media),
8625         (gst_rtsp_ext_list_configure_stream),
8626         (gst_rtsp_ext_list_get_transports),
8627         (gst_rtsp_ext_list_stream_select):
8628         * gst/rtsp/gstrtspext.h:
8629         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
8630         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
8631         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
8632         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8633         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
8634         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
8635         (gst_rtspsrc_stream_configure_tcp),
8636         (gst_rtspsrc_stream_configure_mcast),
8637         (gst_rtspsrc_stream_configure_udp),
8638         (gst_rtspsrc_stream_configure_udp_sink),
8639         (gst_rtspsrc_stream_configure_transport),
8640         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8641         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8642         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
8643         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
8644         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8645         (gst_rtspsrc_parse_methods),
8646         (gst_rtspsrc_create_transports_string),
8647         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
8648         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
8649         (gst_rtspsrc_play), (gst_rtspsrc_pause),
8650         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
8651         * gst/rtsp/gstrtspsrc.h:
8652         * gst/rtsp/rtsp.h:
8653         * gst/rtsp/rtspconnection.c:
8654         * gst/rtsp/rtspconnection.h:
8655         * gst/rtsp/rtspdefs.c:
8656         * gst/rtsp/rtspdefs.h:
8657         * gst/rtsp/rtspext.h:
8658         * gst/rtsp/rtspextwms.c:
8659         * gst/rtsp/rtspextwms.h:
8660         * gst/rtsp/rtspmessage.c:
8661         * gst/rtsp/rtspmessage.h:
8662         * gst/rtsp/rtsprange.c:
8663         * gst/rtsp/rtsprange.h:
8664         * gst/rtsp/rtsptransport.c:
8665         * gst/rtsp/rtsptransport.h:
8666         * gst/rtsp/rtspurl.c:
8667         * gst/rtsp/rtspurl.h:
8668         * gst/rtsp/sdp.h:
8669         * gst/rtsp/sdpmessage.c:
8670         * gst/rtsp/sdpmessage.h:
8671         * gst/rtsp/test.c:
8672         Use shiny new RTSP and SDP library.
8673         Implement RTSP extensions using the new interface.
8674         Remove a lot of old code.
8675
8676 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
8677
8678         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8679         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
8680
8681 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8682
8683         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8684         Don't unref the outgoing buffer twice when dropping it because it's
8685         outside of the segment.
8686
8687 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8688
8689         * configure.ac:
8690         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8691         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
8692         Use the new buffer clipping function from gstaudio here and
8693         require gst-plugins-base CVS.
8694         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8695         For framed Wavpack buffers we require a valid timestamp.
8696
8697 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8698
8699         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
8700         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
8701         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8702         Clip raw audio and video when we can, keep track of current output
8703         segment.
8704         Don't leak buffers and events when there is no output pad.
8705         Improve debugging here and there.
8706
8707 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8708
8709         * configure.ac:
8710           Sync liboil check with plugins-base.
8711
8712 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8713
8714         * ext/annodex/Makefile.am:
8715           Fix CFLAGS/LIBS.
8716
8717         * ext/cdio/gstcdiocddasrc.c:
8718         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8719           Include stdlib
8720
8721         * ext/cairo/Makefile.am:
8722         * gst/videofilter/Makefile.am:
8723         * tests/examples/level/Makefile.am:
8724           Use $(LIBM) instead of -lm
8725
8726 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8727
8728         * sys/v4l2/gstv4l2src.c:
8729           Add another example pipeline.
8730
8731 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8732
8733         Patch by: Alexander Eichner <alexeichi@yahoo.de>
8734
8735         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8736           Use define here.
8737
8738         * sys/v4l2/gstv4l2tuner.c:
8739         (gst_v4l2_tuner_set_frequency_and_notify):
8740           Don't touch the property - its still disabled.
8741
8742         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8743         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8744         * sys/v4l2/v4l2src_calls.h:
8745           Improve fallback format negotionation. Fixes #451388
8746
8747 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8748
8749         * tests/check/elements/videocrop.c: (GST_START_TEST):
8750           Fix the test.
8751
8752 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8753
8754         * docs/plugins/Makefile.am:
8755         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8756         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8757         * docs/plugins/inspect/plugin-jpeg.xml:
8758         * docs/plugins/inspect/plugin-png.xml:
8759         * ext/jpeg/gstjpegdec.c:
8760         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8761         (gst_pngdec_sink_setcaps):
8762           More docs. More logs in pngdec.
8763
8764 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
8765
8766         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8767           Initialize num_buffers with minimum value.
8768
8769         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8770         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8771           Handle frame-size query failure gracefully.
8772
8773 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8774
8775         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8776         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8777         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8778         of qt/aac files.
8779
8780 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
8781
8782         * ext/wavpack/gstwavpackdec.c:
8783         (gst_wavpack_dec_clip_outgoing_buffer):
8784         Fix buffer clipping to correctly clip to the segment stop.
8785
8786 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8787
8788         * configure.ac:
8789         * tests/Makefile.am:
8790         Remove bogus check for libcheck, since we check for
8791         gstreamer-check and it pulls in the required info from there,
8792         and we weren't actually _using_ the information for libcheck
8793         ourselves anyway.
8794
8795 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8796
8797         * configure.ac:
8798           Use pkg-config to locate check.
8799
8800 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8801
8802         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8803         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8804         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8805         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8806         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8807         * gst/effectv/gstaging.c: (gst_agingtv_transform):
8808         * gst/effectv/gstdice.c: (gst_dicetv_transform):
8809         * gst/effectv/gstedge.c: (gst_edgetv_transform):
8810         * gst/effectv/gstquark.c: (gst_quarktv_transform):
8811         * gst/effectv/gstrev.c: (gst_revtv_transform):
8812         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8813         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8814         * gst/effectv/gstwarp.c: (gst_warptv_transform):
8815         * gst/matroska/matroska-demux.c:
8816         (gst_matroska_demux_add_wvpk_header),
8817         (gst_matroska_demux_check_subtitle_buffer),
8818         (gst_matroska_decode_buffer):
8819         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
8820           Fix build against core CVS.
8821
8822 2007-07-10  Edward Hervey  <bilboed@gmail.com>
8823
8824         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8825         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
8826         don't have enough granularity to convert that boolean into a
8827         GstFlowReturn.
8828
8829 2007-07-06  Michael Smith <msmith@fluendo.com>
8830
8831         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
8832         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
8833         (gst_alawdec_change_state):
8834         * gst/law/alaw-decode.h:
8835         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
8836         (gst_mulawdec_class_init), (gst_mulawdec_init),
8837         (gst_mulawdec_chain), (gst_mulawdec_change_state):
8838         * gst/law/mulaw-decode.h:
8839           Fix capsnego bogosity in *law decoders. 
8840
8841 2007-07-06  Michael Smith <msmith@fluendo.com>
8842
8843         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
8844         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
8845         (gst_smokeenc_change_state):
8846         * ext/jpeg/gstsmokeenc.h:
8847           Remove stupidity in get/set caps functions.
8848           Fix some refcounting problems.
8849
8850 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8851
8852         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8853         Remove endianness-flipping hack that seems to have been required
8854         only because of a bug in ffmpegcolorspace.
8855         Partially Fixes: #451908
8856
8857 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8858
8859         * docs/plugins/Makefile.am:
8860           Simplify --extra-dir as gtkdoc scans recursively.
8861
8862 2007-07-03  Wim Taymans  <wim@fluendo.com>
8863
8864         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8865
8866         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8867         Set the encoding-name in the rtp caps to all uppercase, as required by
8868         the caps spec.
8869         Some small cleanups in the error paths. Fixes #453037.
8870
8871 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8872
8873         * ext/wavpack/gstwavpackparse.c:
8874         (gst_wavpack_parse_index_get_last_entry),
8875         (gst_wavpack_parse_index_get_entry_from_sample),
8876         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8877         (gst_wavpack_parse_scan_to_find_sample):
8878         * ext/wavpack/gstwavpackparse.h:
8879         Use a GSList for the GArray that is used like a list anyway.
8880
8881 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8882
8883         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8884         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8885         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8886           Add state change function where we set 0/1 as default framerate in
8887           case our setcaps function isn't called, like it might not in a
8888           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8889           gdkpixbufdec trying to create caps with a 0/0 framerate.
8890           Also post an error message on the bus if gst_pad_push() fails when
8891           called from our sink event handler (+1 for flow returns for event
8892           functions in 0.11) instead of failing silently.
8893
8894 2007-06-27  Wim Taymans  <wim@fluendo.com>
8895
8896         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8897         Cast stack args to the proper types. Fixes #451249.
8898
8899 2007-06-27  Wim Taymans  <wim@fluendo.com>
8900
8901         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8902         (new_session_pad), (gst_rtspsrc_setup_streams):
8903         * gst/rtsp/gstrtspsrc.h:
8904         For container formats we only need to activate one of the streams so
8905         that we correctly signal no-more-pads. Fixes #451015.
8906
8907 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8908
8909         * docs/plugins/gst-plugins-good-plugins.args:
8910         * docs/plugins/inspect/plugin-aasink.xml:
8911         * docs/plugins/inspect/plugin-alaw.xml:
8912         * docs/plugins/inspect/plugin-alpha.xml:
8913         * docs/plugins/inspect/plugin-alphacolor.xml:
8914         * docs/plugins/inspect/plugin-annodex.xml:
8915         * docs/plugins/inspect/plugin-apetag.xml:
8916         * docs/plugins/inspect/plugin-audiofx.xml:
8917         * docs/plugins/inspect/plugin-auparse.xml:
8918         * docs/plugins/inspect/plugin-autodetect.xml:
8919         * docs/plugins/inspect/plugin-avi.xml:
8920         * docs/plugins/inspect/plugin-cacasink.xml:
8921         * docs/plugins/inspect/plugin-cairo.xml:
8922         * docs/plugins/inspect/plugin-cdio.xml:
8923         * docs/plugins/inspect/plugin-cutter.xml:
8924         * docs/plugins/inspect/plugin-debug.xml:
8925         * docs/plugins/inspect/plugin-efence.xml:
8926         * docs/plugins/inspect/plugin-effectv.xml:
8927         * docs/plugins/inspect/plugin-esdsink.xml:
8928         * docs/plugins/inspect/plugin-flac.xml:
8929         * docs/plugins/inspect/plugin-flxdec.xml:
8930         * docs/plugins/inspect/plugin-gconfelements.xml:
8931         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8932         * docs/plugins/inspect/plugin-goom.xml:
8933         * docs/plugins/inspect/plugin-halelements.xml:
8934         * docs/plugins/inspect/plugin-icydemux.xml:
8935         * docs/plugins/inspect/plugin-id3demux.xml:
8936         * docs/plugins/inspect/plugin-jpeg.xml:
8937         * docs/plugins/inspect/plugin-ladspa.xml:
8938         * docs/plugins/inspect/plugin-level.xml:
8939         * docs/plugins/inspect/plugin-matroska.xml:
8940         * docs/plugins/inspect/plugin-mulaw.xml:
8941         * docs/plugins/inspect/plugin-multipart.xml:
8942         * docs/plugins/inspect/plugin-navigationtest.xml:
8943         * docs/plugins/inspect/plugin-ossaudio.xml:
8944         * docs/plugins/inspect/plugin-png.xml:
8945         * docs/plugins/inspect/plugin-quicktime.xml:
8946         * docs/plugins/inspect/plugin-rtp.xml:
8947         * docs/plugins/inspect/plugin-rtsp.xml:
8948         * docs/plugins/inspect/plugin-smpte.xml:
8949         * docs/plugins/inspect/plugin-speex.xml:
8950         * docs/plugins/inspect/plugin-taglib.xml:
8951         * docs/plugins/inspect/plugin-udp.xml:
8952         * docs/plugins/inspect/plugin-videobalance.xml:
8953         * docs/plugins/inspect/plugin-videobox.xml:
8954         * docs/plugins/inspect/plugin-videocrop.xml:
8955         * docs/plugins/inspect/plugin-videoflip.xml:
8956         * docs/plugins/inspect/plugin-videomixer.xml:
8957         * docs/plugins/inspect/plugin-wavenc.xml:
8958         * docs/plugins/inspect/plugin-wavparse.xml:
8959         * docs/plugins/inspect/plugin-ximagesrc.xml:
8960           Update docs with caps info.
8961
8962 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8963
8964         * po/POTFILES.in:
8965           Add more files with translatable strings (#450878).
8966
8967 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8968
8969         * MAINTAINERS:
8970         Updating all the maintainers files
8971
8972 2007-06-22  Edward Hervey  <edward@fluendo.com>
8973
8974         * ext/flac/gstflactag.c: (gst_flac_tag_init):
8975         * gst/interleave/deinterleave.c: (deinterleave_init),
8976         (deinterleave_sink_link):
8977         * gst/interleave/interleave.c: (interleave_init):
8978         * gst/median/gstmedian.c: (gst_median_init):
8979         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
8980         Fix memory leaks.
8981         * tests/check/elements/id3demux.c: (pad_added_cb):
8982         Remove unused variable.
8983
8984 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
8985
8986         * ext/gconf/gconf.h:
8987         Make the prototype of gst_gconf_get_key_for_sink_profile
8988         match the implementation.
8989         Patch by: Damien Carbery <damien dot carbery at sun dot com>
8990         Fixes: #449747
8991
8992 2007-06-20  Michael Smith <msmith@fluendo.com>
8993
8994         * gst/rtp/gstrtpdepay.c:
8995           Fix description - rtpdepay is not a payloader.
8996
8997 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
8998
8999         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
9000         (qtdemux_video_caps):
9001         * gst/qtdemux/qtdemux_fourcc.h:
9002           Add MJPG to the variants of motion jpeg.
9003
9004 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
9005
9006         * tests/check/Makefile.am:
9007         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
9008         * tests/check/elements/videocrop.c: (GST_START_TEST):
9009         * tests/check/elements/videofilter.c:
9010         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
9011         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
9012           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
9013           error flags are included and it errors out on compiler warnings
9014           for CVS builds; remove unused variables in various unit tests.
9015
9016 2007-06-19  Wim Taymans  <wim@fluendo.com>
9017
9018         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9019         (rtsp_connection_close), (rtsp_connection_free):
9020         Use threadsafe inet_ntop to convert an ip number to a string. 
9021         Fixes #447961.
9022         Don't leak fd (and ip) when freeing a connection without first closing
9023         it.
9024
9025 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
9026
9027         * configure.ac:
9028         Back to CVS
9029
9030         * gst-plugins-good.doap:
9031         Add 0.10.6 to the doap file.
9032
9033 === release 0.10.6 ===
9034
9035 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
9036
9037         * configure.ac:
9038           releasing 0.10.6, "Wobble Board"
9039
9040 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9041
9042         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9043         (rtsp_connection_free):
9044           Revert previous commit again, since we are frozen (sorry).
9045
9046 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9047
9048         Patch by: Peter Kjellerstedt <pkj at axis com>
9049
9050         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9051         (rtsp_connection_free):
9052           inet_ntoa() uses a static buffer internally, so we need to copy the
9053           returned string if we want to store it for later (#447961).
9054
9055 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
9056
9057         * win32/vs6/autogen.dsp:
9058         * win32/vs6/gst_plugins_good.dsw:
9059         * win32/vs6/libgstalaw.dsp:
9060         * win32/vs6/libgstalpha.dsp:
9061         * win32/vs6/libgstalphacolor.dsp:
9062         * win32/vs6/libgstapetag.dsp:
9063         * win32/vs6/libgstaudiofx.dsp:
9064         * win32/vs6/libgstauparse.dsp:
9065         * win32/vs6/libgstautodetect.dsp:
9066         * win32/vs6/libgstavi.dsp:
9067         * win32/vs6/libgstcutter.dsp:
9068         * win32/vs6/libgstdirectdraw.dsp:
9069         * win32/vs6/libgstdirectsound.dsp:
9070         * win32/vs6/libgsteffectv.dsp:
9071         * win32/vs6/libgstflx.dsp:
9072         * win32/vs6/libgstgoom.dsp:
9073         * win32/vs6/libgsticydemux.dsp:
9074         * win32/vs6/libgstid3demux.dsp:
9075         * win32/vs6/libgstinterleave.dsp:
9076         * win32/vs6/libgstjpeg.dsp:
9077         * win32/vs6/libgstlevel.dsp:
9078         * win32/vs6/libgstmatroska.dsp:
9079         * win32/vs6/libgstmedian.dsp:
9080         * win32/vs6/libgstmonoscope.dsp:
9081         * win32/vs6/libgstmulaw.dsp:
9082         * win32/vs6/libgstmultipart.dsp:
9083         * win32/vs6/libgstqtdemux.dsp:
9084         * win32/vs6/libgstrtp.dsp:
9085         * win32/vs6/libgstrtsp.dsp:
9086         * win32/vs6/libgstsmpte.dsp:
9087         * win32/vs6/libgstspeex.dsp:
9088         * win32/vs6/libgstudp.dsp:
9089         * win32/vs6/libgstvideobalance.dsp:
9090         * win32/vs6/libgstvideobox.dsp:
9091         * win32/vs6/libgstvideocrop.dsp:
9092         * win32/vs6/libgstvideoflip.dsp:
9093         * win32/vs6/libgstvideomixer.dsp:
9094         * win32/vs6/libgstwaveform.dsp:
9095         * win32/vs6/libgstwavenc.dsp:
9096         * win32/vs6/libgstwavparse.dsp:
9097         Mark *.dsp & *.dsw as binary files and convert to DOS line
9098         endings, as they don't load into VS6 correctly otherwise.
9099
9100 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
9101
9102         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9103         (rtsp_connection_connect):
9104         Fix the MingW build. 
9105         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
9106         Fixes: #446981
9107
9108 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
9109
9110         * tests/check/elements/.cvsignore:
9111         * tests/icles/.cvsignore:
9112         Hush the buildbots up
9113
9114 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
9115
9116         * configure.ac:
9117         * sys/Makefile.am:
9118         * sys/directdraw/Makefile.am:
9119         * sys/directsound/Makefile.am:
9120         * sys/waveform/Makefile.am:
9121         Make sure to dist everything needed for win32 builds.
9122
9123 2007-06-14  Edward Hervey  <edward@fluendo.com>
9124
9125         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
9126         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
9127         caps.
9128         Fixes #447458
9129
9130 2007-06-13  Wim Taymans  <wim@fluendo.com>
9131
9132         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
9133         Make sure we allocate enough memory for the codec_data.
9134         Fixes #447210.
9135
9136 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
9137
9138         * win32/MANIFEST:
9139         Add videocrop project file to the win32 manifest.
9140         * win32/vs6/gst_plugins_good.dsw:
9141         Add qtdemux,videocrop and waveform projects to the workspace.
9142         * win32/vs6/libgstqtdemux.dsp:
9143         Add zlib to the link list of qtdemux.
9144         * win32/vs6/libgstvideocrop.dsp:
9145         Add a project file for videocrop.
9146
9147 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9148
9149         * po/POTFILES.in:
9150         Add qtdemux for translation
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/inspect/plugin-videocrop.xml:
9159         * gst-plugins-good.spec.in:
9160         * sys/Makefile.am:
9161         * tests/check/Makefile.am:
9162         * tests/icles/Makefile.am:
9163         * tests/icles/videocrop-test.c:
9164         Move videocrop and osxvideo from -bad.
9165
9166 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9167
9168         * configure.ac:
9169         * docs/plugins/Makefile.am:
9170         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9171         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9172         * docs/plugins/gst-plugins-good-plugins.args:
9173         * docs/plugins/inspect/plugin-qtdemux.xml:
9174         * docs/plugins/inspect/plugin-quicktime.xml:
9175         * win32/MANIFEST:
9176         Move qtdemux from -bad.
9177
9178         * gst-plugins-good.spec.in:
9179         Update spec file to reflect moving of qtdemux and wavpack
9180
9181 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9182         
9183         * win32/MANIFEST:
9184         * docs/plugins/Makefile.am:
9185         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9186         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9187         * docs/plugins/inspect/plugin-directdraw.xml:
9188         * docs/plugins/inspect/plugin-directsound.xml:
9189         * docs/plugins/inspect/plugin-waveform.xml:
9190         Move the waveform plugin from -bad too. Update the inspect xml
9191         files to mention Plugins Good instead of Plugins Bad.
9192
9193 2007-06-12  Andy Wingo  <wingo@pobox.com>
9194
9195         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
9196         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
9197         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
9198         finalization and resuscitation. No longer public.
9199         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
9200         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
9201         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
9202         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
9203         miniobject semantics, and be threadsafe.
9204         (gst_v4l2src_queue_frame): Remove this function, as we just call
9205         the ioctls directly in the two places where we queue buffers.
9206         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
9207         directly.
9208         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
9209         to allocate the pool, which also preallocates the GstBuffers.
9210         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
9211         queueing the frames directly.
9212         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
9213         mmap buffers have been dequeued.
9214
9215         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
9216         real MiniObject instead of rolling our own refcounting and
9217         finalizing. Give it a lock.
9218         (struct _GstV4l2Buffer): Remove one intermediary object, having
9219         the buffers hold the struct v4l2_buffer directly.
9220
9221         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
9222         capture_init so that it can set them on the buffers that it will
9223         create.
9224         (gst_v4l2src_get_read): For better or for worse, include the
9225         timestamping and offsetting code here; really we should be using
9226         bufferalloc though.
9227         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
9228         preallocated, mmap'd buffers.
9229
9230 2007-06-11  Wim Taymans  <wim@fluendo.com>
9231
9232         Patch by: daniel fischer <dan at f3c dot com>
9233
9234         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
9235         (gst_ximage_src_get_caps):
9236         Actually use the display_name property so that we can dump any
9237         available X display. Fixes #445905.
9238
9239 2007-06-11  Wim Taymans  <wim@fluendo.com>
9240
9241         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9242
9243         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
9244         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
9245         Add missing rate fields to caps. Fixes #441118.
9246
9247 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
9248
9249         * win32/vs6/gst_plugins_good.dsw:
9250         * win32/vs8/gst-plugins-good.sln:
9251         Add DirectSound and DirectDraw sinks project files to
9252         workspace and solution files.
9253
9254 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
9255
9256         Patch by: Josh Coalson <xflac at yahoo dot com>,
9257         updated by Alexis Ballier <aballier at gentoo dot org>:
9258
9259         * configure.ac:
9260         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
9261         (gst_flac_dec_setup_seekable_decoder),
9262         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
9263         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
9264         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
9265         * ext/flac/gstflacdec.h:
9266         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9267         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
9268         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
9269         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
9270         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
9271         (gst_flac_enc_chain), (gst_flac_enc_set_property),
9272         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
9273         * ext/flac/gstflacenc.h:
9274         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
9275         
9276 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9277
9278         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
9279         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
9280         not necessary anymore as we need at least that core version. 
9281
9282 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9283
9284         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
9285         (gst_wavpack_dec_chain):
9286         * ext/wavpack/gstwavpackdec.h:
9287         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
9288         (gst_wavpack_parse_push_buffer):
9289         * ext/wavpack/gstwavpackparse.h:
9290         Improve discont handling by checking if the next Wavpack block has
9291         the expected, following block index.
9292
9293 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9294
9295         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
9296           Fix element description.
9297
9298 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9299
9300         * configure.ac:
9301         * docs/plugins/Makefile.am:
9302         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9303         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9304         * docs/plugins/gst-plugins-good-plugins.args:
9305         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9306         * docs/plugins/gst-plugins-good-plugins.signals:
9307         * docs/plugins/inspect/plugin-autodetect.xml:
9308         * docs/plugins/inspect/plugin-gconfelements.xml:
9309         * docs/plugins/inspect/plugin-ladspa.xml:
9310         * docs/plugins/inspect/plugin-rtp.xml:
9311         * docs/plugins/inspect/plugin-wavpack.xml:
9312         * ext/Makefile.am:
9313         * tests/check/Makefile.am:
9314           move wavpack plugin.  See #352605.
9315
9316 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
9317
9318         * configure.ac:
9319         * docs/plugins/Makefile.am:
9320         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9321         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9322         * docs/plugins/gst-plugins-good-plugins.args:
9323         * sys/Makefile.am:
9324         * win32/MANIFEST:
9325         Add DirectDraw & DirectSound plugins to the build and docs.
9326
9327 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
9328
9329         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9330         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
9331           When operating in pull mode, error out correct on not-linked.
9332
9333 2007-06-06  Andy Wingo  <wingo@pobox.com>
9334
9335         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
9336         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
9337         format and size if the ioctls are defined; should fix compilation
9338         on Linux < 2.16.19.
9339
9340 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
9341
9342         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
9343           Printf fixes in debug statements; use LOG level for debug statements
9344           that are printed for each and every frame; convert c++ comments to
9345           C-style comments; not much point using g_try_malloc() if we then not
9346           even check the return value.
9347
9348 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
9349
9350         * configure.ac:
9351           Bump requirements to released versions (core and base 0.10.13).
9352
9353         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
9354           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
9355           own implementation.
9356
9357 2007-06-05  Andy Wingo  <wingo@pobox.com>
9358
9359         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
9360         some useless comments.
9361
9362         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
9363         frames before calling STREAMON, that might leave them in a state
9364         where they can't be dequeued if we go back to NULL without calling
9365         STREAMON, according to the docs.
9366         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
9367         before we call STREAMON.
9368         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
9369         failures. (For me this code hung.) The pool refcounting is still
9370         crack; added a note to that effect.
9371
9372 2007-06-05  Wim Taymans  <wim@fluendo.com>
9373
9374         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
9375         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
9376         Add support for mapping gst structure names to the MIME type equivalent.
9377         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
9378
9379 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
9380
9381         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9382         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
9383         (gst_wavenc_chain), (gst_wavenc_change_state):
9384         * gst/wavenc/gstwavenc.h:
9385         Properly write wav files with width!=depth by having the depth most
9386         significant bytes set and all others zero. Fixes #442535.
9387
9388 2007-06-01  Wim Taymans  <wim@fluendo.com>
9389
9390         * gst/rtsp/rtspconnection.c:
9391         Add include to make buildbot happy.
9392
9393 2007-06-01  Wim Taymans  <wim@fluendo.com>
9394
9395         Patch by: Peter Kjellerstedt  <pkj at axis com>
9396
9397         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9398         (rtsp_connection_connect), (add_date_header),
9399         (rtsp_connection_send), (parse_response_status),
9400         (parse_request_line), (parse_line), (rtsp_connection_receive):
9401         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
9402         * gst/rtsp/rtspdefs.h:
9403         * gst/rtsp/rtspmessage.c: (key_value_foreach),
9404         (rtsp_message_init_request), (rtsp_message_init_response),
9405         (rtsp_message_remove_header), (rtsp_message_append_headers),
9406         (rtsp_message_dump):
9407         * gst/rtsp/rtspmessage.h:
9408         Improves version checking, allowing an RTSP server to reply with "505
9409         RTSP Version not supported.
9410         Adds a Date header to all messages.
9411         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
9412         want to be able to send a response even if something in the request was
9413         invalid. EINVAL is only used when passing wrong arguments to functions.
9414         Do not handle an invalid method in parse_request_line(). Defer this to
9415         the caller so it can respond with "405 Method Not Allowed".
9416         Improves parsing of the timeout parameter to the Session header,
9417         allowing whitespace after the semicolon. 
9418         Avoids a compiler warning due to variables shadowing a function argument.
9419
9420 2007-06-01  Wim Taymans  <wim@fluendo.com>
9421
9422         Based on Patch by: Daniel Charles <dcharles at ti dot com>
9423
9424         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9425         (gst_rtp_amr_depay_process):
9426         * gst/rtp/gstrtpamrdepay.h:
9427         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
9428         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
9429         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
9430         * gst/rtp/gstrtpamrpay.h:
9431         Add support for AMR-WB.
9432         Small cleanups such as using BOILERPLATE.
9433
9434 2007-05-31  Wim Taymans  <wim@fluendo.com>
9435
9436         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
9437         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
9438
9439 2007-05-30  Andy Wingo  <wingo@pobox.com>
9440
9441         * sys/v4l2/gstv4l2object.h: 
9442         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
9443         unintended changes.
9444
9445         * sys/v4l2/v4l2src_calls.h: 
9446         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
9447         the format list in the order that the driver gives it to us.
9448         (gst_v4l2src_probe_caps_for_format_and_size)
9449         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
9450         based on the capabilities of the device.
9451         (gst_v4l2src_grab_frame): Update for object variable renaming.
9452         (gst_v4l2src_set_capture): Update to be strict in its parameters,
9453         as in the set_caps below.
9454         (gst_v4l2src_capture_init): Update for object variable renaming,
9455         and reflow.
9456         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
9457         (gst_v4l2src_capture_deinit): Update for object variable renaming.
9458         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
9459         (gst_v4l2src_get_fps): Remove; these functions don't have much
9460         meaning outside of an atomic set_caps method.
9461         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
9462         known.
9463
9464         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
9465         call to update_fps; not sure about this change.
9466         (gst_v4l2_tuner_set_norm): Work around the fact that for the
9467         moment we don't have an update_fps_func.
9468
9469         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
9470         structures in the object, just store what we need. Do store the
9471         probed caps of the device. Don't store the current frame rate.
9472
9473         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
9474         update_fps_function, for now. Update for new object variable
9475         naming.
9476         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
9477         new object variable naming.
9478         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
9479         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
9480         (gst_v4l2src_get_caps): Rework to probe the device for supported
9481         frame sizes and frame rates.
9482         (gst_v4l2src_set_caps): Rework to be strict in the given
9483         parameters: if someone asks us to have a certain size and rate,
9484         that is what we configure.
9485         (gst_v4l2src_get_read): Update for object variable naming. Don't
9486         leak buffers on short reads.
9487         (gst_v4l2src_get_mmap): Update for object variable naming, and add
9488         comments.
9489         (gst_v4l2src_create): Update for object variable naming.
9490
9491 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9492
9493         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
9494         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
9495         * gst/avi/gstavidemux.h:
9496           Parse subtitle text streams instead of erroring out (#442034). Still
9497           needs a parser for the subtitles to actually show up.
9498
9499 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9500
9501         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
9502         (gst_avi_demux_loop):
9503           Make _push_event() return TRUE if the event could be pushed on at
9504           least one pad and not only if it could be pushed on all pads,
9505           otherwise we'll end up posting an error message on EOS if one or
9506           more source pads are not connected.
9507
9508 2007-05-28  Wim Taymans  <wim@fluendo.com>
9509
9510         * gst/rtsp/rtsptransport.c:
9511         Use renamed RTP bin.
9512
9513 2007-05-28  Wim Taymans  <wim@fluendo.com>
9514
9515         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
9516
9517         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
9518         (gst_video_box_set_property), (gst_video_box_transform_caps),
9519         (video_box_recalc_transform), (gst_video_box_set_caps),
9520         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
9521         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
9522         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
9523         (gst_video_box_i420_i420), (gst_video_box_transform),
9524         (plugin_init):
9525         Add AYUV->AYUV and AYUV->I420 formats. 
9526         Fix negotiation and I420->AYUV conversion.
9527         Fixes #429329.
9528
9529 2007-05-26  Wim Taymans  <wim@fluendo.com>
9530
9531         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
9532         Use different variables for nested for loops so that the outer loop
9533         functions properly and speex files with multiple frames per buffer work
9534         properly.
9535         Fixes #441408.
9536
9537 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9538
9539         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
9540           Don't leak newsegment events.
9541
9542 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9543
9544         * gst/wavparse/Makefile.am:
9545           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
9546           drags it in.
9547
9548 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9549
9550         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9551         (notgst_value_array_append_buffer),
9552         (gst_flac_enc_process_stream_headers),
9553         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
9554         (gst_flac_enc_change_state):
9555         * ext/flac/gstflacenc.h:
9556           Collect headers, add "streamheader" field to output caps and set
9557           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
9558           produces output according to the official FLAC-to-Ogg mapping
9559           instead of completely broken files. Fixes #426044.
9560
9561 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9562
9563         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
9564         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
9565         (gst_id3demux_sink_event):
9566         * gst/id3demux/gstid3demux.h:
9567         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
9568         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
9569         (gst_tag_demux_send_new_segment):
9570         Handle and adjust new-segment events so that downstream really
9571         sees a stream with the tag pieces stripped off the front and back.
9572         Fixes strangeness in seeking when mp3 decoders use the new-segment
9573         byte position to estimate their current playback position timestamp
9574         and then the arriving buffers don't match up.
9575
9576 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9577
9578         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
9579           Don't unnecessarily perform a READY->NULL->READY transition on the
9580           detected audio sink when starting up. Fixes: #440127
9581
9582 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
9583
9584         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
9585         (gst_flac_enc_chain):
9586           Don't crash in chain function if setcaps hasn't been called.
9587
9588 2007-05-24  Wim Taymans  <wim@fluendo.com>
9589
9590         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
9591         Init value to avoid infinte loops.
9592
9593 2007-05-24  Wim Taymans  <wim@fluendo.com>
9594
9595         Patch by: Peter Kjellerstedt  <pkj at axis com>
9596
9597         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
9598         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
9599         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9600         (gst_rtspsrc_play):
9601         (rtsp_connection_send), (rtsp_connection_receive):
9602         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
9603         Fix for new API.
9604
9605         * gst/rtsp/rtspconnection.c: (add_auth_header),
9606         Only add authorisation and session headers when sending messages.
9607
9608         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
9609         (rtsp_message_init_request), (rtsp_message_init_response),
9610         (rtsp_message_unset), (rtsp_message_add_header),
9611         (rtsp_message_remove_header), (rtsp_message_get_header),
9612         (rtsp_message_append_headers), (dump_key_value),
9613         (rtsp_message_dump):
9614         * gst/rtsp/rtspmessage.h:
9615         Add support for multiple headers of the same type by storing the parsed
9616         headers in a GArray instaed of a hashtable.
9617
9618 2007-05-21  Wim Taymans  <wim@fluendo.com>
9619
9620         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9621         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
9622         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
9623         safer shutdown.
9624
9625 2007-05-21  Wim Taymans  <wim@fluendo.com>
9626
9627         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
9628         * gst/rtsp/gstrtpdec.h:
9629         Added signal for backwards compat.
9630
9631 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
9632         
9633         Patch by: René Stadler <mail at renestadler dot de>
9634
9635         * configure.ac:
9636         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9637         (gst_au_parse_parse_header), (gst_au_parse_chain):
9638         * gst/auparse/gstauparse.h:
9639         Use audioconvert for converting from non-native endianness floats
9640         in auparse instead of doing it ourself. Fixes #424527.
9641         This needs the audioconvert from plugins-base CVS.
9642         
9643 2007-05-21  Wim Taymans  <wim@fluendo.com>
9644
9645         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9646         (gst_rtp_h263p_pay_flush):
9647         Fix enum registration.
9648
9649 2007-05-21  Wim Taymans  <wim@fluendo.com>
9650
9651         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
9652
9653         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9654         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
9655         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
9656         (gst_rtp_h263p_pay_flush):
9657         * gst/rtp/gstrtph263ppay.h:
9658         Add new fragmentation mode base on GOB headers. Fixes #438940.
9659
9660 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
9661
9662         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
9663           Printf format fix.
9664
9665 2007-05-18  Wim Taymans  <wim@fluendo.com>
9666
9667         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
9668         Don't crash when an unsupported transport error was returned by the
9669         server, just try to configure the next stream. Fixes #439255.
9670
9671 2007-05-18  Wim Taymans  <wim@fluendo.com>
9672
9673         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9674         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9675         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
9676         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9677         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
9678         * gst/rtsp/gstrtspsrc.h:
9679         Add TCP timeout property and use it for all TCP connection.
9680
9681         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9682         (rtsp_connection_write), (rtsp_connection_next_timeout),
9683         (rtsp_connection_reset_timeout):
9684         Make connect and writes cancelable and make them use the timeout.
9685
9686 2007-05-18  Wim Taymans  <wim@fluendo.com>
9687
9688         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9689         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
9690         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9691         (gst_rtspsrc_setup_streams):
9692         Refactor timeout handling.
9693         Also send keep-alive when dealing with TCP transport.
9694
9695         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9696         (rtsp_connection_free), (rtsp_connection_next_timeout),
9697         (rtsp_connection_reset_timeout):
9698         * gst/rtsp/rtspconnection.h:
9699         Use a timer to handle the session timeouts, add some methods to deal
9700         with timeouts.
9701
9702 2007-05-17  Wim Taymans  <wim@fluendo.com>
9703
9704         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
9705         (gst_rtspsrc_setup_streams):
9706         Ignore streams that fail the setup command, we will retry with a
9707         different transport later on.
9708
9709         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
9710         (rtsp_ext_wms_configure_stream):
9711         Fix encoding name case.
9712
9713 2007-05-16  Edward Hervey  <edward@fluendo.com>
9714
9715         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
9716         Fix build on macosx.
9717
9718 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
9719
9720         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
9721         Replace direct comparison of a string with the string literal "" with
9722         a comparison of the first character with '\0'. Fixes #438926.
9723
9724 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9725
9726         * gst/debug/breakmydata.c (gst_break_my_data_init):
9727           One more try. This should be the proper fix now.
9728
9729 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9730
9731         * gst/debug/breakmydata.c:
9732           Ooops, no // comments please.
9733
9734 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9735
9736         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9737         (gst_break_my_data_init):
9738           Fix gst_buffer_is_writable() assertion.
9739
9740 2007-05-14  David Schleef  <ds@schleef.org>
9741
9742         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9743           video/x-raw-bayer.  Fixes #314160.
9744
9745 2007-05-14  Wim Taymans  <wim@fluendo.com>
9746
9747         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9748         (gst_rtp_theora_depay_parse_configuration):
9749         * gst/rtp/gstrtptheorapay.c: (encode_base64),
9750         (gst_rtp_theora_pay_finish_headers),
9751         (gst_rtp_theora_pay_handle_buffer):
9752         Update theora pay/depayloader in a similar to vorbis.
9753
9754         * gst/rtp/gstrtpvorbisdepay.c:
9755         (gst_rtp_vorbis_depay_parse_configuration):
9756         Update docs.
9757
9758 2007-05-14  Wim Taymans  <wim@fluendo.com>
9759
9760         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9761         When we try to execute a method that is not supported by the server,
9762         don't error out but remove the method from the accepted methods so that
9763         we never try to perform this method again.
9764
9765 2007-05-14  Wim Taymans  <wim@fluendo.com>
9766
9767         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9768         Remove annoying _dump_mem.
9769
9770 2007-05-14  Wim Taymans  <wim@fluendo.com>
9771
9772         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9773         Parse range correctly.
9774
9775         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9776         The baseurl now always has a '/' at the start.
9777
9778 2007-05-14  Wim Taymans  <wim@fluendo.com>
9779
9780         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9781         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9782         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9783         Factor out caps configuration and configure more stuff such as the time
9784         ranges and speed/scale values.
9785
9786         * gst/rtsp/rtsptransport.c:
9787         Add Copyright after non-trival fixes.
9788
9789 2007-05-12  Wim Taymans  <wim@fluendo.com>
9790
9791         Patch by: Peter Kjellerstedt  <pkj at axis com>
9792
9793         * gst/rtsp/gstrtspsrc.h:
9794         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9795         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9796         (rtsp_message_get_header):
9797         * gst/rtsp/rtspmessage.h:
9798         Make channel guint8 where possible.
9799         Make rtsp_message_init_data() take the channel as a guint8.
9800
9801         * gst/rtsp/rtspdefs.c:
9802         Fixed a typo: Timout -> Timeout
9803
9804         * gst/rtsp/rtspdefs.h:
9805         Make RTSP_CHECK() behave as a statement.
9806
9807         * gst/rtsp/sdpmessage.c:
9808         Avoid a compiler warning in INIT_ARRAY().
9809         Fixes #437692.
9810
9811 2007-05-12  Wim Taymans  <wim@fluendo.com>
9812
9813         Patch by: Peter Kjellerstedt  <pkj at axis com>
9814
9815         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
9816         (rtsp_url_get_request_uri):
9817         * gst/rtsp/rtspurl.h:
9818         Add support for query parameters to RTSP URLs.
9819
9820 2007-05-12  Wim Taymans  <wim@fluendo.com>
9821
9822         Patch by: Peter Kjellerstedt  <pkj at axis com>
9823
9824         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9825         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
9826         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
9827         (rtsp_transport_parse), (rtsp_transport_as_text):
9828         * gst/rtsp/rtsptransport.h:
9829         Add validation to rtsp_transport_parse().
9830         Add rtsp_transport_as_text() to generate an RTSP header from an
9831         RTSPTransport.
9832         Change ssrc to guint (was a string) since that is what it is, even
9833         though it is sent as a hex string.
9834         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
9835         incorrect, which can be seen when looking at the examples in the RFC).
9836         Fixes #437670.
9837
9838 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9839
9840         Patch by: Eric Anholt
9841
9842         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
9843           gst_ximage_src_ximage_get):
9844         Use union of all damage between frames to make it faster.
9845         Fixes bug #342463.
9846         Also fix crasher when cursor is at bottom right of window.
9847
9848 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9849
9850         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9851           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
9852           streaming mode regression for file from #343837 with 'bext' chunk
9853           before the 'fmt' chunk.
9854
9855 2007-05-11  Wim Taymans  <wim@fluendo.com>
9856
9857         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9858         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9859         (gst_rtspsrc_handle_src_event),
9860         (gst_rtspsrc_stream_configure_manager),
9861         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9862         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9863         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9864         * gst/rtsp/gstrtspsrc.h:
9865         * gst/rtsp/rtspdefs.h:
9866         Preliminary seek support.
9867         Activate internal pads so that we can receive events on them.
9868         Don't try to parse a range string when it's NULL.
9869
9870 2007-05-11  Wim Taymans  <wim@fluendo.com>
9871
9872         * gst/rtp/README:
9873         Update README with new RTP variables that will be used for
9874         synchronisation.
9875
9876         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9877         (gst_rtp_vorbis_depay_parse_configuration),
9878         (gst_rtp_vorbis_depay_process):
9879         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9880         (gst_rtp_vorbis_pay_finish_headers),
9881         (gst_rtp_vorbis_pay_handle_buffer):
9882         Update vorbis pay and depayloader to draft-04.
9883
9884 2007-05-11  Wim Taymans  <wim@fluendo.com>
9885
9886         * gst/rtsp/rtsptransport.c:
9887         UDP MCAST is actually the default for RTP/AVP.
9888 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
9889
9890         * gst/level/gstlevel.c: (gst_level_transform_ip):
9891         Use guint8 * instead of gpointer then vs6 can build 
9892         in_data += (filter->width / 8).
9893
9894 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9895
9896         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9897           gst_ximage_src_ximage_get):
9898         * sys/ximage/gstximagesrc.h (last_ximage):
9899         When using Damage actually keep the last frame, and not assume
9900         that the buffer we get already has the last frame on it.
9901         Copy the cursor over if we specify a non-zero start x and
9902         start y.
9903
9904 2007-05-11  Wim Taymans  <wim@fluendo.com>
9905
9906         * gst/rtsp/rtsptransport.c:
9907         Make UDP the default transport when not specified.
9908
9909 2007-05-09  David Schleef  <ds@schleef.org>
9910
9911         * gst/level/gstlevel.c:
9912           Revert last change.
9913
9914 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9915
9916         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
9917         (gst_level_transform_ip):
9918         Use guint8 * instead of gpointer then vs6 know the size of data
9919         pointed when moving the pointer.
9920         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
9921         Move instructions after variables declaration.
9922         * win32/vs6/autogen.dsp:
9923         * win32/vs6/libgstrtp.dsp:
9924         * win32/vs6/libgstrtsp.dsp:
9925         Update vs6 project files.
9926
9927 2007-05-09  Wim Taymans  <wim@fluendo.com>
9928
9929         * gst/rtsp/Makefile.am:
9930         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
9931         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
9932         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
9933         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
9934         (rtsp_range_free):
9935         * gst/rtsp/rtsprange.h:
9936         Add code to parse time ranges.
9937         Report DURATION on the stream when possible.
9938
9939 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
9940
9941         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9942         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9943         (gst_videomixer_collected):
9944           Fix strides calculation for AYUV (it's just width*4) (#436910).
9945
9946 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
9947
9948         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
9949         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
9950         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
9951         Sync the GObject properties before each processing step to properly
9952         work with the controller.
9953
9954 2007-05-04  Wim Taymans  <wim@fluendo.com>
9955
9956         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9957         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9958         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9959         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9960         (gst_rtspsrc_change_state):
9961         Let more error state trickle down so that we can catch more error
9962         cases.
9963         Handle keep-alive a little smarter by selecting a method the server
9964         actually supports.
9965         Fix a race in UDP streaming shutdown.
9966
9967 2007-05-04  Wim Taymans  <wim@fluendo.com>
9968
9969         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
9970         Ignore errors when trying to use the keep-alive messages.
9971
9972 2007-05-04  Wim Taymans  <wim@fluendo.com>
9973
9974         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
9975         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
9976         (gst_rtspsrc_stream_configure_manager),
9977         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9978         (gst_rtspsrc_stream_configure_mcast),
9979         (gst_rtspsrc_stream_configure_udp),
9980         (gst_rtspsrc_stream_configure_udp_sink),
9981         (gst_rtspsrc_stream_configure_transport):
9982         Send RTCP messages back to the server over the TCP connection.
9983
9984         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
9985         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9986         (rtsp_connection_receive):
9987         * gst/rtsp/rtspconnection.h:
9988         Factor out and expose lowlevel _write and _read methods.
9989         Implement sending data messages to the server.
9990
9991 2007-05-03  Wim Taymans  <wim@fluendo.com>
9992
9993         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
9994         (gst_multipart_mux_collected):
9995         Fix timestamps on outgoing buffers.
9996
9997 2007-05-03  Wim Taymans  <wim@fluendo.com>
9998
9999         * gst/multipart/multipartmux.c:
10000         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
10001         (gst_multipart_mux_change_state):
10002         Emit NEWSEGMENT events before pushing the first buffer.
10003
10004 2007-05-03  Wim Taymans  <wim@fluendo.com>
10005
10006         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10007         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
10008         (gst_rtspsrc_handle_src_query),
10009         (gst_rtspsrc_stream_configure_manager),
10010         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
10011         (gst_rtspsrc_stream_configure_mcast),
10012         (gst_rtspsrc_stream_configure_udp),
10013         (gst_rtspsrc_stream_configure_udp_sink),
10014         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
10015         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
10016         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10017         (gst_rtspsrc_pause):
10018         Refactor transport configuration code.
10019         Create internal pads for TCP transport so that we can implement events
10020         and queries.
10021         Handle events and queries.
10022         Parse range from the SDP.
10023         Fix race in pause handler where the connection could still be flushing.
10024
10025 2007-05-02  Wim Taymans  <wim@fluendo.com>
10026
10027         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10028         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
10029         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
10030         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
10031         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
10032         (gst_rtspsrc_change_state):
10033         * gst/rtsp/gstrtspsrc.h:
10034         Fix race when multiple udp sources post timeouts, just act on the first
10035         received timeout.
10036         Protect stream list with a recursive lock to fix some races.
10037         Flush connection when we need to do a reconnect or stop.
10038         Make state lock recursive.
10039
10040         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
10041         (rtsp_connection_close):
10042         Some small cleanups.
10043
10044 2007-05-02  Wim Taymans  <wim@fluendo.com>
10045
10046         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10047         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10048         Only set DISCONT when there actually is a discont or when we just
10049         started.
10050
10051 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
10052
10053         * ext/flac/gstflac.c: (plugin_init):
10054         Call bindtextdomain() to get localized strings.
10055
10056 2007-05-02  Wim Taymans  <wim@fluendo.com>
10057
10058         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10059         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
10060         (gst_wavparse_stream_data):
10061         * gst/wavparse/gstwavparse.h:
10062         Be a bit more clever when dealing with VBR files with FACT tags, we
10063         don't want to timestamp buffers in that case but the estimated BPS can
10064         be used for seeking.
10065         Only send close segment in the streaming thread.
10066
10067 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
10068
10069         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10070         Correctly post an error on the bus if something went wrong in the loop
10071         function. This fixes a few cases where the task was paused and nothing
10072         happened anymore.
10073
10074 2007-05-02  Wim Taymans  <wim@fluendo.com>
10075
10076         * gst/rtsp/test.c: (main):
10077         Fix compilation of deprecated test just because I'm too lazy to delete
10078         it.
10079
10080 2007-05-02  Wim Taymans  <wim@fluendo.com>
10081
10082         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10083         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
10084         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
10085         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
10086         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
10087         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
10088         * gst/rtsp/gstrtspsrc.h:
10089         Fix sending RTCP to the right place.
10090         Fix bug in reffing the wrong UDP element.
10091         Use new pad names for the session manager.
10092         Implement handling server requests in interleaved and UDP modes.
10093         Handle session keep-alive in UDP modes.
10094         Remove GCond for handling UDP timeouts.
10095
10096         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
10097         (rtsp_connection_send), (rtsp_connection_read), (read_body),
10098         (rtsp_connection_receive), (rtsp_connection_close):
10099         * gst/rtsp/rtspconnection.h:
10100         Store connection IP address for later.
10101         Add timeout args to all operations that might block forever.
10102         Parse session timeout.
10103         Only close sockets when not already closed.
10104
10105         * gst/rtsp/rtspdefs.c:
10106         * gst/rtsp/rtspdefs.h:
10107         Add timeout return value and error string.
10108
10109         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
10110         Add small comment.
10111
10112 2007-05-01  Wim Taymans  <wim@fluendo.com>
10113
10114         Patch by: Sjoerd Simons <sjoerd at luon dot net>
10115
10116         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
10117         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
10118         * gst/rtp/gstrtpmp4vpay.h:
10119         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
10120
10121 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
10122
10123         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10124           Remove v4l2src from docs, since it breaks the docs build, and the
10125           plugin is only built if --enable-experimental is used anyway.
10126
10127         * docs/plugins/Makefile.am:
10128           Spaces => tab.
10129
10130 2007-04-29  Wim Taymans  <wim@fluendo.com>
10131
10132         * gst/udp/gstmultiudpsink.c: (leave_multicast),
10133         (gst_multiudpsink_add), (gst_multiudpsink_remove):
10134         Add code to drop membership of a multicast group.
10135
10136         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
10137         (gst_udpsink_set_uri):
10138         Implement URI handler.
10139
10140         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10141         (gst_rtspsrc_parse_rtpinfo):
10142         Use URI handler to make udpsink instace.
10143         Improve code to configure port and destination.
10144
10145 2007-04-29  Wim Taymans  <wim@fluendo.com>
10146
10147         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
10148         Fix multicast detection.
10149         Don't try to join a multicast group if the address is not multicast.
10150
10151         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
10152         Small debug improvement.
10153
10154 2007-04-27  Wim Taymans  <wim@fluendo.com>
10155
10156         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10157         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10158         (gst_rtspsrc_handle_message):
10159         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
10160         parent.
10161
10162 2007-04-27  Wim Taymans  <wim@fluendo.com>
10163
10164         * gst/rtp/gstrtpilbcdepay.h:
10165         Fix mode property when specified as an arg.
10166
10167 2007-04-26  Edward Hervey  <edward@fluendo.com>
10168
10169         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10170         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10171         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10172         * docs/plugins/inspect/plugin-osxaudio.xml:
10173         Add documentation for osxaudio plugin.
10174
10175 2007-04-26  Wim Taymans  <wim@fluendo.com>
10176
10177         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10178         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
10179         (gst_rtspsrc_open), (gst_rtspsrc_close),
10180         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10181         (gst_rtspsrc_pause):
10182         * gst/rtsp/gstrtspsrc.h:
10183         Protect state changes with a lock.
10184
10185         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10186         (parse_line):
10187         * gst/rtsp/rtspconnection.h:
10188         Remove some unused stuff.
10189
10190 2007-04-26  Wim Taymans  <wim@fluendo.com>
10191
10192         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
10193         Handle the case where there are exactly 0 bytes to read and the ioctl
10194         did not report an error. Fixes #433530.
10195
10196 2007-04-26  Wim Taymans  <wim@fluendo.com>
10197
10198         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10199         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10200         * gst/wavparse/gstwavparse.h:
10201         Apply DISCONT to buffers.
10202         Only apply timestamp to the first sample after a DISCONT, too many VBR
10203         files cause random jitter in the timestamps. Fixes #433119.
10204
10205 2007-04-25  Wim Taymans  <wim@fluendo.com>
10206
10207         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
10208         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
10209         (gst_rtp_dec_get_property):
10210         * gst/rtsp/gstrtpdec.h:
10211         Add dummy latency property to be backwards compat with rtpbin.
10212
10213         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
10214         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
10215         (gst_rtspsrc_stream_configure_transport),
10216         (gst_rtspsrc_parse_rtpinfo):
10217         * gst/rtsp/gstrtspsrc.h:
10218         Add latency property and configure in the session manager.
10219         Don't set invalid clock-base and seqnum-base on caps, some servers
10220         sometimes don't send them.
10221
10222 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10223
10224         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
10225         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
10226           Double-check that RGB input caps are really RGBA caps (apparently
10227           the core doesn't always catch it if those caps aren't a subset of
10228           our template caps, also see #421543). Fixes #429319 in a way.
10229           Also, don't leak the pad template in the transform_caps function.
10230
10231         * tests/check/Makefile.am:
10232         * tests/check/elements/.cvsignore:
10233         * tests/check/elements/alphacolor.c: (setup_alphacolor),
10234         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
10235         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
10236         (GST_START_TEST), (alphacolor_suite):
10237           Add some basic unit tests for alphacolor.
10238
10239 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10240
10241         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
10242           If we get a fatal flow return in the loop function, first post the
10243           error message and only then send the EOS event downstream, otherwise
10244           applications might get an eos message before the error message and
10245           think everything was ok (related to #429319).
10246
10247 2007-04-25  Wim Taymans  <wim@fluendo.com>
10248
10249         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
10250         Read the channel byte as an unsigned byte.
10251
10252 2007-04-25  Wim Taymans  <wim@fluendo.com>
10253
10254         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
10255         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
10256         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
10257         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
10258         (gst_rtp_gsm_depay_setcaps):
10259         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
10260         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
10261         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
10262         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
10263         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
10264         (gst_ilbc_depay_get_property):
10265         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
10266         * gst/rtp/gstrtpmp4adepay.c:
10267         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
10268         (gst_rtp_pcma_depay_setcaps):
10269         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
10270         (gst_rtp_pcmu_depay_setcaps):
10271         Make sure we configure the clock_rate in the baseclass in the setcaps
10272         function. Fixes #431282.
10273
10274 2007-04-25  Wim Taymans  <wim@fluendo.com>
10275
10276         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10277         (gst_rtspsrc_stream_free), (request_pt_map),
10278         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
10279         * gst/rtsp/gstrtspsrc.h:
10280         Parse server address from SDP.
10281         Hook up a udpsink to send RTCP back to the server.
10282
10283         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10284         * gst/rtsp/rtsptransport.h:
10285         Add some docs.
10286
10287 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
10288
10289         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10290           Make header field check conditional. Fixes #433135
10291
10292 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
10293
10294         * docs/plugins/Makefile.am:
10295         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10296         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10297         * docs/plugins/inspect/plugin-alphacolor.xml:
10298         * gst/alpha/Makefile.am:
10299         * gst/alpha/gstalphacolor.c:
10300         * gst/alpha/gstalphacolor.h:
10301           Add minimal docs blurb to alphacolor; split out headers into
10302           separate header file for gtk-doc.
10303
10304 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10305
10306         * gst/debug/progressreport.c: (gst_progress_report_report):
10307           Don't try to post NULL message (in case we can't query upstream
10308           position or duration).
10309
10310 2007-04-18  Michael Smith  <msmith@fluendo.com>
10311
10312         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
10313         (gst_cutter_get_caps):
10314         * gst/cutter/gstcutter.h:
10315           Fix some of the most obvious bugs in cutter. Now doesn't leak
10316           everything if input is silent.
10317
10318 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
10319
10320         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10321         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
10322         * gst/wavenc/gstwavenc.h:
10323         Wav apparently only supports width==GST_ROUND_UP(depth), everything
10324         else results in a invalid block align and invalid files.
10325
10326 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10327
10328         Patch by: Snaik <snaik32 gmail com>
10329
10330         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
10331           Add missing break statement for BOX_HORIZONTAL case.
10332
10333 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10334
10335         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
10336
10337         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10338         Use correct format strings for integer types.
10339
10340 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10341
10342         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10343         (gst_wavparse_create_sourcepad):
10344         Use gst_riff_create_audio_template_caps () instead of the local caps.
10345         This makes updates of the local caps unecessary whenever libgstriff
10346         gets support for new formats.
10347
10348 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
10349
10350         Patch by: Brian Cameron  <brian.cameron at sun dot com>
10351
10352         * sys/sunaudio/gstsunaudio.c:
10353         * sys/sunaudio/gstsunaudiomixer.c:
10354         * sys/sunaudio/gstsunaudiomixer.h:
10355         * sys/sunaudio/gstsunaudiomixerctrl.c:
10356         * sys/sunaudio/gstsunaudiomixerctrl.h:
10357         * sys/sunaudio/gstsunaudiomixertrack.h:
10358         * sys/sunaudio/gstsunaudiosink.c:
10359         * sys/sunaudio/gstsunaudiosink.h:
10360         * sys/sunaudio/gstsunaudiosrc.c:
10361         * sys/sunaudio/gstsunaudiosrc.h:
10362           Fix and/or update copyright attributions (#430228).
10363
10364 2007-04-13  Wim Taymans  <wim@fluendo.com>
10365
10366         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10367         Fix docs.
10368
10369         * gst/rtsp/URLS:
10370         Add some more example urls.
10371
10372         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10373         (gst_rtp_dec_chain_rtp):
10374         Better debugging.
10375
10376         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
10377         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10378         (gst_rtspsrc_parse_rtpinfo):
10379         Remove unused code.
10380
10381 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10382
10383         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10384         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10385         (gst_wavparse_stream_data):
10386           Relax the audio/mpeg caps again and add FIXME: comment.
10387
10388 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10389
10390         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10391         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10392         (gst_wavparse_stream_data):
10393         * gst/wavparse/gstwavparse.h:
10394           More sanity check for the header fields. Fix type for 'rate' header
10395           field.
10396
10397 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
10398
10399         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
10400         (gst_icydemux_unicodify):
10401           If the metadata strings we get in the stream are not UTF-8, try to
10402           interpret them according to the character encodings specified in the
10403           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
10404           only fall back to locale/ISO-8859-1 if those aren't set or don't
10405           work. Should fix #428901.
10406
10407 2007-04-12  Wim Taymans  <wim@fluendo.com>
10408
10409         * gst/rtp/gstrtph264depay.c:
10410         Use the proper sync word for SPS and PPS.
10411
10412 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10413
10414         * gst/rtp/Makefile.am:
10415         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
10416           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
10417         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
10418           Add a simple hashing implementation that we can use to generate
10419           a 24-bit ident value based on the codebooks for vorbis and theora.
10420         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
10421           gst_rtp_theora_pay_handle_buffer):
10422         * gst/rtp/gstrtpvorbisdepay.c
10423           (gst_rtp_vorbis_depay_parse_configuration,
10424           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
10425         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
10426           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
10427           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
10428           Use the hashing function, ensuring that the same codebooks result
10429           in the same ident and thus the same SDP description.
10430           Various log fixes/changes.
10431
10432 2007-04-12  Wim Taymans  <wim@fluendo.com>
10433
10434         Patch by: jerry tan <jerry dot tan at sun dot com>
10435
10436         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
10437         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
10438         application's responsibility to make sure it open the device once.
10439         Remove a careless error if AUDIODEV is set. Fixes #392620.
10440
10441 2007-04-12  Wim Taymans  <wim@fluendo.com>
10442
10443         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10444         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
10445         * gst/rtsp/gstrtpdec.h:
10446         Make backward compat with rtpbin by adding the request-pt-map signals.
10447
10448         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
10449         (new_session_pad), (request_pt_map),
10450         (gst_rtspsrc_stream_configure_transport),
10451         (gst_rtspsrc_stream_configure_caps),
10452         (gst_rtspsrc_activate_streams):
10453         * gst/rtsp/gstrtspsrc.h:
10454         Implement request-pt-map signals instead of setting caps on the buffers
10455         for the session manager.
10456
10457 2007-04-11  Wim Taymans  <wim@fluendo.com>
10458
10459         * gst/udp/gstudp.c: (plugin_init):
10460         Register GstNetBuffer in plugin_init so that the type can be used from
10461         multiple threads without races.
10462
10463 2007-04-10  Wim Taymans  <wim@fluendo.com>
10464
10465         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
10466         (gst_rtp_amr_depay_process):
10467         Fix depayloader clock_rate and some cleanups.
10468
10469         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
10470         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10471         * gst/rtp/gstrtph264depay.h:
10472         Don't push codec_data in the adapter because it might get flushed when
10473         we get a discont.
10474
10475         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10476         Handle multiple AU per packet.
10477
10478         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
10479         (gst_rtp_sv3v_depay_plugin_init):
10480         Disable rank, this one does not work.
10481         Remove timestamping, base class does that.
10482
10483 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
10484
10485         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
10486           limit caps to the formats we announce in the template
10487
10488         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10489         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10490         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
10491           fix some crashers/asserts when dealing with broken files
10492
10493 2007-04-10  Wim Taymans  <wim@fluendo.com>
10494
10495         Patch by: Peter Kjellerstedt  <pkj at axis com>
10496
10497         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10498         * gst/rtp/gstrtpL16depay.c:
10499         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10500         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
10501         (gst_rtp_speex_depay_setcaps):
10502         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10503         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
10504         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
10505         Fix some compiler warnings. Fixes #428182.
10506
10507 2007-04-06  Wim Taymans  <wim@fluendo.com>
10508
10509         * gst/rtsp/Makefile.am:
10510         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
10511         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
10512         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
10513         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
10514         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
10515         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
10516         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
10517         (create_rtcp), (gst_rtp_dec_request_new_pad),
10518         (gst_rtp_dec_release_pad):
10519         * gst/rtsp/gstrtpdec.h:
10520         * gst/rtsp/gstrtsp.c: (plugin_init):
10521         Morph RTPDec into something compatible with RTPBin as a fallback.
10522         Various other style fixes.
10523
10524         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
10525         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
10526         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
10527         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
10528         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10529         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
10530         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10531         * gst/rtsp/gstrtspsrc.h:
10532         Implement RTPBin session manager handling.
10533         Don't try to add empty properties to caps.
10534         Implement fallback session manager, handling.
10535         Don't combine errors from RTCP streams, just ignore them.
10536
10537         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
10538         * gst/rtsp/rtsptransport.h:
10539         Implement fallback session manager.
10540         Make RTPBin the default one when available.
10541
10542 2007-04-05  Wim Taymans  <wim@fluendo.com>
10543
10544         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10545         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
10546         This element is ready to be autoplugged.
10547
10548 2007-04-05  Julien MOUTTE  <julien@moutte.net>
10549
10550         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10551         Don't leave the offsets defined by upstream element on the
10552         compressed data buffer we are pushing downstream. Make them
10553         GST_BUFFER_OFFSET_NONE.
10554
10555 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
10556
10557         * gst/avi/README:
10558         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10559         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10560         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
10561         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10562         (gst_avi_demux_calculate_durations_from_index),
10563         (gst_avi_demux_stream_header_push),
10564         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
10565         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
10566           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
10567
10568 2007-04-03  Wim Taymans  <wim@fluendo.com>
10569
10570         * gst/smpte/barboxwipes.c:
10571         Fix error as spotted by Snaik <snaik32 at gmail dot com>
10572
10573 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10574
10575         * gst/wavparse/gstwavparse.c:
10576         Support audio/x-raw-float in wav files. This only works with
10577         plugins-base CVS, using an older version doesn't have any
10578         disadvantages though.
10579
10580 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10581
10582         * configure.ac:
10583         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10584         (gst_au_parse_parse_header), (gst_au_parse_chain):
10585         * gst/auparse/gstauparse.h:
10586         Revert last change as we don't want plugins-good to depend on
10587         plugins-base CVS now.
10588
10589 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10590
10591         * configure.ac:
10592         Require gst-plugins-base CVS for audioconvert with non-native
10593         float support and width/depth fix in libgstriff.
10594
10595         Patch by: René Stadler <mail at renestadler dot de>
10596
10597         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10598         (gst_au_parse_parse_header), (gst_au_parse_chain):
10599         * gst/auparse/gstauparse.h:
10600         Don't swap the floats ourself if they're not in native endianness.
10601         Instead let audioconvert handle this. Fixes #339838.
10602
10603 2007-03-29  Wim Taymans  <wim@fluendo.com>
10604
10605         * gst/rtp/gstasteriskh263.h:
10606         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
10607         (gst_rtp_h263p_depay_change_state):
10608         * gst/rtp/gstrtph263pdepay.h:
10609         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10610         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
10611         (gst_rtp_h264_depay_change_state):
10612         * gst/rtp/gstrtph264depay.h:
10613         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10614         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
10615         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10616         Flush adapter on disconts.
10617
10618 2007-03-29  Wim Taymans  <wim@fluendo.com>
10619
10620         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
10621         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
10622         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
10623         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10624         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10625         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
10626         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10627         (gst_rtp_mp4v_depay_process):
10628         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
10629         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
10630         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
10631         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10632         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
10633         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
10634         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
10635         Use more efficient adapter and rtpbuffer methods when possible.
10636
10637 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10638
10639         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10640         (gst_wavenc_sink_setcaps):
10641         Correctly handle width!=depth input.
10642         * gst/wavparse/gstwavparse.c:
10643         Already export in the caps that width==8 uses unsigned samples and
10644         everything else uses signed samples.
10645
10646 2007-03-29  Wim Taymans  <wim@fluendo.com>
10647
10648         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10649
10650         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
10651         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
10652         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
10653         (gst_dynudpsink_close):
10654         * gst/udp/gstdynudpsink.h:
10655         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10656         (gst_udpsrc_create), (gst_udpsrc_set_property),
10657         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
10658         * gst/udp/gstudpsrc.h:
10659         Rework the socket allocation a bit based on the sockfd argument so that
10660         it becomes usable.
10661         Add a closefd property to instruct the udp elements to close the custom
10662         file descriptors when going to READY. Fixes #423304.
10663         API:GstUDPSrc::closefd property
10664         API:GstDynUDPSink::closefd property
10665
10666 2007-03-29  Wim Taymans  <wim@fluendo.com>
10667
10668         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10669
10670         * gst/rtp/Makefile.am:
10671         * gst/rtp/gstrtp.c: (plugin_init):
10672         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
10673         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
10674         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
10675         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
10676         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
10677         (gst_rtp_h264_pay_plugin_init):
10678         * gst/rtp/gstrtph264pay.h:
10679         Added H264 payloader. Fixes #423782.
10680
10681         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10682         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10683         Small fixes.
10684
10685 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10686
10687         * gst/wavparse/gstwavparse.c:
10688         Actually support depths from 1 to 32, not only 8 to 32.
10689
10690 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10691
10692         * gst/wavparse/gstwavparse.c:
10693         Add support for wav files containing audio/x-raw-int with random
10694         depths between 1 and 32 bits.
10695
10696 2007-03-28  Wim Taymans  <wim@fluendo.com>
10697
10698         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
10699
10700         * gst/rtp/Makefile.am:
10701         * gst/rtp/gstrtp.c: (plugin_init):
10702         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
10703         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
10704         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
10705         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
10706         (gst_rtp_mp4a_depay_get_property),
10707         (gst_rtp_mp4a_depay_change_state),
10708         (gst_rtp_mp4a_depay_plugin_init):
10709         * gst/rtp/gstrtpmp4adepay.h:
10710         Added MP4A-LATM depayloader. Fixes #417792.
10711
10712         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10713         (gst_rtp_mp4v_depay_process):
10714         Fixup depayloader, setting codec_data, using more efficient adaptor and
10715         rtpbuffer handling.
10716
10717         * gst/rtsp/URLS:
10718         Add url to test above.
10719
10720 2007-03-25  Wim Taymans  <wim@fluendo.com>
10721
10722         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
10723         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
10724         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
10725         (gst_rtspsrc_media_to_caps),
10726         (gst_rtspsrc_stream_configure_transport),
10727         (gst_rtspsrc_stream_configure_caps),
10728         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
10729         * gst/rtsp/gstrtspsrc.h:
10730         Handle default clock-rates for static payload types, rearrange stuff so
10731         that the rtpmap field in the sdp can override the defaults.
10732         Parse RTP-Info field to get the seqnum and timebase fields that should
10733         go in the caps.
10734         Delay configuring caps after we got the RTP-Info from the PLAY reply from
10735         the server. 
10736
10737 2007-03-22  Wim Taymans  <wim@fluendo.com>
10738
10739         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10740
10741         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10742         Accept complex pipeline descriptions as an audio profile instead of just
10743         a single element. Fixes #420658.
10744
10745 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10746
10747         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10748           Rename registered type in preparation of GstTagDemux moving to
10749           -base at some point in the future.
10750
10751 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
10752
10753         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10754           Streaming mode fixes: don't unref buffer we don't own any longer;
10755           remove bogus adapter flush. Fixes #419338.
10756
10757 2007-03-17  David Schleef  <ds@schleef.org>
10758
10759         * REQUIREMENTS: Change the format to key/value, add a bunch of
10760           information, remove a bunch of requirements that are for
10761           other GStreamer packages.
10762
10763 2007-03-17  David Schleef  <ds@schleef.org>
10764
10765         * REQUIREMENTS: Fix a few things.  This file really needs a
10766         good once-over.
10767
10768 2007-03-15  Edward Hervey  <edward@fluendo.com>
10769
10770         * sys/Makefile.am:
10771         Don't forget to distribute the sys/osxaudio/ directory.
10772
10773 2007-03-15  Edward Hervey  <edward@fluendo.com>
10774
10775         * configure.ac:
10776         * sys/Makefile.am:
10777         * sys/osxaudio/Makefile.am:
10778         * sys/osxaudio/gstosxaudio.c:
10779         * sys/osxaudio/gstosxaudiosink.c:
10780         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10781         (gst_osx_audio_sink_getcaps),
10782         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10783         * sys/osxaudio/gstosxaudiosrc.c:
10784         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10785         (gst_osx_audio_src_create_ringbuffer):
10786         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10787         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10788         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10789         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10790         * sys/osxaudio/gstosxringbuffer.h:
10791         Activate osxaudio in gst-plugins-good with proper build setup.
10792         Add inlined documentation.
10793         Fix debug statements
10794         Fix ringbuffer when pausing.
10795         Fixes #323471
10796
10797 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10798         * gst/rtp/gstrtppcmapay.c:
10799         * gst/rtp/gstrtppcmapay.h:
10800         * gst/rtp/gstrtppcmupay.c:
10801         * gst/rtp/gstrtppcmupay.h:
10802         Ported mulaw and alaw payloaders to use new base class
10803
10804 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10805
10806         * po/af.po:
10807         * po/az.po:
10808         * po/cs.po:
10809         * po/en_GB.po:
10810         * po/it.po:
10811         * po/nl.po:
10812         * po/or.po:
10813         * po/sq.po:
10814         * po/sr.po:
10815         * po/sv.po:
10816         * po/uk.po:
10817         * po/vi.po:
10818           Update translations.
10819
10820 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10821
10822         * configure.ac:
10823           Fix string replace error (AG_AG_GST_* => AG_GST_*).
10824
10825 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10826
10827         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
10828           Fix handling of -1 values for start and stop values when seeking,
10829           and SEEK_CUR+SEEK_END here as well.
10830
10831 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
10832
10833         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
10834           Fix handling of -1 values for start and stop values when seeking, 
10835           and SEEK_CUR+SEEK_END.
10836
10837 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10838
10839         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10840           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
10841           the image format a variable-length NUL-terminated string; in
10842           versions before that the image format is a fixed-length string of
10843           3 characters (see #348644 for a sample tag).
10844           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
10845
10846 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10847
10848         * win32/MANIFEST:
10849         Add new project files to MANIFEST.
10850         * win32/vs6/libgstaudiofx.dsp:
10851         * win32/vs6/libgstrtp.dsp:
10852         * win32/vs6/libgstrtsp.dsp:
10853         Update project files.
10854         
10855 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10856
10857         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10858         (gst_avi_demux_parse_index):
10859         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10860         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10861           Printf format fixes; also add some missing quotes in translated
10862           strings. Fixes #416728 and #416727.
10863
10864 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10865
10866         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10867           Tim and I can't think of any reason the child audio sink needs to 
10868           be set back to NULL after successfully determining that it can 
10869           reach READY - it gets immediately set back to READY by the caller
10870           anyway, causing an unnecessary close/open of any audio devices
10871           involved.
10872
10873 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10874
10875         * po/LINGUAS:
10876         * po/ja.po:
10877           Add ja.po file from #377306.
10878
10879 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10880
10881         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10882         * sys/sunaudio/gstsunaudiomixertrack.c:
10883         (gst_sunaudiomixer_track_new):
10884           Actually translate sunaudio mixer track labels instead of just
10885           marking the strings as translatable (#377306); clean up weird
10886           label string mapping code that serves no apparent purpose. Also
10887           set the 'untranslated-label' property when creating mixer tracks
10888           if the GstMixerTrack base class supports this.
10889
10890         * tests/check/Makefile.am:
10891         * tests/check/elements/.cvsignore:
10892         * tests/check/elements/sunaudio.c: (GST_START_TEST),
10893         (sunaudio_suite):
10894           Very minimalistic unit test for sunaudiomixer element (compiles, but not
10895           actually tested on a system where sunaudiomixer is available).
10896
10897 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10898
10899         * tests/check/Makefile.am:
10900         Re-enable the states test and see if it works on the buildbots.
10901
10902 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10903
10904         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10905         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10906         (gst_dvdec_change_state):
10907         * ext/dv/gstdvdec.h:
10908         Infer pixel-aspect-ratio from the video frame format if it isn't
10909         provided by the container, as happens when playing DV from AVI
10910         or Quicktime containers.
10911
10912         Patch by: Wim Taymans <wim@fluendo.com>
10913         Fixes #380944
10914
10915 2007-03-09  Wim Taymans  <wim@fluendo.com>
10916
10917         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10918         When activated, remove the udpsrc timeout, we have dataflow and timeouts
10919         will later be handled by the jitterbuffer.
10920
10921 2007-03-09  Wim Taymans  <wim@fluendo.com>
10922
10923         * ext/taglib/gstid3v2mux.cc:
10924         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10925         Fixes #414496.
10926         
10927         Patch by: Alex Lancaster <alexl at users sourceforge net>
10928
10929 2007-03-09  Wim Taymans  <wim@fluendo.com>
10930
10931         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10932         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
10933         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10934         (gst_avi_demux_chain):
10935         Fix stream position reporting after a seek. Fixes #416445.
10936
10937 2007-03-08  Wim Taymans  <wim@fluendo.com>
10938
10939         Patch by: René Stadler <mail at renestadler dot de>
10940
10941         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10942         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
10943         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
10944         Make avidemux accept optional header chunks in any order.
10945         Fixes #415446.
10946
10947 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10948
10949         * tests/check/Makefile.am:
10950         Disable the states check until the remaining Valgrind errors
10951         are fixed or suppressed.
10952
10953 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10954
10955         * tests/check/elements/.cvsignore:
10956           Add audiodynamic check to .cvsignore
10957
10958 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10959
10960         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10961
10962         * gst/audiofx/Makefile.am:
10963         * gst/audiofx/audiodynamic.c:
10964         (gst_audio_dynamic_characteristics_get_type),
10965         (gst_audio_dynamic_mode_get_type),
10966         (gst_audio_dynamic_set_process_function),
10967         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
10968         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
10969         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
10970         (gst_audio_dynamic_transform_hard_knee_compressor_int),
10971         (gst_audio_dynamic_transform_hard_knee_compressor_float),
10972         (gst_audio_dynamic_transform_soft_knee_compressor_int),
10973         (gst_audio_dynamic_transform_soft_knee_compressor_float),
10974         (gst_audio_dynamic_transform_hard_knee_expander_int),
10975         (gst_audio_dynamic_transform_hard_knee_expander_float),
10976         (gst_audio_dynamic_transform_soft_knee_expander_int),
10977         (gst_audio_dynamic_transform_soft_knee_expander_float),
10978         (gst_audio_dynamic_transform_ip):
10979         * gst/audiofx/audiodynamic.h:
10980         * gst/audiofx/audiofx.c: (plugin_init):
10981         Add new audiodynamic element which can act as a compressor or
10982         expander. Supported are hard-knee and soft-knee operation modes with
10983         user-specified ratio and threshold.
10984         Attack and release parameters are not yet implemented but will follow.
10985         * docs/plugins/Makefile.am:
10986         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10987         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10988         * docs/plugins/gst-plugins-good-plugins.args:
10989         * docs/plugins/inspect/plugin-audiofx.xml:
10990         Integrate audiodynamic into the docs.
10991         * tests/check/Makefile.am:
10992         * tests/check/elements/audiodynamic.c: (setup_dynamic),
10993         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
10994         Add unit test for audiodynamic.
10995
10996 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10997
10998         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
10999         Free handles that we allocated when exiting via the error paths.
11000
11001 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
11002
11003         * gst/level/gstlevel.c: (gst_level_class_init),
11004         (gst_level_set_caps), (gst_level_start), (gst_level_event),
11005         (gst_level_transform_ip):
11006         * gst/level/gstlevel.h:
11007           Resolve message timestamps against the playback segment.
11008
11009 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11010
11011         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
11012         (gst_id3demux_sink_activate):
11013           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
11014           caps passed to it (previously one code path assumed it took ownership
11015           while another one assumed it didn't, while in fact it sometimes did and
11016           sometimes didn't ...).
11017
11018         * configure.ac:
11019         * tests/files/Makefile.am:
11020         * tests/files/id3-407349-1.tag:
11021         * tests/files/id3-407349-2.tag:
11022           Add directory where data for unit tests can be stored.
11023
11024         * tests/Makefile.am:
11025         * tests/check/Makefile.am:
11026         * tests/check/elements/.cvsignore:
11027         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
11028         (read_tags_from_file), (run_check_for_file),
11029         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
11030           Add unit test for id3demux, and in particular for bug #407349. Only
11031           testing pull-mode for now; push mode doesn't work yet because the test
11032           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
11033
11034 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11035
11036         * tests/check/Makefile.am:
11037           Add missing backslash at end of line.
11038
11039 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
11040
11041         Trigger rebuild.
11042
11043 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11044
11045         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
11046         * gst/id3demux/id3tags.h:
11047         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11048         (parse_obsolete_tdat_frame):
11049           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
11050           the four-digit number will be interpreted as a year, whereas it is
11051           month and day in DDMM format. Instead, parse TDAT frames and fix up
11052           the date in the GST_TAG_DATE tag later if we also extracted a year.
11053           Fixes #407349.
11054
11055 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
11056
11057         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
11058         (gst_switch_commit_new_kid):
11059         Fix up the dispose logic so it doesn't leak, and fix setting of 
11060         the child state so that we don't set a child to our current state 
11061         just as we are changing it to something else.
11062
11063 2007-03-06  Wim Taymans  <wim@fluendo.com>
11064
11065         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
11066         (gst_goom_chain):
11067         * gst/goom/gstgoom.h:
11068         Document, fix and improve goom adapter behaviour.
11069         Fixes #407006.
11070
11071 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11072
11073         * ext/esd/esdsink.c: (gst_esdsink_open):
11074         Unref static pad template after using it.
11075
11076 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11077
11078         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
11079         (gst_switch_commit_new_kid):
11080         Fix up the reference counting of the child elements.
11081
11082 2007-03-05  Wim Taymans  <wim@fluendo.com>
11083
11084         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
11085         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
11086         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
11087         Fix encoding-name case.
11088
11089 2007-03-05  Wim Taymans  <wim@fluendo.com>
11090
11091         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
11092         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
11093         (gst_rtp_speex_depay_process):
11094         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
11095         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
11096         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
11097         (gst_rtp_speex_pay_change_state):
11098         * gst/rtp/gstrtpspeexpay.h:
11099         Fix speex (de)payloader. Fixes #358040.
11100
11101 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11102
11103         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
11104         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
11105         Install fakesink in NULL by fixing some broken logic. This obviates
11106         the need to manually set _IS_SINK.
11107         Add some comments and remove a little cruft while I'm at it.
11108
11109 2007-03-05  Wim Taymans  <wim@fluendo.com>
11110
11111         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
11112         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
11113
11114 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11115
11116         * po/POTFILES.in:
11117           Update.
11118
11119 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11120
11121         * tests/check/Makefile.am:
11122         Gah! Also disable gconfvideosink from the tests, otherwise
11123         it will instantiate autovideosink, and dfbvideosink and
11124         leak on the buildbots.
11125
11126 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11127
11128         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
11129         (gst_cdio_cdda_src_finalize):
11130         Make sure we always destroy our libcdio handle.
11131
11132 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11133
11134         * tests/check/Makefile.am:
11135         Disable autovideosink so the buildbots don't barf over memory
11136         leaked in the directfb sink.
11137
11138 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11139
11140         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
11141         Chain up in dispose
11142
11143 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11144
11145         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11146         (gst_multipart_find_pad_by_mime):
11147         Use gst_pad_new_from_static_template instead of
11148         static_pad_template_get+pad_new.
11149
11150 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11151
11152         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
11153         Catch the case where no clock has been set.
11154
11155 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11156
11157         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
11158         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
11159         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
11160         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
11161         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
11162         (gst_gconf_audio_src_finalize), (do_toggle_element):
11163         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
11164         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
11165         (do_toggle_element):
11166         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
11167         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
11168         (gst_gconf_video_src_finalize), (do_toggle_element):
11169         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
11170         (gst_switch_sink_reset), (gst_switch_sink_set_child):
11171         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11172         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11173         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11174         (gst_shout2send_init), (gst_shout2send_finalize):
11175         * gst/debug/testplugin.c: (gst_test_class_init),
11176         (gst_test_finalize):
11177         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
11178         (gst_flxdec_dispose):
11179         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
11180         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
11181         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
11182         (gst_rtspsrc_finalize):
11183         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
11184         * gst/rtsp/rtspextwms.h:
11185         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
11186         (gst_smpte_finalize):
11187         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
11188         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
11189         (gst_udpsink_finalize):
11190         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
11191         (gst_wavparse_sink_activate):
11192         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
11193         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
11194         (gst_oss_src_finalize):
11195         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
11196         * sys/v4l2/gstv4l2object.h:
11197         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11198         (gst_v4l2src_finalize):
11199         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
11200
11201         Fix a bunch of leaks shown by the newly-added states test.
11202
11203 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11204
11205         * ext/dv/gstdvdec.c: (gst_dvdec_init):
11206         Use gst_pad_new_from_static_template instead of 
11207         static_pad_template_get+pad_new.
11208
11209 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11210
11211         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11212
11213         * ext/libcaca/Makefile.am:
11214         * gst/debug/Makefile.am:
11215           Don't mix tabs and spaces (#414168).
11216
11217 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11218
11219         * tests/check/generic/.cvsignore:
11220           Ignore files to please buildbot.
11221
11222 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11223
11224         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
11225         (gst_wavparse_stream_data):
11226           Unbreak my previous commit (swapped nominator & denominator). Tim,
11227           thanks for spotting.
11228
11229 2007-03-02  Wim Taymans  <wim@fluendo.com>
11230
11231         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
11232         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
11233         (gst_cdio_cdda_src_finalize):
11234         Small code cleanups.
11235         Don't use pad_alloc as the base class cannot deal with the error codes.
11236
11237 2007-03-02  Wim Taymans  <wim@fluendo.com>
11238
11239         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
11240         (gst_udpsrc_create):
11241         Fix doc.
11242
11243 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11244
11245         Patch by: René Stadler <mail@renestadler.de>
11246
11247         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
11248         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11249         (gst_wavparse_stream_data):
11250           Handle rounding better to not drop last sample frame. Fixes #356692
11251
11252 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
11253
11254         * tests/check/Makefile.am:
11255         Disable cacasink from the states check too - it also calls exit(1)
11256         on us when it can't find a terminal to talk to.
11257
11258 2007-03-02  Wim Taymans  <wim@fluendo.com>
11259
11260         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11261
11262         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
11263         (gst_udpsrc_create), (gst_udpsrc_set_property),
11264         (gst_udpsrc_get_property):
11265         * gst/udp/gstudpsrc.h:
11266         Add support to strip proprietary headers. Fixes #350296.
11267
11268 2007-03-02  Wim Taymans  <wim@fluendo.com>
11269
11270         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
11271         Fix compilation.
11272
11273 2007-03-02  Wim Taymans  <wim@fluendo.com>
11274
11275         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11276
11277         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
11278         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
11279         (gst_rtp_mp2t_depay_set_property),
11280         (gst_rtp_mp2t_depay_get_property):
11281         * gst/rtp/gstrtpmp2tdepay.h:
11282         Add support to strip off proprietary headers. Fixes #350278.
11283
11284 2007-03-02  Wim Taymans  <wim@fluendo.com>
11285
11286         * ext/hal/hal.c:
11287         Fix compilation.
11288
11289 2007-03-02  Wim Taymans  <wim@fluendo.com>
11290
11291         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
11292         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
11293         (gst_sunaudiosrc_open):
11294         * sys/sunaudio/gstsunaudiosrc.h:
11295         Remove device-name from GstSunAudioSrc. Fixes #412597.
11296
11297 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11298
11299         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11300         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11301         Having NULL as UDI previously selected the default sink/src. Change
11302         this back but mention it in the debug output.
11303         * ext/hal/hal.c: (gst_hal_get_alsa_element),
11304         (gst_hal_get_oss_element), (gst_hal_get_string),
11305         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
11306         (gst_hal_get_audio_src):
11307         * ext/hal/hal.h:
11308         Refactor a bit, check all error conditions, greatly improve debugging
11309         and fix some possible memory leaks. Also implement OSS support
11310         and allow specifying an UDI that points to a real device. For this the
11311         child device which supports ALSA (preferred) or OSS is used.
11312         As a side effect this makes it impossible now to get a alsasink in
11313         halaudiosrc and a alsasrc in halaudiosink.
11314
11315 2007-03-01  Wim Taymans  <wim@fluendo.com>
11316
11317         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
11318         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
11319         Errors from the udp sources are not fatal unless all of them are in
11320         error.
11321
11322 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11323
11324         * tests/check/Makefile.am:
11325         Disable aasink in the states test. I suspect this is the element that
11326         is calling exit(1) when it can't proceed.
11327
11328 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11329
11330         * tests/check/Makefile.am:
11331         Draw plugins in from the build tree sys/ dir, rather than picking
11332         up the already installed versions.
11333
11334 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11335
11336         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
11337         Error out correctly when getting xcontext fails.
11338
11339 2007-03-01  Wim Taymans  <wim@fluendo.com>
11340
11341         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
11342         Make state change to PAUSED NO_PREROLL because that's what it will be in
11343         the future and rtspsrc relies on it.
11344
11345         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
11346         (gst_rtspsrc_change_state):
11347         Don't error out when we don't get an error from the state change
11348         function.
11349
11350 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11351
11352         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11353         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11354           Check if the device UDI is set before trying to query HAL
11355           about it and give a useful error message if it wasn't set.
11356         * ext/hal/hal.c: (gst_hal_get_string):
11357           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
11358           gives an assertion failure in D-Bus when running with
11359           DBUS_FATAL_WARNINGS=1.
11360
11361 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11362
11363         * configure.ac:
11364           Convert to new AG_GST style.
11365
11366 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11367
11368         * tests/check/Makefile.am:
11369         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
11370           add test for states
11371
11372 2007-02-28  Wim Taymans  <wim@fluendo.com>
11373
11374         * tests/check/elements/.cvsignore:
11375         Add new videofilter check to .cvsignore.
11376
11377 2007-02-28  Wim Taymans  <wim@fluendo.com>
11378
11379         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
11380         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11381         (gst_avi_demux_loop), (gst_avi_demux_chain):
11382         Fix combined flow return. Fixes #412608.
11383
11384 2007-02-28  Wim Taymans  <wim@fluendo.com>
11385
11386         * gst/videofilter/Makefile.am:
11387         Dist header..
11388
11389 2007-02-28  Wim Taymans  <wim@fluendo.com>
11390
11391         * gst/videofilter/gstgamma.h:
11392         Add header too.
11393
11394 2007-02-28  Wim Taymans  <wim@fluendo.com>
11395
11396         Patch by: Mark Nauwelaerts <manauw at skynet be>
11397
11398         * gst/videofilter/Makefile.am:
11399         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
11400         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
11401         (gst_gamma_get_property), (gst_gamma_calculate_tables),
11402         (oil_tablelookup_u8), (gst_gamma_set_caps),
11403         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
11404         Port gamma filter to 0.10. Fixes #412704.
11405
11406         * tests/check/Makefile.am:
11407         * tests/check/elements/videofilter.c: (setup_filter),
11408         (cleanup_filter), (check_filter), (GST_START_TEST),
11409         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
11410         Add unit tests for videofilters.
11411
11412 2007-02-28  Wim Taymans  <wim@fluendo.com>
11413
11414         * gst/rtsp/URLS:
11415         Add another interesting test url.
11416
11417         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
11418         Don't allow getting header fields from data packets.
11419
11420 2007-02-28  Michael Smith  <msmith@fluendo.com>
11421
11422         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11423         (gst_shout2send_init), (gst_shout2send_start),
11424         (gst_shout2send_set_property), (gst_shout2send_get_property):
11425         * ext/shout2/gstshout2.h:
11426           Add a property for username.
11427
11428 2007-02-27  Christian Schallerr <christian@fluendo.com>
11429
11430         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
11431
11432 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11433
11434         * gst/rtsp/Makefile.am:
11435         Fix make check too.
11436
11437 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11438
11439         * gst/rtsp/base64.c: (util_base64_encode):
11440         * gst/rtsp/base64.h:
11441         Commit missing files for base64 encoding.
11442
11443 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11444
11445         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11446
11447         * configure.ac:
11448         * ext/annodex/Makefile.am:
11449         * ext/jpeg/Makefile.am:
11450         * ext/speex/Makefile.am:
11451         * gst/alpha/Makefile.am:
11452         * gst/cutter/Makefile.am:
11453         * gst/debug/Makefile.am:
11454         * gst/effectv/Makefile.am:
11455         * gst/goom/Makefile.am:
11456         * gst/level/Makefile.am:
11457         * gst/smpte/Makefile.am:
11458         * gst/videofilter/Makefile.am:
11459           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
11460
11461 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11462
11463         * gst/rtsp/Makefile.am:
11464         * gst/rtsp/rtspconnection.c: (append_auth_header),
11465         (rtsp_connection_send), (rtsp_connection_set_auth):
11466         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
11467         from icecast to replace it. Relicensed from GPL courtesy of Mike
11468         Smith.
11469
11470 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11471
11472         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
11473         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
11474         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
11475         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
11476         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
11477         (gst_rtspsrc_uri_set_uri):
11478         * gst/rtsp/gstrtspsrc.h:
11479         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11480         (append_auth_header), (rtsp_connection_send),
11481         (rtsp_connection_free), (rtsp_connection_set_auth):
11482         * gst/rtsp/rtspconnection.h:
11483         * gst/rtsp/rtspdefs.h:
11484         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
11485         * gst/rtsp/rtspurl.h:
11486
11487         Implement simple Basic Authentication support so that urls like
11488         rtsp://user:pass@hostname/rtspstream work on hosts that require
11489         authentication.
11490
11491 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
11492
11493         * sys/v4l2/gstv4l2object.c:
11494         * sys/v4l2/gstv4l2tuner.c:
11495         * sys/v4l2/v4l2_calls.c:
11496         Fix segfault when oppening a radio device.
11497         
11498 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
11499
11500         * gst/level/gstlevel.c: (gst_level_set_caps),
11501         (gst_level_transform_ip):
11502         * sys/v4l2/README:
11503         * tests/check/elements/level.c: (GST_START_TEST):
11504           Fix level for multi-channel case.
11505
11506 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
11507
11508         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
11509         (gst_level_transform_ip):
11510         * gst/level/gstlevel.h:
11511           Use function pointer for process function and add process functions
11512           for float audio.
11513
11514 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
11515
11516         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11517         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11518         (gst_v4l2src_capture_init):
11519           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
11520           fixes #407369
11521
11522 2007-02-18  Wim Taymans  <wim@fluendo.com>
11523
11524         * gst/rtp/Makefile.am:
11525         * gst/rtp/gstrtp.c: (plugin_init):
11526         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
11527         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
11528         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
11529         (gst_rtp_mp2t_pay_plugin_init):
11530         * gst/rtp/gstrtpmp2tpay.h:
11531         Added simple mpeg transport stream payloader.
11532
11533 2007-02-16  Wim Taymans  <wim@fluendo.com>
11534
11535         * gst/rtsp/URLS:
11536         Add example H264 rtsp url.
11537
11538         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11539         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11540         Don't convert values to lowercase or we might mess up base64 encoded
11541         properties.
11542
11543 2007-02-16  Wim Taymans  <wim@fluendo.com>
11544
11545         * gst/rtp/README:
11546         Fix case of string params.
11547
11548         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
11549         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
11550         Fix depayloader, support more packet types.
11551         Add sync codes to make sure the packetizer can do its job.
11552
11553         * gst/rtp/gstrtpmp4gdepay.c:
11554         * gst/rtp/gstrtpmp4gpay.c:
11555         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
11556         Fix caps case again.
11557
11558 2007-02-15  Wim Taymans  <wim@fluendo.com>
11559
11560         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
11561         Set right caps on output buffers.
11562
11563 2007-02-14  Wim Taymans  <wim@fluendo.com>
11564
11565         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
11566         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
11567         Clear stack allocated SDPMedia struct before calling _init() on it.
11568         Clarify this in the docs as well.
11569
11570 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
11571
11572         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
11573         (do_change_child):
11574         Don't reset the profile when going switching states, as it makes
11575         the element non-reusable.
11576
11577 2007-02-14  Wim Taymans  <wim@fluendo.com>
11578
11579         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
11580         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
11581         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
11582         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
11583         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
11584         (sdp_parse_line):
11585         * gst/rtsp/sdpmessage.h:
11586         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
11587         Fix memory management of SDP messages. Fixes #407793.
11588
11589 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
11590
11591         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
11592
11593         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
11594         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
11595
11596 2007-02-14  Wim Taymans  <wim@fluendo.com>
11597
11598         Patch by: jp.liu <jp_liu at astrocom dot cn>
11599
11600         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11601         Fix parsing of password field in url. Fixes #407797.
11602
11603 2007-02-14  Wim Taymans  <wim@fluendo.com>
11604
11605         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11606         (gst_wavparse_reset), (gst_wavparse_init),
11607         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
11608         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11609         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11610         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
11611         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11612         (gst_wavparse_loop), (gst_wavparse_chain),
11613         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
11614         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
11615         (plugin_init):
11616         * gst/wavparse/gstwavparse.h:
11617         Update docs.
11618         Use boilerplate.
11619         Various code cleanups.
11620         When the bitrate is not known (bps == 0 or compressed formats) let
11621         downstream element guestimate the duration and position and don't
11622         generate timestamps or durations. Fixes #405213.
11623         Fix EOS and ERROR conditions in chain mode, we just need to forward the
11624         error flowreturn upstream.
11625
11626 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
11627
11628         * ext/gconf/Makefile.am:
11629         * ext/gconf/gconf.c: (gst_gconf_get_string),
11630         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
11631         (gst_gconf_render_bin_with_default):
11632         * ext/gconf/gconf.h:
11633         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
11634         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
11635         (gst_gconf_audio_sink_dispose), (do_change_child),
11636         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
11637         (cb_change_child), (gst_gconf_audio_sink_change_state):
11638         * ext/gconf/gstgconfaudiosink.h:
11639         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
11640         (gst_switch_sink_class_init), (gst_switch_sink_reset),
11641         (gst_switch_sink_init), (gst_switch_sink_dispose),
11642         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
11643         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
11644         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
11645         * ext/gconf/gstswitchsink.h:
11646         * gst/autodetect/gstautoaudiosink.c:
11647         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
11648         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
11649         (gst_auto_audio_sink_detect):
11650         * gst/autodetect/gstautovideosink.c:
11651         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
11652         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
11653         (gst_auto_video_sink_detect):
11654         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
11655         and a child that implements the GConf key monitoring. The end goal of
11656         this is an audio sink that can be changed on the fly, but at the 
11657         moment it still only changes on the next READY transition.
11658
11659 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11660
11661         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11662         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11663         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
11664         (gst_avi_demux_calculate_durations_from_index),
11665         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11666         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11667         (gst_avi_demux_loop):
11668           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
11669
11670 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11671
11672         * configure.ac:
11673         * docs/plugins/Makefile.am:
11674           Add crossreferences to glib/gobject/gstream docs.
11675
11676 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11677
11678         * gst/monoscope/Makefile.am:
11679         * gst/monoscope/gstmonoscope.c:
11680           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
11681           (but no LIBS, since we only use defines from the headers).
11682
11683 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11684
11685         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
11686
11687         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
11688         (gst_wavparse_stream_data):
11689           Fix massive memory leak when operating in streaming mode due to
11690           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
11691           Fixes #407057.
11692
11693 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11694
11695         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11696         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
11697         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
11698         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11699         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11700         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11701         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
11702         (gst_avi_demux_calculate_durations_from_index),
11703         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11704         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
11705         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11706         * gst/avi/gstavidemux.h:
11707           Save some memory (8%) by repacking the index entry structure (more to
11708           come). Add more FIXMEs to questionable parts.
11709
11710 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11711
11712         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11713         (gst_v4l2src_get_caps):
11714         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11715         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11716         (gst_v4l2src_capture_init):
11717           More FIXME comments and messaging changes.
11718
11719 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11720
11721         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11722         (gst_goom_change_state):
11723         * gst/goom/gstgoom.h:
11724           Improved docs and use GST_DEBUG_FUNCPTR.
11725
11726         * gst/level/gstlevel.c: (gst_level_class_init):
11727           Use GST_DEBUG_FUNCPTR.
11728
11729         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11730         (gst_monoscope_chain), (gst_monoscope_change_state):
11731           Improved docs source cleanups.
11732
11733 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11734
11735         * gst/debug/Makefile.am:
11736         * gst/debug/gstdebug.c: (plugin_init):
11737         * gst/debug/gstpushfilesrc.c:
11738         * gst/debug/gstpushfilesrc.h:
11739           Add code for a pushfilesrc element that implements a pushfile:// URI
11740           handler, to make debugging push-mode operation of demuxer/decoders
11741           that support both easier in connection with seek/playbin/etc.
11742           The element isn't registered at the moment.
11743
11744 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
11745
11746         * gst/avi/gstavimux.c:
11747           Comment a #if 0 in caps template definition as VS6 seems to 
11748         do not support it.
11749         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11750           Use gst_guint64_to_gdouble for conversion.
11751         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11752           Move variables declaration before the first instruction.
11753         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11754           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11755           And don't include netdb.h for G_OS_WIN32
11756         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11757           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11758           by VS6 then use an other way to initialize SDPMedia structure.
11759         * gst/udp/gstdynudpsink.h:
11760         * gst/udp/gstdynudpnetutils.h:
11761           Do not include <sys/time.h> for G_OS_WIN32
11762         * gst/udp/gstudpsrc.c:
11763           Define socklen_t as int for G_OS_WIN32
11764         * win/common/config.h.in:
11765           Undef HAVE_NETINET_IN_H
11766         * win32/vs6/gst_plugins_good.dsw:
11767         * win32/vs6/libgstrtp.dsp:
11768         * win32/vs6/libgstrtsp.dsp:
11769         * win32/vs6/libgstautogen.dsp:
11770         * win32/vs6/libgstaudiofx.dsp:
11771         * win32/vs6/libgstudp.dsp:
11772           Add and update project files.
11773         * win32/common/gstudp-enumtypes.c:
11774         * win32/common/gstudp-enumtypes.h:
11775           Add a copy of udp enumtypes to win32/common as in core 
11776           and base.
11777         
11778 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
11779
11780         * configure.ac:
11781           Activate monoscope when building with --enable-experimental. Fix
11782           --enable-external configure switch description.
11783
11784         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11785         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11786           Help gst-indent.
11787
11788 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
11789
11790         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11791           Explicitly cast result of pointer arithmetic to integer in order to
11792           avoid compiler warnings on some 64-bit systems. Should fix #406018.
11793
11794 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
11795
11796         * gst/debug/progressreport.c:
11797           Some more docs.
11798
11799 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11800
11801         * docs/plugins/inspect/plugin-rtp.xml:
11802           Update for new elements.
11803
11804         * gst/debug/progressreport.h:
11805           Commit newly-created header file as well.
11806
11807 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11808
11809         * docs/plugins/Makefile.am:
11810         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11811         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11812         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11813         * gst/debug/Makefile.am:
11814         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
11815         (gst_progress_report_do_query), (gst_progress_report_report):
11816           Make progressreport element post messages with the current progress
11817           on the bus. Also add some basic docs for it.
11818
11819 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11820
11821         * ext/hal/hal.c: (gst_hal_get_string):
11822         * ext/hal/hal.h:
11823           Some small cleanups; deal with errors when parsing the HAL ALSA
11824           capabilities a bit better.
11825
11826 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11827
11828         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11829           Let's try this again and use the right cast this time.
11830
11831 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11832
11833         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11834           Add cast to avoid compiler warnings with older GLib versions
11835           where the nick/name members in GEnumValue are not declared as
11836           constant strings.
11837
11838 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11839
11840         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
11841         (gst_gconf_render_bin_from_key),
11842         (gst_gconf_get_default_audio_sink):
11843         * ext/gconf/gconf.h:
11844         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
11845         (do_toggle_element), (gst_gconf_audio_sink_set_property),
11846         (gst_gconf_audio_sink_get_property):
11847           In gconfaudiosink, get the right key as the old key in do_toggle
11848           (ie. one dependent on the profile selected). Log some more stuff so
11849           we can see what's actually going on.
11850
11851 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
11852
11853         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11854         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11855         (gst_audio_amplify_set_process_function),
11856         (gst_audio_amplify_setup):
11857         * gst/audiofx/audioamplify.h:
11858         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11859         (gst_audio_invert_class_init), (gst_audio_invert_setup):
11860         * gst/audiofx/audioinvert.h:
11861         Some small cleanups and port both elements to the new GstAudioFilter
11862         base class to save a few lines of common code.
11863         * gst/audiofx/Makefile.am:
11864         Link against libgstaudio for the above changes
11865
11866 2007-01-29  Wim Taymans  <wim@fluendo.com>
11867
11868         * tests/check/elements/.cvsignore:
11869         Some more ignores.
11870
11871 2007-01-26  Wim Taymans  <wim@fluendo.com>
11872
11873         Patch by: charles <charlesg3 at gmail dot com>
11874
11875         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11876         (set_shout_metadata), (gst_shout2send_event):
11877         * ext/shout2/gstshout2.h:
11878         Properly handle tags in shout2send. Fixes #399825.
11879
11880 2007-01-25  Wim Taymans  <wim@fluendo.com>
11881
11882         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11883         (gst_rtspsrc_activate_streams):
11884         Convert SDP fields to upper/lowercase following the rules in the SDP to
11885         caps document. 
11886
11887 2007-01-25  Wim Taymans  <wim@fluendo.com>
11888
11889         * gst/rtp/README:
11890         * gst/rtp/gstrtpilbcdepay.c:
11891         * gst/rtp/gstrtpilbcpay.c:
11892         * gst/rtp/gstrtpmp4gdepay.c:
11893         * gst/rtp/gstrtpmp4gpay.c:
11894         * gst/rtp/gstrtpspeexdepay.c:
11895         * gst/rtp/gstrtpspeexpay.c:
11896         * gst/rtp/gstrtpsv3vdepay.c:
11897         * gst/rtp/gstrtptheoradepay.c:
11898         * gst/rtp/gstrtptheorapay.c:
11899         * gst/rtp/gstrtpvorbisdepay.c:
11900         * gst/rtp/gstrtpvorbispay.c:
11901         Fix case of encoding-name and key/value pairs to match the document.
11902         This is to make interoperation with SDP case-insensitive as required by
11903         the relevant RFCs.
11904
11905 2007-01-25  Wim Taymans  <wim@fluendo.com>
11906
11907         * configure.ac:
11908         Bump required -core/-base to CVS
11909
11910 2007-01-25  Wim Taymans  <wim@fluendo.com>
11911
11912         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
11913         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
11914         * gst/rtp/gstrtpL16pay.h:
11915         Fill up to MTU using adapter.
11916         Timestamp rtp packets.
11917
11918 2007-01-25  Edward Hervey  <edward@fluendo.com>
11919
11920         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11921         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
11922         Use G_GSIZE_FORMAT in print statements for portability.
11923         Fixes build on macosx.
11924
11925 2007-01-24  Wim Taymans  <wim@fluendo.com>
11926
11927         * gst/rtp/Makefile.am:
11928         * gst/rtp/gstrtp.c: (plugin_init):
11929         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
11930         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
11931         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
11932         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
11933         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
11934         (gst_rtp_L16_depay_plugin_init):
11935         * gst/rtp/gstrtpL16depay.h:
11936         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
11937         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
11938         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
11939         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
11940         (gst_rtp_L16_pay_plugin_init):
11941         * gst/rtp/gstrtpL16pay.h:
11942         Port and enable raw audio payloader/depayloader. Needs a bit more work
11943         on the payloader side.
11944
11945 2007-01-24  Wim Taymans  <wim@fluendo.com>
11946
11947         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
11948         (gst_rtspsrc_stream_configure_transport),
11949         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
11950         * gst/rtsp/gstrtspsrc.h:
11951         Only unblock the udp pads when we linked and activated them all.
11952         Fixes #395688.
11953
11954 2007-01-24  Wim Taymans  <wim@fluendo.com>
11955
11956         * gst/rtp/Makefile.am:
11957         * gst/rtp/gstrtp.c: (plugin_init):
11958         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
11959         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
11960         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
11961         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
11962         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
11963         * gst/rtp/gstrtpac3depay.h:
11964         Added simple AC3 depayloader (RFC 4184).
11965
11966         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
11967         Fix a leak.
11968
11969 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
11970
11971         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11972
11973         * gst/audiofx/Makefile.am:
11974         * gst/audiofx/audioamplify.c:
11975         (gst_audio_amplify_clipping_method_get_type),
11976         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
11977         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
11978         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
11979         (gst_audio_amplify_set_caps),
11980         (gst_audio_amplify_transform_int_clip),
11981         (gst_audio_amplify_transform_int_wrap_negative),
11982         (gst_audio_amplify_transform_int_wrap_positive),
11983         (gst_audio_amplify_transform_float_clip),
11984         (gst_audio_amplify_transform_float_wrap_negative),
11985         (gst_audio_amplify_transform_float_wrap_positive),
11986         (gst_audio_amplify_transform_ip):
11987         * gst/audiofx/audioamplify.h:
11988         * gst/audiofx/audiofx.c: (plugin_init):
11989         Add new element "audioamplify". This allows scaling of raw audio
11990         samples, similar to the "volume" element, but provides different modes
11991         for clipping and allows unlimited amplification. It's mainly targeted
11992         for creative sound design and not as a replacement of the "volume"
11993         element. Fixes #397162
11994         * docs/plugins/Makefile.am:
11995         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11996         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11997         * docs/plugins/gst-plugins-good-plugins.args:
11998         * docs/plugins/inspect/plugin-audiofx.xml:
11999         Add docs for audioamplify and integrate them into the build system
12000         * tests/check/Makefile.am:
12001         * tests/check/elements/audioamplify.c: (setup_amplify),
12002         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
12003         Add fairly extensive unit test suite for audioamplify
12004
12005 2007-01-24  Wim Taymans  <wim@fluendo.com>
12006
12007         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
12008         Unblock pads after adding the pads to the element so that autopluggers
12009         get a change to link something. Possibly fixes #395688.
12010
12011 2007-01-24  Wim Taymans  <wim@fluendo.com>
12012
12013         * gst/rtp/gstrtpamrdepay.c:
12014         * gst/rtp/gstrtpgsmdepay.c:
12015         * gst/rtp/gstrtph263pdepay.c:
12016         * gst/rtp/gstrtph263ppay.c:
12017         * gst/rtp/gstrtph264depay.c:
12018         * gst/rtp/gstrtpilbcdepay.c:
12019         * gst/rtp/gstrtpmp2tdepay.c:
12020         * gst/rtp/gstrtpmp4gdepay.c:
12021         * gst/rtp/gstrtpmp4gpay.c:
12022         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
12023         * gst/rtp/gstrtpmp4vpay.c:
12024         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
12025         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
12026         (gst_rtp_mpa_depay_process):
12027         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
12028         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
12029         * gst/rtp/gstrtppcmadepay.c:
12030         * gst/rtp/gstrtppcmudepay.c:
12031         * gst/rtp/gstrtpspeexdepay.c:
12032         * gst/rtp/gstrtpspeexpay.c:
12033         * gst/rtp/gstrtpsv3vdepay.c:
12034         * gst/rtp/gstrtptheoradepay.c:
12035         * gst/rtp/gstrtptheorapay.c:
12036         * gst/rtp/gstrtpvorbisdepay.c:
12037         * gst/rtp/gstrtpvorbispay.c:
12038         Fix caps with payload numbers.
12039         Add some fixed payload numbers to caps when possible.
12040
12041 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
12042
12043         reviewed by: Stefan Kost  <ensonic@users.sf.net>
12044
12045         * gst/audiofx/Makefile.am:
12046         * gst/audiofx/audiofx.c: (plugin_init):
12047         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
12048         (gst_audio_invert_class_init), (gst_audio_invert_init),
12049         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
12050         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
12051         (gst_audio_invert_transform_float),
12052         (gst_audio_invert_transform_ip):
12053         * gst/audiofx/audioinvert.h:
12054         Add new audiofx element "audioinvert". This element swaps the upper
12055         and lower half of samples and can be used for example for a
12056         wide-stereo effect. Fixes #396057
12057         * docs/plugins/Makefile.am:
12058         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12059         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12060         * docs/plugins/gst-plugins-good-plugins.args:
12061         * docs/plugins/inspect/plugin-audiofx.xml:
12062         Add docs for the audioinvert element and add them to the build system.
12063         * tests/check/Makefile.am:
12064         * tests/check/elements/audioinvert.c: (setup_invert),
12065         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
12066         Add unit test suite for the audioinvert element.
12067
12068 2007-01-23  Wim Taymans  <wim@fluendo.com>
12069
12070         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
12071         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
12072         Parse config params as string and int.
12073         Parse and use AU header length
12074
12075 2007-01-23  Wim Taymans  <wim@fluendo.com>
12076
12077         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
12078         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
12079         * gst/smpte/gstmask.c: (_gst_mask_register):
12080         * gst/smpte/gstmask.h:
12081         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
12082         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
12083         (gst_smpte_paint_triangle_clock):
12084         constify some static structs.
12085         Don't update the mask if nothing changed to the params.
12086         Make sure we never draw outside of the picture. Fixes #398325.
12087
12088 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
12089
12090         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
12091           Error out properly when pull_range fails while we're reading the
12092           headers, instead of just pausing the task silently. Fixes #399338.
12093
12094 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12095
12096         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
12097           Some more sanity checks to make sure the input formats match and the
12098           input pads are actually negotiated, in case someone tries to feed
12099           buffers from fakesrc or filesrc. Fixes #398299.
12100           Also const-ify an array, just because we can.
12101
12102 2007-01-19  Edward Hervey  <edward@fluendo.com>
12103
12104         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
12105         Ignore previous commit, that was only valid for widths and heights
12106         that are multiples of 4.
12107         Copy over size/stride macros from jpegdec. This allows the element
12108         to work with any width,height...
12109         ... but puts in evidence that the actual transformations only work
12110         with width/height that are multiples of 4.
12111
12112 2007-01-19  Edward Hervey  <edward@fluendo.com>
12113
12114         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
12115         Allocate buffers of the right size.
12116         The proper size of a I420 buffer in bytes is:
12117         
12118             width * height * 3
12119             ------------------
12120                     2
12121
12122 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12123
12124         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12125           Proxy getcaps on sink pads too, so that we either end up with the
12126           same dimensions on all pads or error out if that's not possible
12127           (seems to work even!). Fixes #398086, I think.
12128
12129 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12130
12131         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12132         * docs/plugins/gst-plugins-good-plugins.args:
12133         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12134           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
12135           fix integer properties with -1 as minimum value.
12136
12137         * docs/plugins/inspect/plugin-1394.xml:
12138         * docs/plugins/inspect/plugin-aasink.xml:
12139         * docs/plugins/inspect/plugin-alaw.xml:
12140         * docs/plugins/inspect/plugin-alpha.xml:
12141         * docs/plugins/inspect/plugin-alphacolor.xml:
12142         * docs/plugins/inspect/plugin-annodex.xml:
12143         * docs/plugins/inspect/plugin-apetag.xml:
12144         * docs/plugins/inspect/plugin-audiofx.xml:
12145         * docs/plugins/inspect/plugin-auparse.xml:
12146         * docs/plugins/inspect/plugin-autodetect.xml:
12147         * docs/plugins/inspect/plugin-avi.xml:
12148         * docs/plugins/inspect/plugin-cacasink.xml:
12149         * docs/plugins/inspect/plugin-cairo.xml:
12150         * docs/plugins/inspect/plugin-cdio.xml:
12151         * docs/plugins/inspect/plugin-cutter.xml:
12152         * docs/plugins/inspect/plugin-debug.xml:
12153         * docs/plugins/inspect/plugin-dv.xml:
12154         * docs/plugins/inspect/plugin-efence.xml:
12155         * docs/plugins/inspect/plugin-effectv.xml:
12156         * docs/plugins/inspect/plugin-esdsink.xml:
12157         * docs/plugins/inspect/plugin-flac.xml:
12158         * docs/plugins/inspect/plugin-flxdec.xml:
12159         * docs/plugins/inspect/plugin-gconfelements.xml:
12160         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
12161         * docs/plugins/inspect/plugin-goom.xml:
12162         * docs/plugins/inspect/plugin-halelements.xml:
12163         * docs/plugins/inspect/plugin-icydemux.xml:
12164         * docs/plugins/inspect/plugin-id3demux.xml:
12165         * docs/plugins/inspect/plugin-jpeg.xml:
12166         * docs/plugins/inspect/plugin-level.xml:
12167         * docs/plugins/inspect/plugin-matroska.xml:
12168         * docs/plugins/inspect/plugin-mulaw.xml:
12169         * docs/plugins/inspect/plugin-multipart.xml:
12170         * docs/plugins/inspect/plugin-navigationtest.xml:
12171         * docs/plugins/inspect/plugin-ossaudio.xml:
12172         * docs/plugins/inspect/plugin-png.xml:
12173         * docs/plugins/inspect/plugin-rtp.xml:
12174         * docs/plugins/inspect/plugin-rtsp.xml:
12175         * docs/plugins/inspect/plugin-shout2send.xml:
12176         * docs/plugins/inspect/plugin-smpte.xml:
12177         * docs/plugins/inspect/plugin-speex.xml:
12178         * docs/plugins/inspect/plugin-taglib.xml:
12179         * docs/plugins/inspect/plugin-udp.xml:
12180         * docs/plugins/inspect/plugin-videobalance.xml:
12181         * docs/plugins/inspect/plugin-videobox.xml:
12182         * docs/plugins/inspect/plugin-videoflip.xml:
12183         * docs/plugins/inspect/plugin-videomixer.xml:
12184         * docs/plugins/inspect/plugin-wavenc.xml:
12185         * docs/plugins/inspect/plugin-wavparse.xml:
12186         * docs/plugins/inspect/plugin-ximagesrc.xml:
12187           Update to CVS.
12188
12189 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
12190
12191         Patch by: Sebastian Dröge <slomo circular-chaos org>
12192
12193         * gst/audiofx/audiopanorama.c:
12194           Fix doc section name (Fixes #397946)
12195
12196 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
12197
12198         * sys/v4l2/gstv4l2object.c:
12199         (gst_v4l2_object_install_properties_helper),
12200         (gst_v4l2_object_set_property_helper),
12201         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
12202         * sys/v4l2/gstv4l2object.h:
12203         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
12204         (gst_v4l2src_init), (gst_v4l2src_set_property),
12205         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
12206         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12207         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
12208         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
12209         (gst_v4l2src_capture_deinit):
12210           Fix EIO handing when capturing. Add new property to specify the number of
12211           buffers to enque (and remove the borked num-buffers usage).
12212
12213 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
12214
12215         Patch by: Sebastian Dröge <slomo circular-chaos org>
12216
12217         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
12218         (gst_audio_panorama_set_process_function):
12219           Use a function array for process methods, add more docs and define the
12220           startindex of enums.
12221
12222 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
12223
12224         Patch by: Mark Nauwelaerts <manauw at skynet be>
12225
12226         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
12227         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
12228         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
12229         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
12230         (gst_avi_mux_riff_get_avi_header),
12231         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
12232         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
12233         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
12234         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
12235         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
12236         (gst_avi_mux_change_state):
12237         * gst/avi/gstavimux.h:
12238         * tests/check/elements/avimux.c: (teardown_src_pad):
12239           Add support for more than one audio stream; write better AVIX
12240           header; refactor code a bit; don't announce vorbis caps on our audio
12241           sink pads since we don't support it anyway. Closes #379298.
12242
12243 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
12244
12245         Patch by: Sebastian Dröge <slomo circular-chaos org>
12246
12247         * gst/audiofx/audiopanorama.c:
12248         (gst_audio_panorama_method_get_type),
12249         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
12250         (gst_audio_panorama_set_process_function),
12251         (gst_audio_panorama_set_property),
12252         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
12253         (gst_audio_panorama_transform_m2s_int_simple),
12254         (gst_audio_panorama_transform_s2s_int_simple),
12255         (gst_audio_panorama_transform_m2s_float_simple),
12256         (gst_audio_panorama_transform_s2s_float_simple):
12257         * gst/audiofx/audiopanorama.h:
12258           Add 'method' property and provide a simple (non-psychoacustic)
12259           processing method (#394859).
12260
12261         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
12262         (panorama_suite):
12263           Tests for new method.
12264
12265 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
12266
12267         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
12268         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
12269           Set correct caps on outgoing pulled buffers, or things blow up
12270           after recent core changes.
12271
12272 2007-01-11  Wim Taymans  <wim@fluendo.com>
12273
12274         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12275
12276         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
12277         (gst_multipart_mux_request_new_pad),
12278         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
12279         (gst_multipart_mux_change_state):
12280         Return FLOW errors ASAP. Fixes #394977.
12281         Misc cleanups.
12282
12283 2007-01-11  Wim Taymans  <wim@fluendo.com>
12284
12285         Patch by: Lutz Mueller <lutz at topfrose dot de>
12286
12287         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
12288         Check for stream pad before activating. 
12289
12290 2007-01-10  Wim Taymans  <wim@fluendo.com>
12291
12292         Patch by: Peter Kjellerstedt  <pkj at axis com>
12293
12294         * gst/rtsp/COPYING.MIT:
12295         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
12296         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
12297         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
12298         (gst_rtspsrc_stream_configure_transport),
12299         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
12300         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
12301         (gst_rtspsrc_parse_methods),
12302         (gst_rtspsrc_create_transports_string),
12303         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
12304         (gst_rtspsrc_open), (gst_rtspsrc_close):
12305         * gst/rtsp/gstrtspsrc.h:
12306         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12307         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
12308         (parse_request_line), (parse_line), (rtsp_connection_read),
12309         (rtsp_connection_close):
12310         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
12311         (rtsp_method_as_text), (rtsp_header_as_text),
12312         (rtsp_status_as_text), (rtsp_find_header_field),
12313         (rtsp_find_method):
12314         * gst/rtsp/rtspdefs.h:
12315         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
12316         (rtsp_ext_wms_configure_stream):
12317         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
12318         (rtsp_message_new_request), (rtsp_message_init_request),
12319         (rtsp_message_new_response), (rtsp_message_init_response),
12320         (rtsp_message_init_data), (rtsp_message_unset),
12321         (rtsp_message_free), (rtsp_message_add_header),
12322         (rtsp_message_get_header), (rtsp_message_set_body),
12323         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
12324         * gst/rtsp/rtspmessage.h:
12325         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
12326         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
12327         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
12328         (sdp_message_dump):
12329         Allow url to be NULL to be able to use it for server connections.
12330         Can now send responses as well as requests.
12331         No longer hangs in an endless loop if EOF is received.
12332         Can now convert a status code to a text string.
12333         Return RTSP_HDR_INVALID for unknown headers.
12334         Return RTSP_INVALID for unknown methods.
12335         Copy CSeq and Session headers from the request.
12336         Only free memory corresponding to the currently set message type.
12337         Added const to function arguments as appropriate.
12338         Avoid a compiler warning when initializing nmedia.
12339         Use guint rather than gint to avoid compiler warnings.
12340         Fix crasher in wms extension.
12341         Factor out stream setup from open_connection.
12342         Delay activation of streams when actual data is received from the
12343         server, this prepares us to do proper protocol switching.
12344         Added new license.
12345         Fixes #380895.
12346
12347
12348 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
12349
12350         Patch by: Sebastian Dröge <slomo ubuntu com>
12351
12352         * docs/plugins/Makefile.am:
12353         * gst/audiofx/audiopanorama.c:
12354           Some small docs fixes (#394851).
12355
12356 2007-01-09  Wim Taymans  <wim@fluendo.com>
12357
12358         * gst/avi/gstavidemux.c:
12359         Fix docs.
12360
12361 2007-01-09  Wim Taymans  <wim@fluendo.com>
12362
12363         * gst/rtp/Makefile.am:
12364         * gst/rtp/gstrtp.c: (plugin_init):
12365         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
12366         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
12367         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
12368         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
12369         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
12370         * gst/rtp/gstrtpmpvdepay.h:
12371           Added RFC 2250 MPEG Video Depayloader.
12372
12373         * gst/rtp/gstrtpL16depay.h:
12374         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
12375         (gst_rtp_h263p_depay_process):
12376         Fix Header file. Small cleanups.
12377
12378         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
12379         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
12380         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
12381         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
12382         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
12383         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
12384         (gst_rtp_mp4v_depay_change_state):
12385         Remove usused code. Remove Adapter from state Change. Added debug.
12386
12387         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
12388         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
12389         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
12390         * gst/rtp/gstrtpmpadepay.h:
12391         Subclass base depayloader.
12392         Added debug.
12393         Support static payload type assignment as well.
12394
12395         * gst/rtp/gstrtpmpapay.c:
12396         Fix caps.
12397
12398 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
12399
12400         Patch by: Vincent Torri  <vtorri at univ-evry fr>
12401
12402         * ext/jpeg/gstjpegdec.c:
12403         * ext/jpeg/gstjpegenc.c:
12404         * ext/jpeg/smokecodec.c:
12405           These libjpeg callbacks should return a 'boolean' (unsigned char
12406           apparently) and not a 'gboolean' (which maps to gint). Fixes
12407           warnings when compiling with MingW (#393427).
12408
12409         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12410           Use ioctlsocket on win32.
12411
12412         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12413           Some printf format fixes for win32.
12414
12415 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
12416
12417         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12418           Use gst_guint64_to_gdouble for conversion.
12419         * win32/vs6/libgstmatroska.dsp:
12420           Add zlib to the link.
12421         * win32/vs6/libgstvideobox.dsp:
12422           Update liboil library name (project is linked to 
12423           liboil-0.3-0.lib now).
12424           
12425 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
12426
12427         * gst/matroska/Makefile.am:
12428           If zlib is available and used, we must link it explicitly for
12429           things to work on MingW (fixes #392855).
12430
12431 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
12432
12433         * ext/esd/esdsink.c: (gst_esdsink_delay):
12434           Don't return bogus values when esd_get_delay() fails for some
12435           reason (#392189).
12436
12437 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12438
12439         * sys/ximage/gstximagesrc.c: (composite_pixel):
12440           Fix presumably copy'n'pasto for 16bpp depth.
12441
12442 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12443
12444         * gst/matroska/matroska-mux.c:
12445         (gst_matroska_mux_audio_pad_setcaps):
12446           The "signed" field in audio caps is of boolean type, trying to use
12447           gst_structure_get_int() to extract it will fail. Fixing this makes
12448           matroskamux accept raw audio input (#387121) (use at your own risk
12449           though, due to the matroska spec being not entirely useful in this
12450           respect).
12451           Also fix up raw audio structures in template caps so that they
12452           represent what our setcaps function will actually accept, so that
12453           converters know what to convert to.
12454           Finally, don't fail if there isn't an "endianness" field in 8-bit
12455           PCM caps.
12456
12457 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
12458
12459         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12460         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12461         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12462         (teardown_cmmldec):
12463         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12464         (teardown_cmmlenc):
12465         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12466           reapply consistent pad (de)activation
12467
12468 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12469
12470         * configure.ac:
12471         Back to CVS
12472
12473         * gst-plugins-good.doap:
12474         Add 0.10.5 doap entry
12475
12476 === release 0.10.5 ===
12477
12478 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
12479
12480         * configure.ac:
12481           releasing 0.10.5, "The Path of Thorns"
12482
12483 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12484
12485         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12486         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12487         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12488         (teardown_cmmldec):
12489         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12490         (teardown_cmmlenc):
12491         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12492           revert my freeze breakage
12493
12494 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12495
12496         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12497         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12498         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12499         (teardown_cmmldec):
12500         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12501         (teardown_cmmlenc):
12502         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12503           consistent pad (de)activation
12504
12505 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12506
12507         * configure.ac:
12508         * ext/Makefile.am:
12509         Disable LADPSA, as it has moved to the -bad module for the duration.
12510
12511 2006-12-18  Wim Taymans  <wim@fluendo.com>
12512
12513         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
12514         (gst_signal_processor_event):
12515         Reset flow_state back to _OK after a flush stop so that we exit our
12516         error state after the flush. Fixes #374213
12517
12518 2006-12-16  David Schleef  <ds@schleef.org>
12519
12520         * sys/osxvideo/osxvideosink.h:
12521         * sys/osxvideo/osxvideosink.m:
12522           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
12523
12524 2006-12-16  David Schleef  <ds@schleef.org>
12525
12526         Patch by: Vijay Santhanam <vijay santhanam gmail com>
12527
12528         * sys/osxvideo/Makefile.am:
12529         * sys/osxvideo/osxvideosink.h:
12530         * sys/osxvideo/osxvideosink.m:
12531           Preliminary patch for porting osxvideosink
12532
12533 2006-12-16  Wim Taymans  <wim@fluendo.com>
12534
12535         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12536
12537         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
12538         (gst_videomixer_set_master_geometry),
12539         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
12540         (gst_videomixer_reset), (gst_videomixer_init),
12541         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
12542         (gst_videomixer_release_pad), (gst_videomixer_collected),
12543         (gst_videomixer_change_state):
12544         Introduce some locking around the videomixer state so that it does not
12545         crash when adding/removing pads. Fixes #383043.
12546
12547 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12548
12549         * configure.ac:
12550           Make sure libcaca can actually be used instead of just checking for
12551           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
12552           cross-compiling (fixes #384587).
12553
12554 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12555
12556         * Makefile.am:
12557         * gst-plugins-good.doap:
12558         * gst-plugins-good.spec.in:
12559           adding doap file
12560
12561 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12562
12563         * configure.ac:
12564           libflac-1.1.3 changed API again, but we can't build against it yet,
12565           so make sure our check doesn't use libflac-1.1.3 and add a comment
12566           to this effect.
12567
12568 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12569
12570         * gst/effectv/gstquark.c: (gst_quarktv_transform),
12571         (gst_quarktv_planetable_clear):
12572           Add some NULL pointer checks (possibly related to #385623).
12573
12574 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12575
12576         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
12577         (gst_tag_demux_chain):
12578         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12579           In streaming mode, if the first buffer we get doesn't have an
12580           offset, fix it up to be 0, otherwise trimming won't work later on
12581           and we'll be typefinding application/x-id3, which may result in
12582           decodebin plugging an endless number of id3demux elements as a
12583           consequence. Fixes #385031.
12584           
12585 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12586
12587         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
12588           Ignore the buffer_time the sound device reports. Turns out it is 
12589           sometimes completely bogus and we're better off without it.
12590
12591 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12592
12593         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12594         (gst_matroska_demux_video_caps):
12595         * gst/matroska/matroska-ids.c:
12596         (gst_matroska_track_init_video_context):
12597         * gst/matroska/matroska-ids.h:
12598           Try harder to extract the framerate for video tracks correctly and
12599           save it directly instead of converting it back and forth a few
12600           times. Mostly makes a difference for very small framerates (<1).
12601           Fixes #380199.
12602
12603 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12604
12605         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
12606         (gst_gconf_audio_src_dispose), (do_toggle_element):
12607         * ext/gconf/gstgconfaudiosrc.h:
12608           Remove gconf notify hook when the gconfaudiosrc element is
12609           destroyed, otherwise the callback may be called on an
12610           already-destroyed instance and bad things happen. Should fix
12611           #378184.
12612           Also ignore gconf key changes when the source is already running.
12613
12614 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
12615
12616         Patch by: Sebastian Dröge  <mail at slomosnail de>
12617
12618         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12619           We need to be able to read and parse any possible floating point string
12620           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
12621           will parse the former only in certain locales though, so we really need
12622           to canonicalise the separator to '.' and then use g_ascii_strtod() to
12623           make sure we can parse either version at all times.
12624           Fixes #382982 for real.
12625
12626 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12627
12628         * sys/sunaudio/gstsunaudiomixerctrl.c:
12629         * sys/sunaudio/gstsunaudiosrc.c:
12630
12631         Use the sunaudio debug category.
12632
12633         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
12634         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
12635         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12636         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
12637         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
12638         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
12639         (gst_sunaudiosink_reset):
12640         * sys/sunaudio/gstsunaudiosink.h:
12641
12642         Uses the sunaudio debug category for all debug output
12643         Implements the _delay() callback to synchronise video playback better
12644         Change the segtotal and segsize values back to the parent class 
12645           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
12646           respectively)
12647         Measure the samples written to the device vs. played.
12648         Keep track of segments in the device by writing empty eof frames, and
12649         sleep using a GCond when we get too far ahead and risk overrunning the
12650         sink's ringbuffer.
12651
12652         Fixes: #360673
12653
12654 2006-12-08  Wim Taymans  <wim@fluendo.com>
12655
12656         Patch by: Sebastian Dröge  <mail at slomosnail de >
12657
12658         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
12659         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
12660         * gst/audiofx/audiopanorama.h:
12661         Fix audiopanorame with float samples. Fixes #383726.
12662
12663 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12664
12665         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
12666         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
12667         (gst_sunaudiosrc_reset):
12668
12669         Implement reset functions to unblock the src/sink more quickly on 
12670         state change requests.
12671         Patch by: Brian Cameron <brian dot cameron at sun com>
12672
12673 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12674
12675         * sys/sunaudio/gstsunaudiomixer.c:
12676         (gst_sunaudiomixer_change_state):
12677         Construct the correct mixer device name when the AUDIODEV env var
12678         is set.
12679
12680         Patch by: Jerry Tan <jerry.tan at sun dot com>
12681         Fixes: #383596
12682
12683 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12684
12685         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
12686         Apply patch to open the mixer control and set the MULTIPLE_OPEN
12687         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
12688         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
12689         Patch by: Jerry Tan <jerry.tan at sun dot com>
12690         Fixes: #349015
12691
12692 2006-12-07  Wim Taymans  <wim@fluendo.com>
12693
12694         * gst/smpte/gstmask.h:
12695         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
12696         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
12697         (gst_smpte_collected), (gst_smpte_set_property),
12698         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
12699         * gst/smpte/gstsmpte.h:
12700         Port to 0.10 some more. 
12701         Added duration property to specify the duration of the transition.
12702         Make framerate a fraction.
12703         Deprecate fps property, we only use negotiated fps.
12704         Added docs.
12705         Fix collectpad usage.
12706         Reset state in READY.
12707         Send NEWSEGMENT event.
12708         Fix racy updates of object properties.
12709         Added debug category.
12710         Fixes #383323.
12711
12712 2006-12-06  Wim Taymans  <wim@fluendo.com>
12713
12714         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12715
12716         * gst/videomixer/videomixer.c:
12717         (gst_videomixer_set_master_geometry),
12718         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
12719         Don't reset xpos and ypos in the setcaps function because causes
12720         unexpected behaviour.
12721         Fixes #382179.
12722
12723 2006-12-06  Wim Taymans  <wim@fluendo.com>
12724
12725         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
12726         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
12727         Keep track of the buffer timestamp in the collectdata member instead
12728         of modifying the buffer without making the metadata writable first.
12729         Fixes #382277.
12730
12731 2006-12-06  Wim Taymans  <wim@fluendo.com>
12732
12733         Patch by: Rob Taylor <robtaylor at floopily dot org>
12734
12735         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12736         If using multicast in udpsrc, bind to the multicast address rather than
12737         IN_ADDR_ANY.
12738         This allows the simultanous use of multiple udpsrcs listening on
12739         different multicat addresses. Without this all udpsrcs will receive all
12740         packets from all subscribed multicast addresses.
12741         Fixes #383001.
12742
12743 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12744
12745         * ext/taglib/gstid3v2mux.cc:
12746         Don't attempt to write a NULL frame into the ID3 tag set when the 
12747         createFrame method returned NULL.
12748         Fixes: #381857
12749         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12750
12751 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12752
12753         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12754         Use g_strtod() instead of sscanf to parse doubles, so that it will
12755         try parsing in the C locale if the current locale fails.
12756         Fixes: #382982
12757         Patch by: Sebastian Dröge  <mail at slomosnail de >
12758
12759 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
12760
12761         * win32/MANIFEST:
12762         Fix compilation on win32 under VS8
12763         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12764         Partially fixes #381175
12765
12766 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12767
12768         * gst/avi/gstavimux.c:
12769           accept all mpegversions,fixes #380825
12770           spotted by: Jerome Alet  
12771
12772 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12773
12774         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12775         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12776         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12777         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12778           cleanup the error message a bit more
12779
12780 2006-11-28  Wim Taymans  <wim@fluendo.com>
12781
12782         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12783         Fix width and height properties.
12784
12785         * ext/libcaca/gstcacasink.h:
12786         Fix compilation on newer libcaca that require us to include a new
12787         header. Fixes #379918.
12788
12789 2006-11-28  Wim Taymans  <wim@fluendo.com>
12790
12791         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12792         * gst/rtsp/gstrtspsrc.h:
12793         * gst/rtsp/rtspext.h:
12794         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12795         (rtsp_ext_wms_get_context):
12796         Add method so that extensions can choose to disable the setup of
12797         a stream.
12798         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12799
12800 2006-11-27  Wim Taymans  <wim@fluendo.com>
12801
12802         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12803
12804         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12805         Push header in a separate buffer instead of memcpy:ing all data.
12806         Change LF => CRLF in headers.
12807         Move trailing LF to header. Fixes #379792.
12808
12809 2006-11-27  Wim Taymans  <wim@fluendo.com>
12810
12811         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12812         Small buffer overflow fix and improve debugging.
12813
12814 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12815
12816         * ext/esd/esdmon.h:
12817         * ext/esd/esdsink.h:
12818           remove obsolete _factory_init protos
12819
12820 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12821
12822         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
12823         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12824         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
12825         (gst_avi_demux_read_subindexes_push),
12826         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12827         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12828         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
12829         (gst_avi_demux_massage_index),
12830         (gst_avi_demux_calculate_durations_from_index),
12831         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12832         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12833         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12834           remove dead code, tweak debugs statements, add comments, use
12835           _uint64_scale instead _uint64_scale_int when using guint64 values,
12836           small optimizations, reflow some error handling
12837
12838 2006-11-22  Edward Hervey  <edward@fluendo.com>
12839
12840         * po/.cvsignore:
12841         We never put .pot files in cvs. Let's ignore them all.
12842
12843 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12844
12845         * po/POTFILES.in:
12846           ... but better exclude files that aren't disted.
12847
12848 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12849
12850         * po/POTFILES.in:
12851           Add v4l2 source files to list of files with translations, so the
12852           strings are actually extracted (however bad they still may be).
12853
12854 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12855
12856         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12857           Minor clean-ups: const-ify static array, remove trailing comma from
12858           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12859
12860 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
12861
12862         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12863         Make sure that g_free always gets called on the same pointer that was 
12864         returned by g_malloc.  Fixes #376594.
12865         Do not leak memory if decompressed size is wrong.
12866         Remove unneeded check of return value of g_malloc.
12867         Patch by: René Stadler <mail@renestadler.de>
12868
12869 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
12870
12871         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12872           Add missing curly brackets.
12873
12874 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
12875
12876         * sys/v4l2/v4l2src_calls.c:
12877         Fix capture_deinit.
12878
12879 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12880
12881         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12882         (gst_matroska_mux_request_new_pad):
12883           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12884
12885         * tests/check/elements/matroskamux.c: (setup_src_pad),
12886         (setup_sink_pad), (GST_START_TEST):
12887         Activate pads before using them.
12888
12889 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12890
12891         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12892           Initialise variable to get rid of bogus compiler warning.
12893
12894 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
12895
12896         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12897
12898         * gst/rtp/gstrtph263pay.c:
12899         * gst/rtp/gstrtph263pdepay.c:
12900         * gst/rtp/gstrtph263ppay.c:
12901           Specify H.263 variant and version in the caps (fixes #361637)
12902
12903 2006-11-15  Wim Taymans  <wim@fluendo.com>
12904
12905         * gst/rtsp/rtspconnection.c: (read_body):
12906         Don't set a data pointer to NULL and a size > 0 when we deal
12907         with empty packets.
12908
12909         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12910         (rtsp_message_init_response), (rtsp_message_init_data),
12911         (rtsp_message_unset), (rtsp_message_free),
12912         (rtsp_message_take_body):
12913         Check that we can't create invalid empty packets. 
12914
12915 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12916
12917         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12918
12919         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
12920         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
12921         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
12922         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
12923         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
12924         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
12925         * gst/matroska/matroska-mux.h:
12926           Add basic tag writing support; implement releasing pads (#374658).
12927
12928 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12929
12930         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12931         (gst_matroska_demux_audio_caps):
12932           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
12933
12934 2006-11-14  David Schleef  <ds@schleef.org>
12935
12936         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
12937
12938 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
12939
12940         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12941
12942         * win32/vs8/gst-plugins-good.sln:
12943         * win32/vs8/libgst1394.vcproj:
12944         * win32/vs8/libgstaasink.vcproj:
12945         * win32/vs8/libgstalaw.vcproj:
12946         * win32/vs8/libgstalpha.vcproj:
12947         * win32/vs8/libgstalphacolor.vcproj:
12948         * win32/vs8/libgstannodex.vcproj:
12949         * win32/vs8/libgstapetag.vcproj:
12950         * win32/vs8/libgstaudiofx.vcproj:
12951         * win32/vs8/libgstauparse.vcproj:
12952         * win32/vs8/libgstautodetect.vcproj:
12953         * win32/vs8/libgstavi.vcproj:
12954         * win32/vs8/libgstcacasink.vcproj:
12955         * win32/vs8/libgstcdio.vcproj:
12956         * win32/vs8/libgstcutter.vcproj:
12957         * win32/vs8/libgstdv.vcproj:
12958         * win32/vs8/libgsteffectv.vcproj:
12959         * win32/vs8/libgstflac.vcproj:
12960         * win32/vs8/libgstflxdec.vcproj:
12961         * win32/vs8/libgstgoom.vcproj:
12962         * win32/vs8/libgsticydemux.vcproj:
12963         * win32/vs8/libgstid3demux.vcproj:
12964         * win32/vs8/libgstjpeg.vcproj:
12965         * win32/vs8/libgstladspa.vcproj:
12966         * win32/vs8/libgstlevel.vcproj:
12967         * win32/vs8/libgstmatroska.vcproj:
12968         * win32/vs8/libgstmikmod.vcproj:
12969         * win32/vs8/libgstmng.vcproj:
12970         * win32/vs8/libgstmonoscope.vcproj:
12971         * win32/vs8/libgstmulaw.vcproj:
12972         * win32/vs8/libgstmultipart.vcproj:
12973         * win32/vs8/libgstpng.vcproj:
12974         * win32/vs8/libgstrtp.vcproj:
12975         * win32/vs8/libgstrtsp.vcproj:
12976         * win32/vs8/libgstshout2.vcproj:
12977         * win32/vs8/libgstsmpte.vcproj:
12978         * win32/vs8/libgstspeex.vcproj:
12979         * win32/vs8/libgsttaglib.vcproj:
12980         * win32/vs8/libgstudp.vcproj:
12981         * win32/vs8/libgstvideobalance.vcproj:
12982         * win32/vs8/libgstvideobox.vcproj:
12983         * win32/vs8/libgstvideoflip.vcproj:
12984         * win32/vs8/libgstvideomixer.vcproj:
12985         * win32/vs8/libgstwavenc.vcproj:
12986         * win32/vs8/libgstwavparse.vcproj:
12987           Make end-of-line returns unixy, so that when the files are checked
12988           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
12989           Hopefully fixes #366492.
12990
12991 2006-11-14  Wim Taymans  <wim@fluendo.com>
12992
12993         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12994         Disable init_frames delay timestamp adjustment, it does not
12995         seem to be needed at all. Fixes #369621.
12996
12997 2006-11-13  Wim Taymans  <wim@fluendo.com>
12998
12999         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13000
13001         * gst/videomixer/videomixer.c:
13002         (gst_videomixer_set_master_geometry),
13003         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
13004         (gst_videomixer_collect_free), (gst_videomixer_reset),
13005         (gst_videomixer_init), (gst_videomixer_finalize),
13006         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
13007         (gst_videomixer_collected), (gst_videomixer_change_state):
13008         Fix memleak by unref'ing collectpads instance (when finalizing)
13009         Implement releasing a request pad. Fixes #374479.
13010
13011 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
13012
13013         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
13014
13015         * win32/vs8/gst-plugins-good.sln:
13016         * win32/vs8/libgst1394.vcproj:
13017         * win32/vs8/libgstaasink.vcproj:
13018         * win32/vs8/libgstalaw.vcproj:
13019         * win32/vs8/libgstalpha.vcproj:
13020         * win32/vs8/libgstalphacolor.vcproj:
13021         * win32/vs8/libgstannodex.vcproj:
13022         * win32/vs8/libgstapetag.vcproj:
13023         * win32/vs8/libgstaudiofx.vcproj:
13024         * win32/vs8/libgstauparse.vcproj:
13025         * win32/vs8/libgstautodetect.vcproj:
13026         * win32/vs8/libgstavi.vcproj:
13027         * win32/vs8/libgstcacasink.vcproj:
13028         * win32/vs8/libgstcdio.vcproj:
13029         * win32/vs8/libgstcutter.vcproj:
13030         * win32/vs8/libgstdv.vcproj:
13031         * win32/vs8/libgsteffectv.vcproj:
13032         * win32/vs8/libgstflac.vcproj:
13033         * win32/vs8/libgstflxdec.vcproj:
13034         * win32/vs8/libgstgoom.vcproj:
13035         * win32/vs8/libgsticydemux.vcproj:
13036         * win32/vs8/libgstid3demux.vcproj:
13037         * win32/vs8/libgstjpeg.vcproj:
13038         * win32/vs8/libgstladspa.vcproj:
13039         * win32/vs8/libgstlevel.vcproj:
13040         * win32/vs8/libgstmatroska.vcproj:
13041         * win32/vs8/libgstmikmod.vcproj:
13042         * win32/vs8/libgstmng.vcproj:
13043         * win32/vs8/libgstmonoscope.vcproj:
13044         * win32/vs8/libgstmulaw.vcproj:
13045         * win32/vs8/libgstmultipart.vcproj:
13046         * win32/vs8/libgstpng.vcproj:
13047         * win32/vs8/libgstrtp.vcproj:
13048         * win32/vs8/libgstrtsp.vcproj:
13049         * win32/vs8/libgstshout2.vcproj:
13050         * win32/vs8/libgstsmpte.vcproj:
13051         * win32/vs8/libgstspeex.vcproj:
13052         * win32/vs8/libgsttaglib.vcproj:
13053         * win32/vs8/libgstudp.vcproj:
13054         * win32/vs8/libgstvideobalance.vcproj:
13055         * win32/vs8/libgstvideobox.vcproj:
13056         * win32/vs8/libgstvideoflip.vcproj:
13057         * win32/vs8/libgstvideomixer.vcproj:
13058         * win32/vs8/libgstwavenc.vcproj:
13059         * win32/vs8/libgstwavparse.vcproj:
13060           Add VS8 project files (note that many of the plugins in ext are
13061           disabled by default). Fixes #366492.
13062
13063 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
13064
13065         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
13066           we do not translate debug messages
13067
13068 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
13069
13070         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
13071           fix categorisation, make short desc more explicit, remove unused code
13072           Fixes #372021
13073
13074 2006-11-08  Wim Taymans  <wim@fluendo.com>
13075
13076         * gst/rtp/gstrtpL16depay.c:
13077         * gst/rtp/gstrtpamrdepay.c:
13078         * gst/rtp/gstrtpamrpay.c:
13079         * gst/rtp/gstrtpgsmdepay.c:
13080         * gst/rtp/gstrtph263pay.c:
13081         * gst/rtp/gstrtph263pdepay.c:
13082         * gst/rtp/gstrtph263ppay.c:
13083         * gst/rtp/gstrtph264depay.c:
13084         * gst/rtp/gstrtpmp2tdepay.c:
13085         * gst/rtp/gstrtpmp4gdepay.c:
13086         * gst/rtp/gstrtpmp4gpay.c:
13087         * gst/rtp/gstrtpmp4vdepay.c:
13088         * gst/rtp/gstrtpmp4vpay.c:
13089         * gst/rtp/gstrtpmpadepay.c:
13090         * gst/rtp/gstrtpmpapay.c:
13091         * gst/rtp/gstrtppcmadepay.c:
13092         * gst/rtp/gstrtppcmapay.c:
13093         * gst/rtp/gstrtppcmudepay.c:
13094         * gst/rtp/gstrtppcmupay.c:
13095         * gst/rtp/gstrtpspeexdepay.c:
13096         * gst/rtp/gstrtpspeexpay.c:
13097         * gst/rtp/gstrtpsv3vdepay.c:
13098         Fix element descriptions.
13099
13100 2006-11-08  Wim Taymans  <wim@fluendo.com>
13101
13102         * gst/rtp/gstrtpvorbisdepay.c:
13103         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
13104         Fix description.
13105         Small cleanup in the payloader.
13106
13107 2006-11-08  Wim Taymans  <wim@fluendo.com>
13108
13109         * gst/rtp/Makefile.am:
13110         * gst/rtp/gstrtp.c: (plugin_init):
13111         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
13112         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
13113         (gst_rtp_theora_depay_finalize),
13114         (gst_rtp_theora_depay_parse_configuration),
13115         (gst_rtp_theora_depay_setcaps),
13116         (gst_rtp_theora_depay_switch_codebook),
13117         (gst_rtp_theora_depay_process),
13118         (gst_rtp_theora_depay_set_property),
13119         (gst_rtp_theora_depay_get_property),
13120         (gst_rtp_theora_depay_change_state),
13121         (gst_rtp_theora_depay_plugin_init):
13122         * gst/rtp/gstrtptheoradepay.h:
13123         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
13124         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
13125         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
13126         (gst_rtp_theora_pay_init_packet),
13127         (gst_rtp_theora_pay_flush_packet),
13128         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
13129         (gst_rtp_theora_pay_handle_buffer),
13130         (gst_rtp_theora_pay_plugin_init):
13131         * gst/rtp/gstrtptheorapay.h:
13132         Add theora pay/depayloaders.
13133
13134 2006-11-06  Wim Taymans  <wim@fluendo.com>
13135
13136         * gst/rtp/Makefile.am:
13137         We depend on gsttag to generate the vorbis comments.
13138
13139         * gst/rtp/gstrtpvorbisdepay.c:
13140         (gst_rtp_vorbis_depay_parse_configuration),
13141         (gst_rtp_vorbis_depay_setcaps),
13142         (gst_rtp_vorbis_depay_switch_codebook),
13143         (gst_rtp_vorbis_depay_process):
13144         * gst/rtp/gstrtpvorbisdepay.h:
13145         Parse configuration string in the depayloader.
13146         Implement selecting and switching to a new codebook.
13147         Receiving vorbis over RTP now works.
13148
13149         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
13150         (gst_rtp_vorbis_pay_init_packet),
13151         (gst_rtp_vorbis_pay_finish_headers),
13152         (gst_rtp_vorbis_pay_handle_buffer):
13153         * gst/rtp/gstrtpvorbispay.h:
13154         Set timestamps on outgoing buffers and RTP packets.
13155         Fix configuration string, prepend number of Packet headers.
13156         Fix encoding of ident string.
13157         Add delivery-method to caps.
13158         Streaming vorbis over RTP now works.
13159
13160 2006-11-06  Wim Taymans  <wim@fluendo.com>
13161
13162         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13163         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
13164         (gst_rtp_vorbis_pay_handle_buffer):
13165         * gst/rtp/gstrtpvorbispay.h:
13166         Generate a valid configuration string in the caps based on the
13167         vorbis headers.
13168
13169 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
13170
13171         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
13172         * ext/cdio/gstcdio.h:
13173         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
13174           Move CD-TEXT utility function into common file so it can also be
13175           used by a future cdioparanoiasrc.
13176
13177 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
13178         
13179         * sys/v4l2/Makefile.am:
13180         * sys/v4l2/gstv4l2object.c:
13181         * sys/v4l2/gstv4l2src.c:
13182         * sys/v4l2/gstv4l2xoverlay.c:
13183         * sys/v4l2/v4l2_calls.c:
13184         * sys/v4l2/v4l2src_calls.c:
13185         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
13186         xoverlay code that is still not implemented.
13187
13188 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
13189
13190         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
13191           We require a -base more recent than 0.10.9, so it's safe to use
13192           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
13193
13194         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
13195         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
13196           Use _newsegment_full() now that we depend on a recent enough core.
13197
13198         * gst/wavparse/gstwavparse.c:
13199           Remove cruft that we don't need any longer now that we depend on
13200           a recent enough -base.
13201
13202 2006-10-31  Wim Taymans  <wim@fluendo.com>
13203
13204         * gst/rtp/Makefile.am:
13205         * gst/rtp/gstrtp.c: (plugin_init):
13206         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
13207         (gst_rtpilbcpay_setcaps):
13208         Fix and activate ILBC pay and depayloaders. Fixes #368162.
13209
13210 2006-10-31  Wim Taymans  <wim@fluendo.com>
13211
13212         * ext/speex/gstspeexdec.c: (speex_dec_convert),
13213         (speex_dec_sink_event), (speex_dec_chain_parse_header):
13214         Some small cleanups, use _scale.
13215
13216 2006-10-31  Wim Taymans  <wim@fluendo.com>
13217
13218         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13219         Use higher precision scale function.
13220
13221 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
13222
13223         Patch by: Michal Benes  <michal dot benes at itonis tv>
13224
13225         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
13226         (gst_matroska_demux_read_track_encodings),
13227         (gst_matroska_decode_buffer):
13228           Fix several issues with encoded/compressed/encrypted/signed tracks;
13229           also, remove superfluous newline characters from some debug
13230           statements. (#366155)
13231
13232 2006-10-30  Wim Taymans  <wim@fluendo.com>
13233
13234         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
13235         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
13236         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
13237         (gst_smokedec_change_state):
13238         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13239         (gst_smokeenc_init), (gst_smokeenc_finalize),
13240         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
13241         (gst_smokeenc_resync), (gst_smokeenc_chain),
13242         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
13243         (gst_smokeenc_change_state):
13244         Various cleanups, capsnego and leak fixes.
13245
13246 2006-10-30  Wim Taymans  <wim@fluendo.com>
13247
13248         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13249
13250         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
13251         Fix videomixer so that it can handle any combination of framerates.
13252         Fixes #367221.
13253
13254 2006-10-28  Wim Taymans  <wim@fluendo.com>
13255
13256         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13257         (gst_avi_demux_parse_file_header),
13258         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
13259         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
13260         (gst_avi_demux_chain):
13261         Fix position query for audio. also fixes timestamps in streaming
13262         mode and bug #364958.
13263         Small cleanups.
13264
13265 2006-10-27  Wim Taymans  <wim@fluendo.com>
13266
13267         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
13268         * ext/libpng/gstpngenc.h:
13269         Fix strides. Fixes #364856.
13270         Cleanup capsnego.
13271         Set caps on outgoing buffers.
13272
13273 2006-10-18  Wim Taymans  <wim@fluendo.com>
13274
13275         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
13276
13277         * gst/rtp/gstrtpgsmpay.c:
13278         * gst/rtp/gstrtph263pay.c:
13279         * gst/rtp/gstrtpmpapay.c:
13280         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
13281         (gst_rtp_pcma_pay_handle_buffer):
13282         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
13283         Add static payload numbers in addition to the dynamic ones.
13284         Fixes #361639.
13285
13286 2006-10-18  Wim Taymans  <wim@fluendo.com>
13287
13288         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
13289         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
13290         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
13291         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
13292         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
13293         * gst/rtsp/rtspdefs.h:
13294         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13295         * gst/rtsp/rtspurl.h:
13296         Reuse already existing enum for lower transport.
13297         Add rtspt and rtspu protocols.
13298         Send redirect to rtspt when udp times out.
13299
13300 2006-10-18  Wim Taymans  <wim@fluendo.com>
13301
13302         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
13303         (gst_wavparse_stream_data):
13304         Fix seeking some more, mostly for speed changes.
13305
13306 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
13307
13308         Patch by: Fredrik Persson  <frepe at bredband net>
13309
13310         * sys/v4l2/gstv4l2tuner.c:
13311         * sys/v4l2/gstv4l2tuner.h:
13312           Fix _set_channel(): remove useless g_object_notify() for "channel"
13313           property that doesn't exist any longer and therefore now also
13314           useless redirect (#338818).
13315
13316 2006-10-17  Wim Taymans  <wim@fluendo.com>
13317
13318         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
13319         Some drivers do not support unsetting the non-blocking flag once the
13320         device is opened. In those cases, close/open the device in
13321         non-blocking mode. Fixes #362673.
13322
13323 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13324
13325         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13326         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13327         (gst_v4l2src_get_fps):
13328           dear stefan, framespersecond is not frameperiod, reverting but adding
13329           comment
13330
13331 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13332
13333         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13334         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13335         (gst_v4l2src_get_fps):
13336           Numerator is numerator and denominator is denominator. Say that aloud
13337           5 times and retry after next beer.
13338
13339 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
13340
13341         Patch by: Josep Torra Valles  <josep at fluendo com>
13342
13343         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
13344         * ext/esd/esdsink.c: (gst_esdsink_write):
13345         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
13346         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
13347         (gst_flac_dec_send_newsegment):
13348         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
13349         (gst_flac_enc_tell_callback):
13350         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
13351         (smokecodec_parse_header), (smokecodec_decode):
13352         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
13353         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
13354         * gst/goom/Makefile.am:
13355         * gst/goom/gstgoom.c:
13356         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
13357         * gst/rtsp/gstrtspsrc.c:
13358         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13359         * gst/udp/gstudpsink.c:
13360         * gst/udp/gstudpsrc.c:
13361         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
13362         * sys/sunaudio/gstsunaudiomixertrack.h:
13363           Fix a bunch of problems discovered by the Forte compiler, mostly type
13364           mixups and pointer arithmetics with void pointers. Fixes #362603.
13365
13366 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13367
13368         * ext/speex/gstspeex.c: (plugin_init):
13369         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
13370         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
13371         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
13372         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
13373         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
13374         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
13375         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
13376         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
13377         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
13378         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
13379         (gst_speex_enc_chain), (gst_speex_enc_get_property),
13380         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
13381         * ext/speex/gstspeexenc.h:
13382           Miscellaneous clean-ups, among other things: speexenc => enc to
13383           enhance code readability; change speexenc => speex_enc; in chain
13384           function unref input buffer in case of error; take reference in
13385           event function; use boilerplate macro; use gst_pad_query_peer_*
13386           convenience functions.
13387
13388 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13389
13390         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
13391         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
13392         (gst_speexenc_set_header_on_caps):
13393           Fix some mem leaks.
13394
13395 2006-10-11  Wim Taymans  <wim@fluendo.com>
13396
13397         * gst/rtsp/URLS:
13398         Added some other URL.
13399
13400         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
13401         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
13402         (gst_rtspsrc_open), (gst_rtspsrc_play),
13403         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13404         * gst/rtsp/gstrtspsrc.h:
13405         Work on fallback to TCP connection when the UDP socket times out.
13406         Handler server requests, just reply with OK for now.
13407
13408         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13409         * gst/rtsp/rtspdefs.h:
13410         Added some more Real extension headers.
13411
13412         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13413         Fix parsing of urls with a ':' that is not part of the hostname:port
13414         part of the url.
13415
13416 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
13417
13418         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
13419         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
13420         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13421           Activate pad before adding it to the already-running element.
13422
13423         * tests/check/elements/icydemux.c: (icydemux_found_pad):
13424           Activate newly-created pad too.
13425
13426 2006-10-11  Wim Taymans  <wim@fluendo.com>
13427
13428         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
13429
13430         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13431         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
13432         (gst_udpsrc_start):
13433         Fix some leaks in caps and uris. Fixes #361252.
13434
13435 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
13436
13437         * gst/wavparse/Makefile.am:
13438           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
13439
13440 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
13441
13442         * sys/v4l2/gstv4l2xoverlay.c:
13443         * sys/v4l2/gstv4l2xoverlay.h:
13444         Fix build as per the patch in #338818 comment 36.
13445
13446 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
13447
13448         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
13449           Activate pads before adding them to the source.
13450
13451 2006-10-06  Wim Taymans  <wim@fluendo.com>
13452
13453         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
13454         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
13455         Activate pads before adding.
13456
13457 2006-10-06  Wim Taymans  <wim@fluendo.com>
13458
13459         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
13460         (gst_multipart_find_pad_by_mime):
13461         Activate pads before adding.
13462
13463         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
13464         BOILERPLATE sets parent_class for us.
13465
13466 2006-10-06  Wim Taymans  <wim@fluendo.com>
13467
13468         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
13469         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
13470         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
13471         (gst_rtspsrc_alloc_udp_ports),
13472         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13473         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
13474         (gst_rtspsrc_create_transports_string),
13475         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
13476         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13477         * gst/rtsp/gstrtspsrc.h:
13478         Rework how the transport string is constructed, try to share channels
13479         and udp ports.
13480         Make most of the stuff less dependant on RTP as we are also going to use
13481         it for RDT.
13482         Add support for transport specific session managers.
13483
13484         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
13485         Implement _flush().
13486
13487         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13488         * gst/rtsp/rtspdefs.h:
13489         Add generic error return code.
13490
13491         * gst/rtsp/rtspext.h:
13492         Add support for pluggable tranport strings.
13493
13494         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
13495         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
13496         (rtsp_ext_wms_get_context):
13497         Detect WMServer and activate the extension.
13498
13499         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
13500         (rtsp_transport_get_manager), (rtsp_transport_parse):
13501         * gst/rtsp/rtsptransport.h:
13502         Added methods to get mime/manager for certain transports.
13503
13504 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
13505
13506         * ext/cairo/gsttimeoverlay.c:
13507         (gst_cairo_time_overlay_update_font_height):
13508         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
13509         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
13510         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13511         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13512         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13513         * ext/libpng/gstpngdec.c: (user_endrow_callback):
13514         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
13515         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
13516         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
13517         (gst_avi_demux_stream_data):
13518         * gst/cutter/gstcutter.c: (gst_cutter_chain):
13519         * gst/debug/efence.c: (gst_efence_buffer_alloc),
13520         (gst_fenced_buffer_copy):
13521         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13522         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
13523         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
13524         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
13525         (gst_rtspsrc_handle_message):
13526         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
13527         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13528           Printf format fixes.
13529
13530 2006-10-04  Wim Taymans  <wim@fluendo.com>
13531
13532         * gst/rtsp/Makefile.am:
13533         Dist new .h file too.
13534
13535 2006-10-04  Wim Taymans  <wim@fluendo.com>
13536
13537         * gst/rtsp/Makefile.am:
13538         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
13539         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
13540         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
13541         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
13542         (gst_rtspsrc_parse_rtpmap),
13543         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
13544         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13545         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
13546         * gst/rtsp/gstrtspsrc.h:
13547         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13548         * gst/rtsp/rtspdefs.h:
13549         * gst/rtsp/rtspext.h:
13550         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
13551         (rtsp_ext_wms_get_context):
13552         * gst/rtsp/rtspextwms.h:
13553         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
13554         (rtsp_transport_parse):
13555         * gst/rtsp/rtsptransport.h:
13556         Factor out extension in separate module.
13557         Fix getcaps to filter against the padtemplate.
13558         Use Content-Base if the server gives one.
13559         Rework the transport parsing a bit for future extensions.
13560         Added some Real Header field definitions.
13561
13562 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13563
13564         * docs/plugins/Makefile.am:
13565         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13566         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13567           added v4l2 stubs
13568         * gst-plugins-good.spec.in:
13569           add v4l2
13570
13571 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
13572
13573         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
13574           Extract disc/album/medium number and count and try harder
13575           to extract track number/count.
13576
13577 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13578
13579         * configure.ac:
13580         * sys/Makefile.am:
13581           add build stuff for v4l2, needs --enable-experimental until
13582           the last bits are resolved
13583
13584 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
13585
13586         * tests/check/Makefile.am:
13587           Disable autodetect test temporarily, so that the build bots
13588           update -bad and the ranks of unreliable video sinks in there.
13589
13590         * tests/check/elements/autodetect.c: (GST_START_TEST):
13591           Skip test if no usable videosink is found.
13592
13593 2006-09-29  Wim Taymans  <wim@fluendo.com>
13594
13595         * gst/rtsp/URLS:
13596         Add some more URLs.
13597
13598         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13599         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13600         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
13601         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
13602         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
13603         (gst_rtspsrc_loop), (gst_rtspsrc_send),
13604         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13605         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
13606         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13607         * gst/rtsp/gstrtspsrc.h:
13608         Add timeout property to control UDP timeouts.
13609         Fix error messages.
13610         Also start a loop function when operating in UDP mode so that we can
13611         do some more stuff async.
13612         Handle element messages from udpsrc to detect timeouts. If a timeout
13613         happens we currently generate an error.
13614         API: rtspsrc::timeout property.
13615
13616         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13617         (gst_udpsrc_create):
13618         Really implement the timeout in microseconds and not milliseconds.
13619
13620 2006-09-29  Wim Taymans  <wim@fluendo.com>
13621
13622         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13623         (gst_udpsrc_create), (gst_udpsrc_set_property),
13624         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
13625         * gst/udp/gstudpsrc.h:
13626         Added property to post a message on timeout.
13627         Updated docs.
13628         When restarting the select, initialize the fdsets again.
13629         Init control sockets so we don't accidentally close a random socket.
13630         API: GstUDPSrc::timeout property
13631
13632 2006-09-29  Wim Taymans  <wim@fluendo.com>
13633
13634         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
13635         Fix flag registration.
13636
13637         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13638         Reading 0 also means 'no more commands'
13639
13640 2006-09-29  Wim Taymans  <wim@fluendo.com>
13641
13642         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
13643
13644         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
13645         Fix possible infinite loop when shutting down, a read can also return
13646         0 to indicate no more messages are available. Fixes #358156.
13647
13648 2006-09-25  Wim Taymans  <wim@fluendo.com>
13649
13650         * gst/autodetect/gstautoaudiosink.c:
13651         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
13652         (gst_auto_audio_sink_find_best):
13653         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
13654         Small cleanups.
13655         don't try to set "sync" property when it is not available.
13656
13657 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13658
13659         Patch by: Peter Kjellerstedt  <pkj at axis com>
13660
13661         * gst/alpha/gstalpha.c:
13662         * gst/rtp/gstrtpamrdepay.c:
13663         * gst/rtsp/gstrtspsrc.c:
13664         * gst/udp/gstudpsrc.c:
13665         * gst/videomixer/videomixer.c:
13666           Include stdlib.h in some more places, makes things compile
13667           with uClibc and -Werror (#357592).
13668
13669 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13670
13671         * ext/jpeg/gstjpegdec.c:
13672           Set minimum height to 8 (from 16), our code should handle
13673           that fine. Some of the buttons on the apple trailer site
13674           are apparently only 15 pixels high (see #357470).
13675
13676 2006-09-23  Wim Taymans  <wim@fluendo.com>
13677
13678         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
13679         (gst_rtspsrc_open):
13680         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13681         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13682         (rtsp_connection_receive):
13683         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13684         * gst/rtsp/rtspdefs.h:
13685         Improve error reporting.
13686
13687 2006-09-23  Wim Taymans  <wim@fluendo.com>
13688
13689         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
13690         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
13691         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
13692         * gst/rtp/gstrtpdepay.c:
13693         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
13694         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
13695         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
13696         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
13697         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
13698         (gst_rtp_mp2t_depay_plugin_init):
13699         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
13700         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
13701         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
13702         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
13703         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
13704         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
13705         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
13706         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
13707         Fix klass typos.
13708         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
13709
13710 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13711
13712         * configure.ac:
13713           Need  -base CVS for gst_base_rtp_depayload_push_ts().
13714
13715 2006-09-22  Wim Taymans  <wim@fluendo.com>
13716
13717         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13718         Don't check for a tag that is never there and check if we read the
13719         correct tag. Fixes seeking again.
13720         We must post an error when all pads are unlinked.
13721
13722 2006-09-22  Wim Taymans  <wim@fluendo.com>
13723
13724         * gst/rtp/Makefile.am:
13725         * gst/rtp/gstrtp.c: (plugin_init):
13726         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
13727         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13728         (gst_rtp_vorbis_pay_reset_packet),
13729         (gst_rtp_vorbis_pay_init_packet),
13730         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
13731         (gst_rtp_vorbis_pay_handle_buffer):
13732         More fixage, set endoder-params correctly in the payloader.
13733
13734 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13735
13736         * gst/autodetect/gstautoaudiosink.c:
13737         (gst_auto_audio_sink_base_init):
13738         * gst/autodetect/gstautovideosink.c:
13739         (gst_auto_video_sink_base_init):
13740           Make static pad templates static to appease valgrind's leak
13741           detector.
13742
13743         * tests/check/Makefile.am:
13744         * tests/check/elements/.cvsignore:
13745         * tests/check/elements/autodetect.c: (GST_START_TEST),
13746         (autodetect_suite):
13747           Add simple test for the ghostpad lockup on shutdown fixed in core
13748           CVS (audio bit disabled because it would need dozens of alsa
13749           suppressions and I'm too lazy to add those now).
13750
13751 2006-09-22  Wim Taymans  <wim@fluendo.com>
13752
13753         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13754         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13755         Small cleanups.
13756
13757         * gst/rtp/Makefile.am:
13758         * gst/rtp/gstrtp.c: (plugin_init):
13759         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13760         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13761         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13762         (gst_rtp_vorbis_depay_process),
13763         (gst_rtp_vorbis_depay_set_property),
13764         (gst_rtp_vorbis_depay_get_property),
13765         (gst_rtp_vorbis_depay_change_state),
13766         (gst_rtp_vorbis_depay_plugin_init):
13767         * gst/rtp/gstrtpvorbisdepay.h:
13768         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13769         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13770         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13771         (gst_rtp_vorbis_pay_flush_packet),
13772         (gst_rtp_vorbis_pay_append_buffer),
13773         (gst_rtp_vorbis_pay_handle_buffer),
13774         (gst_rtp_vorbis_pay_plugin_init):
13775         * gst/rtp/gstrtpvorbispay.h:
13776         Add experimental vorbis pay and depayloaders.
13777
13778 2006-09-21  Wim Taymans  <wim@fluendo.com>
13779
13780         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13781         Fix profile-level-id parsing and setup.
13782
13783 2006-09-21  Wim Taymans  <wim@fluendo.com>
13784
13785         * gst/udp/README:
13786         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13787         Update README, simple cleanup.
13788
13789 2006-09-21  Wim Taymans  <wim@fluendo.com>
13790
13791         * gst/rtp/README:
13792         Update README with some examples.
13793
13794         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13795         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13796         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13797         (gst_rtp_mp4g_pay_setcaps):
13798         * gst/rtp/gstrtpmp4gpay.h:
13799         Make optional RTP parameters of type STRING, as required by the
13800         application/x-rtp caps specification.
13801
13802 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13803
13804         * gst/rtp/gstrtph263pdepay.c:
13805         * gst/rtp/gstrtph263ppay.c:
13806         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13807         RTP header.
13808
13809 2006-09-20  Wim Taymans  <wim@fluendo.com>
13810
13811         * gst/rtp/Makefile.am:
13812         And makefile too.
13813
13814 2006-09-20  Wim Taymans  <wim@fluendo.com>
13815
13816         * gst/rtp/gstrtp.c: (plugin_init):
13817         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
13818         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
13819         (decode_base64), (gst_rtp_asf_depay_setcaps),
13820         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
13821         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
13822         (gst_rtp_asf_depay_plugin_init):
13823         * gst/rtp/gstrtpasfdepay.h:
13824         Added preliminary ASF depayloader.
13825
13826         * gst/rtp/gstrtph264depay.c: (decode_base64):
13827         Fix base64 decoding.
13828
13829 2006-09-20  Wim Taymans  <wim@fluendo.com>
13830
13831         * gst/rtsp/URLS:
13832         Added some test URLS.
13833
13834         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
13835         (gst_rtspsrc_loop), (gst_rtspsrc_open):
13836         * gst/rtsp/gstrtspsrc.h:
13837         When creating streams, give access to the complete SDP.
13838         Fix some leaks.
13839         Collect and merge global stream properties in stream caps.
13840         Preliminary support for WMServer.
13841
13842         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13843         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13844         (rtsp_connection_receive):
13845         * gst/rtsp/rtspconnection.h:
13846         Make connection interruptable.
13847         Refactor to make it reconnectable.
13848         Don't fail on short reads when reading data packets.
13849
13850         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
13851         (rtsp_url_get_port):
13852         * gst/rtsp/rtspurl.h:
13853         Add methods for getting/setting the port.
13854
13855         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13856         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13857         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13858         (sdp_media_get_format), (sdp_parse_line),
13859         (sdp_message_parse_buffer):
13860         Fix headers. 
13861         Add methods for getting multiple attributes with the same name.
13862         Increase buffer size when parsing.
13863         Fix parsing of a=foo fields.
13864
13865         * gst/rtsp/test.c: (main):
13866         Update to new connection API.
13867
13868         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13869         (rtsp_message_init_response), (rtsp_message_init_data),
13870         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13871         * gst/rtsp/rtspmessage.h:
13872         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13873         * gst/rtsp/rtsptransport.h:
13874         * gst/rtsp/sdp.h:
13875         * gst/rtsp/sdpmessage.h:
13876         * gst/rtsp/gstrtsp.c:
13877         * gst/rtsp/gstrtsp.h:
13878         * gst/rtsp/gstrtpdec.c:
13879         * gst/rtsp/gstrtpdec.h:
13880         * gst/rtsp/rtsp.h:
13881         * gst/rtsp/rtspdefs.c:
13882         * gst/rtsp/rtspdefs.h:
13883         Dual licensed under MIT and LGPL now.
13884
13885 2006-09-19  Wim Taymans  <wim@fluendo.com>
13886
13887         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13888         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13889         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13890         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13891         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13892         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13893         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13894         * gst/rtsp/gstrtspsrc.h:
13895         Reorganize stream parsing and creation.
13896         Detect container formats in interleaved mode.
13897         Keep more state about the streams.
13898         Assume a server also supports PLAY if it does not say.
13899         Add unicast and interleaved properties to TCP transport requests to make
13900         some servers happy (WMServer).
13901
13902         * gst/rtsp/sdpmessage.h:
13903         Add some defines for the standard Bandwidth types.
13904
13905 2006-09-19  Wim Taymans  <wim@fluendo.com>
13906
13907         * gst/rtsp/test.c: (main):
13908         Fix build.
13909
13910 2006-09-19  Wim Taymans  <wim@fluendo.com>
13911
13912         * gst/wavparse/gstwavparse.c:
13913         Add ms-gsm to the src template.
13914
13915 2006-09-18  Wim Taymans  <wim@fluendo.com>
13916
13917         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13918         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
13919         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13920         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
13921         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13922         * gst/rtsp/gstrtspsrc.h:
13923         Small cleanups, added documentation.
13924         Try to clean up the requests and responses.
13925         Refactor parsing the supported methods.
13926
13927         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
13928         (rtsp_connection_create), (rtsp_connection_send),
13929         (parse_response_status), (parse_request_line),
13930         (rtsp_connection_receive), (rtsp_connection_close),
13931         (rtsp_connection_free):
13932         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
13933         (rtsp_transport_init), (rtsp_transport_parse),
13934         (rtsp_transport_free):
13935         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13936         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
13937         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
13938         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
13939         Use g_return_val some more.
13940
13941         * gst/rtsp/rtspdefs.h:
13942         Add more enum values to track initial states.
13943
13944         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
13945         (rtsp_message_init_request), (rtsp_message_new_response),
13946         (rtsp_message_init_response), (rtsp_message_init_data),
13947         (rtsp_message_unset), (rtsp_message_free),
13948         (rtsp_message_add_header), (rtsp_message_remove_header),
13949         (rtsp_message_get_header), (rtsp_message_set_body),
13950         (rtsp_message_take_body), (rtsp_message_get_body),
13951         (rtsp_message_steal_body), (rtsp_message_dump):
13952         * gst/rtsp/rtspmessage.h:
13953         Reorder arguments, object goes as the first one.
13954         Use g_return_val some more.
13955
13956 2006-09-18  Wim Taymans  <wim@fluendo.com>
13957
13958         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
13959         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
13960         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
13961         * gst/rtsp/gstrtspsrc.h:
13962         Export sometimes source pad with correct caps on the template, create
13963         the ghostpad from the template.
13964         Remove RTCP template as we never expose RTCP.
13965         Protect against invalid body size.
13966         Avoid memcpy when creating the output buffer.
13967         Properly post an error and send EOS when the loop function is shut down.
13968
13969 2006-09-18  Wim Taymans  <wim@fluendo.com>
13970
13971         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13972
13973         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13974         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
13975         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13976         * gst/rtsp/gstrtspsrc.h:
13977         Make sure we can never set an invalid location.
13978
13979         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
13980         * gst/rtsp/rtspmessage.h:
13981         Added _steal_body method for future use.
13982
13983         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
13984         Make freeing of NULL url return immediatly.
13985
13986 2006-09-18  Wim Taymans  <wim@fluendo.com>
13987
13988         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13989
13990         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
13991         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
13992         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
13993         (gst_rtspsrc_change_state):
13994         * gst/rtsp/gstrtspsrc.h:
13995         Use boilerplate.
13996         Make rtspsrc subclass GstBin to make state changes easier.
13997         Add Range header field on the PLAY request.
13998
13999 2006-09-18  Wim Taymans  <wim@fluendo.com>
14000
14001         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14002
14003         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
14004         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
14005         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
14006         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
14007         * gst/rtsp/rtspconnection.c: (inet_aton):
14008         Small cleanups.
14009         when multicast is selected as the transport, create UDP sources and
14010         connect to the multicast group.
14011         Move parsing and setting of caps to a common place.
14012         Fixes #349894.
14013
14014 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
14015
14016         * ext/flac/gstflactag.c:
14017         * gst/alpha/gstalpha.c:
14018         * gst/debug/breakmydata.c:
14019         * gst/debug/negotiation.c:
14020         * gst/debug/testplugin.c:
14021         * gst/effectv/gstaging.c:
14022         * gst/effectv/gstdice.c:
14023         * gst/effectv/gstedge.c:
14024         * gst/effectv/gstquark.c:
14025         * gst/effectv/gstrev.c:
14026         * gst/effectv/gstshagadelic.c:
14027         * gst/effectv/gstvertigo.c:
14028         * gst/effectv/gstwarp.c:
14029         * gst/multipart/multipartdemux.c:
14030         * gst/multipart/multipartmux.c:
14031         * gst/videobox/gstvideobox.c:
14032         * gst/videofilter/gstgamma.c:
14033         * gst/videofilter/gstvideotemplate.c:
14034         * gst/videomixer/videomixer.c:
14035         * sys/sunaudio/gstsunaudiosrc.h:
14036         More G_OBJECT macro fixing.
14037
14038 2006-09-16  Wim Taymans  <wim@fluendo.com>
14039
14040         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
14041
14042         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
14043         Correctly set the dwLength in strh.
14044         With this patch, the file duration is now displayed correctly in window
14045         media player and the AVI plays completely. Fixes #356147
14046
14047 2006-09-15  Wim Taymans  <wim@fluendo.com>
14048
14049         Patch by: Darren Kenny <darren dot kenny at sun dot com>
14050
14051         * sys/sunaudio/gstsunaudiomixerctrl.c:
14052         (gst_sunaudiomixer_ctrl_build_list):
14053         Set the output track as the MASTER so that the gnome-settings-daemon
14054         keybindings for changing the volume using the keyboard works.
14055         Fixes #356142.
14056
14057 2006-09-15  Wim Taymans  <wim@fluendo.com>
14058
14059         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
14060         Fix documentation, it is not possible to control the framerate of jpegdec
14061         using filtered caps yet. Fixes #355210.
14062         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
14063         stop when there is an error.
14064
14065 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
14066
14067         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
14068         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
14069           Don't interpret a first buffer with an offset of NONE as
14070           'from the middle of the stream', but only a first buffer
14071           that has a valid buffer offset that's non-zero (see #345449).
14072
14073 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
14074
14075         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
14076         (gst_icydemux_typefind_or_forward):
14077         * gst/icydemux/gsticydemux.h:
14078           When we merge/collect multiple incoming buffers for typefinding
14079           purposes, keep an initial 0 offset on the first outgoing buffer
14080           as well (otherwise id3demux won't work right). Fixes #345449.
14081           Also Make buffer metadata writable before setting buffer caps.
14082
14083         * tests/check/elements/icydemux.c: (typefind_succeed),
14084         (cleanup_icydemux), (push_data), (GST_START_TEST),
14085         (icydemux_suite):
14086           Small test case for the above.
14087
14088 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
14089
14090         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
14091         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
14092         (gst_avi_demux_stream_header_push),
14093         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14094         (gst_avi_demux_loop):
14095           More code reuse and better logging in _peek_chunk(). Reintroduce check
14096           for chunk sizes before reading them (avoid oom). Better handling for 
14097           invalid chunksizes when streaming.
14098
14099 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
14100
14101         * gst/level/gstlevel.c: (gst_level_set_property):
14102         * gst/level/gstlevel.h:
14103           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
14104           René Stadler
14105
14106 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
14107
14108         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14109         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14110         (gst_avi_demux_stream_data):
14111           Revert one change to fix streaming avi (adapter size != data size).
14112
14113 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
14114
14115         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
14116
14117         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
14118         (gst_matroska_demux_reset),
14119         (gst_matroska_demux_read_track_encodings),
14120         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
14121         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14122         (gst_matroska_demux_subtitle_caps):
14123         * gst/matroska/matroska-ids.h:
14124           Add support for VOBSUB subtitle tracks and zlib-compressed
14125           tracks. Make sure we start on a keyframe after a seek. (#343348)
14126
14127 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
14128
14129         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
14130         (gst_matroska_demux_push_flac_codec_priv_data),
14131         (gst_matroska_demux_push_xiph_codec_priv_data),
14132         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14133         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
14134         * gst/matroska/matroska-ids.h:
14135           Add basic FLAC support (#311586), not perfect yet though, needs some
14136           tweaking in flacdec; also, seeking could be better.
14137           Do better bounds checking when deserialising vorbis stream headers
14138           to make sure we don't read beyond the end of the buffer on bad input.
14139
14140 2006-09-04  Wim Taymans  <wim@fluendo.com>
14141
14142         Patch by: Alessandro Decina <alessandro at nnva dot org>
14143
14144         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
14145         Seeking back in a file containing a CMML stream errors out if the seek
14146         goes back up to the CMML headers. This is because after the seek the xml
14147         processing instruction <?xml ...?> is submitted to the xml parser again, 
14148         which results in an error. The attached patch fixes the problem. 
14149         Fixes #353908.
14150
14151         * ext/annodex/gstcmmlenc.h:
14152         Fix authors name.
14153
14154
14155 2006-08-28  Andy Wingo  <wingo@pobox.com>
14156
14157         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
14158         New helper function to lessen the ifdefs.
14159         (GST_INFO_OBJECT): 
14160         (gst_dv1394src_iso_receive): Use it.
14161         (gst_dv1394src_create): Also use the control sockets in iec61883
14162         mode.
14163         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
14164         handle for AVC operations; fixes #348233.
14165
14166 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
14167
14168         * configure.ac:
14169         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14170         * docs/plugins/inspect/plugin-audiofx.xml:
14171         * docs/plugins/inspect/plugin-audiofxgood.xml:
14172         * gst/audiofx/Makefile.am:
14173         * gst/audiofx/audiofx.c:
14174         * gst/audiofxgood/.cvsignore:
14175         * gst/audiofxgood/Makefile.am:
14176         * gst/audiofxgood/audiofx.c:
14177         * gst/audiofxgood/audiopanorama.c:
14178         * gst/audiofxgood/audiopanorama.h:
14179           Rename again (audiofxgood -> audiofx).
14180
14181 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
14182
14183         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
14184         (gst_avi_demux_stream_scan):
14185           Initialze variables.
14186
14187 2006-08-25  Wim Taymans  <wim@fluendo.com>
14188
14189         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14190         (gst_avi_demux_init), (gst_avi_demux_finalize),
14191         (gst_avi_demux_reset), (gst_avi_demux_index_last),
14192         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
14193         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
14194         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14195         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
14196         (gst_avi_demux_massage_index),
14197         (gst_avi_demux_calculate_durations_from_index),
14198         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
14199         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14200         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
14201         (gst_avi_demux_change_state):
14202         * gst/avi/gstavidemux.h:
14203         More attempts to turn this into readable code.
14204         Don't leak adapters.
14205         Calculate duration according to index more efficiently.
14206         Don't try to act like we drive the pipeline in chain mode.
14207
14208 2006-08-25  Wim Taymans  <wim@fluendo.com>
14209
14210         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
14211         Fix build.
14212
14213 2006-08-25  Wim Taymans  <wim@fluendo.com>
14214
14215         Patch by: Alessandro Decina <alessandro at nnva dot org>
14216
14217         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
14218         Do some extra sanity checks.
14219         Fixes #350340.
14220
14221         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
14222         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
14223         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
14224         Check if clip->start_time is valid before adding the clip to the
14225         track list.
14226         Reset enc->preamble going from PAUSED to READY.
14227         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
14228         only used for EOS.
14229         Only post an error message if we were the one that created the fatal
14230         GstFlowReturn value.
14231
14232         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
14233         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
14234         Parse the seconds field of the npt-sec time format using %llu rather than
14235         %d and check that the value scaled by GST_SECOND doesn't overflow.
14236         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
14237         Lookup a clip's track with clip->track rather than clip->id which
14238         makes no sense.
14239         Identify a clip by its track and start time and not its xml id.
14240         do some more input checking and make sure we don't do undefined shifts.
14241
14242         * tests/check/elements/cmmldec.c: (setup_cmmldec),
14243         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
14244         (cmml_tag_message_pop), (check_headers), (push_clip_full),
14245         (push_clip), (push_empty_clip), (check_output_clip),
14246         (GST_START_TEST), (cmmldec_suite):
14247         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
14248         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
14249         (check_headers), (push_clip), (check_clip_times), (check_clip),
14250         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
14251         Added some more checks.
14252
14253 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14254
14255         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
14256         (gst_audio_panorama_set_property),
14257         (gst_audio_panorama_get_property),
14258         (gst_audio_panorama_transform_m2s_int),
14259         (gst_audio_panorama_transform_s2s_int),
14260         (gst_audio_panorama_transform_m2s_float),
14261         (gst_audio_panorama_transform_s2s_float):
14262         * gst/audiofxgood/audiopanorama.h:
14263         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14264           Make also the pan-property float (saves scaling and yields better
14265           resolution)
14266
14267 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14268
14269         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14270         (gst_audio_panorama_transform_m2s_float),
14271         (gst_audio_panorama_transform_s2s_float):
14272           ChangeLog surgery to add cymax's real name
14273
14274
14275 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14276
14277         Patch by: René Stadler <mail@renestadler.de>
14278
14279         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14280         (gst_audio_panorama_transform_m2s_int),
14281         (gst_audio_panorama_transform_s2s_int),
14282         (gst_audio_panorama_transform_m2s_float),
14283         (gst_audio_panorama_transform_s2s_float),
14284         (gst_audio_panorama_transform):
14285         * gst/audiofxgood/audiopanorama.h:
14286           Added float support
14287
14288 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14289
14290         * gst/audiofxgood/audiopanorama.c:
14291         (gst_audio_panorama_transform_m2s):
14292           Fix docs & debug category. Add Fixme for volume pan levels.
14293
14294 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14295
14296         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14297         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14298         (gst_avi_demux_stream_header_pull),
14299         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14300         (gst_avi_demux_chain):
14301           unbreak AVI index handling, some more debug, remove an obsolete
14302           adapter_flush that caused streaming to wander off in the wild
14303
14304 2006-08-24  Wim Taymans  <wim@fluendo.com>
14305
14306         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14307         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
14308         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
14309         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14310         (gst_avi_demux_calculate_durations_from_index),
14311         (gst_avi_demux_stream_header_push),
14312         (gst_avi_demux_stream_header_pull):
14313         * gst/avi/gstavidemux.h:
14314         Some more cleanups. 
14315         Fix totalFrames parsing in ODML.
14316         Disable use of index for length calculation in case of ODML as this is
14317         broken now.
14318
14319 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
14320
14321         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
14322           Use libgsttag helper function here too.
14323
14324 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
14325
14326         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14327         (gst_avi_demux_init), (gst_avi_demux_dispose),
14328         (gst_avi_demux_reset), (gst_avi_demux_index_next),
14329         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
14330         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14331         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
14332         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
14333         (gst_avi_demux_parse_subindex),
14334         (gst_avi_demux_read_subindexes_push),
14335         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
14336         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14337         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
14338         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
14339         (gst_avi_demux_stream_header_pull),
14340         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14341         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
14342         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
14343         (gst_avi_demux_change_state):
14344         * gst/avi/gstavidemux.h:
14345           Initial streaming support for avidemux (fixes #336465)
14346
14347 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14348
14349         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14350           There is no taglibmux element ...
14351
14352         * gst/rtsp/gstrtspsrc.c:
14353           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
14354           was complaining about unknown entity here.
14355
14356 2006-08-22  Wim Taymans  <wim@fluendo.com>
14357
14358         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14359         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
14360         (gst_avi_demux_process_next_entry):
14361         * gst/avi/gstavidemux.h:
14362         Mark DISCONT.
14363         Remove old unused fields and reorder the struct a bit.
14364
14365 2006-08-22  Wim Taymans  <wim@fluendo.com>
14366
14367         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
14368         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
14369         (gst_rtspsrc_pause):
14370         * gst/rtsp/gstrtspsrc.h:
14371         * sys/oss/gstosssink.c: (gst_oss_sink_open),
14372         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
14373         Small documentation updates.
14374
14375 2006-08-22  Wim Taymans  <wim@fluendo.com>
14376
14377         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14378         (gst_avi_demux_index_entry_for_time),
14379         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14380         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
14381         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14382         (gst_avi_demux_next_data_buffer),
14383         (gst_avi_demux_calculate_durations_from_index),
14384         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
14385         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14386         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14387         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
14388         * gst/avi/gstavidemux.h:
14389         Precalc most of the duration query for each stream.
14390         Make seeking more correct.
14391         Use GstSegment to track position and duration.
14392         Code cleanups and leak fixes.
14393         Calculate correct total duration based on index length.
14394
14395 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
14396
14397         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
14398         (parse_insert_string_field):
14399           If strings in text fields are marked ISO8859-1, but contain
14400           valid UTF-8 already, then handle them as UTF-8 and ignore
14401           the encoding. (#351794)
14402
14403 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14404
14405         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
14406         (gst_flac_dec_write), (gst_flac_dec_loop),
14407         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
14408         (gst_flac_dec_src_query):
14409         * ext/flac/gstflacdec.h:
14410           Make flac-in-ogg work (#352100).
14411
14412 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14413
14414         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
14415           Don't unref buffers of which we've already given away
14416           ownership to the adapter.
14417
14418 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14419
14420         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
14421           Make metadata extraction actually work.
14422
14423         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
14424         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
14425         (gst_speexenc_chain):
14426           Fix metadata writing: replace old code which wrote completely
14427           broken tags with libgsttag-based code. Plus miscellaneous
14428           code cleanups (use static pad templates etc.) and a bunch
14429           of leak fixes.
14430
14431 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14432
14433         * gst/audiopanorama/.cvsignore:
14434         * gst/audiopanorama/Makefile.am:
14435         * gst/audiopanorama/audiofx.c:
14436         * gst/audiopanorama/audiopanorama.c:
14437         * gst/audiopanorama/audiopanorama.h:
14438           die! die! die! you should never have been there
14439
14440 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
14441
14442         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14443         Fix invalid memory access in audiopanorama test suite.
14444
14445 2006-08-21  Edward Hervey  <edward@fluendo.com>
14446
14447         * tests/check/elements/.cvsignore:
14448         ignore built file
14449
14450 2006-08-21  Wim Taymans  <wim@fluendo.com>
14451
14452         * gst/rtp/Makefile.am:
14453         Fix the build again.
14454
14455 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14456
14457         * gst/audiofxgood/.cvsignore:
14458         * gst/audiofxgood/Makefile.am:
14459         * gst/audiofxgood/audiofx.c: (plugin_init):
14460         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14461         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14462         (gst_audio_panorama_set_property),
14463         (gst_audio_panorama_get_property),
14464         (gst_audio_panorama_get_unit_size),
14465         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14466         (gst_audio_panorama_transform_m2s),
14467         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14468         * gst/audiofxgood/audiopanorama.h:
14469           resubmit with the desired name *again*
14470
14471 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14472
14473         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
14474         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
14475           use g_assert in _get_unit_size
14476
14477 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14478
14479         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14480         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14481         * docs/plugins/inspect/plugin-audiofxgood.xml:
14482           cleanup -unused.txt to make it useful, add previously missing docs
14483
14484         * ext/Makefile.am:
14485           Quietly (accidentally) enable LADSPA for building by default, 
14486           despite the fact that it doesn't meet the plugin checklist.
14487             -- Added by Jan Schmidt 18 Dec 2006
14488
14489         * ext/esd/esdmon.c:
14490         * ext/esd/esdsink.c:
14491         * ext/esd/gstesd.c: (plugin_init):
14492           reflow to get rid of two external symbols
14493
14494         * gst/audiofxgood/audiofx.c: (plugin_init):
14495           re-add
14496
14497 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14498
14499         * configure.ac:
14500         * gst/audiofxgood/.cvsignore:
14501         * gst/audiofxgood/Makefile.am:
14502         * gst/audiofxgood/audiofx.c
14503         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14504         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14505         (gst_audio_panorama_set_property),
14506         (gst_audio_panorama_get_property),
14507         (gst_audio_panorama_get_unit_size),
14508         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14509         (gst_audio_panorama_transform_m2s),
14510         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14511         * gst/audiofxgood/audiopanorama.h:
14512         * tests/check/Makefile.am:
14513         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
14514         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
14515         (panorama_suite), (main):
14516         Add audiofxgood plugin with audiopanorama element
14517
14518 2006-08-18  Wim Taymans  <wim@fluendo.com>
14519
14520         * docs/plugins/Makefile.am:
14521         More Oss docs fixage. 
14522
14523 2006-08-18  Wim Taymans  <wim@fluendo.com>
14524
14525         * gst/rtp/Makefile.am:
14526         * gst/rtp/gstrtp.c: (plugin_init):
14527         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
14528         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
14529         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
14530         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
14531         (gst_rtp_sv3v_depay_get_property),
14532         (gst_rtp_sv3v_depay_change_state),
14533         (gst_rtp_sv3v_depay_plugin_init):
14534         * gst/rtp/gstrtpsv3vdepay.h:
14535         Added experimental SVQ3 depayloader.
14536
14537 2006-08-18  Edward Hervey  <edward@fluendo.com>
14538
14539         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
14540         (gst_dvdemux_loop), (gst_dvdemux_change_state):
14541         * ext/dv/gstdvdemux.h:
14542         When handling seek requests, don't send the newsegment event from the
14543         calling thread. Instead save it so it can be sent from the streaming
14544         thread.
14545
14546 2006-08-17  Wim Taymans  <wim@fluendo.com>
14547
14548         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14549
14550         * gst/multipart/multipartdemux.c: (multipart_parse_header):
14551         Accept leading whitespace before the boundary
14552         This patch makes the demuxer allow some whitespace before the actual
14553         boundary. This makes the demuxer work with the ``old'' gstreamer
14554         multipartmuxer again (which placed an extra \n before the start
14555         of the stream) Fixes #349068.
14556
14557 2006-08-17  Wim Taymans  <wim@fluendo.com>
14558
14559         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
14560         Error out on non-implemented stuff.
14561
14562 2006-08-16  Wim Taymans  <wim@fluendo.com>
14563
14564         Patch by: Andy Wingo <wingo at pobox dot com>
14565
14566         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
14567         (gst_signal_processor_start), (gst_signal_processor_stop),
14568         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
14569         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
14570         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
14571         (gst_signal_processor_change_state):
14572         Make ladspa elements reusable. Fixes #350006.
14573
14574 2006-08-16  Wim Taymans  <wim@fluendo.com>
14575
14576         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
14577         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
14578         names as possible. Fixes #349901.
14579
14580 2006-08-16  Wim Taymans  <wim@fluendo.com>
14581
14582         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
14583         (gst_signal_processor_do_pushes):
14584         A push() gives away our refcount so we should not use the buffer on the
14585         pen anymore.
14586
14587 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14588
14589         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14590         (gst_oss_mixer_element_finalize):
14591           Don't leak device string.
14592
14593 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14594
14595         * configure.ac:
14596           Require CVS of GStreamer core and -base (for
14597           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
14598
14599         * ext/taglib/gstid3v2mux.cc:
14600           Write extended comment tags properly (#348762).
14601
14602         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14603         (parse_comment_frame):
14604           Extract COMM frames into extended comments, which makes it
14605           easier to properly retain the description bit of the tag
14606           and maintain this information when re-tagging (#348762).
14607
14608 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14609
14610         * tests/check/Makefile.am:
14611           Don't try to run annodex unit tests if the annodex
14612           plugin has not been built (Fixes #351116).
14613
14614 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14615
14616         * gst/autodetect/gstautoaudiosink.c:
14617         (gst_auto_audio_sink_find_best):
14618           When we can't find a usable audiosink, don't error out,
14619           but use a fake sink instead and post a warning message
14620           on the bus (#341278).
14621
14622 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14623
14624         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
14625         * sys/oss/gstosssink.c:
14626         * sys/oss/gstosssrc.c:
14627           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
14628           ossmixer's new device property.
14629
14630         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14631         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14632           Add docs for OSS elements.
14633
14634         * docs/plugins/inspect/plugin-aasink.xml:
14635         * docs/plugins/inspect/plugin-alaw.xml:
14636         * docs/plugins/inspect/plugin-alpha.xml:
14637         * docs/plugins/inspect/plugin-alphacolor.xml:
14638         * docs/plugins/inspect/plugin-annodex.xml:
14639         * docs/plugins/inspect/plugin-apetag.xml:
14640         * docs/plugins/inspect/plugin-auparse.xml:
14641         * docs/plugins/inspect/plugin-autodetect.xml:
14642         * docs/plugins/inspect/plugin-avi.xml:
14643         * docs/plugins/inspect/plugin-cacasink.xml:
14644         * docs/plugins/inspect/plugin-cairo.xml:
14645         * docs/plugins/inspect/plugin-cdio.xml:
14646         * docs/plugins/inspect/plugin-cutter.xml:
14647         * docs/plugins/inspect/plugin-debug.xml:
14648         * docs/plugins/inspect/plugin-dv.xml:
14649         * docs/plugins/inspect/plugin-efence.xml:
14650         * docs/plugins/inspect/plugin-effectv.xml:
14651         * docs/plugins/inspect/plugin-esdsink.xml:
14652         * docs/plugins/inspect/plugin-flac.xml:
14653         * docs/plugins/inspect/plugin-flxdec.xml:
14654         * docs/plugins/inspect/plugin-gconfelements.xml:
14655         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14656         * docs/plugins/inspect/plugin-goom.xml:
14657         * docs/plugins/inspect/plugin-halelements.xml:
14658         * docs/plugins/inspect/plugin-icydemux.xml:
14659         * docs/plugins/inspect/plugin-id3demux.xml:
14660         * docs/plugins/inspect/plugin-jpeg.xml:
14661         * docs/plugins/inspect/plugin-level.xml:
14662         * docs/plugins/inspect/plugin-matroska.xml:
14663         * docs/plugins/inspect/plugin-mulaw.xml:
14664         * docs/plugins/inspect/plugin-multipart.xml:
14665         * docs/plugins/inspect/plugin-navigationtest.xml:
14666         * docs/plugins/inspect/plugin-ossaudio.xml:
14667         * docs/plugins/inspect/plugin-png.xml:
14668         * docs/plugins/inspect/plugin-rtp.xml:
14669         * docs/plugins/inspect/plugin-rtsp.xml:
14670         * docs/plugins/inspect/plugin-shout2send.xml:
14671         * docs/plugins/inspect/plugin-smpte.xml:
14672         * docs/plugins/inspect/plugin-speex.xml:
14673         * docs/plugins/inspect/plugin-taglib.xml:
14674         * docs/plugins/inspect/plugin-udp.xml:
14675         * docs/plugins/inspect/plugin-videobalance.xml:
14676         * docs/plugins/inspect/plugin-videobox.xml:
14677         * docs/plugins/inspect/plugin-videoflip.xml:
14678         * docs/plugins/inspect/plugin-videomixer.xml:
14679         * docs/plugins/inspect/plugin-wavenc.xml:
14680         * docs/plugins/inspect/plugin-wavparse.xml:
14681         * docs/plugins/inspect/plugin-ximagesrc.xml:
14682           Update to CVS version.
14683           
14684 2006-08-16  Wim Taymans  <wim@fluendo.com>
14685
14686         * gst/rtp/gstrtpamrdepay.c:
14687         * gst/rtp/gstrtpmp4gdepay.c:
14688         Caps extra properties must be defined as strings for
14689         depayloaders because they are generated from an SDP.
14690
14691         * gst/rtp/Makefile.am:
14692         * gst/rtp/gstrtp.c: (plugin_init):
14693         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
14694         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
14695         (gst_rtp_h264_depay_finalize), (decode_base64),
14696         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
14697         (gst_rtp_h264_depay_set_property),
14698         (gst_rtp_h264_depay_get_property),
14699         (gst_rtp_h264_depay_change_state),
14700         (gst_rtp_h264_depay_plugin_init):
14701         * gst/rtp/gstrtph264depay.h:
14702         Added basic, not completely functional RFC 3984 H264 depayloader.
14703
14704 2006-08-16  Wim Taymans  <wim@fluendo.com>
14705
14706         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14707         Add pads after setting them up.
14708
14709         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14710         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
14711         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
14712         (gst_rtspsrc_stream_setup_rtp),
14713         (gst_rtspsrc_stream_configure_transport),
14714         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
14715         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14716         (gst_rtspsrc_pause):
14717         * gst/rtsp/gstrtspsrc.h:
14718         Fix interleaved mode.
14719          - Protect streaming with lock.
14720          - Combine flows
14721          - set caps on outgoing buffers.
14722          - strip trailing \0 from data packets.
14723          - Configure RTP/RTCP in stream.
14724         Use DEBUG_OBJECT more.
14725
14726 2006-08-16  Wim Taymans  <wim@fluendo.com>
14727
14728         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
14729         Turn a g_print into a DEBUG line.
14730
14731 2006-08-13  Wim Taymans  <wim@fluendo.com>
14732
14733         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
14734         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14735         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14736         (gst_oss_mixer_element_get_property),
14737         (gst_oss_mixer_element_change_state):
14738         * sys/oss/gstossmixerelement.h:
14739         Small cleanups. Better error reporting.
14740         Add device property for the mixer instead of the hardcoded
14741         /dev/mixer. Fixes #350785.
14742         API: GstOssMixerElement::device property
14743
14744 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14745
14746         Patch by: Jens Granseuer <jensgr at gmx net>
14747
14748         * gconf/Makefile.am:
14749           Make --disable-schemas work right (they still need
14750           to be copied to the installation directory, just not
14751           applied). Fixes #351347 (also #344100).
14752           
14753 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14754
14755         * configure.ac: back to HEAD
14756
14757 === release 0.10.4 ===
14758
14759 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
14760
14761         * configure.ac:
14762           releasing 0.10.4, "Dear Leader"
14763
14764 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14765
14766         Patch by: Edward Hervey <edward@fluendo.com>
14767
14768         * configure.ac:
14769         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14770         (gst_wavparse_stream_data):
14771         Send the newsegment event in the streaming thread.
14772         Fixes #347529
14773
14774 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14775
14776         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14777         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14778         (gst_smokeenc_resync), (gst_smokeenc_chain):
14779           Refuse sink caps in the encoder if width or height is not a
14780           multiple of 16, the encoder does not support that yet (#349939);
14781           along the same lines, check the return value of the encoder
14782           setup function; also remove some debug log clutter.
14783
14784 2006-08-04  Andy Wingo  <wingo@pobox.com>
14785
14786         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14787         whether a processor can work in place or not, and for keeping
14788         track of its state. Change the FlowReturn instance variable from
14789         "state" to "flow_state", all callers changed.
14790
14791         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14792         (gst_signal_processor_start, gst_signal_processor_stop)
14793         (gst_signal_processor_cleanup): New functions to manage the
14794         processor's state.
14795         (gst_signal_processor_setcaps): start() as well as setup() here.
14796         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14797         (gst_signal_processor_change_state): Stop and cleanup the
14798         processor as we go to NULL.
14799
14800         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14801         INPLACE_BROKEN is not set.
14802
14803         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14804         Do the alloc_buffer in bytes, not frames.
14805         
14806 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14807
14808         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14809         Fix rgb masks when recording in < 24bpp.
14810
14811 2006-08-04  Andy Wingo  <wingo@pobox.com>
14812
14813         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14814         (gst_signal_processor_prepare)
14815         (gst_signal_processor_update_inputs)
14816         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
14817         (gst_signal_processor_flush)
14818         (gst_signal_processor_sink_activate_push)
14819         (gst_signal_processor_src_activate_pull)
14820         (gst_signal_processor_change_state): Remove the last of the code
14821         that assumes that we process whole buffers at a time. Fix some
14822         debugging. Seems to work now in some cases.
14823         (gst_signal_processor_src_activate_pull): BPB
14824
14825 2006-08-01  Andy Wingo  <wingo@pobox.com>
14826
14827         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
14828         Fix nframes-choosing.
14829         (gst_signal_processor_init): Init pending_in and pending_out.
14830
14831         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
14832         more default sample rate, although we never check that the sample
14833         rate actually gets set. Something for the future.
14834         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
14835         (gst_signal_processor_event): Refcount fixen.
14836         (gst_signal_processor_process): Pull the number of frames to
14837         process from the sizes of the buffers in the input pens.
14838         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
14839         (gst_signal_processor_do_pulls): Add an nframes argument, and use
14840         it instead of buffer_frames.
14841         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
14842         to do_pulls.
14843         (gst_signal_processor_chain)
14844         (gst_signal_processor_sink_activate_push)
14845         (gst_signal_processor_src_activate_pull):  Refcount fixen.
14846
14847         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
14848
14849 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
14850
14851         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
14852         (gst_signal_processor_process):
14853           don't query buffer-frames from caps, add lots of debug-log,
14854           try fix for assert (#349189)
14855
14856 2006-07-31  Wim Taymans  <wim@fluendo.com>
14857
14858         * gst/udp/gstudpsrc.c:
14859         Fix docs.
14860
14861 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
14862
14863         * ext/ladspa/gstsignalprocessor.c:
14864         (gst_signal_processor_add_pad_from_template),
14865         (gst_signal_processor_init), (gst_signal_processor_setcaps),
14866         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14867         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14868         (gst_signal_processor_sink_activate_push),
14869         (gst_signal_processor_src_activate_pull),
14870         (gst_signal_processor_change_state):
14871          Add debugs logs here and there, add more error handling, add some
14872          FIXME comments, filed #349189
14873
14874 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14875
14876         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14877         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14878         Set caps on buffer correctly.  Fixes bug #349155.
14879
14880 2006-07-28  Wim Taymans  <wim@fluendo.com>
14881
14882         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14883
14884         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14885         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14886         (gst_multipart_demux_finalize), (get_line_end),
14887         (multipart_parse_header), (multipart_find_boundary),
14888         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14889         (gst_multipart_set_property), (gst_multipart_get_property):
14890         Uses GstAdapter instead of own buffering.
14891         Actually parses the mime-type correctly (In tests the mime-type was
14892         always "" with the old version).
14893         Uses the Content-length header if available to speed up things.
14894         Reliably autoscans the boundary name by default.
14895         Fixes #349068.
14896
14897         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14898         Don't start the stream with a \n.
14899
14900 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14901
14902         Patch by: Brian Cameron <brian dot cameron at sun com>
14903
14904         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14905           Open source with O_NONBLOCK (#349015).
14906
14907 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
14908
14909         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14910         (gst_avi_demux_massage_index):
14911         * gst/avi/gstavidemux.h:
14912           Whitespace fixes and more debug
14913
14914 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14915
14916         * gst/autodetect/gstautoaudiosink.c:
14917         (gst_auto_audio_sink_create_element_with_pretty_name),
14918         (gst_auto_audio_sink_find_best),
14919         (gst_auto_audio_sink_change_state):
14920           Get rid of old and unused magic sound-server properties stuff.
14921           Add suffix to child sink's name that makes it easy to see from
14922           the name alone which type it actually is (alsa, oss, esd, etc.).
14923
14924 2006-07-27  Wim Taymans  <wim@fluendo.com>
14925
14926         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14927         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
14928         (gst_udpsrc_start):
14929         * gst/udp/gstudpsrc.h:
14930         Rename "buffer" to "buffer-size" to make clear it is a size we set and
14931         not some sort of feature we enable.
14932
14933 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14934
14935         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
14936           Use CLOSE_SOCKET() here instead of close() to maintain
14937           win32 workiness.
14938
14939 2006-07-27  Wim Taymans  <wim@fluendo.com>
14940
14941         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14942
14943         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14944         (gst_udpsrc_create), (gst_udpsrc_set_property),
14945         (gst_udpsrc_get_property), (gst_udpsrc_start):
14946         * gst/udp/gstudpsrc.h:
14947         Added "buffer-size" property to control the kernel receive buffer size.
14948         Update documentation.
14949         Small cleanups. Fixes #348752.
14950         API: buffer-size property
14951
14952 2006-07-26  Wim Taymans  <wim@fluendo.com>
14953
14954         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
14955
14956         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
14957         (gst_rtp_pcma_pay_handle_buffer):
14958         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
14959         (gst_rtp_pcmu_pay_handle_buffer):
14960         Fix timestamp calculation on outgoing RTP packets.
14961         Fixes #348675.
14962
14963 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14964
14965         * ext/taglib/gstid3v2mux.cc:
14966           Fix writing of comment frames (should be COMM not TCOM),
14967           is still sub-optimal though, since we don't retain or
14968           extract the comment descriptions properly (#334375,
14969           also see #334375).
14970
14971 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14972
14973         * gst/wavparse/gstwavparse.c:
14974           #define 'fact' RIFF chunk if we are not compiling against
14975           -base CVS (we don't want to depend on -base CVS for this
14976           one define only, and also not for release order reasons).
14977
14978 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14979
14980         * ext/taglib/gstid3v2mux.cc:
14981           Handle multiple tags of the same type properly. Re-inject
14982           unparsed ID3v2 frames that we get as binary blobs from
14983           id3demux into the tag again so we don't lose information
14984           when retagging (#334375).
14985
14986 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14987
14988         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
14989           Document newly-added properties properly, so that there is a
14990           'Since: 0.10.4' in the plugin docs. Convert some property
14991           names into canonical GObject style (GObject will do that
14992           internally anyway).
14993
14994 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14995
14996         * gst/id3demux/id3tags.c:
14997         (id3demux_add_id3v2_frame_blob_to_taglist):
14998           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
14999           well, and add the version to the blob's buffer caps, since that
15000           information will be needed for deserialisation later on (#348644).
15001
15002 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
15003
15004         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
15005         (gst_avi_demux_parse_stream):
15006          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
15007          indentation and spacing.
15008
15009 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15010
15011         * docs/plugins/Makefile.am:
15012         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15013         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15014         * docs/plugins/gst-plugins-good-plugins.args:
15015         * docs/plugins/inspect/plugin-1394.xml:
15016         * docs/plugins/inspect/plugin-aasink.xml:
15017         * docs/plugins/inspect/plugin-alaw.xml:
15018         * docs/plugins/inspect/plugin-alpha.xml:
15019         * docs/plugins/inspect/plugin-alphacolor.xml:
15020         * docs/plugins/inspect/plugin-annodex.xml:
15021         * docs/plugins/inspect/plugin-apetag.xml:
15022         * docs/plugins/inspect/plugin-auparse.xml:
15023         * docs/plugins/inspect/plugin-autodetect.xml:
15024         * docs/plugins/inspect/plugin-avi.xml:
15025         * docs/plugins/inspect/plugin-cacasink.xml:
15026         * docs/plugins/inspect/plugin-cairo.xml:
15027         * docs/plugins/inspect/plugin-cdio.xml:
15028         * docs/plugins/inspect/plugin-cutter.xml:
15029         * docs/plugins/inspect/plugin-debug.xml:
15030         * docs/plugins/inspect/plugin-dv.xml:
15031         * docs/plugins/inspect/plugin-efence.xml:
15032         * docs/plugins/inspect/plugin-effectv.xml:
15033         * docs/plugins/inspect/plugin-esdsink.xml:
15034         * docs/plugins/inspect/plugin-flac.xml:
15035         * docs/plugins/inspect/plugin-flxdec.xml:
15036         * docs/plugins/inspect/plugin-gconfelements.xml:
15037         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
15038         * docs/plugins/inspect/plugin-goom.xml:
15039         * docs/plugins/inspect/plugin-halelements.xml:
15040         * docs/plugins/inspect/plugin-icydemux.xml:
15041         * docs/plugins/inspect/plugin-id3demux.xml:
15042         * docs/plugins/inspect/plugin-jpeg.xml:
15043         * docs/plugins/inspect/plugin-level.xml:
15044         * docs/plugins/inspect/plugin-matroska.xml:
15045         * docs/plugins/inspect/plugin-mulaw.xml:
15046         * docs/plugins/inspect/plugin-multipart.xml:
15047         * docs/plugins/inspect/plugin-navigationtest.xml:
15048         * docs/plugins/inspect/plugin-ossaudio.xml:
15049         * docs/plugins/inspect/plugin-png.xml:
15050         * docs/plugins/inspect/plugin-rtp.xml:
15051         * docs/plugins/inspect/plugin-rtsp.xml:
15052         * docs/plugins/inspect/plugin-shout2send.xml:
15053         * docs/plugins/inspect/plugin-smpte.xml:
15054         * docs/plugins/inspect/plugin-speex.xml:
15055         * docs/plugins/inspect/plugin-udp.xml:
15056         * docs/plugins/inspect/plugin-videobalance.xml:
15057         * docs/plugins/inspect/plugin-videobox.xml:
15058         * docs/plugins/inspect/plugin-videoflip.xml:
15059         * docs/plugins/inspect/plugin-videomixer.xml:
15060         * docs/plugins/inspect/plugin-wavenc.xml:
15061         * docs/plugins/inspect/plugin-wavparse.xml:
15062         * docs/plugins/inspect/plugin-ximagesrc.xml:
15063           Update files to CVS/Prerelease version, add esdsink docs.
15064
15065         * ext/esd/esdsink.c:
15066           Add gtk-doc blurb.
15067
15068         * gst/rtp/gstrtpmp4vpay.c:
15069           Fix typo in element description.
15070
15071 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15072
15073         * ext/esd/esdsink.c: (gst_esdsink_open),
15074         (gst_esdsink_factory_init):
15075           Prevent libesd from auto-spawning a sound daemon if it
15076           is not already running. Now that we don't do evil stuff
15077           like that any longer we can give esdsink a rank so that
15078           autoaudiosink will try it as well if all other audio
15079           sinks fail (#343051).
15080
15081 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15082
15083         * ext/esd/Makefile.am:
15084           Oops, need to remove README from EXTRA_DIST as well.
15085
15086 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15087
15088         * ext/esd/README:
15089           Remove, it contains nothing useful anyway.
15090
15091         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
15092         (gst_esdsink_delay):
15093           Some small clean-ups; use GST_BOILERPLATE etc.
15094
15095 2006-07-24  Wim Taymans  <wim@fluendo.com>
15096
15097         * gst/law/alaw-decode.c: (alawdec_getcaps):
15098         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
15099         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
15100         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
15101         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
15102
15103 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
15104
15105         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15106         (gst_wavparse_other), (gst_wavparse_perform_seek),
15107         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
15108         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
15109         (gst_wavparse_pad_query):
15110         * gst/wavparse/gstwavparse.h:
15111           Use information from 'fact' chunk for length calculation of compressed
15112           samples. Calculate bps if bogus value is found in wav header (embeded
15113           mp2/mp3).
15114           
15115
15116 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15117
15118         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
15119
15120         * configure.ac:
15121         * gst/udp/Makefile.am:
15122         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
15123         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
15124         * gst/udp/gstdynudpsink.h:
15125         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
15126         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
15127         * gst/udp/gstmultiudpsink.h:
15128         * gst/udp/gstudp.c: (plugin_init):
15129         * gst/udp/gstudpsink.h:
15130         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
15131         (gst_udpsrc_start), (gst_udpsrc_stop):
15132         * gst/udp/gstudpsrc.h:
15133         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
15134         (gst_udp_net_utils_win32_wsa_startup):
15135         * gst/udp/gstudpnetutils.h:
15136           Port udp plugin to win32 (#345288).
15137
15138 2006-07-24  Wim Taymans  <wim@fluendo.com>
15139
15140         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
15141         Remove unwanted DEBUG line.
15142
15143 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
15144
15145         * gst/id3demux/gstid3demux.c: (plugin_init):
15146         * gst/id3demux/id3tags.c:
15147         (id3demux_add_id3v2_frame_blob_to_taglist):
15148         * gst/id3demux/id3tags.h:
15149           On second thought, it might be wiser and more efficient
15150           not to do tag registration from a streaming thread.
15151
15152 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
15153
15154         * gst/id3demux/id3tags.c:
15155         (id3demux_add_id3v2_frame_blob_to_taglist),
15156         (id3demux_id3v2_frames_to_tag_list):
15157           Put ID3v2 frames we can't parse as binary blobs into private
15158           tags, so that they are not lost when retagging, at least once
15159           id3v2mux has been taught to re-inject those frames again.
15160           See bug #334375.
15161
15162 2006-07-21  Wim Taymans  <wim@fluendo.com>
15163
15164         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15165         (gst_avi_demux_process_next_entry):
15166         Fix some leaks.
15167
15168         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
15169         Don't use \n in debug lines.
15170
15171 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
15172
15173         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15174         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15175           Add annodex and icydemux, cleanup the sections a bit
15176
15177 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
15178
15179         Patch by: Alex Lancaster <alexl at users sourceforge net>
15180
15181         * ext/taglib/gstid3v2mux.cc:
15182           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
15183           ID3v2 TSSE frames (#347898).
15184
15185 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
15186
15187         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
15188           Respect mpegversion for "video/mpeg" and give message in case of
15189           unhandled versions.
15190
15191 2006-07-17  Wim Taymans  <wim@fluendo.com>
15192
15193         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
15194         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
15195         (gst_pngdec_chain), (gst_pngdec_sink_event),
15196         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
15197         (gst_pngdec_sink_activate_push):
15198         * ext/libpng/gstpngdec.h:
15199         Use statically allocated segment instead of leaking.
15200         Various cleanups.
15201         Fix flush and seek handling.
15202
15203 2006-07-16  Wim Taymans  <wim@fluendo.com>
15204
15205         * gst/rtp/Makefile.am:
15206         * gst/rtp/gstrtp.c: (plugin_init):
15207         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
15208         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
15209         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
15210         (gst_rtp_mp4g_depay_set_property),
15211         (gst_rtp_mp4g_depay_get_property),
15212         (gst_rtp_mp4g_depay_change_state),
15213         (gst_rtp_mp4g_depay_plugin_init):
15214         * gst/rtp/gstrtpmp4gdepay.h:
15215         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
15216         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
15217         (gst_rtp_mp4g_pay_flush):
15218         Added simple generic mpeg4 depayloader.
15219         Fix generic mpeg4 payloader.
15220
15221 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
15222
15223         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
15224           Don't try doing state changes on a NULL pointer.
15225
15226 2006-07-14  Wim Taymans  <wim@fluendo.com>
15227
15228         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
15229
15230         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
15231         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
15232         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
15233         * gst/rtp/gstrtpamrdepay.h:
15234         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
15235         Fixes #321191
15236
15237 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15238
15239         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15240         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
15241         Fix segfault when moving mouse pointer to the bottom right corner.
15242
15243 2006-07-12  Wim Taymans  <wim@fluendo.com>
15244
15245         * gst/rtp/Makefile.am:
15246         * gst/rtp/gstrtp.c: (plugin_init):
15247         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
15248         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
15249         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
15250         (gst_rtp_mp2t_depay_set_property),
15251         (gst_rtp_mp2t_depay_get_property),
15252         (gst_rtp_mp2t_depay_change_state),
15253         (gst_rtp_mp2t_depay_plugin_init):
15254         * gst/rtp/gstrtpmp2tdepay.h:
15255         Added mpeg2 TS depayloader. Closing #347234.
15256
15257 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
15258
15259         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
15260           Remove g_assert that shouldn't be there and was triggered
15261           after trying to open a device that doesn't exist or can't
15262           be opened for some other reason (#347972).
15263
15264 2006-07-10  Edward Hervey  <edward@fluendo.com>
15265
15266         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15267         (gst_avi_demux_stream_header), (push_tag_lists):
15268         * gst/avi/gstavidemux.h:
15269         Don't push tag events found by gst_riff_parse_info() before outputting
15270         GST_EVENT_NEWSEGMENT.
15271
15272 2006-07-10  Wim Taymans  <wim@fluendo.com>
15273
15274         * gst/rtsp/Makefile.am:
15275         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
15276         (rtsp_connection_close):
15277         * gst/rtsp/rtspdefs.h:
15278         replaced closesocket and close in code with one CLOSE_SOCKET. 
15279         Some more cleanups. Fixes #345301.
15280
15281 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
15282
15283         * gst/autodetect/gstautoaudiosink.c:
15284           Fix example pipeline in docs.
15285
15286 2006-07-10  Wim Taymans  <wim@fluendo.com>
15287
15288         Patch by: Rob Taylor <robtaylor at floopily dot org>
15289
15290         * gst/udp/gstmultiudpsink.c: (join_multicast),
15291         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
15292         If a destination is added before the stream is set to PAUSED, the
15293         multicast group is not joined as the socket is not created yet. 
15294         Also TTL and LOOP should also be set. Fixes #346921.
15295
15296 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15297
15298         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15299         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15300         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
15301         (gst_ximage_src_init):
15302         * sys/ximage/gstximagesrc.h:
15303         Fix use-damage property to actually work :)
15304         Add startx, starty, endx, endy properties so screencasts other than full
15305         screen ones can work.
15306
15307 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15308
15309         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15310         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15311         (gst_ximage_src_class_init), (gst_ximage_src_init):
15312         * sys/ximage/gstximagesrc.h:
15313         Add use_damage property to offer ability to choose whether to use
15314         XDamage or not.
15315
15316 2006-07-07  Wim Taymans  <wim@fluendo.com>
15317
15318         * gst/goom/filters.c: (zoomFilterSetResolution):
15319         Avoid goom coredumping by clearing memory. 
15320         Fixes 345679.
15321
15322 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
15323
15324         * win32/vs6/libgstid3demux.dsp:
15325         Add a link to libgsttag-0.10.lib.
15326
15327 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15328
15329         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15330         (gst_tag_demux_read_range):
15331         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15332         (gst_id3demux_read_range):
15333           Don't return FLOW_UNEXPECTED when a buffer is before
15334           the start of the stream (which might happen with
15335           large ID3v2 tags if the tag reading was done pullrange
15336           based and we then switched to push mode later on).
15337           Fixes regression introduced by commit from June 29th.
15338
15339 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15340
15341         * ext/taglib/gstid3v2mux.cc:
15342           Make UTF-8 the default encoding when writing string
15343           tags (before, our UTF-8 strings would automatically
15344           be converted to ISO-8859-1 by taglib and written as
15345           ISO-8859-1 fields if that was possible).
15346
15347         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
15348         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
15349         (test_taglib_id3mux_with_tags):
15350           Add test case that makes sure our UTF-8 strings have
15351           actually been written into the tag as UTF-8.
15352
15353 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15354
15355         * configure.ac:
15356           Let's try that again.
15357
15358 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15359
15360         * configure.ac:
15361           Disable monoscope plugin for now until it fulfills
15362           all the requirements.
15363
15364 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15365
15366         * configure.ac:
15367         * gst/monoscope/Makefile.am:
15368         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
15369         (gst_monoscope_class_init), (gst_monoscope_init),
15370         (gst_monoscope_finalize), (gst_monoscope_reset),
15371         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
15372         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
15373         (gst_monoscope_sink_event), (gst_monoscope_src_event),
15374         (gst_monoscope_change_state), (plugin_init):
15375         * gst/monoscope/gstmonoscope.h:
15376           Port monoscope visualisation to 0.10.
15377
15378 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15379
15380         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
15381         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
15382           Return FLOW_UNEXPECTED when at the end of the file, not
15383           FLOW_ERROR. Fixes 'internal stream error' errors that
15384           would sometimes occur in totem when scrubbing to the
15385           end of an ID3v1 tagged mp3 file.
15386
15387 2006-07-03  Edward Hervey  <edward@fluendo.com>
15388
15389         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
15390         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
15391         (gst_pngdec_sink_event), (gst_pngdec_change_state):
15392         * ext/libpng/gstpngdec.h:
15393         Implement buffer clipping/dropping using GstSegment.
15394         This provides accurate seeking.
15395
15396 2006-07-03  Edward Hervey  <edward@fluendo.com>
15397
15398         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15399         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
15400         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
15401         (gst_avi_demux_process_next_entry), (push_tag_lists),
15402         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
15403         * gst/avi/gstavidemux.h:
15404         Proper aggregation of each stream's GstFlowReturn in order to figure out
15405         whether the task should stop or not.
15406         Don't send inline events before pushing out a NEW_SEGMENT, more
15407         specifically for GST_TAG_EVENT.
15408         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
15409         sub-indexes.
15410
15411 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
15412
15413         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15414
15415         * sys/sunaudio/gstsunaudiomixerctrl.c:
15416         (gst_sunaudiomixer_ctrl_build_list):
15417           Move "Monitor" slider to input tab so it works more like
15418           sdtaudiocontrol, which is what people on Solaris are used
15419           to using for their mixer program (#346259).
15420
15421 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15422
15423         * tests/check/elements/level.c: (GST_START_TEST):
15424           fix a leak, clean up at the end
15425
15426 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15427
15428         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15429         (gst_matroska_demux_send_event),
15430         (gst_matroska_demux_loop_stream_parse_id):
15431         * gst/matroska/matroska-ids.h:
15432           Send tag event after newsegment event.
15433
15434 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15435
15436         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15437         (gst_id3demux_read_range):
15438           Make sure we don't return GST_FLOW_OK with a NULL buffer in
15439           certain cases where a read beyond the end of the file is
15440           requested. Fixes #345930.
15441
15442         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15443         (gst_tag_demux_read_range):
15444           Fix same issue here as well.
15445
15446 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15447
15448         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
15449         
15450         Fix hypothetical crash.
15451
15452 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
15453
15454         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15455
15456         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
15457           Do not modify the ports value. If the user has turned off the
15458           built-in speakers, then we should not reset it in the prepare
15459           function, since this causes the built-in speakers to turn
15460           back on anytime the user changes a track in totem, rhythmbox,
15461           etc. (#346066).
15462
15463 2006-06-23  Wim Taymans  <wim@fluendo.com>
15464
15465         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
15466         Fix double caps unref when negotiation fails.
15467
15468 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15469
15470         * ext/annodex/gstcmmldec.c:
15471         * ext/annodex/gstcmmlenc.c:
15472         * ext/annodex/gstcmmlparser.c:
15473         * ext/dv/gstdvdec.c:
15474         * ext/dv/gstdvdemux.c:
15475         * ext/gdk_pixbuf/pixbufscale.c:
15476         * ext/jpeg/gstjpegenc.c:
15477         * ext/jpeg/gstsmokedec.c:
15478         * ext/jpeg/gstsmokeenc.c:
15479         * ext/libpng/gstpngdec.c:
15480         * ext/libpng/gstpngenc.c:
15481         * ext/speex/gstspeexenc.c:
15482         * gst/alpha/gstalphacolor.c:
15483         * gst/cutter/gstcutter.c:
15484         * gst/debug/gstnavigationtest.c:
15485         * gst/icydemux/gsticydemux.c:
15486         * gst/level/gstlevel.c:
15487         * gst/multipart/multipart.c:
15488         * gst/rtp/gstrtpamrpay.c:
15489         * gst/rtp/gstrtpdepay.c:
15490         * gst/rtp/gstrtpilbcpay.c:
15491         * gst/rtp/gstrtpmp4gpay.c:
15492         * gst/rtp/gstrtpmp4vpay.c:
15493         * gst/rtsp/gstrtpdec.c:
15494         * gst/rtsp/gstrtspsrc.c:
15495         * gst/udp/gstdynudpsink.c:
15496         * gst/udp/gstmultiudpsink.c:
15497         * gst/udp/gstudpsrc.c:
15498         * gst/videobox/gstvideobox.c:
15499         * gst/videofilter/gstvideoflip.c:
15500           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
15501           plus two minor macro fixes.
15502
15503 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15504
15505         * gst/matroska/matroska-demux.c:
15506         (gst_matroska_demux_check_subtitle_buffer),
15507         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15508         (gst_matroska_demux_subtitle_caps):
15509         * gst/matroska/matroska-ids.c:
15510         (gst_matroska_track_init_subtitle_context):
15511         * gst/matroska/matroska-ids.h:
15512           Try to fix up broken matroska files containing subtitle
15513           streams with non-UTF8 character encodings (courtesy of
15514           mkvmerge) using either the encoding specified in the
15515           GST_SUBTITLE_ENCODING environment variable or the
15516           current locale's character set if it is non-UTF8.
15517           Fixes #337076.
15518
15519 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15520
15521         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
15522           Set image type from APIC frame as "image-type" field
15523           of GST_TAG_IMAGE buffer caps (#344605).
15524
15525 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
15526
15527         * ext/flac/Makefile.am:
15528         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
15529         (gst_flac_dec_reset_decoders),
15530         (gst_flac_dec_setup_seekable_decoder),
15531         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
15532         (gst_flac_dec_metadata_callback),
15533         (gst_flac_dec_metadata_callback_seekable),
15534         (gst_flac_dec_metadata_callback_stream),
15535         (gst_flac_dec_error_callback),
15536         (gst_flac_dec_error_callback_seekable),
15537         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
15538         (gst_flac_dec_read_stream), (gst_flac_dec_write),
15539         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
15540         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
15541         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
15542         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
15543         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
15544         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
15545         (gst_flac_dec_sink_activate_push),
15546         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
15547         * ext/flac/gstflacdec.h:
15548           Support chain-based operation, should make flac-over-DAAP
15549           work (#340492).
15550
15551 2006-06-20  Wim Taymans  <wim@fluendo.com>
15552
15553         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15554         Doc updates, merge some unused symbols.
15555
15556 2006-06-20  Wim Taymans  <wim@fluendo.com>
15557
15558         * docs/plugins/Makefile.am:
15559         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15560         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15561         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
15562         * gst/rtsp/gstrtspsrc.c:
15563         * gst/rtsp/gstrtspsrc.h:
15564         Added documentation for the rtsp plugin. Fixes #345393.
15565
15566 2006-06-20  Wim Taymans  <wim@fluendo.com>
15567
15568         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15569         (rtsp_connection_close), (rtsp_connection_free):
15570         Use better G_OS_* macros. Fixes #345301 some more.
15571
15572 2006-06-20  Wim Taymans  <wim@fluendo.com>
15573
15574         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15575
15576         * sys/sunaudio/Makefile.am:
15577         * sys/sunaudio/gstsunaudio.c: (plugin_init):
15578         * sys/sunaudio/gstsunaudiomixerctrl.c:
15579         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
15580         (gst_sunaudiomixer_ctrl_list_tracks),
15581         (gst_sunaudiomixer_ctrl_get_volume),
15582         (gst_sunaudiomixer_ctrl_set_volume),
15583         (gst_sunaudiomixer_ctrl_set_mute),
15584         (gst_sunaudiomixer_ctrl_set_record):
15585         * sys/sunaudio/gstsunaudiomixerctrl.h:
15586         * sys/sunaudio/gstsunaudiomixertrack.c:
15587         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
15588         * sys/sunaudio/gstsunaudiomixertrack.h:
15589         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
15590         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
15591         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
15592         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
15593         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
15594         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
15595         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
15596         (gst_sunaudiosrc_reset):
15597         * sys/sunaudio/gstsunaudiosrc.h:
15598         Add a SunAudio source plugin.
15599         Support stereo and right/left channel gain in the mixer plugin.
15600         Support the RECORD flag so that you can switch between line-input and
15601         microphone in gnome-volume-control.
15602         Code cleanups like using an enumerator for track number instead of an 
15603         integer. Fixes #344923.
15604
15605 2006-06-20  Wim Taymans  <wim@fluendo.com>
15606
15607         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
15608
15609         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15610         (rtsp_connection_close):
15611         Make RTSP plugin compile on windows. Fixes #345301.
15612         Some changes to original patch to catch errors better.
15613         use ifdef WIN32 instead of ifndef.
15614
15615 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15616
15617         * configure.ac:
15618         If we have libraw1394 >= 1.2.1, then we need libiec61883.
15619
15620 2006-06-18  Edward Hervey  <edward@fluendo.com>
15621
15622         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15623         After a failed buffer alloc, we need to abort the jpeg decoding (it
15624         started when parsing headers to figure out how many bytes we need
15625         to request downstream).
15626
15627 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
15628
15629         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15630
15631         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
15632           Make sure we don't read beyond the end of the file (#345232).
15633
15634 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
15635
15636         * configure.ac:
15637           Fix --disable-external (can't set conditionals conditionally,
15638           #343602).
15639
15640 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
15641
15642         * autogen.sh:
15643         * configure.ac:
15644         * docs/Makefile.am:
15645           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
15646
15647         * docs/plugins/Makefile.am:
15648         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15649         * docs/plugins/inspect/plugin-taglib.xml:
15650           Add/fix apev2mux docs.
15651
15652 2006-06-14  Wim Taymans  <wim@fluendo.com>
15653
15654         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15655         (gst_dvdec_finalize), (gst_dvdec_sink_event),
15656         (gst_dvdec_change_state):
15657         Reset segment info on flush.
15658         Alloc segment in _init, free in _finalize.
15659
15660         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
15661         Don't send segments twice.
15662
15663 2006-06-14  Wim Taymans  <wim@fluendo.com>
15664
15665         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15666         Respect segment.stop. Fixes #342592.
15667
15668 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15669
15670         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15671           No language specified means the implied language is English
15672           according to the matroska spec (partially fixes #344708);
15673           add some more debug output.
15674
15675 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15676
15677         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
15678         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15679         (gst_wavparse_chain):
15680           When operating chain-based, don't make any assumptions about the
15681           chunking of the incoming data and make streaming work on days other
15682           than the second Thursday after a full moon. Also fix up debug
15683           messages here and there and make use of the most excellent new
15684           gst_pad_query_peer_duration() utility function.
15685           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
15686
15687         * gst/wavparse/gstwavparse.h:
15688           Remove trailing comma after last enum value, some compilers don't
15689           like that.
15690
15691 2006-06-13  Wim Taymans  <wim@fluendo.com>
15692
15693         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
15694         Handle premature EOS gracefully.
15695
15696 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
15697
15698         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15699           Prevent out of bounds array access when scrubbing towards
15700           the end of the file between the last index entry and the
15701           end. Fixes occasional 'start <= stop' newsegment event
15702           assertions when scrubbing in MJPEG files.
15703
15704 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15705
15706         * tests/check/elements/.cvsignore:
15707           And another one.
15708
15709 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15710
15711         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15712         (scan_encoded_string), (parse_picture_frame):
15713           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
15714
15715         * configure.ac:
15716           Require core >= 0.10.8 (for GST_TAG_IMAGE and
15717           GST_TAG_PPEVIEW_IMAGE used in the patch above).
15718
15719 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15720
15721         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
15722           gratuitous comment changes
15723         * tests/check/elements/level.c: (GST_START_TEST):
15724           fix level test leaks
15725
15726 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15727
15728         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
15729         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
15730           Use gst_pad_query_peer_duration() utility function here.
15731
15732 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15733
15734         * autogen.sh:
15735           require am17
15736         * configure.ac:
15737         * ext/annodex/Makefile.am:
15738         * ext/cdio/Makefile.am:
15739         * ext/dv/Makefile.am:
15740         * ext/esd/Makefile.am:
15741         * ext/flac/Makefile.am:
15742         * ext/gdk_pixbuf/Makefile.am:
15743         * ext/ladspa/Makefile.am:
15744         * ext/libcaca/Makefile.am:
15745         * ext/speex/Makefile.am:
15746         * ext/taglib/Makefile.am:
15747         * sys/oss/Makefile.am:
15748         * sys/sunaudio/Makefile.am:
15749         * sys/ximage/Makefile.am:
15750           clean up build further
15751
15752 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15753
15754         * gconf/Makefile.am:
15755           Honour --disable-schemas-install configure option. Fixes #344100.
15756
15757 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15758
15759         * tests/examples/level/Makefile.am:
15760           Add -lm to LIBS for pow() function, don't assume one of our
15761           dependencies (such as libxml-2.0) drags it in automatically
15762           (#343603).
15763
15764 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15765
15766         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
15767
15768         * configure.ac:
15769           We should use $SED and not $(SED) in configure.ac (#343678).
15770
15771 2006-06-09  Wim Taymans  <wim@fluendo.com>
15772
15773         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15774
15775         * sys/sunaudio/gstsunaudiomixerctrl.c:
15776         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15777         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15778         (gst_sunaudiomixer_ctrl_set_mute):
15779         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15780         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15781         (gst_sunaudiosink_write):
15782         Attached find a patch that fixes a number of bugs with the SunAudio
15783         mixer plugin and fixes #344101:
15784         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15785            tracks onto the tracklist causing gnome-volume-control's preferences
15786            dialog to be messed up and would core dump if you checked/unchecked
15787            any item.
15788         2. We weren't previously setting the MUTE flag properly.  Fixing this
15789            makes gnome-volume-control work better.
15790         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15791            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15792            gnome-volume-control look better.
15793         Also some minor cleanup in gstsunaudiosink.c.
15794
15795 2006-06-09  Wim Taymans  <wim@fluendo.com>
15796
15797         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15798         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15799         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15800         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15801         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15802         * ext/jpeg/gstjpegdec.h:
15803         API: Added IDCT method property
15804         Small cleanups.
15805         Avoid dynamic allocation of trivial fixed structure.
15806         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15807
15808 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15809
15810         * configure.ac:
15811         We now require libraw1394 >= 1.1.0 and that version onwards all
15812         have .pc files.
15813
15814 2006-06-02  Edward Hervey  <edward@fluendo.com>
15815
15816         * gst/law/alaw-decode.c: (alawdec_getcaps): 
15817         Trying to get items from an ANY or EMPTY caps is ... stupid.
15818
15819 2006-06-02  Edward Hervey  <edward@fluendo.com>
15820
15821         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
15822         (gst_dvdec_chain), (gst_dvdec_change_state):
15823         * ext/dv/gstdvdec.h:
15824         Added GstSegment handling, now implements dropping/clipping.
15825
15826 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15827
15828         * ext/aalib/gstaasink.h:
15829         * ext/annodex/gstcmmldec.h:
15830         * ext/cairo/gsttimeoverlay.h:
15831         * ext/dv/gstdvdec.h:
15832         * ext/dv/gstdvdemux.h:
15833         * ext/esd/esdmon.h:
15834         * ext/esd/esdsink.h:
15835         * ext/flac/gstflacenc.h:
15836         * ext/gconf/gstgconfaudiosink.h:
15837         * ext/gconf/gstgconfaudiosrc.h:
15838         * ext/gconf/gstgconfvideosink.h:
15839         * ext/gconf/gstgconfvideosrc.h:
15840         * ext/gdk_pixbuf/gstgdkanimation.h:
15841         * ext/gdk_pixbuf/pixbufscale.h:
15842         * ext/hal/gsthalaudiosink.h:
15843         * ext/hal/gsthalaudiosrc.h:
15844         * ext/jpeg/gstjpegenc.h:
15845         * ext/jpeg/gstsmokedec.h:
15846         * ext/jpeg/gstsmokeenc.h:
15847         * ext/libcaca/gstcacasink.h:
15848         * ext/libmng/gstmngdec.h:
15849         * ext/libmng/gstmngenc.h:
15850         * ext/libpng/gstpngdec.h:
15851         * ext/libpng/gstpngenc.h:
15852         * ext/raw1394/gstdv1394src.h:
15853         * ext/speex/gstspeexenc.h:
15854         * gst/autodetect/gstautoaudiosink.h:
15855         * gst/autodetect/gstautovideosink.h:
15856         * gst/avi/gstavidemux.h:
15857         * gst/cutter/gstcutter.h:
15858         * gst/debug/efence.h:
15859         * gst/debug/gstnavigationtest.h:
15860         * gst/debug/gstnavseek.h:
15861         * gst/flx/gstflxdec.h:
15862         * gst/goom/gstgoom.h:
15863         * gst/icydemux/gsticydemux.h:
15864         * gst/id3demux/gstid3demux.h:
15865         * gst/law/alaw-decode.h:
15866         * gst/law/alaw-encode.h:
15867         * gst/law/mulaw-decode.h:
15868         * gst/law/mulaw-encode.h:
15869         * gst/matroska/matroska-mux.h:
15870         * gst/median/gstmedian.h:
15871         * gst/oldcore/gstaggregator.h:
15872         * gst/oldcore/gstfdsink.h:
15873         * gst/oldcore/gstmd5sink.h:
15874         * gst/oldcore/gstmultifilesrc.h:
15875         * gst/oldcore/gstpipefilter.h:
15876         * gst/oldcore/gstshaper.h:
15877         * gst/oldcore/gststatistics.h:
15878         * gst/rtp/gstasteriskh263.h:
15879         * gst/rtp/gstrtpL16depay.h:
15880         * gst/rtp/gstrtpL16pay.h:
15881         * gst/rtp/gstrtpamrdepay.h:
15882         * gst/rtp/gstrtpamrpay.h:
15883         * gst/rtp/gstrtpdepay.h:
15884         * gst/rtp/gstrtpgsmdepay.h:
15885         * gst/rtp/gstrtpgsmpay.h:
15886         * gst/rtp/gstrtph263pay.h:
15887         * gst/rtp/gstrtph263pdepay.h:
15888         * gst/rtp/gstrtph263ppay.h:
15889         * gst/rtp/gstrtpmp4gpay.h:
15890         * gst/rtp/gstrtpmp4vdepay.h:
15891         * gst/rtp/gstrtpmp4vpay.h:
15892         * gst/rtp/gstrtpmpadepay.h:
15893         * gst/rtp/gstrtpmpapay.h:
15894         * gst/rtp/gstrtppcmadepay.h:
15895         * gst/rtp/gstrtppcmapay.h:
15896         * gst/rtp/gstrtppcmudepay.h:
15897         * gst/rtp/gstrtppcmupay.h:
15898         * gst/rtp/gstrtpspeexdepay.h:
15899         * gst/rtp/gstrtpspeexpay.h:
15900         * gst/rtsp/gstrtpdec.h:
15901         * gst/rtsp/gstrtspsrc.h:
15902         * gst/smpte/gstsmpte.h:
15903         * gst/udp/gstdynudpsink.h:
15904         * gst/udp/gstmultiudpsink.h:
15905         * gst/udp/gstudpsink.h:
15906         * gst/udp/gstudpsrc.h:
15907         * gst/videofilter/gstvideobalance.h:
15908         * gst/videofilter/gstvideoflip.h:
15909         * sys/oss/gstossdmabuffer.h:
15910         * sys/oss/gstossmixerelement.h:
15911         * sys/oss/gstosssink.h:
15912         * sys/oss/gstosssrc.h:
15913         * sys/osxvideo/osxvideosink.h:
15914         * sys/sunaudio/gstsunaudiomixer.h:
15915         * sys/sunaudio/gstsunaudiosink.h:
15916         * sys/ximage/gstximagesrc.h:
15917         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15918
15919 2006-05-31  Wim Taymans  <wim@fluendo.com>
15920
15921         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
15922         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
15923         (gst_goom_src_setcaps), (gst_goom_src_event),
15924         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
15925         (gst_goom_change_state):
15926         * gst/goom/gstgoom.h:
15927         Handle QoS.
15928         Handle flushing, discont and events.
15929         Fix timestamps and various other cleanups.
15930
15931 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15932
15933         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
15934         Fix bus reset when using libiec61883
15935
15936 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15937
15938         * configure.ac:
15939         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
15940         * ext/raw1394/Makefile.am:
15941         Add CFLAGS.
15942         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
15943         New method, to receive using libiec61883.
15944         (gst_dv1394src_iso_receive),
15945         #ifdef'd out if libiec61883 is present.
15946         (gst_dv1394src_bus_reset),
15947         Get userdata correctly if using libiec61883. 
15948         (gst_dv1394src_create),
15949         When using libiec61883, only poll one fd and no need to read.
15950         (gst_dv1394src_discover_avc_node),
15951         Replace g_warnings.
15952         (gst_dv1394src_start),
15953         Create new handle when we know which dv port.  More reliable
15954         than setting port on an existing handle.  Initialise libiec61883.
15955         (gst_dv1394src_stop):
15956         If using libiec61883, then cleanup its handle properly.
15957         * ext/raw1394/gstdv1394src.h:
15958         Add libiec61883 handle.
15959
15960 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15961
15962         * gst/avi/gstavidemux.c:
15963           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
15964         * win32/MANIFEST:
15965           sort file listing
15966         * win32/vs6/libgstavi.dsp:
15967           add gstavimux.c to the project
15968         * win32/vs6/libgstid3demux.dsp:
15969           add link to zlib library
15970         * win32/vs6/libgstmatroska.dsp:
15971           add matroska-ids.c to the project
15972
15973 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15974
15975         Patch by: Sebastian Dröge  <mail at slomosnail de >
15976
15977         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15978         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15979         * ext/taglib/Makefile.am:
15980         * ext/taglib/gstapev2mux.cc:
15981         * ext/taglib/gstapev2mux.h:
15982         * ext/taglib/gstid3v2mux.cc:
15983         * ext/taglib/gsttaglibmux.c: (plugin_init):
15984         * ext/taglib/gsttaglibmux.h:
15985           Add apev2mux element (#343122).
15986         
15987         * tests/check/Makefile.am:
15988         * tests/check/elements/apev2mux.c:
15989         (test_taglib_apev2mux_create_tags),
15990         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
15991         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
15992         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
15993         (apev2mux_suite), (main):
15994           Add unit test for apev2mux element.
15995
15996 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15997
15998         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15999         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16000         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16001           GST_PTR_FORMAT should be used to print caps in debug statements.
16002
16003 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16004
16005         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
16006
16007         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
16008         (ape_demux_parse_tags):
16009           Some clean-ups and additions: map APE 'file' tag to
16010           GST_TAG_LOCATION (#343123); add support for extracting
16011           the track count and clean up parsing a bit (#343127).
16012
16013 2006-05-28  Edward Hervey  <edward@fluendo.com>
16014
16015         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
16016         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
16017
16018 2006-05-28  Edward Hervey  <edward@fluendo.com>
16019
16020         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
16021         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
16022         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
16023         * ext/jpeg/gstjpegdec.h:
16024         Clip outgoing buffers according to currently configured segment.
16025
16026 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16027
16028         * ext/taglib/gstid3v2mux.cc:
16029           Handle  writing of track-count or album-volume-count without
16030           track-number or albume-volume-number (in this case the number
16031           will just be set to 0).
16032
16033         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
16034           It would be nice if we actually checked the values received for
16035           track/album-volume number/count in  _check_tags(), rather than
16036           setting them again ...
16037
16038 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16039
16040         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
16041           A track/volume number or count of 0 does not make sense,
16042           just ignore it along with negative numbers (a tag might
16043           only contain a track count without a track number).
16044
16045 2006-05-27  Edward Hervey  <edward@fluendo.com>
16046
16047         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
16048         (gst_jpeg_dec_sink_event):
16049         Abort decompression when receiving FLUSH_STOP. This should avoid
16050         issues when interrupting decoding with flushes.
16051
16052 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
16053
16054         * ext/flac/gstflac.c:
16055           Don't #include file we don't dist any longer.
16056
16057 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
16058
16059         * README:
16060           Replace current README (containing the release notes from
16061           some 0.9.x version) with a proper README taken from the core.
16062
16063 2006-05-24  Wim Taymans  <wim@fluendo.com>
16064
16065         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
16066         Implement EOS correctly by either posting
16067         SEGMENT_DONE or pushing an EOS message depending
16068         on the seek type. Fixes #342592
16069
16070 2006-05-24  Wim Taymans  <wim@fluendo.com>
16071
16072         * gst/law/alaw-decode.c: (gst_alawdec_chain):
16073         * gst/law/alaw-decode.h:
16074         * gst/law/alaw-encode.c: (gst_alawenc_chain):
16075         * gst/law/alaw-encode.h:
16076         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
16077         * gst/law/mulaw-decode.h:
16078         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
16079         * gst/law/mulaw-encode.h:
16080         Some cleanups in the chain functions.
16081         Remove some GStreamer 0.0.2 bits.
16082
16083 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16084
16085         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16086
16087         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
16088           gst_collect_pads_stop() needs to be called before chaining up
16089           to the parent class (#342734).
16090
16091 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16092
16093         * ext/flac/Makefile.am:
16094         * ext/flac/flac_compat.h:
16095         * ext/flac/gstflac.c:
16096         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
16097         * ext/flac/gstflacenc.c:
16098           Remove backwards compatibility cruft for dealing with FLAC API
16099           changes in the 1.0.x series - we require 1.1.1 or newer these days.
16100
16101 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16102
16103         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16104         (gst_matroska_demux_push_xiph_codec_priv_data),
16105         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
16106         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
16107         * gst/matroska/matroska-ids.h:
16108         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
16109         (gst_matroska_mux_video_pad_setcaps),
16110         (xiph3_streamheader_to_codecdata),
16111         (vorbis_streamheader_to_codecdata),
16112         (theora_streamheader_to_codecdata),
16113         (gst_matroska_mux_audio_pad_setcaps),
16114         (gst_matroska_mux_write_data):
16115           Add support for muxing/demuxing theora video (#342448; too bad
16116           none of the usual linux players can actually play this). Playback
16117           in GStreamer will require additional changes to theoradec in -base.
16118           Refactor streamheaders <=> CodecPrivateData code a bit; some small
16119           cleanups.
16120
16121 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16122
16123         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
16124         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
16125           Fix crashes when the horizontal subsampling is 1.
16126           Fixes #342097.
16127
16128 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16129
16130         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16131
16132         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
16133         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16134         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16135         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
16136         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
16137         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16138         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
16139         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16140         (gst_avi_mux_change_state):
16141         * gst/avi/gstavimux.h:
16142           Some enhancements for avimux (#342526):
16143            - add odml (large file) index support
16144            - store codec init data (e.g. huffyuv)
16145            - miscellaneous other fixes/cleanups
16146
16147 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
16148
16149         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
16150         Don't output any tag when we encounter a negative track number - the
16151         tag type is uint, so we end up outputting huge positive numbers
16152         instead. (Fixes: #342029)
16153
16154 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16155
16156         * configure.ac:
16157           update for new GSTPB_PLUGINS_DIR
16158
16159 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
16160
16161         * rtp/gst/gstrtph263pay.c:
16162         Properly set static caps for H263 at 34.
16163
16164 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
16165
16166         Patch by: James "Doc" Livingston  <doclivingston gmail com>
16167
16168         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
16169           Merge event tags and tag setter tags correctly (#339918). Also,
16170           don't leak taglist in case of an error.
16171           
16172 2006-05-17  Edward Hervey  <edward@fluendo.com>
16173
16174         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
16175         We can only do caps intersection if the othercaps are non-empty and not
16176         ANY. Else we return the pad template (base_caps).
16177
16178 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
16179
16180         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16181           Fix crash when outputting debugging information for certain
16182           pictures (always good to use the right struct member for
16183           the number of records in an array).
16184
16185 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
16186
16187         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
16188
16189         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
16190         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
16191         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
16192         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
16193         (gst_ebml_read_float), (gst_ebml_read_ascii),
16194         (gst_ebml_read_binary):
16195           Don't create unnecessary sub-buffers all the time. Dramatically
16196           improves performance with multiple concurrently running
16197           matroskademux instances (#341818) (and avoids doing
16198           unnecessarily inefficient things in the general case).
16199
16200 2006-05-16  Edward Hervey  <edward@fluendo.com>
16201
16202         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
16203         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
16204         return value of gst_pad_push_event().
16205
16206 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
16207
16208         * gst/autodetect/gstautoaudiosink.c:
16209         (gst_auto_audio_sink_find_best):
16210         * gst/autodetect/gstautovideosink.c:
16211         (gst_auto_video_sink_find_best):
16212         Make the name of the child element be based on the name of the
16213         parent, so that debug output is more useful.
16214         
16215         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
16216         (parse_insert_string_field), (parse_split_strings):
16217         Rework string parsing to always walk over BOM markers in UTF16
16218         strings, using the endianness indicated by the innermost one,
16219         then trying the opposite endianness if that fails to convert
16220         to valid UTF-8. Fixes #341774
16221
16222 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16223
16224         Patch from: Matthieu <matthieu at fluendo dot com>
16225
16226         * ext/libpng/Makefile.am:
16227         Add LIBPNG_CFLAGS.
16228
16229 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
16230
16231         * ext/taglib/gstid3v2mux.cc:
16232           Add support for writing images (APIC frames) into ID3v2
16233           tags (picture type always set to 'other' for now though).
16234
16235 2006-05-14  Michael Smith  <msmith@fluendo.com>
16236
16237         * gst/wavparse/gstwavparse.c:
16238           Update docs; wavparse implements push and pull modes.
16239
16240 2006-05-12  Wim Taymans  <wim@fluendo.com>
16241
16242         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
16243         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
16244         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
16245         Ooops, bitten by the copy-and-paste design paradigm, fixes
16246         seek again.
16247
16248 2006-05-12  Wim Taymans  <wim@fluendo.com>
16249
16250         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
16251         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
16252         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
16253         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16254         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16255         (gst_avi_demux_massage_index),
16256         (gst_avi_demux_calculate_durations_from_index),
16257         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
16258         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
16259         (gst_avi_demux_loop):
16260         * gst/avi/gstavidemux.h:
16261         Some cleanups, prepare to use GstSegment.
16262         Fix error in entry walking code.
16263         Fix VBR detection.
16264         Smarter timestamp calculation code.
16265         Uniform error/eos handling.
16266
16267 2006-05-12  Michael Smith  <msmith@fluendo.com>
16268
16269         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
16270         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
16271           Fix use of uninitialised values if we're NOT seeking in ready.
16272           Fix typos.
16273
16274 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
16275
16276         * gst/wavparse/Makefile.am:
16277           Add CFLAGS and LIBS for libgstbase, fixes build on
16278           Cygwin (#341489).
16279
16280 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16281
16282         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
16283           Some more debug info. No need to check whether the string
16284           returned by g_convert() is really UTF-8 - either it is or
16285           we get NULL returned.
16286
16287 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
16288
16289         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
16290           Fix parsing of numeric genre strings some more, by ensuring that
16291           we only try and parse strings that a) Start with '(' and b) Consist
16292           only of digits.
16293           Also, when finding an escaping '((' sequence, bust it back to '(' by
16294           swallowing the first parenthesis
16295
16296 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16297
16298         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
16299         (gst_esdsink_open), (gst_esdsink_close):
16300         * ext/esd/esdsink.h:
16301           Move the esd_get_server_info() into gst_esdsink_open() and fail
16302           with a decent error message on errors.
16303
16304 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16305
16306         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
16307         (gst_esdmon_channels_get_type):
16308         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
16309         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
16310         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
16311         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
16312         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
16313         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
16314         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
16315         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
16316         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
16317         * gst/videomixer/videomixer.c:
16318         (gst_video_mixer_background_get_type):
16319           Const-ify GEnumValue arrays.
16320
16321 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16322
16323         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
16324
16325         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
16326         (gst_avi_mux_do_video_buffer):
16327           Work around gst_buffer_make_metadata_writable() bug that
16328           results in avimux marking all frames in the index as
16329           keyframes (#340859).
16330           
16331 2006-05-08  Wim Taymans  <wim@fluendo.com>
16332
16333         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
16334         Make parsing of urls suck slightly less.
16335
16336 2006-05-08  Edward Hervey  <edward@fluendo.com>
16337
16338         * autogen.sh: (CONFIGURE_DEF_OPT): 
16339         libtoolize on Darwin/MacOSX is called glibtoolize.
16340
16341 2006-05-08  Wim Taymans  <wim@fluendo.com>
16342
16343         Patch by: Jens Granseuer <jensgr at gmx dot net>
16344
16345         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
16346         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
16347         C89 compliance fixes. Fixes #340980
16348
16349 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
16350
16351         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16352         * ext/flac/gstflacdec.h:
16353           Handle segment seeks that include the end of the file as stop point
16354           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
16355           message instead of an EOS event in case we're in segment seek
16356           mode (fixes #340699).
16357           
16358 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
16359
16360         * ext/cairo/gsttextoverlay.c:
16361         * ext/flac/gstflacdec.c:
16362         * ext/gdk_pixbuf/pixbufscale.c:
16363         * gst/apetag/gstapedemux.c:
16364         * gst/debug/breakmydata.c:
16365         * gst/debug/testplugin.c:
16366         * gst/matroska/ebml-write.c:
16367         * gst/multipart/multipartdemux.c:
16368         * sys/osxaudio/gstosxaudiosink.c:
16369         * sys/osxaudio/gstosxaudiosrc.c:
16370         Add semicolons after GST_BOILERPLATE[_FULL] so that
16371         indent doesn't mess up following lines.
16372
16373 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
16374
16375         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16376
16377         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
16378           Don't leak caps when freeing the stream context (#340623).
16379
16380 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
16381
16382         * configure.ac:
16383           Back to CVS
16384
16385 === release 0.10.3 ===
16386
16387 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
16388
16389         * configure.ac:
16390           releasing 0.10.3, "Desplazado"
16391
16392 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16393
16394         * gst/matroska/matroska-mux.c:
16395         (gst_matroska_mux_stream_is_vorbis_header),
16396         (gst_matroska_mux_write_data):
16397           Don't strcmp() NULL strings.
16398           Only start new clusters on video keyframes, not on any
16399           random audio buffer that doesn't have the DELTA_UNIT
16400           flag set (fixes 'make check' again).
16401
16402 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16403
16404         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16405
16406         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
16407         (gst_matroska_mux_stream_is_vorbis_header),
16408         (gst_matroska_mux_write_data):
16409           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
16410           value and then dead-lock when muxing vorbis audio streams
16411           (the three vorbis header buffers carry no timestamp, and it
16412           would try to mux these after all video buffers). Fixes #340346.
16413
16414           Improve clustering: start a new cluster also whenever we get
16415           a keyframe.     
16416
16417 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16418
16419         * win32/common/config.h:
16420         * win32/MANIFEST
16421           add the generated file as well
16422
16423 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16424
16425         * Makefile.am:
16426         * configure.ac:
16427         * win32/common/config.h.in:
16428           add win32 stuff
16429
16430 2006-05-03  Michael Smith  <msmith@fluendo.com>
16431
16432         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
16433           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
16434           SUCKS.
16435
16436 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16437
16438         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
16439         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16440         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16441           don't leak caps-string
16442
16443 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16444
16445         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16446         (gst_id3demux_sink_activate):
16447           Let core insert default error message for TYPE_NOT_FOUND
16448           errors, it's just as good as our own and has the added
16449           bonus of being translated.
16450
16451 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16452
16453         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
16454         (gst_tag_demux_sink_event):
16455         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
16456         (gst_id3demux_sink_event):
16457           Post an error message when we get an EOS event and were not
16458           able to find out the type of stream.
16459
16460         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
16461         (test_taglib_id3mux_with_tags):
16462           Decrease num-buffers to 16 per iteration again, otherwise the
16463           many memcpy()s and reallocations in the test will hammer slow
16464           CPUs completely and make the test timeout.
16465
16466 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16467
16468         * configure.ac:
16469           figure out where plugins-base plugins are
16470         * tests/check/Makefile.am:
16471           use plugins-base plugins, so we have typefind functions
16472         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
16473           increase num-buffers, this makes sure the test errors out instead
16474           of timing out when no typefind functions are present
16475
16476 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16477
16478         * docs/plugins/Makefile.am:
16479           also check .cc files for gtk-doc markup
16480         * configure.ac:
16481         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16482         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16483         * tests/check/Makefile.am:
16484         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
16485         * ext/Makefile.am:
16486         * ext/taglib/Makefile.am:
16487         * ext/taglib/gstid3v2mux.h:
16488         * ext/taglib/gsttaglibmux.c:
16489         * ext/taglib/gsttaglibmux.h:
16490           move taglib-based id3v2muxer to -good.  Fixes #336110.
16491
16492 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16493
16494         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
16495           ... and fix multichannel/WAVFORMATEX support again.
16496
16497 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
16498
16499         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16500         (gst_wavparse_class_init), (gst_wavparse_dispose),
16501         (gst_wavparse_reset), (gst_wavparse_init),
16502         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
16503         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
16504         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
16505         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
16506         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
16507         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16508         (gst_wavparse_stream_data), (gst_wavparse_loop),
16509         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16510         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16511         (gst_wavparse_change_state), (plugin_init):
16512         * gst/wavparse/gstwavparse.h:
16513           Add push (streaming) mode to wavparse (fixes #337625)
16514
16515 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16516
16517         * configure.ac:
16518         * tests/Makefile.am:
16519           add ximagesrc icles test
16520
16521 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16522
16523         * configure.ac:
16524         * docs/plugins/Makefile.am:
16525         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16526         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16527         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
16528         (gst_cmml_enc_push_clip):
16529         * sys/Makefile.am:
16530         * sys/ximage/Makefile.am:
16531         * sys/ximage/gstximagesrc.c:
16532           Move ximagesrc plug-in to good after review.  Fixes #336756.
16533
16534 2006-04-28  Michael Smith  <msmith@fluendo.com>
16535
16536         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
16537         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
16538         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
16539         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
16540         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16541         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
16542         * gst/icydemux/gsticydemux.h:
16543           Fix event handling: cache events when typefinding and forward later.
16544
16545 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16546
16547         * sys/osxaudio/gstosxaudiosink.c:
16548         (plugin_init):
16549          Register osxaudiosrc to the plugin.
16550         * sys/osxaudio/gstosxaudiosrc.c:
16551         (gst_osx_audio_src_osxelement_do_init),
16552         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
16553         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
16554         (gst_osx_audio_src_get_property),
16555         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
16556         (gst_osx_audio_src_osxelement_init):
16557         * sys/osxaudio/gstosxaudiosrc.h:
16558           Port of osxaudiosrc to 0.10.
16559         * sys/osxaudio/Makefile.am:
16560           Add osxaudiosrc
16561
16562 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16563
16564         * sys/osxaudio/gstosxringbuffer.c:
16565         * sys/osxaudio/gstosxringbuffer.h:
16566           Forgot to commit earlier, part of the OSX audio plugin port
16567
16568 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16569
16570         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
16571         (parse_split_strings):
16572           Recognise and skip any byte order marker (BOM) in
16573           UTF-16 strings.
16574
16575 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16576
16577         * docs/plugins/Makefile.am:
16578         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16579         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16580         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16581         * docs/plugins/inspect/plugin-avi.xml:
16582         * gst/avi/gstavidemux.c:
16583         * gst/avi/gstavimux.c:
16584           Add docs for both avidemux and avimux.
16585
16586 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16587
16588         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16589
16590         * gst/avi/Makefile.am:
16591         * gst/avi/gstavi.c: (plugin_init):
16592         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
16593         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
16594         (gst_avi_mux_class_init), (gst_avi_mux_init),
16595         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16596         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
16597         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
16598         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16599         (gst_avi_mux_riff_get_avix_header),
16600         (gst_avi_mux_riff_get_video_header),
16601         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
16602         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
16603         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16604         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
16605         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
16606         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
16607         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16608         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
16609         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
16610         (gst_avi_mux_change_state):
16611         * gst/avi/gstavimux.h:
16612           Port AVI muxer to GStreamer-0.10 (#332031).
16613
16614         * tests/check/Makefile.am:
16615         * tests/check/elements/avimux.c:
16616         * tests/check/elements/.cvsignore:
16617           Add unit test for AVI muxer.
16618
16619 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
16620
16621         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16622         (gst_wavparse_class_init), (gst_wavparse_reset),
16623         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16624         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16625         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16626         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16627         (gst_wavparse_stream_data), (gst_wavparse_loop),
16628         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
16629         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
16630         (plugin_init):
16631         * gst/wavparse/gstwavparse.h:
16632           reverted patch #337625 for the price of 1 hour sleep
16633
16634 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16635
16636         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16637         (gst_wavparse_class_init), (gst_wavparse_reset),
16638         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16639         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
16640         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16641         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16642         (gst_wavparse_stream_data), (gst_wavparse_loop),
16643         (gst_wavparse_chain), (plugin_init):
16644         * gst/wavparse/gstwavparse.h:
16645           correct partial implementation of push mode
16646           (from my last commit)
16647
16648 2006-04-26  Wim Taymans  <wim@fluendo.com>
16649
16650         * ext/esd/esdsink.c:
16651         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
16652         it is not in esd.h
16653
16654 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
16655
16656         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
16657         (gst_au_parse_class_init), (gst_au_parse_init),
16658         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
16659         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
16660         (gst_au_parse_chain), (gst_au_parse_src_convert),
16661         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
16662         (gst_au_parse_sink_event), (gst_au_parse_src_event),
16663         (gst_au_parse_change_state):
16664         * gst/auparse/gstauparse.h:
16665           Rewrite auparse to suck a little bit less: make source pad
16666           dynamic, so decodebin/playbin work with non-raw formats
16667           like alaw/mulaw; add query function for duration/position
16668           queries; check whether we have enough data before attempting
16669           to parse the header (instead of crashing when that is not the
16670           case); work around audioconvert sucking by swapping endianness
16671           to the native endianness ourselves for float formats; send
16672           initial newsegment event. Fixes #161712.
16673
16674 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16675
16676         * sys/osxaudio/Makefile.am:
16677         * sys/osxaudio/gstosxaudioelement.c:
16678         (gst_osx_audio_element_get_type),
16679         (gst_osx_audio_element_class_init):
16680         * sys/osxaudio/gstosxaudioelement.h:
16681         * sys/osxaudio/gstosxaudiosink.c:
16682         (gst_osx_audio_sink_osxelement_do_init),
16683         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
16684         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
16685         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
16686         (gst_osx_audio_sink_create_ringbuffer),
16687         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
16688         (plugin_init):
16689         * sys/osxaudio/gstosxaudiosink.h:
16690         Port of osxaudiosink to 0.10
16691
16692 2006-04-26  Wim Taymans  <wim@fluendo.com>
16693
16694         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
16695         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
16696         the size of the ringbuffer. This should fix hangs with older 
16697         esd sound servers.
16698
16699 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16700
16701         * ext/aalib/gstaasink.c:
16702         * ext/annodex/gstcmmldec.c:
16703         * ext/annodex/gstcmmlenc.c:
16704         * ext/cairo/gsttextoverlay.c:
16705         * ext/cairo/gsttimeoverlay.c:
16706         * ext/cdio/gstcdiocddasrc.c:
16707         * ext/dv/gstdvdec.c:
16708         * ext/dv/gstdvdemux.c:
16709         * ext/esd/esdmon.c:
16710         * ext/esd/esdsink.c:
16711         * ext/flac/gstflacenc.c:
16712         * ext/flac/gstflactag.c:
16713         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16714         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16715         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16716         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16717         * ext/gdk_pixbuf/pixbufscale.c:
16718         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16719         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16720         * ext/jpeg/gstjpegdec.c:
16721         * ext/jpeg/gstjpegenc.c:
16722         * ext/jpeg/gstsmokedec.c:
16723         * ext/jpeg/gstsmokeenc.c:
16724         * ext/libcaca/gstcacasink.c:
16725         * ext/libmng/gstmngdec.c:
16726         * ext/libmng/gstmngenc.c:
16727         * ext/libpng/gstpngdec.c:
16728         * ext/libpng/gstpngenc.c:
16729         * ext/mikmod/gstmikmod.c:
16730         * ext/raw1394/gstdv1394src.c:
16731         * ext/shout2/gstshout2.c: (gst_shout2send_init):
16732         * ext/shout2/gstshout2.h:
16733         * ext/speex/gstspeexdec.c:
16734         * ext/speex/gstspeexenc.c:
16735         * gst/alpha/gstalpha.c:
16736         * gst/alpha/gstalphacolor.c:
16737         * gst/apetag/gstapedemux.c:
16738         * gst/auparse/gstauparse.c:
16739         * gst/autodetect/gstautoaudiosink.c:
16740         (gst_auto_audio_sink_base_init):
16741         * gst/autodetect/gstautovideosink.c:
16742         (gst_auto_video_sink_base_init):
16743         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16744         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16745         * gst/cutter/gstcutter.c:
16746         * gst/debug/breakmydata.c:
16747         * gst/debug/efence.c:
16748         * gst/debug/gstnavigationtest.c:
16749         * gst/debug/gstnavseek.c:
16750         * gst/debug/negotiation.c:
16751         * gst/debug/progressreport.c:
16752         * gst/debug/testplugin.c:
16753         * gst/effectv/gstaging.c:
16754         * gst/effectv/gstdice.c:
16755         * gst/effectv/gstedge.c:
16756         * gst/effectv/gstquark.c:
16757         * gst/effectv/gstrev.c:
16758         * gst/effectv/gstshagadelic.c:
16759         * gst/effectv/gstvertigo.c:
16760         * gst/effectv/gstwarp.c:
16761         * gst/flx/gstflxdec.c:
16762         * gst/goom/gstgoom.c:
16763         * gst/icydemux/gsticydemux.c:
16764         * gst/id3demux/gstid3demux.c:
16765         * gst/interleave/deinterleave.c:
16766         * gst/interleave/interleave.c:
16767         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16768         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16769         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16770         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16771         * gst/level/gstlevel.c:
16772         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16773         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16774         * gst/median/gstmedian.c:
16775         * gst/monoscope/gstmonoscope.c:
16776         * gst/multipart/multipartdemux.c:
16777         * gst/multipart/multipartmux.c:
16778         * gst/oldcore/gstaggregator.c:
16779         * gst/oldcore/gstfdsink.c:
16780         * gst/oldcore/gstmd5sink.c:
16781         * gst/oldcore/gstmultifilesrc.c:
16782         * gst/oldcore/gstpipefilter.c:
16783         * gst/oldcore/gstshaper.c:
16784         * gst/oldcore/gststatistics.c:
16785         * gst/rtp/gstasteriskh263.c:
16786         * gst/rtp/gstrtpL16depay.c:
16787         * gst/rtp/gstrtpL16pay.c:
16788         * gst/rtp/gstrtpamrdepay.c:
16789         * gst/rtp/gstrtpamrpay.c:
16790         * gst/rtp/gstrtpdepay.c:
16791         * gst/rtp/gstrtpgsmpay.c:
16792         * gst/rtp/gstrtph263pay.c:
16793         * gst/rtp/gstrtph263pdepay.c:
16794         * gst/rtp/gstrtph263ppay.c:
16795         * gst/rtp/gstrtpilbcdepay.c:
16796         * gst/rtp/gstrtpmp4gpay.c:
16797         * gst/rtp/gstrtpmp4vdepay.c:
16798         * gst/rtp/gstrtpmp4vpay.c:
16799         * gst/rtp/gstrtpmpadepay.c:
16800         * gst/rtp/gstrtpmpapay.c:
16801         * gst/rtp/gstrtppcmadepay.c:
16802         * gst/rtp/gstrtppcmapay.c:
16803         * gst/rtp/gstrtppcmudepay.c:
16804         * gst/rtp/gstrtppcmupay.c:
16805         * gst/rtp/gstrtpspeexdepay.c:
16806         * gst/rtp/gstrtpspeexpay.c:
16807         * gst/rtsp/gstrtpdec.c:
16808         * gst/rtsp/gstrtspsrc.c:
16809         * gst/smpte/gstsmpte.c:
16810         * gst/udp/gstdynudpsink.c:
16811         * gst/udp/gstmultiudpsink.c:
16812         * gst/udp/gstudpsink.c:
16813         * gst/udp/gstudpsrc.c:
16814         * gst/videobox/gstvideobox.c:
16815         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16816         * gst/videofilter/gstvideobalance.c:
16817         * gst/videofilter/gstvideoflip.c:
16818         * gst/videofilter/gstvideotemplate.c:
16819         (gst_videotemplate_base_init):
16820         * gst/videomixer/videomixer.c:
16821         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16822         (gst_wavparse_class_init), (gst_wavparse_dispose),
16823         (gst_wavparse_reset), (gst_wavparse_init),
16824         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
16825         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
16826         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
16827         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
16828         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16829         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16830         (gst_wavparse_change_state):
16831         * gst/wavparse/gstwavparse.h:
16832         * sys/oss/gstossmixerelement.c:
16833         * sys/oss/gstosssink.c:
16834         * sys/oss/gstosssrc.c:
16835         * sys/osxaudio/gstosxaudioelement.c:
16836         * sys/osxaudio/gstosxaudiosink.c:
16837         * sys/osxaudio/gstosxaudiosrc.c:
16838         * sys/sunaudio/gstsunaudiomixer.c:
16839         * sys/sunaudio/gstsunaudiosink.c:
16840           Define GstElementDetails as const and also static (when defined as
16841           global)
16842
16843 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16844
16845         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16846           Source pad has fixed caps. If we don't set this, bad
16847           things happen when the window is resized.
16848
16849 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16850
16851         * gst/matroska/Makefile.am:
16852         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16853         (gst_matroska_demux_handle_src_event):
16854         * gst/matroska/matroska-ids.c:
16855         (gst_matroska_track_init_video_context),
16856         (gst_matroska_track_init_audio_context),
16857         (gst_matroska_track_init_subtitle_context),
16858         (gst_matroska_track_init_complex_context):
16859         * gst/matroska/matroska-ids.h:
16860           Handle case where the TrackType ebml chunk does not come before the
16861           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16862           events.
16863
16864 2006-04-25  Wim Taymans  <wim@fluendo.com>
16865
16866         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16867         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16868         It's codec_data, not codec_info.
16869
16870 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16871
16872         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16873
16874         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16875           Handle codec_data for VfW compatibility codec IDs (#339451)
16876
16877         * gst/matroska/matroska-mux.c:
16878         (gst_matroska_mux_video_pad_setcaps):
16879           Same here, handle codec_data and add additional caps we can handle
16880           now to the pad template (huffyuv, dv and h263 video) (#339451)
16881
16882 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16883
16884         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
16885
16886         * gst/matroska/matroska-mux.c:
16887         (gst_matroska_mux_create_buffer_header),
16888         (gst_matroska_mux_write_data):
16889           Fix timestamping of B-frames, use signed integers, do
16890           some rounding (#339678).
16891
16892 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
16893
16894         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16895         just make it compile with --disable-gst-debug.
16896
16897 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
16898
16899         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16900         Fix a bad conversion using gst_guint64_to_gdouble.
16901         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
16902         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16903         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
16904     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
16905         mistake.
16906
16907 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
16908
16909         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16910         Use gst_guint64_to_gdouble for conversions
16911         * win32/vs6/gst_plugins_good.dsw:
16912         * win32/vs6/libgsticydemux.dsp:
16913         Add a project file for icydemux
16914
16915 2006-04-21  Wim Taymans  <wim@fluendo.com>
16916
16917         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16918
16919         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16920         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
16921         When splitting audio chunks, the block alignment is not taken in
16922         consideration, so the smaller chunks could be of size which is 
16923         not a multiple of the block alignment. Fixes #336904
16924
16925 2006-04-21  Wim Taymans  <wim@fluendo.com>
16926
16927         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
16928         Use scale functions
16929
16930 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16931
16932         * ext/dv/gstdv.c: (plugin_init):
16933           Fix build.
16934
16935 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16936
16937         * gst/debug/progressreport.c: (gst_progress_report_finalize),
16938         (gst_progress_report_class_init), (gst_progress_report_init),
16939         (gst_progress_report_do_query), (gst_progress_report_report),
16940         (gst_progress_report_set_property),
16941         (gst_progress_report_get_property):
16942           Add 'format' property to force querying to a particular format.
16943
16944 2006-04-21  Andy Wingo  <wingo@pobox.com>
16945
16946         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
16947         best, on big endian systems. Drop its rank in that case. OTOH on
16948         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
16949
16950 2006-04-21  Michael Smith  <msmith@fluendo.com>
16951
16952         * configure.ac:
16953         * gst/icydemux/Makefile.am:
16954         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
16955         (gst_icydemux_base_init), (gst_icydemux_class_init),
16956         (gst_icydemux_reset), (gst_icydemux_init),
16957         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
16958         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
16959         (unicodify), (gst_icydemux_unicodify),
16960         (gst_icydemux_parse_and_send_tags),
16961         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16962         (gst_icydemux_chain), (gst_icydemux_change_state),
16963         (gst_icydemux_send_tag_event), (plugin_init):
16964         * gst/icydemux/gsticydemux.h:
16965         * tests/check/Makefile.am:
16966         * tests/check/elements/icydemux.c: (typefind_succeed),
16967         (plugin_init), (icydemux_found_pad), (create_icydemux),
16968         (cleanup_icydemux), (push_data), (GST_START_TEST),
16969         (icydemux_suite), (main):
16970           Add icydemux, and tests.
16971
16972 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16973
16974         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16975           Post SEGMENT_DONE message in TIME format.
16976
16977 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16978
16979         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16980
16981         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
16982         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
16983           Fix index creation when we have to scan the file to create
16984           an index. There may be other types of RIFF 'LIST' chunks than
16985           'movi' and we need to skip them properly as well or we'll end up
16986           reading garbage (#336889). Some other cosmetic changes.
16987           
16988 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16989
16990         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
16991         (gst_flac_dec_handle_seek_event):
16992           Add support for segment seeks (fixes #338290). Also demote
16993           some recurring debug message from DEBUG to LOG level.
16994
16995 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16996
16997         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16998         (gst_matroskademux_do_index_seek),
16999         (gst_matroska_demux_handle_seek_event),
17000         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
17001         * gst/matroska/matroska-ids.h:
17002           Set DISCONT flag on first buffer after a discontinuity.
17003           Fix newsegment events sent when seeking and honour KEY_UNIT
17004           seek flag. Create pad with bogus caps if we don't recognise
17005           the stream codec id.
17006
17007         * gst/matroska/matroska-demux.h:
17008           Fix GObject macros.
17009
17010 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17011
17012         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
17013
17014         * gst/matroska/matroska-demux.c:
17015         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
17016           Handle end of segment properly when set; don't dead-lock when
17017           posting start of segment message when doing a segment seek.
17018           Fixes #338810.
17019
17020 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17021
17022         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
17023         (gst_matroska_demux_plugin_init):
17024           Make mpeg2 aac audio work: create artificial private codec data
17025           chunk which faad2 seems to require, just as we do for mpeg4 aac.
17026           Also call gst_riff_init(). Partially fixes #338767.
17027
17028 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
17029
17030         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
17031         (gst_wavenc_class_init), (gst_wavenc_init),
17032         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
17033         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
17034         (gst_wavenc_chain), (gst_wavenc_change_state):
17035         * gst/wavenc/gstwavenc.h:
17036           Set caps on first outgoing buffer, so that it doesn't error out
17037           immediately with a non-negotiated error (#338716). Rewrite and
17038           clean up a bit; fix setcaps function to parse things properly;
17039           fix sink caps (8bit audio is unsigned and doesn't have depth);
17040           use boilerplate macros; remove unused properties stuff.
17041
17042 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17043
17044         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17045           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
17046           handle MJPEG streams and might be autoplugged for those if the
17047           user doesn't have jpegdec installed (resulting in a cryptic error
17048           message about huffman tables). Better to disable JPEG decoding here
17049           and let the user figure out that she needs to install jpegdec.
17050
17051 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17052
17053         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17054         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
17055         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
17056         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17057           Make work with packetised/framed input (e.g. png-in-quicktime). Use
17058           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
17059           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
17060           debug messages. Fix boilerplate macros.
17061
17062 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17063
17064         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
17065         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
17066           No need to special-case for Gdk-2.0 any longer, we require
17067           Gdk 2.2 or newer; minor clean-ups.
17068
17069 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17070
17071         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
17072         (gst_shout2send_class_init), (gst_shout2send_init),
17073         (set_shout_metadata), (gst_shout2send_set_metadata),
17074         (gst_shout2send_event), (gst_shout2send_start),
17075         (gst_shout2send_connect), (gst_shout2send_stop),
17076         (gst_shout2send_render), (gst_shout2send_set_property),
17077         (gst_shout2send_get_property), (gst_shout2send_setcaps),
17078         (plugin_init):
17079         * ext/shout2/gstshout2.h:
17080         * po/POTFILES.in:
17081           Rewrite a bit: use GstBaseSink::start and stop instead of a state
17082           change function; use GST_ELEMENT_ERROR for error reporting, not
17083           g_error() or GST_ERROR(); don't unref caps in setcaps function,
17084           will cause crashes or assertion failures; remove (unused) "sync"
17085           property, basesink already has such a property; misc. other
17086           minor fixes and cleanups.
17087
17088 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17089
17090         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
17091         * ext/esd/gstesd.c: (plugin_init):
17092         * po/POTFILES.in:
17093           Add translatable error message for when we cannot
17094           connect to the sound server, as "Cannot open resource
17095           for writing" isn't really an acceptable message to show
17096           to the user in this case.
17097
17098 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17099
17100         * sys/oss/gst-i18n-plugin.h:
17101           Remove bogus file that doesn't belong here.
17102
17103 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
17104
17105         Patch by: Philippe Valembois
17106
17107         * ext/shout2/gstshout2.c: (gst_shout2send_init),
17108         (gst_shout2send_set_metadata), (gst_shout2send_event),
17109         (gst_shout2send_render), (gst_shout2send_change_state):
17110         * ext/shout2/gstshout2.h:
17111           Handle tags being received before the connection to
17112           the server is established properly (see #338636).
17113
17114 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
17115
17116         * ext/shout2/gstshout2.c: (gst_shout2send_render):
17117           Don't crash in case the connection to the server fails:
17118           don't set pointer to NULL by assigning FALSE; error out
17119           properly by using GST_ELEMENT_ERROR and returning
17120           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
17121           before resetting the pointer.
17122
17123 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
17124
17125         * gst/id3demux/id3tags.c:
17126         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
17127         (Fixes #338713)
17128
17129 2006-04-12  Wim Taymans  <wim@fluendo.com>
17130
17131         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17132         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
17133         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
17134         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
17135         (gst_gdk_pixbuf_chain):
17136         Some cleanups.
17137         Added RGBA as a possible output format.
17138         Correctly free the supported mimetypes.
17139         deprecate silent arg, it's not used.
17140         Return result from _alloc_buffer to peer.
17141
17142 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
17143
17144         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
17145           Don't leak memory allocated by gst_buffer_new_and_alloc() by
17146           overwriting GST_BUFFER_MALLOCDATA.
17147
17148 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
17149
17150         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17151         (user_endrow_callback), (user_end_callback),
17152         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
17153         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
17154         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
17155         * ext/libpng/gstpngdec.h:
17156           Handle more than one frame if the content is framed,
17157           like with png-in-quicktime (#331917).
17158
17159 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17160
17161         * sys/oss/Makefile.am:
17162         * sys/oss/common.h:
17163         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
17164         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
17165         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
17166         (gst_oss_src_unprepare):
17167           - the user-visible error strings were in the wrong category
17168           - and the messages were not marked for translation
17169           - which is actually a good thing, because they were exactly
17170             the kind of message you would never want anyone to see
17171           - the macros were using variables that didn't exist in the macro
17172             arguments
17173           - and they were obviously copied from each other and then modified
17174           - so a common header makes sense
17175
17176 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17177
17178         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17179           Don't try to modify read-only data.
17180
17181         * gst/matroska/matroska-demux.c:
17182         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
17183           Fix comment (won't crash any longer now).
17184
17185 2006-04-10  Michael Smith  <msmith@fluendo.com>
17186
17187         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
17188           Use copies of header buffers for caps to avoid circular refcounting
17189           problems (as in theoradec, vorbisdec).
17190
17191         * tests/check/elements/cmmldec.c: (GST_START_TEST):
17192           Fix a typo in test that meant it was testing the wrong thing.
17193
17194         * tests/check/elements/cmmlenc.c: (check_headers):
17195           Fix refcount checks now that we use buffer-copies for caps.
17196
17197 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17198
17199         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
17200         (gst_matroska_demux_handle_seek_event),
17201         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
17202         (gst_matroska_demux_subtitle_caps),
17203         (gst_matroska_demux_plugin_init):
17204           Use static pad templates with ANY caps for audio and video
17205           source pads and get rid of a lot of unnecessary (and partially
17206           broken) code for the template caps. Clean up caps finding
17207           functions. Fixes playback of audio files/streams that do not
17208           contain the sample rate and/or number of channels in the audio
17209           context (happens a lot with vorbis/mp3 .mka files it seems).
17210           Fixes #337183.
17211           Also add myself to copyright holders.
17212
17213 2006-04-10  Michael Smith  <msmith@fluendo.com>
17214
17215         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
17216           Use g_list_delete_link () instead of g_list_remove_link () so that
17217           we free the link as well as the contained data.
17218
17219 2006-04-10  Wim Taymans  <wim@fluendo.com>
17220
17221         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
17222
17223         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
17224         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
17225         (gst_avi_demux_stream_header):
17226         Fix some crashers with empty chunks. (Fixes #337749)
17227
17228 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
17229
17230         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
17231           use G_GINT64_CONSTANT for INT64 constants
17232         * gst/videofilter/gstvideobalance.c:
17233           define rint for WIN32 #define rint(x) (floor((x)+0.5))
17234         * win32/vs6/libgstavi.dsp:
17235          add missing libraries for the link and remove avimux.c from
17236          the project as it isn't ported to 0.10 yet
17237         
17238 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
17239
17240         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17241           Even better would be if we actually did the right thing
17242           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
17243
17244 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17245
17246         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17247           Can't just replace 1LL with 1L here just because MSVC doesn't
17248           support it, as it might lead to incorrect results when doing the
17249           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
17250           force a 64-bit constant in a way that all compilers are happy with.
17251
17252 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17253
17254         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17255         * ext/esd/esdsink.c: (gst_esdsink_class_init):
17256         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
17257         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
17258         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17259         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
17260         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
17261         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
17262         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
17263         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
17264         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
17265         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
17266         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
17267         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
17268         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17269         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
17270         * gst/avi/gstavimux.c: (gst_avimux_class_init):
17271         * gst/debug/efence.c: (gst_efence_class_init):
17272         * gst/debug/negotiation.c: (gst_negotiation_class_init):
17273         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
17274         * gst/goom/gstgoom.c: (gst_goom_class_init):
17275         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
17276         * gst/interleave/deinterleave.c: (deinterleave_class_init):
17277         * gst/interleave/interleave.c: (interleave_class_init):
17278         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
17279         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
17280         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
17281         * gst/median/gstmedian.c: (gst_median_class_init):
17282         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
17283         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
17284         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
17285         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
17286         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
17287         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
17288         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
17289         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
17290         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
17291         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
17292         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
17293         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
17294         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
17295         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
17296         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
17297         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
17298         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
17299         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
17300         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
17301         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
17302         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
17303         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
17304         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
17305         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
17306         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
17307         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
17308         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
17309         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17310         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
17311         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
17312         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
17313         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
17314         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
17315         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
17316         * sys/osxaudio/gstosxaudioelement.c:
17317         (gst_osxaudioelement_class_init):
17318         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
17319         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
17320         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
17321         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
17322
17323 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17324
17325         * ext/mikmod/gstmikmod.h:
17326         * gst/level/gstlevel.h:
17327         Fix more broken GObject macros
17328
17329 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17330
17331         * ext/annodex/gstcmmldec.h:
17332         * ext/annodex/gstcmmlenc.h:
17333         * ext/annodex/gstcmmltag.h:
17334         * ext/cairo/gsttextoverlay.h:
17335         * ext/ladspa/gstsignalprocessor.h:
17336         * gst/matroska/ebml-read.h:
17337         * gst/matroska/ebml-write.h:
17338         * sys/osxaudio/gstosxaudioelement.h:
17339         Fix broken GObject macros
17340
17341 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17342
17343         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17344           Don't try to seek beyond the end of the file (would
17345           occasionally display error dialogs in totem when seeking
17346           to the end) (#335869). Will still throw an error though
17347           if the file is truncated and the total_samples value in
17348           the stream header is wrong.
17349
17350 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
17351
17352         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
17353         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
17354         (gst_flac_dec_metadata_callback):
17355         * ext/flac/gstflacdec.h:
17356           If the stream header doesn't contain the total number of samples,
17357           search for the last flac frame at the end of the file and calculate
17358           the total duration from that frame's offset (fixes #337609).
17359
17360 2006-04-07  Edward Hervey  <edward@fluendo.com>
17361
17362         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
17363         Don't unref the GstPadTemplate returned by
17364         gst_element_class_get_pad_template().
17365
17366 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17367
17368         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
17369
17370         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
17371         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
17372         * sys/sunaudio/gstsunaudiosink.h:
17373           Use spec->segsize and spec->segtotal in the prepare function
17374           to initialise the ring buffer instead of using the buffer-time
17375           property (#337421).
17376
17377 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17378
17379         * configure.ac:
17380           Bump core requirements to CVS for gst_pad_query_peer_duration()
17381           which is used by speexdec.
17382
17383 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
17384
17385         * ext/speex/gstspeex.c: (plugin_init):
17386         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
17387         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
17388         (speex_get_sink_query_types), (speex_dec_sink_query),
17389         (speex_get_src_query_types), (speex_dec_src_query),
17390         (speex_dec_src_event), (speex_dec_sink_event),
17391         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
17392         (speex_dec_chain_parse_data), (speex_dec_chain),
17393         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
17394         (speex_dec_change_state):
17395         * ext/speex/gstspeexdec.h:
17396           Fix seeking and duration queries (#337033); clean up and
17397           refactor a bit.
17398
17399 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17400
17401         * ext/raw1394/gstdv1394src.c:
17402           distinguish between device not found and could not open for
17403           reading
17404
17405 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17406
17407         * Makefile.am:
17408         * configure.ac:
17409         * pkgconfig/.cvsignore:
17410         * pkgconfig/Makefile.am:
17411         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
17412           add a .pc file so other modules can use good plugins in tests
17413
17414 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17415
17416         * configure.ac:
17417           clean up, use AS_VERSION and AS_NANO
17418         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
17419           use PACKAGE_VERSION define
17420         * po/af.po:
17421         * po/az.po:
17422         * po/cs.po:
17423         * po/en_GB.po:
17424         * po/hu.po:
17425         * po/it.po:
17426         * po/nb.po:
17427         * po/nl.po:
17428         * po/or.po:
17429         * po/sq.po:
17430         * po/sr.po:
17431         * po/sv.po:
17432         * po/uk.po:
17433         * po/vi.po:
17434           updated
17435
17436 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
17437
17438         * ext\jpeg\smokecodec.c:
17439           use of GST_DEBUG instead of DEBUG(a...) for WIN32
17440         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
17441           move first instruction after all variables declarations
17442         * gst\alpha\gstalpha.c:
17443         * gst\effectv\gstshagadelic.c:
17444         * gst\smpte\paint.c:
17445         * gst\videofilter\gstvideobalance.c:
17446           define M_PI if it's not defined (it's not defined on WIN32)
17447         * gst\cutter\gstcutter.c: (gst_cutter_chain):
17448         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
17449         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
17450         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
17451         (gst_matroska_demux_video_caps):
17452         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
17453         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
17454           use gst_guint64_to_gdouble for conversions
17455         * gst\goom\filters.c: (setPixelRGB_):
17456           fix a debug which was using undefined variable
17457         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
17458         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
17459           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
17460         * win32/vs6:
17461           add vs6 projects files for most of plugins-good
17462         
17463 2006-03-30  j^  <j@bootlab.org>
17464
17465         * ext/aalib/gstaasink.c:
17466         * ext/annodex/gstcmmldec.c:
17467         * ext/annodex/gstcmmlenc.c:
17468         * ext/cairo/gsttextoverlay.c:
17469         * ext/cairo/gsttimeoverlay.c:
17470         * ext/cdio/gstcdiocddasrc.c:
17471         * ext/dv/gstdvdec.c:
17472         * ext/esd/esdmon.c:
17473         * ext/esd/esdsink.c:
17474         * ext/flac/gstflacdec.c:
17475         * ext/flac/gstflacenc.c:
17476         * ext/flac/gstflactag.c:
17477         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
17478         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
17479         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
17480         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
17481         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17482         * ext/gdk_pixbuf/pixbufscale.c:
17483         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
17484         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
17485         * ext/jpeg/gstjpegdec.c:
17486         * ext/jpeg/gstjpegenc.c:
17487         * ext/jpeg/gstsmokedec.c:
17488         * ext/jpeg/gstsmokeenc.c:
17489         * ext/libcaca/gstcacasink.c:
17490         * ext/libmng/gstmngdec.c:
17491         * ext/libmng/gstmngenc.c:
17492         * ext/libpng/gstpngdec.c:
17493         * ext/libpng/gstpngenc.c:
17494         * ext/mikmod/gstmikmod.c:
17495         * ext/raw1394/gstdv1394src.c:
17496         * ext/shout2/gstshout2.c:
17497         * ext/speex/gstspeexdec.c:
17498         * ext/speex/gstspeexenc.c:
17499         * gst/alpha/gstalpha.c:
17500         * gst/alpha/gstalphacolor.c:
17501         * gst/auparse/gstauparse.c:
17502         * gst/autodetect/gstautoaudiosink.c:
17503         (gst_auto_audio_sink_base_init):
17504         * gst/autodetect/gstautovideosink.c:
17505         (gst_auto_video_sink_base_init):
17506         * gst/avi/gstavimux.c: (gst_avimux_base_init):
17507         * gst/cutter/gstcutter.c:
17508         * gst/debug/breakmydata.c:
17509         * gst/debug/efence.c:
17510         * gst/debug/gstnavigationtest.c:
17511         * gst/debug/negotiation.c:
17512         * gst/debug/progressreport.c:
17513         * gst/debug/testplugin.c:
17514         * gst/effectv/gstaging.c:
17515         * gst/effectv/gstdice.c:
17516         * gst/effectv/gstedge.c:
17517         * gst/effectv/gstquark.c:
17518         * gst/effectv/gstrev.c:
17519         * gst/effectv/gstvertigo.c:
17520         * gst/effectv/gstwarp.c:
17521         * gst/flx/gstflxdec.c:
17522         * gst/goom/gstgoom.c:
17523         * gst/interleave/deinterleave.c:
17524         * gst/interleave/interleave.c:
17525         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
17526         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
17527         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
17528         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
17529         * gst/level/gstlevel.c:
17530         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
17531         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
17532         * gst/median/gstmedian.c:
17533         * gst/monoscope/gstmonoscope.c:
17534         * gst/multipart/multipartdemux.c:
17535         * gst/multipart/multipartmux.c:
17536         * gst/oldcore/gstmd5sink.c:
17537         * gst/oldcore/gstmultifilesrc.c:
17538         * gst/oldcore/gstpipefilter.c:
17539         * gst/oldcore/gstshaper.c:
17540         * gst/oldcore/gststatistics.c:
17541         * gst/rtp/gstasteriskh263.c:
17542         * gst/rtp/gstrtpL16depay.c:
17543         * gst/rtp/gstrtpL16pay.c:
17544         * gst/rtp/gstrtpamrdepay.c:
17545         * gst/rtp/gstrtpamrpay.c:
17546         * gst/rtp/gstrtpdepay.c:
17547         * gst/rtp/gstrtpgsmpay.c:
17548         * gst/rtp/gstrtph263pay.c:
17549         * gst/rtp/gstrtph263pdepay.c:
17550         * gst/rtp/gstrtph263ppay.c:
17551         * gst/rtp/gstrtpmp4gpay.c:
17552         * gst/rtp/gstrtpmp4vdepay.c:
17553         * gst/rtp/gstrtpmp4vpay.c:
17554         * gst/rtp/gstrtpmpadepay.c:
17555         * gst/rtp/gstrtpmpapay.c:
17556         * gst/rtp/gstrtppcmadepay.c:
17557         * gst/rtp/gstrtppcmapay.c:
17558         * gst/rtp/gstrtppcmudepay.c:
17559         * gst/rtp/gstrtppcmupay.c:
17560         * gst/rtp/gstrtpspeexdepay.c:
17561         * gst/rtp/gstrtpspeexpay.c:
17562         * gst/rtsp/gstrtpdec.c:
17563         * gst/smpte/gstsmpte.c:
17564         * gst/videobox/gstvideobox.c:
17565         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
17566         * gst/videofilter/gstvideobalance.c:
17567         * gst/videofilter/gstvideoflip.c:
17568         * gst/videofilter/gstvideotemplate.c:
17569         (gst_videotemplate_base_init):
17570         * gst/videomixer/videomixer.c:
17571         * gst/wavenc/gstwavenc.c:
17572         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
17573          better/unified long descriptions
17574          Fixed #336602
17575          Some cleanups to auparse, don't send multiple newsegments.
17576
17577 2006-03-29  Wim Taymans  <wim@fluendo.com>
17578
17579         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
17580
17581         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
17582         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
17583         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
17584         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
17585         * ext/dv/gstdvdemux.h:
17586         Seek in READY patch. Only works for pull based mode.
17587         Fixes #323880
17588
17589 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
17590
17591         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
17592         (gst_gdk_pixbuf_event):
17593           Fix two crashers: don't unref the same caps twice, and
17594           set pixbuf loader to NULL after freeing it.
17595
17596 2006-03-27  Wim Taymans  <wim@fluendo.com>
17597
17598         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
17599         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
17600         (gst_speexenc_chain):
17601         * ext/speex/gstspeexenc.h:
17602         Don't leak adapter.
17603         A push *always* takes ownership of the buffer, even on
17604         errors.
17605         Small cleanups.
17606
17607 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
17608
17609         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
17610           Create source pad without leaking.
17611
17612 2006-03-24  Wim Taymans  <wim@fluendo.com>
17613
17614         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17615         * ext/flac/gstflacdec.h:
17616         * ext/flac/gstflacenc.h:
17617         Spifify a bit.
17618         Fix deadly lock order error in seeking code, STREAM_LOCK
17619         cannot be taken within LOCK and the streaming variables are
17620         protected with the STREAM_LOCK anyway.
17621
17622 2006-03-24  Wim Taymans  <wim@fluendo.com>
17623
17624         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
17625         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
17626         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
17627         this patch combines the global init_frames with the stream
17628         init_frames. Rationale being that the global delay should 
17629         be subtracted from any stream delay.
17630         Fixes #335858.
17631
17632 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
17633
17634         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
17635         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
17636         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17637         * gst/videomixer/videomixer.c: (gst_videomixer_init):
17638         use DEBUG_FUNCPTR for collectpads
17639
17640 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
17641
17642         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
17643           Don't crash when encoding images where the number of rows isn't
17644           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
17645
17646 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17647
17648         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
17649         * gst/interleave/deinterleave.c: (deinterleave_change_state):
17650         * gst/interleave/interleave.c: (interleave_change_state):
17651         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
17652           More state change function fixes.
17653
17654 2006-03-23  Wim Taymans  <wim@fluendo.com>
17655
17656         * ext/esd/esdsink.c: (gst_esdsink_class_init),
17657         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
17658         (gst_esdsink_prepare), (gst_esdsink_unprepare),
17659         (gst_esdsink_delay), (gst_esdsink_reset):
17660         * ext/esd/esdsink.h:
17661         Fix esd choppy playback by configuring audiosink
17662         correctly. Fixes #325191
17663
17664 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17665
17666         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
17667           Make state change function thread-safe.
17668
17669 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17670
17671         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
17672         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
17673           Don't try to read beyond the end of the file just because
17674           the header claims a bigger size (like with truncated files).
17675
17676 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17677
17678         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17679         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
17680         (gst_wavparse_stream_data), (gst_wavparse_loop):
17681         * gst/wavparse/gstwavparse.h:
17682           Delay source pad creation until we have the first chunk of
17683           media data, so the we can examine the data and adjust the
17684           caps accordingly if required. This makes playback of .wav
17685           files with DTS-declared-as-PCM content work (#313266).
17686
17687 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
17688
17689         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17690         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
17691         Don't attempt typefinding on too-short buffers that have been
17692         completely trimmed away. (Fixes #330239)
17693
17694         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17695         Improve the debug output
17696
17697 2006-03-21  Wim Taymans  <wim@fluendo.com>
17698
17699         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17700         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
17701         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
17702         (gst_esdsink_set_property), (gst_esdsink_get_property):
17703         Some cleanups.
17704         Reset fd to -1 when we close them.
17705
17706 2006-03-21  Wim Taymans  <wim@fluendo.com>
17707
17708         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
17709         the OPTIONS request result is optional so don't
17710         fail on it.
17711
17712 2006-03-21  Edward Hervey  <edward@fluendo.com>
17713
17714         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
17715         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
17716         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17717         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17718         (gst_wavparse_change_state):
17719         gcc 4.1 unreferenced pointer fixes.
17720
17721 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17722
17723         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17724
17725         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
17726           Fix block alignment calculation. Alignment should be done before
17727           adding the byte offset where the data starts (#335231).
17728
17729 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17730
17731         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
17732           Ensure that we set correct caps on buffers that are transferred
17733           direct from the input.
17734
17735 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17736
17737         * gst/goom/filters.c: (zoomFilterDestroy):
17738         * gst/goom/goom_core.c: (goom_close):
17739           Free filter data when cleaning up. (Fixes: #334995)
17740
17741 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
17742
17743         * configure.ac:
17744           Don't compile udp and rtsp plugins on win32 (mingw) or other
17745           systems that don't have <sys/socket.h> for some reason (#316203).
17746
17747 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17748
17749         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17750         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17751         * ext/raw1394/gstdv1394src.h:
17752           Change bus reset handler so it reports useful information such as
17753           whether the device being used connected or disconnected
17754
17755 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17756
17757         * gst/id3demux/id3v2frames.c:
17758         (parse_relative_volume_adjustment_two):
17759           We only care about gain and peak data for the master volume.
17760
17761 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17762
17763         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17764         (parse_id_string), (parse_unique_file_identifier),
17765         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17766           Read replay gain tags (#323721).
17767
17768 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17769
17770         * configure.ac:
17771           Bump requirements to gst-plugins-base CVS because
17772           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17773
17774 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17775
17776         * rtp/gst/gstrtppcmadepay.c:
17777         Fixed one of the caps in the code from mulaw to alaw.
17778
17779 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17780
17781         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17782           Ensure that we set caps on the buffers we pass.
17783
17784         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17785         (gst_id3demux_sink_activate):
17786           Ensure that we set caps on the buffers we pass.
17787
17788           Use STREAM, TYPE_NOT_FOUND as the error class when
17789           typefinding fails.
17790
17791 2006-03-15  Edward Hervey  <edward@fluendo.com>
17792
17793         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17794         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17795         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17796         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17797         (gst_jpeg_dec_setcaps):
17798         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17799         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17800         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17801         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17802         (gst_mngdec_src_getcaps):
17803         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17804         (gst_pngdec_caps_create_and_set):
17805         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17806         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17807         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17808         * gst/alpha/gstalpha.c: (gst_alpha_init):
17809         * gst/auparse/gstauparse.c: (gst_au_parse_init):
17810         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17811         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17812         * gst/cutter/gstcutter.c: (gst_cutter_init):
17813         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17814         (gst_efence_checkgetrange):
17815         * gst/debug/negotiation.c: (gst_negotiation_init):
17816         * gst/flx/gstflxdec.c: (gst_flxdec_init):
17817         * gst/goom/gstgoom.c: (gst_goom_init):
17818         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
17819         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
17820         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
17821         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
17822         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
17823         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
17824         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
17825         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17826         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17827         (gst_wavparse_create_sourcepad):
17828         Fix memleak with gst_static_pad_template_get().
17829         This uses gst_pad_new_from_static_template() instead.
17830         Fixes #333512
17831
17832 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17833
17834         * configure.ac:
17835           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
17836           used by id3demux.
17837
17838         * gst/id3demux/gstid3demux.c: (plugin_init):
17839         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17840         (parse_user_text_identification_frame),
17841         (parse_unique_file_identifier):
17842           Add support for UFID and TXXX frames and extract musicbrainz tags.
17843
17844 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17845
17846         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17847           Catch short reads, like they might happen with truncated
17848           files (see #305279); remove unnecessary indentation.
17849
17850 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17851
17852         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17853           Fix DIB image inversion for pictures with a
17854           depth != 8 (#305279).
17855
17856 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17857
17858         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17859         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17860         * ext/jpeg/gstjpegdec.h:
17861           Fix durations on outgoing buffers after seeking
17862           in MJPEG files (#334083); some minor clean-ups.
17863
17864 2006-03-13  Wim Taymans  <wim@fluendo.com>
17865
17866         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17867         (gst_wavparse_change_state):
17868         Implement seek in READY (re-fixes #327658)
17869
17870 2006-03-13  Wim Taymans  <wim@fluendo.com>
17871
17872         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17873         * ext/esd/esdmon.c: (gst_esdmon_get):
17874         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17875         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17876         (gst_gdk_pixbuf_sink_getcaps):
17877         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17878         (gst_jpegenc_setcaps):
17879         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17880         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17881         (gst_smokeenc_setcaps):
17882         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17883         (gst_mngdec_src_getcaps):
17884         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17885         (gst_mngenc_chain):
17886         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17887         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17888         * ext/speex/gstspeexdec.c: (speex_dec_convert),
17889         (speex_dec_src_event), (speex_dec_chain):
17890         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17891         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17892         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17893         (gst_negotiation_pad_link), (gst_negotiation_chain):
17894         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17895         (gst_flxdec_chain):
17896         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17897         (deinterleave_chain):
17898         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17899         * gst/median/gstmedian.c: (gst_median_link):
17900         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17901         (gst_monoscope_chain):
17902         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17903         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17904         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17905         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17906         close #333784 unref the result of gst_pad_get_parent()
17907         by: Christophe Fergeau.
17908
17909 2006-03-09  Wim Taymans  <wim@fluendo.com>
17910
17911         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17912         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
17913         Handle events in push mode better, can now do non-flushing
17914         seeks in push mode as well.
17915
17916 2006-03-07  Wim Taymans  <wim@fluendo.com>
17917
17918         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17919         Applied patch from Kai Vehmanen, fixes #333624.
17920
17921 2006-03-06  Julien MOUTTE  <julien@moutte.net>
17922
17923         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
17924         Implement paletted and grayscale png files handling.
17925         (#150363).
17926
17927 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17928
17929         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
17930         (gst_speexenc_chain):
17931           fix a tag list assert
17932           follow gst-plugins-base/ext/ogg/README; set OFFSET
17933           and OFFSET_END.  Muxes correctly with gst-plugins-base
17934           > 0.9.3
17935
17936 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17937
17938         * gst/id3demux/Makefile.am:
17939         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
17940         (gst_id3demux_chain), (gst_id3demux_sink_activate):
17941           Use new typefind helper functions here as well, and
17942           do typefinding in pull-mode if upstream supports that.
17943
17944 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17945
17946         * sys/sunaudio/gstsunaudiomixerctrl.c:
17947         (gst_sunaudiomixer_ctrl_get_volume),
17948         (gst_sunaudiomixer_ctrl_set_volume):
17949         * sys/sunaudio/gstsunaudiomixertrack.c:
17950         (gst_sunaudiomixer_track_new):
17951           Remove unused variables, breaks build from CVS
17952           with -Werror (#333392, patch by: Benjamin Pineau)
17953
17954 2006-03-03  Wim Taymans  <wim@fluendo.com>
17955
17956         * docs/plugins/Makefile.am:
17957         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17958         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17959         Added wavparse docs.
17960
17961         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
17962         (gst_wavparse_reset), (gst_wavparse_init),
17963         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
17964         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
17965         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17966         (gst_wavparse_stream_data), (gst_wavparse_loop),
17967         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
17968         (gst_wavparse_change_state):
17969         * gst/wavparse/gstwavparse.h:
17970         Implement seek in READY (fixes #327658)
17971         Added docs and did some cleanups.
17972
17973 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
17974
17975         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17976         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17977         (gst_avi_demux_calculate_durations_from_index),
17978         (gst_avi_demux_stream_header):
17979         * gst/avi/gstavidemux.h:
17980           If we have an index, use a duration based on the index instead
17981           of blindly trusting the information in the stream headers
17982           (fixes #331817).
17983
17984 2006-03-03  Wim Taymans  <wim@fluendo.com>
17985
17986         * docs/plugins/Makefile.am:
17987         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17988         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17989         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17990         Added smoke and jpeg to the docs.
17991
17992         * ext/jpeg/Makefile.am:
17993         * ext/jpeg/gstjpeg.c: (plugin_init):
17994         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17995         * ext/jpeg/gstjpegenc.h:
17996         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17997         (gst_smokedec_chain):
17998         * ext/jpeg/gstsmokedec.h:
17999         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18000         * ext/jpeg/gstsmokeenc.h:
18001         * ext/jpeg/smokecodec.h:
18002         Port smokedec (fixes #331905).
18003         Added some docs.
18004         Some cleanups.
18005
18006 2006-03-03  Wim Taymans  <wim@fluendo.com>
18007
18008         * docs/plugins/Makefile.am:
18009         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18010         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18011         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18012         Added videobalance and videoflip to the docs.
18013
18014         * gst/videofilter/Makefile.am:
18015         * gst/videofilter/gstvideobalance.c:
18016         (gst_video_balance_update_tables_planar411),
18017         (gst_video_balance_is_passthrough),
18018         (gst_video_balance_update_properties), (oil_tablelookup_u8),
18019         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
18020         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
18021         (gst_video_balance_finalize), (gst_video_balance_class_init),
18022         (gst_video_balance_init), (gst_video_balance_interface_supported),
18023         (gst_video_balance_interface_init),
18024         (gst_video_balance_colorbalance_list_channels),
18025         (gst_video_balance_colorbalance_set_value),
18026         (gst_video_balance_colorbalance_get_value),
18027         (gst_video_balance_colorbalance_init),
18028         (gst_video_balance_set_property), (gst_video_balance_get_property),
18029         (gst_video_balance_get_type), (plugin_init):
18030         * gst/videofilter/gstvideobalance.h:
18031         Ported to 0.10. (Fixes #326160)
18032         Added docs.
18033
18034         * gst/videofilter/gstvideoflip.c:
18035         * gst/videofilter/gstvideoflip.h:
18036         Added docs.
18037
18038 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
18039
18040         * configure.ac:
18041           Bump requirements to current core and -base CVS
18042           (core for new typefind helper API, and -base for the
18043           WAVFORMATEX support that was added to libgstriff and
18044           is needed by wavparse).
18045         
18046         * gst/apetag/Makefile.am:
18047         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
18048         (gst_tag_demux_sink_activate):
18049           Use new typefind helpers for typefinding instead of our
18050           home-grown stuff; also, do typefinding in pull-mode if
18051           upstream supports that.
18052
18053 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
18054
18055         Reviewed by: Christian Schaller <christian@fluendo.com>
18056
18057         This patch fixes bug: 329107
18058
18059         This Changelog entry is for a commit done on February 17
18060
18061         * ext/gconf/gconf.c
18062         * ext/gconf/gconf.h
18063         * ext/gconf/gstgconfaudiosink.c
18064         * ext/gconf/gstgconfaudiosink.h
18065         * gconf/gstreamer.schemas.in
18066
18067 2006-02-28  Wim Taymans  <wim@fluendo.com>
18068
18069         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
18070         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18071         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
18072         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
18073         Use DEBUG_OBJECT more.
18074
18075 2006-02-28  Wim Taymans  <wim@fluendo.com>
18076
18077         * docs/plugins/Makefile.am:
18078         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18079         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18080         Added dvdec and dvdemux to docs.
18081
18082         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
18083         Added docs.
18084         Check frame sizes so we don't crash when don't have enough
18085         data.
18086         Send nice error messages on error.
18087
18088         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
18089         (gst_dvdemux_class_init), (gst_dvdemux_init),
18090         (gst_dvdemux_finalize), (gst_dvdemux_reset),
18091         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18092         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18093         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
18094         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
18095         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
18096         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
18097         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
18098         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
18099         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
18100         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
18101         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
18102         * ext/dv/gstdvdemux.h:
18103         Added docs.
18104         Implement pull mode.
18105         Fix memleaks.
18106         Reduce memcpy for the video demuxing.
18107
18108 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
18109
18110         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
18111         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
18112         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
18113         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
18114           Add a little extra debug. Make the decoder not return NOT_LINKED,
18115           as we want to continue decoding all CMML and emitting tags.
18116
18117 2006-02-27  Michael Smith  <msmith@fluendo.com>
18118
18119         * ext/annodex/gstskeltag.c:
18120         * ext/annodex/gstskeltag.h:
18121           Deleted; these files aren't used any more either.
18122
18123 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18124
18125         * ext/Makefile.am: Fix dist-check.
18126
18127 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18128
18129         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
18130         memleak.
18131
18132 2006-02-25  Alessandro Decina <alessandro@nnva.org>
18133
18134         * ext/annodex/Makefile.am:
18135         * ext/annodex/gstannodex.c:
18136         * ext/annodex/gstcmmldec.c:
18137         * ext/annodex/gstcmmlenc.c:
18138         * ext/annodex/gstcmmlparser.c:
18139         * ext/annodex/gstcmmlparser.h:
18140         * ext/annodex/gstcmmlutils.c:
18141         * tests/check/elements/cmmldec.c:
18142         * tests/check/elements/cmmlenc.c:
18143           Fix a memleak in gst_cmml_track_list_add_clip.
18144           Handle overflows in clip's start and end times.
18145           Add the "encoded" parameter to cmmldec and cmmlenc caps.
18146           Do not parse junk at the end of a CMML preamble buffer.
18147           Register a libxml error handler to not print stuff on stderr.
18148           Check for bad clip start and end times in the testsuites.
18149
18150 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18151
18152         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
18153         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
18154         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
18155         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
18156         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
18157         possible memleaks.
18158
18159 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18160
18161         * tests/check/Makefile.am:
18162         * tests/check/elements/cmmldec.c:
18163         * tests/check/elements/cmmlenc.c: Fix tests so that they use
18164         the plugins-base tags.
18165
18166 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18167
18168         * ext/Makefile.am: Re-enable module.
18169
18170 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18171
18172         * tests/check/Makefile.am: Forgot to remove that test.
18173
18174 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18175
18176         * ext/annodex/Makefile.am:
18177         * ext/annodex/gstannodex.c: (plugin_init):
18178         * ext/annodex/gstcmmldec.c:
18179         * ext/annodex/gstskeldec.c:
18180         * ext/annodex/gstskeldec.h:
18181         * tests/check/Makefile.am:
18182         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
18183
18184 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18185
18186         * tests/check/Makefile.am: Disable those checks as well.
18187
18188 2006-02-24  Julien MOUTTE  <julien@moutte.net>
18189
18190         * ext/Makefile.am: Disable annodex for now until we figure out
18191         how to make it build.
18192         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
18193         Add a rule to your checklist : "please try to at least build 
18194         what you are going to commit into -good, or if you are too lazy
18195         to do that, please check that the buildbots are not crying because
18196         of your commit."
18197
18198 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
18199
18200         * configure.ac:
18201         * ext/Makefile.am:
18202         * ext/gdk_pixbuf/Makefile.am:
18203         * ext/gdk_pixbuf/gstgdkpixbuf.c:
18204         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18205         * ext/gdk_pixbuf/pixbufscale.c:
18206         * ext/gdk_pixbuf/pixbufscale.h:
18207           Gdkpixbuf ported from 0.8 to 0.10 by
18208           Renato Filho <renato.filho@indt.org.br>.
18209           gst_loader and gdkpixbufanimation still need port.
18210
18211 2006-02-24  Michael Smith  <msmith@fluendo.com>
18212
18213         * configure.ac:
18214         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18215         * ext/Makefile.am:
18216         * ext/annodex/Makefile.am:
18217         * ext/annodex/gstannodex.c:
18218         * ext/annodex/gstannodex.h:
18219         * ext/annodex/gstcmmldec.c:
18220         * ext/annodex/gstcmmldec.h:
18221         * ext/annodex/gstcmmlenc.c:
18222         * ext/annodex/gstcmmlenc.h:
18223         * ext/annodex/gstcmmlparser.c:
18224         * ext/annodex/gstcmmlparser.h:
18225         * ext/annodex/gstcmmltag.c:
18226         * ext/annodex/gstcmmltag.h:
18227         * ext/annodex/gstcmmlutils.c:
18228         * ext/annodex/gstcmmlutils.h:
18229         * ext/annodex/gstskeldec.c:
18230         * ext/annodex/gstskeldec.h:
18231         * ext/annodex/gstskeltag.c:
18232         * ext/annodex/gstskeltag.h:
18233         * tests/check/Makefile.am:
18234         * tests/check/elements/cmmldec.c:
18235         * tests/check/elements/cmmlenc.c:
18236         * tests/check/elements/skeldec.c:
18237           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
18238           Includes tests & docs, oh my! Passes Thomas's -good checklist
18239           entirely. Wow.
18240
18241 2006-02-24  Michael Smith  <msmith@fluendo.com>
18242
18243         * autogen.sh:
18244           Check for automake 1.9 as well.
18245
18246 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18247
18248         * ext/flac/gstflacenc.c:
18249           Change min. sample rate to 8kHz to match flacdec's.
18250           
18251 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
18252
18253         * ext/cdio/Makefile.am:
18254           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
18255           required for Cygwin, see #317048)
18256
18257         * gst/rtp/gstasteriskh263.c:
18258           Cygwin has includes for both the unix network socket API
18259           and the windows API, but only one can be included, so fix
18260           includes to only use one or the other, prefering the unxi
18261           one (#317048).
18262
18263 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
18264
18265         * rtp/gst/gstrtppcmadepay.c:
18266         * rtp/gst/gstrtppcmadepay.h:
18267         * rtp/gst/gstgstrtppcmapay.c:
18268         * rtp/gst/gstgstrtppcmapay.h:
18269         * rtp/gst/gstrtppcmudepay.c:
18270         * rtp/gst/gstrtppcmudepay.h:
18271         * rtp/gst/gstrtppcmupay.c:
18272         * rtp/gst/gstrtppcmupay.h:
18273         * rtp/gst/Makefile.am:
18274         * rtp/gst/gstrtp.c:
18275         * rtp/gst/README:
18276         Separated the G711 payloaders/depayloaders into separate elements for
18277         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
18278
18279 2006-02-22  Wim Taymans  <wim@fluendo.com>
18280
18281         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
18282         (gst_dvdec_change_state):
18283         * ext/dv/gstdvdec.h:
18284         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
18285         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18286         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18287         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
18288         (gst_dvdemux_flush), (gst_dvdemux_chain),
18289         (gst_dvdemux_change_state):
18290         * ext/dv/gstdvdemux.h:
18291         Ueber spiffify some more, added debug category.
18292         Use _scale.
18293         Use segments, respect playback rate from newsegment.
18294         Fix refcount issue.
18295
18296 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18297
18298         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
18299         (gst_signal_processor_process):
18300         Fix compilation of LADPSA. It doesn't seem to work, and isn't
18301         enabled for the build, but it helps me win the feature-count
18302         competitions ooh yeah.
18303
18304 2006-02-19  Wim Taymans  <wim@fluendo.com>
18305
18306         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
18307         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
18308         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
18309         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
18310         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
18311         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
18312         Use scaling code for added precission and more correct stop
18313         position in case scale==0.
18314
18315 2006-02-19  Wim Taymans  <wim@fluendo.com>
18316
18317         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
18318         (gst_flxdec_chain):
18319         * gst/flx/gstflxdec.h:
18320         Implement DURATION query.
18321
18322 2006-02-19  Wim Taymans  <wim@fluendo.com>
18323
18324         * gst/flx/flx_color.h:
18325         * gst/flx/flx_fmt.h:
18326         * gst/flx/gstflxdec.c: (gst_flxdec_init),
18327         (gst_flxdec_src_query_handler), (flx_decode_color),
18328         (gst_flxdec_chain):
18329         * gst/flx/gstflxdec.h:
18330         Set MALLOCDATA for the temp buffers so we don't leak.
18331         Some debug cleanups.
18332         Consume all data in the adapter before leaving the chain
18333         function. Fixes #330678.
18334
18335 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
18336
18337         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18338         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
18339          Handle 0 data size in otherwise valid frames.
18340          Handle numeric strings in 2.4.0 even when not in parentheses 
18341
18342 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
18343
18344         * gst/matroska/matroska-demux.c:
18345         (gst_matroska_demux_subtitle_caps),
18346         (gst_matroska_demux_plugin_init):
18347         * gst/matroska/matroska-ids.h:
18348           Recognise SSA/ASS and USF subtitle formats and
18349           set proper caps when they are found.
18350
18351 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18352
18353         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
18354         (gst_jpeg_dec_chain):
18355           Fix invalid memory access for some odd-sized images
18356           (see image contained in quicktime stream in #327083);
18357           use g_malloc() instead of g_alloca().
18358
18359 2006-02-17  Wim Taymans  <wim@fluendo.com>
18360
18361         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18362         Patch from Sebastien Cote, fixes #319884
18363
18364 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18365
18366         * ext/cdio/gstcdio.c: (plugin_init):
18367           Init debug category (#331253).
18368
18369 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18370
18371         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
18372           Pass extra_data to gst_riff_create_audio_caps(), so that
18373           WAVEFORMATEX stuff works. Post audio codec name and post
18374           it as taglist on the bus. Allow up to 8 channesl for raw
18375           PCM in the source pad template caps.
18376
18377 2006-02-16  Wim Taymans  <wim@fluendo.com>
18378
18379         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18380         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18381         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
18382         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
18383         (gst_multipart_set_property), (gst_multipart_get_property):
18384         Applied #318663. Gives quite a few false positives in
18385         autoscan mode, but it's better than nothing. Not closing yet.
18386
18387 2006-02-16  Wim Taymans  <wim@fluendo.com>
18388
18389         * docs/plugins/Makefile.am:
18390         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18391         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18392         * docs/plugins/gst-plugins-good-plugins.args:
18393         * docs/plugins/inspect/plugin-udp.xml:
18394         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
18395         (gst_udpsrc_start):
18396         Update documentation.
18397         Fix args.
18398
18399 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
18400
18401         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18402         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
18403         frame size. (Fixes #331368)
18404
18405 2006-02-16  Wim Taymans  <wim@fluendo.com>
18406
18407         * gst/rtsp/README:
18408         Updated README.
18409
18410         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
18411         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
18412         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
18413         * gst/rtsp/gstrtspsrc.h:
18414         Make sure the RTP port is an even port an try to allocate 
18415         another if not.
18416         Added retry property to control max retries for port allocation.
18417         Make sure RTCP port is RTP port+1.
18418         Cleanup when port allocation fails.
18419         Fixes #319183.
18420         
18421 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18422
18423         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
18424           Don't ignore return value of the parent class's state
18425           change function (#331385, patch by: Wouter Paesen).
18426
18427 2006-02-15  Wim Taymans  <wim@fluendo.com>
18428
18429         * configure.ac:
18430         * docs/plugins/Makefile.am:
18431         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18432         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18433         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18434         * ext/Makefile.am:
18435         * ext/hal/Makefile.am:
18436         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
18437         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
18438         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
18439         (do_toggle_element), (gst_hal_audio_sink_set_property),
18440         (gst_hal_audio_sink_get_property),
18441         (gst_hal_audio_sink_change_state):
18442         * ext/hal/gsthalaudiosink.h:
18443         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
18444         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
18445         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
18446         (do_toggle_element), (gst_hal_audio_src_set_property),
18447         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
18448         * ext/hal/gsthalaudiosrc.h:
18449         * ext/hal/gsthalelements.c: (plugin_init):
18450         * ext/hal/gsthalelements.h:
18451         * ext/hal/hal.c: (gst_hal_get_string),
18452         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
18453         (gst_hal_get_audio_src):
18454         * ext/hal/hal.h:
18455         Add HAL sound device wrapper plugins. Closes #329106
18456
18457 2006-02-15  Wim Taymans  <wim@fluendo.com>
18458
18459         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
18460         Add comment in a fultile attempt to stop the copy-and-paste 
18461         paradigm leading to duplication of bad code.
18462
18463         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
18464         Mime parameters have to be checked case insensitive
18465
18466 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18467
18468         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
18469           Advance stream time for lagging subtitle streams by sending
18470           newsegment events with the update flag set.
18471
18472 2006-02-14  Edward Hervey  <edward@fluendo.com>
18473
18474         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
18475         There can be bogus data before the hdrl LIST tag in the RIFF header.
18476         It's hard to say if it's not respecting the AVI specifications or not,
18477         but since Google Video is producing AVIs like that and the other player
18478         don't seem to complain, I guess we should do the same.
18479
18480 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
18481
18482         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
18483         (parse_split_strings):
18484         Add more validation to ensure that a char encoding conversion
18485         produced a valid UTF-8 string.
18486
18487 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
18488
18489         Reviewed by: Edward Hervey  <edward@fluendo.com>
18490
18491         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18492         Properly handle end of segment. Closes #330885.
18493
18494 2006-02-13  Wim Taymans  <wim@fluendo.com>
18495
18496         * gst/rtp/gstrtpmp4gpay.h:
18497         For got to commit this one.
18498
18499 2006-02-12  Wim Taymans  <wim@fluendo.com>
18500
18501         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
18502         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
18503         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
18504         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
18505         * gst/rtp/gstrtpmp4gpay.h:
18506         Make more things work.
18507         Handle ACC config strings.
18508
18509 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18510
18511         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
18512           set timestamps if no incoming timestamps set
18513
18514 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
18515
18516         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
18517         (gst_tag_demux_do_typefind):
18518           ... and fix the very same leaks in GstTagDemux.
18519
18520 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
18521
18522         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
18523         (gst_id3demux_do_typefind):
18524         Fix a couple of mem leaks. (Patch by Jonathan Matthew
18525         <jonathan at kaolin dot wh9 dot net>)
18526
18527 2006-02-10  Wim Taymans  <wim@fluendo.com>
18528
18529         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
18530         First set options, then set caps or else the baseclass
18531         will not know about the options, duh.
18532
18533 2006-02-10  Wim Taymans  <wim@fluendo.com>
18534
18535         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
18536         (gst_rtp_mp4v_pay_setcaps):
18537         Don't waste time looking for a config string if we have codec_info
18538         on the incomming caps.
18539
18540 2006-02-10  Wim Taymans  <wim@fluendo.com>
18541
18542         * gst/rtp/README:
18543         Say something about case-sensitivity of caps vs mime-attributes.
18544
18545         * gst/rtp/Makefile.am:
18546         * gst/rtp/gstrtp.c: (plugin_init):
18547         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18548         (gst_rtp_amr_pay_handle_buffer):
18549         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
18550         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
18551         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
18552         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
18553         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
18554         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
18555         (gst_rtp_mp4g_pay_plugin_init):
18556         * gst/rtp/gstrtpmp4gpay.h:
18557         Added beginnings of mpeg4-generic payloader (RFC 3640)
18558
18559 2006-02-09  Wim Taymans  <wim@fluendo.com>
18560
18561         * gst/rtsp/Makefile.am:
18562         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
18563         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
18564         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
18565         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
18566         (gst_rtpdec_change_state):
18567         * gst/rtsp/gstrtpdec.h:
18568         * gst/rtsp/gstrtsp.c: (plugin_init):
18569         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
18570         * gst/rtsp/rtspconnection.c: (read_body),
18571         (rtsp_connection_receive):
18572         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
18573         Resurected rtpdec to make rtspsrc happy again.
18574         Skip attributes from the session id.
18575         Don't crash when dumping a message with an empty body.
18576
18577
18578 2006-02-09  Wim Taymans  <wim@fluendo.com>
18579
18580         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18581         Added more meaningfull warnings when something goes wrong.
18582         Clear F bit on outgoing AMR packets.
18583
18584         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18585         (gst_rtp_amr_pay_handle_buffer):
18586         Added debugging category
18587         Support payloading of multiple AMR frames.
18588
18589         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
18590         Added some debugging.
18591
18592 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18593
18594         * configure.ac:
18595           Back to CVS
18596
18597 === release 0.10.2 ===
18598
18599 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18600
18601         * configure.ac:
18602           releasing 0.10.2, "Papa was a rolling stone"
18603
18604 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18605
18606         * configure.ac:
18607           Bump core and plugins-base requirement to 0.10.2.2
18608           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
18609
18610 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18611
18612         * ext/flac/gstflac.c: (plugin_init):
18613         * ext/speex/gstspeex.c: (plugin_init):
18614           Register musicbrainz tags.
18615
18616 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18617
18618         * ext/gconf/gconf.h:
18619           Remove declaration of function that no longer exists.
18620
18621 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18622
18623         * ext/shout2/gstshout2.c: (gst_shout2send_render),
18624         (gst_shout2send_setcaps), (gst_shout2send_change_state):
18625         Make shout2 work for non ogg streams
18626
18627 2006-02-06  Wim Taymans  <wim@fluendo.com>
18628
18629         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18630         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
18631         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
18632         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
18633         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
18634         * gst/udp/gstmultiudpsink.h:
18635         Updated docs.
18636         Added properties bytes-served, bytes_to_serve.
18637         Post proper error messages,
18638         Emit client added signal too.
18639
18640 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18641
18642         * docs/plugins/Makefile.am:
18643         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18644         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18645         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18646         (gst_multiudpsink_get_stats):
18647           adding docs for multiudpsink
18648
18649 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18650
18651         * gst/level/gstlevel.c: (gst_level_transform_ip):
18652           peak below decay is not necessarily an error, so don't ERROR log
18653
18654 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18655
18656         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
18657         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
18658         (gst_ebml_write_seek):
18659         * gst/matroska/ebml-write.h:
18660           Make sure we send a newsegment event in BYTES format
18661           before sending buffers (#328531).
18662
18663 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18664
18665         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
18666         (gst_dvdemux_sink_query):
18667         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
18668         * ext/speex/gstspeexdec.c: (speex_get_query_types),
18669         (speex_dec_src_query):
18670         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
18671         (gst_speexenc_sink_query):
18672         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18673         * gst/matroska/matroska-demux.c:
18674         (gst_matroska_demux_get_src_query_types),
18675         (gst_matroska_demux_handle_src_query):
18676         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
18677         (gst_wavparse_pad_query):
18678           Pass unhandled queries upstream instead of just dropping
18679           them (#326446). Update query type arrays here and there.
18680
18681 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18682
18683         * tests/check/elements/matroskamux.c: (setup_src_pad):
18684           Collectpads in core got changed and now also holds a
18685           reference to any pad that is part of it. Fix refcount
18686           checks in test case accordingly.
18687
18688 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18689
18690         * gst/apetag/gstapedemux.h:
18691           Fix include, for now GstTagDemux is in the apetag dir.
18692
18693 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18694
18695         * docs/plugins/Makefile.am:
18696         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18697         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18698         * docs/plugins/inspect/plugin-cdio.xml:
18699           Add cdio plugin to docs.
18700
18701         * ext/cdio/gstcdiocddasrc.c:
18702           Add gtk-doc blurb.
18703
18704         * ext/cdio/gstcdio.c:
18705           The plugin is called 'cdio' not 'cddio'.
18706
18707 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18708
18709         * configure.ac:
18710         * docs/plugins/Makefile.am:
18711         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18712         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18713         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18714         * docs/plugins/inspect/plugin-apetag.xml:
18715         * gst/apetag/Makefile.am:
18716         * gst/apetag/gstapedemux.c:
18717         * gst/apetag/gstapedemux.h:
18718         * gst/apetag/gsttagdemux.c:
18719         * gst/apetag/gsttagdemux.h:
18720           Add APE tag demuxer (#325649).
18721
18722 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18723
18724         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
18725         (gst_gconf_get_default_video_sink),
18726         (gst_gconf_get_default_audio_src),
18727         (gst_gconf_get_default_video_src):
18728         * ext/gconf/gconf.h:
18729         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
18730         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
18731         (do_toggle_element):
18732         * ext/gconf/gstgconfaudiosink.h:
18733         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
18734         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18735         (do_toggle_element):
18736         * ext/gconf/gstgconfaudiosrc.h:
18737         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18738         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18739         (do_toggle_element):
18740         * ext/gconf/gstgconfvideosink.h:
18741         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18742         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18743         (do_toggle_element):
18744         * ext/gconf/gstgconfvideosrc.h:
18745           Ignore changing the GConf key to "". Ignore GConf key updates
18746           that don't actually change the string.
18747           For now, ignore the GConf key when the state is > READY, as
18748           it breaks streaming. Sometime it will be nice to bring the
18749           new sink online even mid-stream, by sending NEWSEGMENT info
18750           and possibly prerolling.
18751           (Fixes #326736)
18752
18753 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18754
18755         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18756         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18757         (zoomFilterSetResolution), (zoomFilterDestroy),
18758         (zoomFilterFastRGB), (pointFilter):
18759         * gst/goom/filters.h:
18760         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18761         (goom_update), (goom_close):
18762         * gst/goom/goom_core.h:
18763         * gst/goom/goom_tools.h:
18764         * gst/goom/graphic.c:
18765         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18766         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18767         * gst/goom/gstgoom.h:
18768         * gst/goom/lines.c: (goom_lines):
18769         * gst/goom/lines.h:
18770           Make goom reentrant by moving all important static variables
18771           into instance structures.
18772           (Fixes #329181)
18773
18774 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
18775
18776         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18777         (gst_avi_demux_all_source_pads_unlinked),
18778         (gst_avi_demux_process_next_entry):
18779         * gst/avi/gstavidemux.h:
18780           Third attempt, use gst_pad_is_linked() this time.
18781
18782 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18783
18784         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18785         (parse_split_strings):
18786         Adjust for data length indicators when parsing (Fixes #329810)
18787         Fix stupid bug parsing UTF-8 tag text.
18788         Output tag strings with multiple fields as multiple tags, so the
18789         app gets all the data.
18790
18791 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18792
18793         * ext/flac/gstflacenc.c:
18794         Fixed a bug add in last commit, where no event is send. Thanks Tim to
18795         show me.
18796         
18797 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18798
18799         * ext/flac/gstflacenc.c:
18800         * gst/matroska/ebml-read.c:
18801         Just make it compile with --disable-gst-debug.
18802
18803 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
18804
18805         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18806         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18807         (id3v2_genre_fields_to_taglist):
18808           Never output a tag with a null contents string.
18809
18810 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18811
18812         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18813           Only pause if all pads are unlinked AND we've tried to send data
18814           on all of them at least once.
18815
18816 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18817
18818         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
18819         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
18820           Make loop function/task pause itself when all source pads are
18821           unlinked.
18822
18823 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18824
18825         * configure.ac:
18826         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
18827           Use new functions from core to render a bin from a
18828           string. Fixes build. Up requirements to core CVS.
18829
18830 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18831
18832         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
18833           Don't push buffers into the adapter that we are going to
18834           push downstream again without framing anyway. Also, the
18835           adaptor takes ownership of buffers put into it (fixes
18836           auparse pushing invalid buffers for .au files with
18837           ADPCM contents). Finally, set caps on all outgoing buffers.
18838
18839 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18840
18841         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
18842         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
18843         (gst_id3demux_send_tag_event):
18844         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
18845         Someone should kick my butt. Remove ID3v1 tags from the end of the
18846         file.
18847
18848         Improve error messages. Send the TAG message as soon as we complete
18849         typefinding, instead of waiting until we send the first buffer.
18850         Downstream tag event is still sent before the first buffer.
18851
18852 2006-01-27  Jan Gerber  <j@bootlab.org>
18853
18854         Reviewed by: Andy Wingo <wingo@pobox.com>
18855
18856         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18857         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18858         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18859         to not have warings flooding stderr. this is the suggested way
18860         also used in dvgrab and kino. (#328336)
18861
18862 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18863
18864         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18865         (gst_oss_sink_init), (gst_oss_sink_finalise):
18866           Free the device name string when finalised.
18867
18868 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
18869
18870         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18871           Don't put function calls in g_return_if_fail() statements,
18872           or they'll be replaced with NOOPs if someone compiles with
18873           G_DISABLE_CHECKS defined.
18874           
18875 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
18876
18877         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18878         Never trust ANY information encoded in a media file, especially
18879         when it's giving you sizes. (Fixes #328452)
18880
18881 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
18882
18883         * gst/rtp/gstrtpg711pay.c:
18884         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18885         bug #325148.
18886
18887 2006-01-23  Edward Hervey  <edward@fluendo.com>
18888
18889         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18890         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18891         * gst/matroska/matroska-ids.h:
18892         Added recognition of Real Audio and Video streams in matroska demuxer.
18893
18894 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18895
18896         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18897           Remove errant break statement, and fix compilation with
18898           older GCC.
18899
18900 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
18901
18902         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18903
18904         * sys/sunaudio/gstsunaudiomixerctrl.c:
18905         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18906           Export functions that are needed in other parts of the code,
18907           makes the mixer actually work; adjust magic minimum buffer-time
18908           value from 3ms to 5ms to work around stuttering during mp3
18909           playback (#327765).
18910
18911 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
18912
18913         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18914
18915         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
18916         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
18917           Fix possible deadlock in matroska muxer (#327825).
18918
18919 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
18920
18921         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
18922         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18923         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
18924         * gst/rtsp/sdpmessage.h:
18925         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
18926         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
18927           C89 fixes: declare variables at the beginning of a block and
18928           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
18929           <jensgr at gmx dot net>).
18930
18931 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18932
18933         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18934         * gst/id3demux/id3tags.h:
18935         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18936         (parse_comment_frame), (parse_text_identification_frame),
18937         (id3v2_tag_to_taglist), (id3v2_are_digits),
18938         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
18939         (parse_split_strings), (free_tag_strings):
18940           Rewrite parsing of text tags to handle multiple NULL terminated
18941           strings. Parse numeric genre strings and ID3v2 type
18942           "(3)(6)Alternative" style genre strings.
18943           Parse dates that are only YYYY or YYYY-mm format.
18944           (Fixes #328241 and #322154)
18945
18946 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
18947
18948         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
18949           Don't forget to initialize liboil, otherwise our oil functions
18950           will crash (fixes #327871; patch by: Christoph Burghardt
18951           <hawkes at web dot de>).
18952
18953 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18954
18955         * configure.ac:
18956           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
18957           like in the core and gst-plugins-base. Fixes #324367 and #326683;
18958           patch by: Brian Cameron <brian dot cameron at sun dot com>
18959
18960 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18961
18962         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
18963         * ext/cdio/gstcdio.h:
18964         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
18965           Fix build for libcdio versions >= 76; give slightly lower rank
18966           than cdparanoia.
18967
18968 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18969
18970         * configure.ac:
18971         * ext/Makefile.am:
18972         * ext/cdio/Makefile.am:
18973         * ext/cdio/gstcdio.c:
18974         * ext/cdio/gstcdio.h:
18975         * ext/cdio/gstcdiocddasrc.c:
18976         * ext/cdio/gstcdiocddasrc.h:
18977           Port libcdio cdda source, formerly known as cddasrc, now known as
18978           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
18979           but that's not tested (fixes #317658).
18980
18981 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18982
18983         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
18984           Fix conversion from TIME to BYTES format (fixes #326864;
18985           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
18986
18987 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
18988
18989         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18990           Fix compilation of id3demux when zlib is not present.
18991           (Fixes #326602; patch by: Sergey Scobich)
18992
18993 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
18994
18995         * ext/esd/Makefile.am:
18996           Add $(ESD_CFLAGS), otherwise build will fail for folks
18997           with libesd in a non-standard prefix (#327009).
18998
18999 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19000
19001         * configure.ac:
19002           back to HEAD
19003
19004 === release 0.10.1 ===
19005
19006 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
19007
19008         * configure.ac:
19009           releasing 0.10.1, "Li"
19010
19011 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19012
19013           patch by: Wim Taymans
19014
19015         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
19016           fix memleak.  Fixes #326618
19017
19018 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19019
19020           patch by: Mike Smith
19021
19022         * gst/level/gstlevel.c: (gst_level_message_new),
19023         (gst_level_message_append_channel):
19024           Fix memleak.  Fixes #326612
19025
19026 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19027
19028         * configure.ac:
19029           prereleasing
19030         * po/af.po:
19031         * po/az.po:
19032         * po/cs.po:
19033         * po/en_GB.po:
19034         * po/hu.po:
19035         * po/it.po:
19036         * po/nb.po:
19037         * po/nl.po:
19038         * po/or.po:
19039         * po/sq.po:
19040         * po/sr.po:
19041         * po/sv.po:
19042         * po/uk.po:
19043         * po/vi.po:
19044           update translations
19045
19046 2006-01-10  Michael Smith  <msmith@fluendo.com>
19047
19048         * gst/level/gstlevel.c: (gst_level_class_init),
19049         (gst_level_dispose):
19050           Don't leak filter arrays.
19051
19052 2006-01-09 Brian Cameron <brian.cameron@sun.com>
19053
19054         reviewed by: Christian Schaller <uraeus@gnome.org>
19055         
19056         * configure.ac:
19057         * gst-plugins-good.spec.in:
19058         * sys/Makefile.am:
19059         * sys/sunaudio/Makefile.am:
19060         * sys/sunaudio/gstsunaudio.c: (plugin_init):
19061         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
19062         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
19063         (gst_sunaudiomixer_change_state):
19064         * sys/sunaudio/gstsunaudiomixer.h:
19065         * sys/sunaudio/gstsunaudiomixerctrl.c:
19066         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
19067         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
19068         (gst_sunaudiomixer_ctrl_list_tracks),
19069         (gst_sunaudiomixer_ctrl_get_volume),
19070         (gst_sunaudiomixer_ctrl_set_volume),
19071         (gst_sunaudiomixer_ctrl_set_mute),
19072         (gst_sunaudiomixer_ctrl_set_record):
19073         * sys/sunaudio/gstsunaudiomixerctrl.h:
19074         * sys/sunaudio/gstsunaudiomixertrack.c:
19075         (gst_sunaudiomixer_track_class_init),
19076         (gst_sunaudiomixer_track_init), (fill_labels),
19077         (gst_sunaudiomixer_track_new):
19078         * sys/sunaudio/gstsunaudiomixertrack.h:
19079         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
19080         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
19081         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
19082         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
19083         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
19084         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
19085         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
19086         * sys/sunaudio/gstsunaudiosink.h:
19087
19088         Add SunAudio plugin - tested to make sure it doesn't break
19089         the build under GNU/Linux.      
19090
19091 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
19092
19093         * gst-plugins-good/gst/udp/gstdynudpsink.c:
19094         * gst-plugins-good/gst/udp/gstudpsrc.c:
19095         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
19096         overrides the port or multicast parameters. Fixes bugs #323021.
19097         API addition: adds GstUDPSrc::sockfd property   
19098
19099 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
19100
19101         * ext/gconf/Makefile.am:
19102         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
19103         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
19104         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
19105         (do_toggle_element), (cb_toggle_element),
19106         (gst_gconf_audio_src_change_state):
19107         * ext/gconf/gstgconfaudiosrc.h:
19108         * ext/gconf/gstgconfelements.c: (plugin_init):
19109         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
19110         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
19111         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
19112         (do_toggle_element), (cb_toggle_element),
19113         (gst_gconf_video_src_change_state):
19114         * ext/gconf/gstgconfvideosrc.h:
19115           Add new gconfaudiosrc and gconfvideosrc elements
19116           (needed for gnome-sound-recorder).
19117
19118 2006-01-06  Edward Hervey  <edward@fluendo.com>
19119
19120         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
19121         Add gst_element_no_more_pads() for proper decodebin behaviour.
19122         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
19123         (parse_text_identification_frame), (parse_split_strings):
19124         Failure to decode some tags is not a GST_ERROR() but a
19125         GST_WARNING()
19126         When iterating over a chunk of text, check that we haven't gone too
19127         far.
19128
19129 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
19130
19131         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19132         (plugin_init):
19133           call oil_init() when using liboil
19134
19135 2006-01-04  Wim Taymans  <wim@fluendo.com>
19136
19137         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
19138         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
19139         Fix leaks.
19140
19141 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
19142
19143         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19144
19145         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
19146         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
19147         (gst_flac_dec_change_state):
19148           Don't g_assert() where we should just return FALSE; remove
19149           unnecessary g_assert(); initialize some fields properly in
19150           state change function (fixes #325504). Also, use
19151           GST_DEBUG_OBJECT in two more places.
19152
19153 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19154
19155         * configure.ac:
19156           also remove smoothwave's Makefile.am
19157         * docs/plugins/Makefile.am:
19158           fix plugin docs
19159
19160 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19161
19162         * tests/examples/Makefile.am:
19163           added missing Makefile.am
19164
19165 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19166
19167         * configure.ac:
19168         * gst/level/Makefile.am:
19169         * gst/level/level-example.c:
19170         * tests/Makefile.am:
19171         * tests/examples/level/Makefile.am:
19172         * tests/examples/level/level-example.c: (message_handler), (main):
19173           moved level-example to tests/examples/level-example
19174         * tests/old/examples/level/demo.c: (main):
19175         * tests/old/examples/level/plot.c: (main):
19176           some initial fixes
19177
19178 2005-12-29  Michael Smith  <msmith@fluendo.com>
19179
19180         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19181         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
19182         * gst/udp/gstmultiudpsink.h:
19183           Track packets sent per client in addition to bytes sent; provide
19184           this info through get-stats signal
19185
19186 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19187
19188         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
19189           Can't use gst_object_unref() on a GstAdapter (#325191).
19190
19191 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
19192
19193         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
19194         If a broken tag has 0 bytes payload, at least still skip
19195         the 10 byte header
19196
19197 2005-12-22  Philippe Khalaf  <burger@speedy.org>
19198
19199         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
19200         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19201         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
19202         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19203           Making these depayloaders (H263+ and mpeg4 video) inherit from
19204           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
19205
19206 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19207
19208         * docs/plugins/gst-plugins-good-plugins.args:
19209         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19210         Regenerate the plugin hiearchy.
19211
19212 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19213
19214         * docs/plugins/Makefile.am:
19215         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19216         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19217         * docs/plugins/gst-plugins-good-plugins.args:
19218         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
19219         (gst_id3demux_base_init), (gst_id3demux_class_init),
19220         (gst_id3demux_chain):
19221         * gst/id3demux/gstid3demux.h:
19222           Add documentation for id3demux.
19223           Don't fail if the first buffer is not at offset 0, just
19224           attempt to typefind and do pass through
19225           Rename the gst_type function from gst_gst_id3demux..
19226
19227 2005-12-20  Michael Smith  <msmith@fluendo.com>
19228
19229         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19230         (gst_multiudpsink_add), (gst_multiudpsink_remove),
19231         (gst_multiudpsink_get_stats):
19232         * gst/udp/gstmultiudpsink.h:
19233           Collect statistics; return them from get_stats.
19234
19235 2005-12-19  Edward Hervey  <edward@fluendo.com>
19236
19237         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
19238         Stupid signedness issue...
19239
19240 2005-12-19  Edward Hervey  <edward@fluendo.com>
19241
19242         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19243         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
19244         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
19245         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
19246         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
19247         Construct index for indexless files.
19248         Make sure pad/buffers are correctly reset to NULL once we don't need
19249         them anymore, else we get lovely segfaults/assertions.
19250         * gst/wavparse/gstwavparse.c:
19251         Yes, you can have 96KHz audio and wma in wav :(
19252
19253 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19254
19255         * configure.ac:
19256           Check for optional dependency on zlib for id3demux
19257
19258         * gst/id3demux/Makefile.am:
19259         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
19260         (gst_id3demux_base_init), (gst_id3demux_class_init),
19261         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
19262         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
19263         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
19264         (gst_id3demux_set_property), (gst_id3demux_get_property),
19265         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
19266         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
19267         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
19268         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
19269         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
19270         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
19271         (simple_find_peek), (simple_find_suggest),
19272         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
19273         (plugin_init):
19274         * gst/id3demux/gstid3demux.h:
19275         * gst/id3demux/id3tags.c: (read_synch_uint),
19276         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
19277         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
19278         (id3demux_id3v2_frames_to_tag_list):
19279         * gst/id3demux/id3tags.h:
19280         * gst/id3demux/id3v2.4.0-frames.txt:
19281         * gst/id3demux/id3v2.4.0-structure.txt:
19282         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
19283         (parse_comment_frame), (parse_text_identification_frame),
19284         (id3v2_tag_to_taglist), (parse_split_strings):
19285           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
19286           otherwise it discards them. Works on my test files. 
19287
19288         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
19289           Don't send EOS to a non-existing srcpad
19290           The debug category can be static
19291
19292 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19293
19294         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
19295         * ext/esd/esdsink.c: (gst_esdsink_prepare):
19296         * gst/multipart/multipartdemux.c:
19297           change some char* into char[]
19298
19299 2005-12-16  Wim Taymans  <wim@fluendo.com>
19300
19301         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
19302         (gst_wavparse_other), (gst_wavparse_perform_seek),
19303         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19304         (gst_wavparse_loop), (gst_wavparse_pad_convert),
19305         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
19306         * gst/wavparse/gstwavparse.h:
19307         Use GstSegment to implement more seeking features.
19308
19309 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19310
19311         * gst/rtsp/rtspconnection.c:
19312           Add <netinet/in.h> include and move <arpa/inet.h> include
19313           to make things work on OpenBSD as well (fixes #323717;
19314           patch by: Benjamin Pineau)
19315
19316 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19317
19318         * gst/rtp/gstrtpspeexdepay.c:
19319         * gst/rtp/gstrtpspeexpay.c:
19320         Set clock rate to be fixed in 8000. It fixes bug #324012.
19321
19322 2005-12-14  Philippe Khalaf  <burger@speedy.org>
19323
19324         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
19325         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
19326         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
19327         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19328         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19329         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
19330         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
19331         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19332         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
19333         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19334         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
19335         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
19336         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
19337         * gst-plugins-good/gst/rtp/README:
19338         Fixed payload range in payloder caps. Removed payload range completely
19339         from depayloaders as they don't require payload type in their caps.
19340         In effect, there isn't any specific payload type for any given codec,
19341         only suggestions.
19342         Fixes bug #324011.
19343
19344 2005-12-13  Julien MOUTTE  <julien@moutte.net>
19345
19346         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19347         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
19348         (gst_videomixer_collected): Code cleanup and re-enabling 
19349         queued time validity check for correct EOS handling.
19350
19351 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
19352
19353         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
19354         (gst_oss_mixer_element_get_property),
19355         (gst_oss_mixer_element_change_state):
19356         Add 'device-name' property and fix state change function.
19357
19358 2005-12-13  Edward Hervey  <edward@fluendo.com>
19359
19360         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
19361         If the speed of the file is null in the header, set the frame_time to
19362         the default setting of GST_SECOND / 70. Which is the default
19363         frame_delay for .fli files as stated in this document :
19364         http://www.compuphase.com/flic.htm
19365         Would be nice to have the time conversion done properly too (duration =
19366         flxh->frames * flxdec->frame_time)
19367
19368 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19369
19370         * docs/plugins/Makefile.am:
19371         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19372         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19373         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19374         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19375         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19376         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
19377         documentation for videomixer on my way with a funny sample
19378         pipeline.
19379
19380 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19381
19382         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19383         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19384         (gst_videomixer_update_queues), (gst_videomixer_collected):
19385         Fix caps negotiation. (#323896)
19386
19387 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
19388
19389         * gst/matroska/matroska-demux.c:
19390         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
19391           Set correct timestamps on audio laces, fixes playback of mp3 from
19392                 matroska.
19393
19394 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19395
19396         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
19397         (gst_au_parse_class_init), (gst_au_parse_init),
19398         (gst_au_parse_dispose), (gst_au_parse_chain),
19399         (gst_au_parse_change_state), (plugin_init):
19400         * gst/auparse/gstauparse.h:
19401           Use gst_object_unref() for GstObjects instead of
19402           g_object_unref() and fix a mem leak in a debug
19403           statement; while we're at it, also borgify, use
19404           boilerplate macros and clean up a little bit.
19405
19406 2005-12-11  Edward Hervey  <edward@fluendo.com>
19407
19408         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
19409         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
19410         Added pull mode.
19411
19412 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19413
19414         * gst/goom/gstgoom.c:
19415         * gst/level/level-example.c: (main):
19416         * gst/smoothwave/demo-osssrc.c: (main):
19417           Use audiotestsrc instead of sinesrc (#323798).
19418
19419 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
19420
19421         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
19422           more debug-func-ptr usage
19423
19424 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
19425
19426         * gst/flx/flx_color.c: (flx_colorspace_convert):
19427         * gst/flx/flx_color.h:
19428         * gst/flx/flx_fmt.h:
19429         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
19430         * gst/flx/gstflxdec.h:
19431           Now flxdec works on big-endian machines as well.
19432
19433 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19434
19435         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
19436         (gst_fenced_buffer_copy):
19437           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
19438           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
19439           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
19440           and use GST_DEBUG_FUNCPTR for pad functions.
19441
19442 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19443
19444         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
19445         (gst_flac_dec_class_init), (gst_flac_dec_init),
19446         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
19447         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
19448         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
19449         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
19450         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
19451         (gst_flac_dec_change_state):
19452         * ext/flac/gstflacdec.h:
19453           Rewrite flacdec a bit, so that even seeking might work now. Most
19454           importantly, don't act upon any flow return values we get, just tell
19455           the decoder everything's dandy and act on the flow return values
19456           later on in the loop function. We don't want to mess up the internal
19457           decoder state for non-fatal things like flushing pads etc. Other
19458           than that, use GstSegment (segment seeks don't work yet though, but
19459           should be easy to add), use boilerplate macros, drop the superfluous
19460           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
19461           lots of other things.
19462
19463 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19464
19465         * configure.ac:
19466           Update comment in OSS includes check.
19467
19468         * sys/oss/gstossdmabuffer.c:
19469         * sys/oss/gstosshelper.c:
19470         * sys/oss/gstossmixer.c:
19471         * sys/oss/gstossmixertrack.c:
19472         * sys/oss/gstosssink.c:
19473         * sys/oss/gstosssrc.c:
19474         * sys/oss/oss_probe.c:
19475           Don't assume the OSS soundcard.h include is always in
19476           the sys/ directory. Instead, use the existing defines
19477           from config.h to include the right file. Fixes
19478           compilation on OpenBSD 3.8 (#323718).
19479
19480 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19481
19482         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19483         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19484         * docs/plugins/inspect/plugin-1394.xml:
19485         * docs/plugins/inspect/plugin-aasink.xml:
19486         * docs/plugins/inspect/plugin-alaw.xml:
19487         * docs/plugins/inspect/plugin-alpha.xml:
19488         * docs/plugins/inspect/plugin-alphacolor.xml:
19489         * docs/plugins/inspect/plugin-auparse.xml:
19490         * docs/plugins/inspect/plugin-autodetect.xml:
19491         * docs/plugins/inspect/plugin-avi.xml:
19492         * docs/plugins/inspect/plugin-cacasink.xml:
19493         * docs/plugins/inspect/plugin-cairo.xml:
19494         * docs/plugins/inspect/plugin-cutter.xml:
19495         * docs/plugins/inspect/plugin-debug.xml:
19496         * docs/plugins/inspect/plugin-dv.xml:
19497         * docs/plugins/inspect/plugin-efence.xml:
19498         * docs/plugins/inspect/plugin-effectv.xml:
19499         * docs/plugins/inspect/plugin-esdsink.xml:
19500         * docs/plugins/inspect/plugin-flac.xml:
19501         * docs/plugins/inspect/plugin-flxdec.xml:
19502         * docs/plugins/inspect/plugin-gconfelements.xml:
19503         * docs/plugins/inspect/plugin-goom.xml:
19504         * docs/plugins/inspect/plugin-jpeg.xml:
19505         * docs/plugins/inspect/plugin-level.xml:
19506         * docs/plugins/inspect/plugin-matroska.xml:
19507         * docs/plugins/inspect/plugin-mulaw.xml:
19508         * docs/plugins/inspect/plugin-multipart.xml:
19509         * docs/plugins/inspect/plugin-navigationtest.xml:
19510         * docs/plugins/inspect/plugin-ossaudio.xml:
19511         * docs/plugins/inspect/plugin-png.xml:
19512         * docs/plugins/inspect/plugin-rtp.xml:
19513         * docs/plugins/inspect/plugin-rtsp.xml:
19514         * docs/plugins/inspect/plugin-shout2send.xml:
19515         * docs/plugins/inspect/plugin-smpte.xml:
19516         * docs/plugins/inspect/plugin-speex.xml:
19517         * docs/plugins/inspect/plugin-udp.xml:
19518         * docs/plugins/inspect/plugin-videobox.xml:
19519         * docs/plugins/inspect/plugin-videoflip.xml:
19520         * docs/plugins/inspect/plugin-videomixer.xml:
19521         * docs/plugins/inspect/plugin-wavenc.xml:
19522         * docs/plugins/inspect/plugin-wavparse.xml:
19523         * ext/flac/gstflac.c: (plugin_init):
19524         * ext/flac/gstflacdec.c: (flacdec_get_type),
19525         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
19526         (gst_flac_dec_init), (gst_flac_dec_finalize),
19527         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
19528         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
19529         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
19530         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
19531         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
19532         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
19533         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
19534         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
19535         * ext/flac/gstflacdec.h:
19536         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
19537         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
19538         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
19539         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
19540         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
19541         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
19542         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
19543         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
19544         (gst_flac_enc_change_state):
19545         * ext/flac/gstflacenc.h:
19546           borgify and fix up documentation
19547
19548 2005-12-09  Michael Smith  <msmith@fluendo.com>
19549
19550         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
19551           Accept a wider range of flac files, more closely matching flac spec.
19552
19553 2005-12-08  Julien MOUTTE  <julien@moutte.net>
19554
19555         * docs/plugins/Makefile.am: Add multipart elements.
19556         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19557         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
19558         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19559         * gst/multipart/multipartdemux.c:
19560         * gst/multipart/multipartmux.c: Add docs.
19561
19562 2005-12-07  Edward Hervey  <edward@fluendo.com>
19563
19564         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
19565         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
19566         (gst_avi_demux_invert):
19567         Memleak and crasher fixes.
19568         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
19569         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
19570         Memleak fixes
19571
19572 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19573
19574         * ext/aalib/gstaasink.h:
19575         * ext/cairo/gsttextoverlay.h:
19576         * ext/dv/gstdvdec.h:
19577         * ext/dv/gstdvdemux.c:
19578         * ext/dv/gstdvdemux.h:
19579         * ext/esd/esdsink.h:
19580         * ext/flac/flac_compat.h:
19581         * ext/flac/gstflacdec.h:
19582         * ext/flac/gstflacenc.h:
19583         * ext/gconf/gconf.h:
19584         * ext/gconf/gstgconfaudiosink.h:
19585         * ext/gconf/gstgconfvideosink.h:
19586         * ext/gdk_pixbuf/gstgdkanimation.h:
19587         * ext/jpeg/gstjpegdec.h:
19588         * ext/jpeg/smokecodec.h:
19589         * ext/jpeg/smokeformat.h:
19590         * ext/ladspa/gstsignalprocessor.h:
19591         * ext/ladspa/search.c: (LADSPAPluginSearch):
19592         * ext/ladspa/utils.h:
19593         * ext/libmng/gstmng.c:
19594         * ext/libmng/gstmngdec.h:
19595         * ext/libmng/gstmngenc.c:
19596         * ext/libmng/gstmngenc.h:
19597         * ext/libpng/gstpng.c:
19598         * ext/libpng/gstpngenc.c:
19599         * ext/libpng/gstpngenc.h:
19600         * ext/shout2/gstshout2.h:
19601         * ext/speex/gstspeexdec.h:
19602         * ext/speex/gstspeexenc.c:
19603         * ext/speex/gstspeexenc.h:
19604         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19605         * gst/autodetect/gstautoaudiosink.h:
19606         * gst/autodetect/gstautovideosink.h:
19607         * gst/avi/gstavidemux.h:
19608         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19609         (gst_cutter_set_property), (gst_cutter_get_caps):
19610         * gst/cutter/gstcutter.h:
19611         * gst/debug/tests.c: (md5_process_block):
19612         * gst/debug/tests.h:
19613         * gst/effectv/gstwarp.c:
19614         * gst/flx/flx_fmt.h:
19615         * gst/flx/gstflxdec.h:
19616         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
19617         (zoomFilterFastRGB):
19618         * gst/goom/filters.h:
19619         * gst/goom/goom_tools.h:
19620         * gst/law/alaw-encode.c:
19621         * gst/level/gstlevel.c:
19622         * gst/level/gstlevel.h:
19623         * gst/matroska/ebml-write.h:
19624         * gst/matroska/matroska-demux.h:
19625         * gst/matroska/matroska-ids.h:
19626         * gst/matroska/matroska-mux.h:
19627         * gst/monoscope/convolve.c: (convolve_match):
19628         * gst/monoscope/convolve.h:
19629         * gst/multipart/multipartmux.c:
19630         * gst/oldcore/gstaggregator.c:
19631         * gst/oldcore/gstaggregator.h:
19632         * gst/oldcore/gstmd5sink.c: (md5_process_block):
19633         * gst/oldcore/gstmd5sink.h:
19634         * gst/oldcore/gstmultifilesrc.c:
19635         * gst/oldcore/gstmultifilesrc.h:
19636         * gst/oldcore/gstpipefilter.h:
19637         * gst/oldcore/gstshaper.h:
19638         * gst/rtp/gstrtpL16depay.h:
19639         * gst/rtp/gstrtpL16pay.h:
19640         * gst/rtp/gstrtpdepay.h:
19641         * gst/rtp/gstrtpmp4vpay.c:
19642         * gst/rtp/gstrtpmp4vpay.h:
19643         * gst/rtsp/gstrtspsrc.c:
19644         * gst/rtsp/gstrtspsrc.h:
19645         * gst/rtsp/rtspconnection.h:
19646         * gst/rtsp/rtspdefs.h:
19647         * gst/rtsp/rtspmessage.h:
19648         * gst/rtsp/rtsptransport.h:
19649         * gst/rtsp/rtspurl.c:
19650         * gst/rtsp/rtspurl.h:
19651         * gst/rtsp/sdpmessage.c:
19652         * gst/rtsp/sdpmessage.h:
19653         * gst/smpte/barboxwipes.c:
19654         * gst/smpte/gstmask.h:
19655         * gst/smpte/gstsmpte.h:
19656         * gst/smpte/paint.c:
19657         * gst/smpte/paint.h:
19658         * gst/udp/gstdynudpsink.h:
19659         * gst/udp/gstmultiudpsink.h:
19660         * gst/udp/gstudpsink.c:
19661         * gst/udp/gstudpsink.h:
19662         * gst/udp/gstudpsrc.c:
19663         * gst/videomixer/videomixer.c:
19664         * gst/wavenc/riff.h:
19665         * gst/wavparse/gstwavparse.h:
19666         * sys/oss/gstossdmabuffer.h:
19667         * sys/oss/gstossmixer.h:
19668         * sys/oss/gstossmixerelement.h:
19669         * sys/oss/gstossmixertrack.h:
19670         * sys/oss/gstosssink.c:
19671         * sys/oss/gstosssink.h:
19672         * sys/oss/gstosssrc.c:
19673         * sys/oss/gstosssrc.h:
19674         * sys/osxaudio/gstosxaudioelement.h:
19675         * sys/osxaudio/gstosxaudiosink.h:
19676         * sys/osxaudio/gstosxaudiosrc.h:
19677           expand tabs
19678
19679 === release 0.10.0 ===
19680
19681 2005-12-05   <thomas (at) apestaart (dot) org>
19682
19683         * configure.ac:
19684           releasing 0.10.0, "Abondance"
19685
19686 2005-12-05  Andy Wingo  <wingo@pobox.com>
19687
19688         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19689         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19690         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
19691         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19692         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
19693         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
19694         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
19695         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
19696         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
19697         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19698         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19699         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19700         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19701         * gst/goom/gstgoom.c: (gst_goom_chain):
19702         * gst/matroska/matroska-demux.c:
19703         (gst_matroska_demux_push_vorbis_codec_priv_data),
19704         (gst_matroska_demux_add_wvpk_header):
19705         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
19706         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
19707         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
19708         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
19709         alloc_buffer changes.
19710
19711 2005-12-05  Michael Smith  <msmith@fluendo.com>
19712
19713         * docs/plugins/gst-plugins-good-plugins.args:
19714           Remove args for plugins that aren't in -good.
19715
19716 === release 0.9.7 ===
19717
19718 2005-12-01   <thomas (at) apestaart (dot) org>
19719
19720         * configure.ac:
19721           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
19722
19723 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19724
19725         * docs/plugins/.cvsignore:
19726         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19727         * docs/plugins/inspect/plugin-multipart.xml:
19728         * docs/plugins/inspect/plugin-rtp.xml:
19729           add multipart plugin to docs
19730
19731 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19732
19733         * configure.ac:
19734         * ext/Makefile.am:
19735         * ext/pango/Makefile.am:
19736         * ext/pango/gstclockoverlay.c:
19737         * ext/pango/gstclockoverlay.h:
19738         * ext/pango/gsttextoverlay.c:
19739         * ext/pango/gsttextoverlay.h:
19740         * ext/pango/gsttextrender.c:
19741         * ext/pango/gsttextrender.h:
19742         * ext/pango/gsttimeoverlay.c:
19743         * ext/pango/gsttimeoverlay.h:
19744           move pango to base
19745
19746 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19747
19748         * gst/rtp/Makefile.am:
19749         * gst/rtp/gstrtpL16depay.c:
19750         * gst/rtp/gstrtpL16depay.h:
19751         * gst/rtp/gstrtpL16parse.c:
19752         * gst/rtp/gstrtpL16parse.h:
19753         * gst/rtp/gstrtpgsmdepay.c:
19754         * gst/rtp/gstrtpgsmdepay.h:
19755         * gst/rtp/gstrtpgsmparse.c:
19756         * gst/rtp/gstrtpgsmparse.h:
19757           parsers are depayers
19758
19759 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19760
19761         * gst/rtp/Makefile.am:
19762         * gst/rtp/gstasteriskh263.c:
19763         * gst/rtp/gstrtp.c:
19764         * gst/rtp/gstrtpL16enc.c:
19765         * gst/rtp/gstrtpL16enc.h:
19766         * gst/rtp/gstrtpL16parse.c:
19767         * gst/rtp/gstrtpL16parse.h:
19768         * gst/rtp/gstrtpL16pay.c:
19769         * gst/rtp/gstrtpL16pay.h:
19770         * gst/rtp/gstrtpamrdec.c:
19771         * gst/rtp/gstrtpamrdec.h:
19772         * gst/rtp/gstrtpamrdepay.c:
19773         * gst/rtp/gstrtpamrdepay.h:
19774         * gst/rtp/gstrtpamrenc.c:
19775         * gst/rtp/gstrtpamrenc.h:
19776         * gst/rtp/gstrtpamrpay.c:
19777         * gst/rtp/gstrtpamrpay.h:
19778         * gst/rtp/gstrtpdec.c:
19779         * gst/rtp/gstrtpdec.h:
19780         * gst/rtp/gstrtpdepay.c:
19781         * gst/rtp/gstrtpdepay.h:
19782         * gst/rtp/gstrtpg711dec.c:
19783         * gst/rtp/gstrtpg711dec.h:
19784         * gst/rtp/gstrtpg711depay.c:
19785         * gst/rtp/gstrtpg711depay.h:
19786         * gst/rtp/gstrtpg711enc.c:
19787         * gst/rtp/gstrtpg711enc.h:
19788         * gst/rtp/gstrtpg711pay.c:
19789         * gst/rtp/gstrtpg711pay.h:
19790         * gst/rtp/gstrtpgsmenc.c:
19791         * gst/rtp/gstrtpgsmenc.h:
19792         * gst/rtp/gstrtpgsmparse.c:
19793         * gst/rtp/gstrtpgsmparse.h:
19794         * gst/rtp/gstrtpgsmpay.c:
19795         * gst/rtp/gstrtpgsmpay.h:
19796         * gst/rtp/gstrtph263enc.c:
19797         * gst/rtp/gstrtph263enc.h:
19798         * gst/rtp/gstrtph263pay.c:
19799         * gst/rtp/gstrtph263pay.h:
19800         * gst/rtp/gstrtph263pdec.c:
19801         * gst/rtp/gstrtph263pdec.h:
19802         * gst/rtp/gstrtph263pdepay.c:
19803         * gst/rtp/gstrtph263pdepay.h:
19804         * gst/rtp/gstrtph263penc.c:
19805         * gst/rtp/gstrtph263penc.h:
19806         * gst/rtp/gstrtph263ppay.c:
19807         * gst/rtp/gstrtph263ppay.h:
19808         * gst/rtp/gstrtpmp4vdec.c:
19809         * gst/rtp/gstrtpmp4vdec.h:
19810         * gst/rtp/gstrtpmp4vdepay.c:
19811         * gst/rtp/gstrtpmp4vdepay.h:
19812         * gst/rtp/gstrtpmp4venc.c:
19813         * gst/rtp/gstrtpmp4venc.h:
19814         * gst/rtp/gstrtpmp4vpay.c:
19815         * gst/rtp/gstrtpmp4vpay.h:
19816         * gst/rtp/gstrtpmpadec.c:
19817         * gst/rtp/gstrtpmpadec.h:
19818         * gst/rtp/gstrtpmpadepay.c:
19819         * gst/rtp/gstrtpmpadepay.h:
19820         * gst/rtp/gstrtpmpaenc.c:
19821         * gst/rtp/gstrtpmpaenc.h:
19822         * gst/rtp/gstrtpmpapay.c:
19823         * gst/rtp/gstrtpmpapay.h:
19824         * gst/rtp/gstrtpspeexdec.c:
19825         * gst/rtp/gstrtpspeexdec.h:
19826         * gst/rtp/gstrtpspeexdepay.c:
19827         * gst/rtp/gstrtpspeexdepay.h:
19828         * gst/rtp/gstrtpspeexenc.c:
19829         * gst/rtp/gstrtpspeexenc.h:
19830         * gst/rtp/gstrtpspeexpay.c:
19831         * gst/rtp/gstrtpspeexpay.h:
19832           Do burger's rename for rtp payloaders and depayloaders
19833
19834 2005-11-30  Wim Taymans  <wim@fluendo.com>
19835
19836         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19837         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19838         * ext/dv/gstdvdemux.h:
19839         Fix seeking in dvdemux again, add some more debug info.
19840
19841 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19842
19843         * configure.ac:
19844           fix tests
19845
19846 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19847
19848         * PORTED_09:
19849         * docs/random/PORTED_09:
19850           move
19851         * tests/Makefile.am:
19852           add
19853         * win32/gst.sln:
19854           remove
19855
19856 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19857
19858         * Makefile.am:
19859         * check/.cvsignore:
19860         * check/Makefile.am:
19861         * check/elements/.cvsignore:
19862         * check/elements/level.c:
19863         * check/elements/matroskamux.c:
19864         * configure.ac:
19865         * examples/Makefile.am:
19866         * examples/capsfilter/Makefile.am:
19867         * examples/capsfilter/capsfilter1.c:
19868         * examples/gob/Makefile.am:
19869         * examples/gob/gst-identity2.gob:
19870         * examples/gstplay/.cvsignore:
19871         * examples/gstplay/Makefile.am:
19872         * examples/gstplay/player.c:
19873         * examples/indexing/.cvsignore:
19874         * examples/indexing/Makefile.am:
19875         * examples/indexing/indexmpeg.c:
19876         * examples/level/Makefile.am:
19877         * examples/level/README:
19878         * examples/level/demo.c:
19879         * examples/level/plot.c:
19880         * examples/stats/Makefile.am:
19881         * examples/stats/mp2ogg.c:
19882         * examples/switch/.cvsignore:
19883         * examples/switch/Makefile.am:
19884         * examples/switch/switcher.c:
19885           move under tests/
19886
19887 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19888
19889         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19890         (gst_text_render_class_init), (resize_bitmap),
19891         (gst_text_render_render_text), (gst_text_render_setcaps),
19892         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19893         (gst_text_render_chain), (gst_text_render_finalize),
19894         (gst_text_render_init), (gst_text_render_set_property):
19895         * ext/pango/gsttextrender.h:
19896           Add missing files.
19897
19898 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19899
19900         * configure.ac:
19901         * ext/Makefile.am:
19902         * ext/pango/Makefile.am:
19903         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19904         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19905         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19906         * ext/pango/gstclockoverlay.h:
19907         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19908         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
19909         (gst_text_overlay_finalize), (gst_text_overlay_init),
19910         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
19911         (gst_text_overlay_text_pad_linked),
19912         (gst_text_overlay_text_pad_unlinked),
19913         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
19914         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
19915         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
19916         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19917         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19918         (gst_text_overlay_change_state), (plugin_init):
19919         * ext/pango/gsttextoverlay.h:
19920         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
19921         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
19922         (gst_time_overlay_class_init), (gst_time_overlay_init):
19923         * ext/pango/gsttimeoverlay.h:
19924           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
19925           and add background shading and text wrapping modes. Make 
19926           timoverlay derive from textoverlay. Also add new clockoverlay
19927           element.
19928
19929 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19930
19931         * gst/udp/Makefile.am: Moved to netbuffer.
19932
19933 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19934
19935         * configure.ac:
19936         * PORTED_O9:
19937         * gst/multipart/Makefile.am:
19938         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19939         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19940         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19941         (gst_multipart_demux_change_state),
19942         (gst_multipart_demux_plugin_init):
19943         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19944         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
19945         (gst_multipart_mux_sinkconnect),
19946         (gst_multipart_mux_request_new_pad),
19947         (gst_multipart_mux_handle_src_event),
19948         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
19949         (gst_multipart_mux_change_state): Ported multipart mux/demux to
19950         0.9.
19951
19952 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19953
19954         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
19955         * gst/debug/gstnavigationtest.h:
19956         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
19957         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
19958         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
19959         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
19960         * gst/effectv/gstrev.c: (gst_revtv_get_type):
19961         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
19962         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
19963         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
19964         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
19965         (gst_video_flip_get_type):
19966         * gst/videofilter/gstvideoflip.h:
19967           update for symbols change
19968
19969 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19970
19971         * gst/udp/gstdynudpsink.c:
19972         * gst/udp/gstudpsrc.c:
19973           the old gstnet lib was renamed gstnetbuffer (#322257)
19974
19975 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19976
19977         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
19978         (gst_text_overlay_collected):
19979           Actually render the text from the text pad.
19980
19981 2005-11-29  Edward Hervey  <edward@fluendo.com>
19982
19983         * gst/debug/gstnavseek.c: (gst_navseek_event):
19984         * gst/debug/progressreport.c: (gst_progress_report_event):
19985         Update for GstBaseTransform event virtual method
19986
19987 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19988
19989         * ext/cairo/Makefile.am:
19990           no need to link to videofilter
19991
19992 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19993
19994         * gst/debug/Makefile.am:
19995         * gst/debug/gstnavigationtest.h:
19996         * gst/effectv/Makefile.am:
19997         * gst/effectv/gstaging.c:
19998         * gst/effectv/gstdice.c:
19999         * gst/effectv/gstedge.c:
20000         * gst/effectv/gstquark.c:
20001         * gst/effectv/gstrev.c:
20002         * gst/effectv/gstshagadelic.c:
20003         * gst/effectv/gstvertigo.c:
20004         * gst/effectv/gstwarp.c:
20005         * gst/videofilter/Makefile.am:
20006         * gst/videofilter/gstvideofilter.c:
20007         * gst/videofilter/gstvideofilter.h:
20008         * gst/videofilter/gstvideoflip.h:
20009           remove the videofilter library and link to the one in base
20010
20011 2005-11-28  Edward Hervey  <edward@fluendo.com>
20012
20013         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
20014         Useless check now we're setting the current entry correctly.
20015
20016 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
20017
20018         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
20019         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
20020         (gst_jpegenc_change_state):
20021           Don't leak input buffer in chain function (fixes #322667); make 
20022           state change function thread-safe; don't repeat the current function
20023           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
20024           gst_pad_alloc_buffer(); misc. minor cleanups.
20025
20026 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
20027
20028         * gst/matroska/matroska-mux.c:
20029         (gst_matroska_mux_video_pad_setcaps):
20030         Look for pixel-aspect-ratio in caps, not pixel_width and
20031         pixel_height (Fixes: #322645)
20032
20033 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
20034
20035         * gst/matroska/matroska-mux.c:
20036         (gst_matroska_mux_video_pad_setcaps):
20037         From Michal Benes:
20038         frame duration should be GST_SECOND / framerate, not
20039         GST_SECOND * framerate. (Fixes: #322643)
20040
20041 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20042
20043         * configure.ac:
20044           fix up GST_PLUGIN_LDFLAGS
20045         * gst/rtsp/rtspconnection.c:
20046           fix includes (see #317043)
20047         * gst/videofilter/Makefile.am:
20048           stop installing this library
20049
20050 2005-11-26  Edward Hervey  <edward@fluendo.com>
20051
20052         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
20053         Handle the case where the incoming Video dv stream doesn't have
20054         a pixel aspect ratio set.
20055
20056 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20057
20058         * docs/plugins/Makefile.am:
20059         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20060         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20061         * ext/flac/gstflacdec.c:
20062           document flacdec
20063
20064 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20065
20066         * docs/plugins/Makefile.am:
20067         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20068         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20069         * docs/plugins/inspect/plugin-autodetect.xml:
20070         * ext/cairo/gstcairo.c: (plugin_init):
20071         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20072         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20073         (gst_text_overlay_init), (gst_text_overlay_font_init),
20074         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20075         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20076         (gst_text_overlay_text_pad_linked),
20077         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20078         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20079         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20080         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20081         (gst_text_overlay_change_state):
20082         * ext/cairo/gsttextoverlay.h:
20083         * ext/cairo/gsttimeoverlay.c:
20084         (gst_cairo_time_overlay_update_font_height),
20085         (gst_cairo_time_overlay_set_caps),
20086         (gst_cairo_time_overlay_get_unit_size),
20087         (gst_cairo_time_overlay_print_smpte_time),
20088         (gst_cairo_time_overlay_transform),
20089         (gst_cairo_time_overlay_base_init),
20090         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
20091         (gst_cairo_time_overlay_get_type):
20092         * ext/cairo/gsttimeoverlay.h:
20093           do some name borgifying
20094           document
20095
20096 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20097
20098         * docs/plugins/Makefile.am:
20099         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20100         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20101         * gst/autodetect/gstautoaudiosink.c:
20102         (gst_auto_audio_sink_base_init):
20103         * gst/autodetect/gstautovideosink.c:
20104         (gst_auto_video_sink_base_init),
20105         (gst_auto_video_sink_factory_filter):
20106           documenting auto*sink
20107           using strstr for the video sink lookup, class field is not ordered
20108         * docs/plugins/inspect/plugin-1394.xml:
20109         * docs/plugins/inspect/plugin-aasink.xml:
20110         * docs/plugins/inspect/plugin-alaw.xml:
20111         * docs/plugins/inspect/plugin-alpha.xml:
20112         * docs/plugins/inspect/plugin-alphacolor.xml:
20113         * docs/plugins/inspect/plugin-auparse.xml:
20114         * docs/plugins/inspect/plugin-autodetect.xml:
20115         * docs/plugins/inspect/plugin-avi.xml:
20116         * docs/plugins/inspect/plugin-cacasink.xml:
20117         * docs/plugins/inspect/plugin-cairo.xml:
20118         * docs/plugins/inspect/plugin-cutter.xml:
20119         * docs/plugins/inspect/plugin-debug.xml:
20120         * docs/plugins/inspect/plugin-dv.xml:
20121         * docs/plugins/inspect/plugin-efence.xml:
20122         * docs/plugins/inspect/plugin-effectv.xml:
20123         * docs/plugins/inspect/plugin-esdsink.xml:
20124         * docs/plugins/inspect/plugin-flac.xml:
20125         * docs/plugins/inspect/plugin-flxdec.xml:
20126         * docs/plugins/inspect/plugin-gconfelements.xml:
20127         * docs/plugins/inspect/plugin-goom.xml:
20128         * docs/plugins/inspect/plugin-jpeg.xml:
20129         * docs/plugins/inspect/plugin-level.xml:
20130         * docs/plugins/inspect/plugin-matroska.xml:
20131         * docs/plugins/inspect/plugin-mulaw.xml:
20132         * docs/plugins/inspect/plugin-navigationtest.xml:
20133         * docs/plugins/inspect/plugin-ossaudio.xml:
20134         * docs/plugins/inspect/plugin-png.xml:
20135         * docs/plugins/inspect/plugin-rtp.xml:
20136         * docs/plugins/inspect/plugin-rtsp.xml:
20137         * docs/plugins/inspect/plugin-shout2send.xml:
20138         * docs/plugins/inspect/plugin-smpte.xml:
20139         * docs/plugins/inspect/plugin-speex.xml:
20140         * docs/plugins/inspect/plugin-udp.xml:
20141         * docs/plugins/inspect/plugin-videobox.xml:
20142         * docs/plugins/inspect/plugin-videoflip.xml:
20143         * docs/plugins/inspect/plugin-videomixer.xml:
20144         * docs/plugins/inspect/plugin-wavenc.xml:
20145         * docs/plugins/inspect/plugin-wavparse.xml:
20146           update for HEAD version
20147
20148 2005-11-25  Michael Smith  <msmith@fluendo.com>
20149
20150         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
20151           Patch from Sebastien Cote to close control sockets in udpsrc.
20152
20153 2005-11-24  Julien MOUTTE  <julien@moutte.net>
20154
20155         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20156         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
20157         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
20158         (gst_quarktv_base_init), (gst_quarktv_class_init),
20159         (gst_quarktv_init): Flush the planes list on reverse caps
20160         negotiation. This was crashing because of differently sized
20161         buffers.
20162
20163 2005-11-24  Julien MOUTTE  <julien@moutte.net>
20164
20165         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
20166         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
20167         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
20168         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
20169         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
20170         (gst_videoflip_set_property), (gst_videoflip_base_init),
20171         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
20172         correctly, fix identity flipping, convert navigation event 
20173         correctly again.
20174
20175 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20176
20177         * configure.ac: back to HEAD
20178
20179 === release 0.9.6 ===
20180
20181 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20182
20183         * configure.ac:
20184           releasing 0.9.6, "Everything's Not Lost"
20185
20186 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20187
20188         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
20189         Oops, initialise the framerate GValue
20190
20191 2005-11-23  Julien MOUTTE  <julien@moutte.net>
20192
20193         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20194         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
20195         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
20196         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
20197         (gst_timeoverlay_get_type):
20198         * ext/cairo/gsttimeoverlay.h:
20199         * gst/debug/Makefile.am:
20200         * gst/debug/gstnavigationtest.c:
20201         (gst_navigationtest_handle_src_event),
20202         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
20203         (gst_navigationtest_transform), (gst_navigationtest_change_state),
20204         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
20205         (gst_navigationtest_init), (gst_navigationtest_get_type),
20206         (plugin_init):
20207         * gst/debug/gstnavigationtest.h:
20208         * gst/effectv/Makefile.am:
20209         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
20210         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
20211         (gst_agingtv_base_init), (gst_agingtv_class_init),
20212         (gst_agingtv_init), (gst_agingtv_get_type):
20213         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
20214         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
20215         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
20216         (gst_dicetv_get_type):
20217         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
20218         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
20219         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
20220         (gst_edgetv_get_type):
20221         * gst/effectv/gsteffectv.c:
20222         * gst/effectv/gsteffectv.h:
20223         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20224         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
20225         (gst_quarktv_change_state), (gst_quarktv_base_init),
20226         (gst_quarktv_class_init), (gst_quarktv_init),
20227         (gst_quarktv_get_type):
20228         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
20229         (gst_revtv_get_unit_size), (gst_revtv_transform),
20230         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
20231         (gst_revtv_get_type):
20232         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
20233         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
20234         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
20235         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
20236         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
20237         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
20238         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
20239         (gst_vertigotv_init), (gst_vertigotv_get_type):
20240         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
20241         (gst_warptv_get_unit_size), (gst_warptv_transform),
20242         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
20243         (gst_warptv_get_type):
20244         * gst/videofilter/Makefile.am:
20245         * gst/videofilter/gstvideobalance.c:
20246         * gst/videofilter/gstvideobalance.h:
20247         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
20248         (gst_videofilter_class_init), (gst_videofilter_init):
20249         * gst/videofilter/gstvideofilter.h:
20250         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
20251         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
20252         (gst_videoflip_flip), (gst_videoflip_transform),
20253         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
20254         (gst_videoflip_base_init), (gst_videoflip_class_init),
20255         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
20256         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
20257         BaseTransform, it's just a place holder for now and every video
20258         effect plugin has been ported to use BaseTransform features 
20259         directly. QuarkTV was fixed too (was broken), navigationtest works
20260         and best for the end, videoflip converts navigation events depending
20261         on flip method ! Fixes #320953
20262
20263 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20264
20265         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20266         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
20267         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20268         (gst_goom_src_negotiate), (gst_goom_chain):
20269         * gst/matroska/matroska-mux.c:
20270         (gst_matroska_mux_video_pad_setcaps):
20271         * sys/osxvideo/osxvideosink.m:
20272           Fixes for API changes
20273
20274 2005-11-23  Michael Smith <msmith@fluendo.com>
20275
20276         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
20277         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
20278         * ext/jpeg/gstjpegdec.h:
20279         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
20280         * ext/jpeg/gstjpegenc.h:
20281         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
20282         (gst_smokeenc_resync):
20283         * ext/jpeg/gstsmokeenc.h:
20284           JPEG fractiony goodness.
20285
20286 2005-11-22  Michael Smith <msmith@fluendo.com>
20287
20288         * gst/goom/filters.c:
20289         * gst/goom/graphic.h:
20290           Fix compilation by making some functions static inline instead of
20291           extern inline, matching the way they're used.
20292
20293 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20294
20295         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
20296         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
20297         * ext/cairo/gsttextoverlay.h:
20298         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
20299         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20300         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
20301         (gst_pngdec_caps_create_and_set):
20302         * ext/libpng/gstpngdec.h:
20303         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
20304         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
20305         * gst/avi/gstavimux.c: (gst_avimux_init),
20306         (gst_avimux_vidsinkconnect):
20307         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
20308         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20309         (gst_goom_src_negotiate), (gst_goom_chain):
20310         * gst/goom/gstgoom.h:
20311         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20312         * gst/matroska/matroska-mux.c:
20313         (gst_matroska_mux_video_pad_setcaps):
20314         * sys/osxvideo/osxvideosink.h:
20315         * sys/osxvideo/osxvideosink.m:
20316           More fractional framerate conversions 
20317
20318 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20319
20320         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20321         * gst/debug/gstnavigationtest.c:
20322         (gst_navigationtest_handle_src_event):
20323         * gst/videofilter/gstvideofilter.c:
20324         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
20325         (gst_videofilter_init):
20326         * gst/videofilter/gstvideofilter.h:
20327           Convert to fractional framerates.
20328
20329 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20330
20331         * ext/aalib/gstaasink.c:
20332         * ext/dv/gstdvdec.c:
20333         * ext/esd/esdmon.c:
20334         * ext/flac/gstflacenc.c:
20335         * ext/gdk_pixbuf/pixbufscale.c:
20336         * ext/libcaca/gstcacasink.c:
20337         * ext/shout2/gstshout2.c:
20338         * gst/alpha/gstalpha.c:
20339         * gst/oldcore/gstaggregator.c:
20340         * gst/oldcore/gstshaper.c:
20341         * gst/smpte/barboxwipes.c:
20342         * gst/smpte/gstsmpte.c:
20343         * gst/videobox/gstvideobox.c:
20344         * gst/videofilter/gstvideoflip.c:
20345         * gst/videomixer/videomixer.c:
20346           fix up more enums
20347
20348 2005-11-22  Michael Smith <msmith@fluendo.com>
20349
20350         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
20351         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
20352         (gst_videomixer_update_queues):
20353           Fractional framerates, videomixer.
20354
20355 2005-11-22  Michael Smith <msmith@fluendo.com>
20356
20357         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
20358         * ext/dv/gstdvdec.h:
20359         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
20360         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
20361         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
20362         (gst_dvdemux_flush):
20363         * ext/dv/gstdvdemux.h:
20364           Fractional framerates for DV. 
20365
20366 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20367
20368         * gst/autodetect/gstautoaudiosink.c:
20369         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20370         * gst/autodetect/gstautovideosink.c:
20371         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20372           Use gst_plugin_feature_list_free() to free feature list and
20373           in the case of autovideosink free the list at all. Also
20374           miscellaneous cosmetic fixes.
20375
20376 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20377
20378         * gst/cutter/gstcutter.c: (gst_cutter_chain),
20379         (gst_cutter_set_property), (gst_cutter_get_caps):
20380           copy calculation code from level; remove use of some audio
20381           functions
20382
20383 2005-11-22  Andy Wingo  <wingo@pobox.com>
20384
20385         * Update for gst_tag_setter API changes.
20386
20387 2005-11-22  Andy Wingo  <wingo@pobox.com>
20388
20389         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
20390         (gst_dvdemux_demux_frame)
20391         * ext/flac/gstflacdec.c (gst_flacdec_write)
20392         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
20393         (gst_flacenc_sink_event)
20394         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
20395         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
20396         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
20397         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
20398         * gst/auparse/gstauparse.c (gst_auparse_chain)
20399         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
20400         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
20401         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
20402         (gst_avi_demux_handle_seek)
20403         * gst/goom/gstgoom.c (gst_goom_event)
20404         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
20405         * gst/matroska/matroska-demux.c
20406         (gst_matroska_demux_handle_seek_event)
20407         (gst_matroska_demux_loop_stream_parse_id)
20408         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
20409         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
20410         (gst_wavparse_stream_headers): Run update-funcnames.
20411
20412 2005-11-22  Edward Hervey  <edward@fluendo.com>
20413
20414         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20415         (gst_dv1394src_init), (gst_dv1394src_dispose),
20416         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
20417         (gst_dv1394src_uri_set_uri):
20418         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20419         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
20420         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
20421         URIHandler interface and element properties are now properly
20422         synchronized for DV1394src and UDPSrc
20423
20424 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20425
20426         * ext/flac/Makefile.am:
20427         * ext/speex/Makefile.am:
20428           libgsttagedit has been renamed to libgsttag.
20429
20430 2005-11-21  Wim Taymans  <wim@fluendo.com>
20431
20432         * gst/rtsp/rtspconnection.c: (read_body):
20433         Apply patch from Sebastien Cote to fix #319184.
20434
20435 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20436
20437         * configure.ac:
20438         * gst/cutter/Makefile.am:
20439         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
20440         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
20441         (gst_cutter_set_property), (gst_cutter_get_property),
20442         (plugin_init), (gst_cutter_get_caps):
20443           port cutter
20444         * gst/level/gstlevel.c:
20445           fix up plugin details
20446
20447 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20448
20449         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
20450         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
20451         (gst_flacdec_src_event):
20452         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
20453         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
20454         (gst_signal_processor_getrange), (gst_signal_processor_chain):
20455         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20456         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
20457         (gst_flxdec_sink_event_handler):
20458         * gst/matroska/matroska-demux.c:
20459         (gst_matroska_demux_handle_seek_event):
20460         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
20461           Update for stream lock API changes: don't take stream log
20462           in sink event handlers any longer and change GST_STREAM_LOCK
20463           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
20464           functions.
20465
20466 2005-11-21  Michael Smith <msmith@fluendo.com>
20467
20468         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
20469           gst_object_unref, not g_object_unref
20470
20471 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20472
20473         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20474         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
20475           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
20476
20477 2005-11-21  Michael Smith <msmith@fluendo.com>
20478
20479         * gst/auparse/Makefile.am:
20480         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20481         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
20482         (gst_auparse_change_state):
20483         * gst/auparse/gstauparse.h:
20484           Partially fix #161712. playbin still doesn't work on these files,
20485           (on the bug report, Andy says we aren't typefinding it for some
20486           reason?) but at least auparse isn't totally busted like it was before.
20487
20488 2005-11-21  Andy Wingo  <wingo@pobox.com>
20489
20490         * *.h:
20491         * *.c: Ran scripts/update-macros. Oh yes.
20492
20493 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20494
20495         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
20496           Filler events are gone for now, comment out section generating
20497           them.
20498
20499 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20500
20501         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20502         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
20503         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
20504         * sys/osxvideo/osxvideosink.m:
20505           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20506           (#322027)
20507
20508 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20509
20510         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
20511         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
20512         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
20513         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
20514         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
20515         (gst_avi_demux_stream_data):
20516         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20517         * gst/wavenc/gstwavenc.c: (write_metadata):
20518         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
20519         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
20520         Fixes for GST_FOURCC_FORMAT API change.
20521
20522 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20523
20524         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
20525         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
20526         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
20527         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20528         (gst_text_overlay_change_state):
20529         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
20530         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
20531         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
20532         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
20533         * gst/videomixer/videomixer.c: (gst_videomixer_init),
20534         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20535         (gst_videomixer_change_state):
20536           Fix for collect pads API change. Also fix textoverlay state
20537           change function.
20538
20539 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20540
20541         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
20542         GST_PAD_IS_USABLE by something approaching it.
20543
20544 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20545
20546         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
20547         API changes.
20548         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
20549         but also fix the code that was not checking return values from
20550         pad_push neither using pad_alloc_buffer.
20551
20552 2005-11-18  Edward Hervey  <edward@fluendo.com>
20553
20554         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20555         (gst_pngenc_chain):
20556         Added debug category
20557         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
20558         goes to EOS.
20559
20560 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
20561
20562         * gst/rtp/Makefile.am
20563         * gst/rtp/gstrtp.c
20564         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
20565         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
20566         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
20567         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
20568         * gst/rtp/gstrtpg711enc.h:
20569         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
20570         * gst/rtp/gstrtpspeexenc.c:
20571         * gst/rtp/gstrtpspeexenc.h:
20572         * gst/rtp/gstrtpspeexdec.c:
20573         * gst/rtp/gstrtpspeexdec.h:
20574         Created Speex payloader and depayloader; Optimize G711 payloader to
20575         use adapter and send packets until MTU size.
20576
20577 2005-11-16  Wim Taymans  <wim@fluendo.com>
20578
20579         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
20580         Fix leak in check.
20581
20582 2005-11-16  Wim Taymans  <wim@fluendo.com>
20583
20584         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
20585         Fix state change.
20586
20587 2005-11-16  Andy Wingo  <wingo@pobox.com>
20588
20589         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
20590         (gst_udpsrc_create): Move comment.
20591
20592 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
20593
20594         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20595
20596         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
20597           When seeking, seek to closest index entry at or before the requested
20598           seek position, not just the closest one (#321001).
20599
20600 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20601
20602         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
20603         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
20604           Invert DIB images again (see #132341).
20605
20606 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20607
20608         * configure.ac:
20609           rework configure.ac file
20610         * ext/aalib/gstaasink.c:
20611         * ext/cairo/gstcairo.c:
20612         * ext/dv/gstdv.c:
20613         * ext/esd/gstesd.c:
20614         * ext/flac/gstflac.c:
20615         * ext/gconf/gstgconfelements.c:
20616         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20617         * ext/jpeg/gstjpeg.c:
20618         * ext/ladspa/gstladspa.c:
20619         * ext/libcaca/gstcacasink.c:
20620         * ext/libmng/gstmng.c:
20621         * ext/libpng/gstpng.c:
20622         * ext/mikmod/gstmikmod.c:
20623         * ext/pango/gsttextoverlay.c:
20624         * ext/pango/gsttimeoverlay.c:
20625         * ext/raw1394/gst1394.c:
20626         * ext/speex/gstspeex.c:
20627         * gst/alpha/Makefile.am:
20628         * gst/alpha/gstalpha.c:
20629         * gst/alpha/gstalphacolor.c:
20630         * gst/auparse/gstauparse.c:
20631         * gst/autodetect/gstautoaudiosink.c:
20632         (gst_auto_audio_sink_factory_filter),
20633         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20634         * gst/autodetect/gstautodetect.c:
20635         * gst/avi/gstavi.c:
20636         * gst/cutter/gstcutter.c:
20637         * gst/debug/efence.c:
20638         * gst/debug/gstdebug.c:
20639         * gst/debug/gstnavigationtest.c:
20640         * gst/effectv/gsteffectv.c:
20641         * gst/flx/gstflxdec.c:
20642         * gst/goom/gstgoom.c:
20643         * gst/interleave/plugin.c:
20644         * gst/law/alaw.c:
20645         * gst/law/mulaw.c:
20646         * gst/level/gstlevel.c:
20647         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20648         * gst/matroska/matroska.c:
20649         * gst/median/gstmedian.c:
20650         * gst/monoscope/gstmonoscope.c:
20651         * gst/multipart/multipart.c:
20652         * gst/oldcore/gstelements.c:
20653         * gst/rtp/gstrtp.c:
20654         * gst/rtsp/gstrtsp.c:
20655         * gst/smoothwave/gstsmoothwave.c:
20656         * gst/smpte/gstsmpte.c:
20657         * gst/udp/gstudp.c:
20658         * gst/videobox/gstvideobox.c:
20659         * gst/videofilter/gstgamma.c:
20660         * gst/videofilter/gstvideobalance.c:
20661         * gst/videofilter/gstvideoflip.c:
20662         * gst/videofilter/gstvideotemplate.c:
20663         * gst/videomixer/videomixer.c:
20664         * gst/wavenc/gstwavenc.c:
20665         * gst/wavparse/gstwavparse.c:
20666         * sys/oss/gstossaudio.c:
20667         * sys/osxaudio/gstosxaudio.c:
20668           update GST_PLUGIN_DEFINE
20669         * gst/rtp/Makefile.am:
20670         * gst/rtp/gstasteriskh263.c:
20671           check for htons/htonl headers and possibly link to winsock2 lib
20672
20673 2005-11-12  Edward Hervey  <edward@fluendo.com>
20674
20675         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
20676         Only GST_DEBUG() information on the valid components.
20677
20678 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20679
20680         * configure.ac: back to HEAD
20681
20682 === release 0.9.5 ===
20683
20684 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20685
20686         * configure.ac:
20687           releasing 0.9.5, "Phone Alarm"
20688
20689 2005-11-11  Edward Hervey  <edward@fluendo.com>
20690
20691         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20692         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
20693         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
20694         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20695         (gst_avi_demux_loop):
20696         * gst/avi/gstavidemux.h:
20697         Yeah, implement proper seeking. Exact seeking and segment seeking.
20698         Still need to do some checks for segment_stop.
20699
20700 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20701
20702         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20703
20704         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20705           Don't try to ready buffer duration from buffer that we don't
20706           own any  longer and that might already have been unreffed.
20707           (#321136)
20708
20709 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
20710
20711         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
20712         (flx_decode_delta_flc), (gst_flxdec_chain):
20713         Attempting to optimize the code for embedded systems.
20714
20715 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
20716
20717         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20718
20719         * sys/oss/gstosssink.c: (gst_oss_sink_close):
20720           Don't re-use already closed file descriptor. (#320920)
20721
20722 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20723
20724         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
20725         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
20726         (gst_oss_sink_prepare):
20727         * sys/oss/gstosssink.h:
20728           Cache probed caps; fix debug output for SET_PARAM macros.
20729
20730 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20731
20732         * ext/cairo/Makefile.am:
20733         * ext/cairo/gstcairo.c: (plugin_init):
20734         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20735         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20736         (gst_text_overlay_init), (gst_text_overlay_font_init),
20737         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20738         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20739         (gst_text_overlay_text_pad_linked),
20740         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20741         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20742         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20743         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20744         (gst_text_overlay_change_state):
20745         * ext/cairo/gsttextoverlay.h:
20746           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20747           property and redo positioning. Doesn't handle upstream renegotiation
20748           yet though.
20749
20750 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20751
20752         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20753         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20754         (gst_avi_demux_loop):
20755           No need to take the STREAM_LOCK in the loop function. Improve
20756           some debug messages. Don't leak pad names in debug messages.
20757
20758 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20759
20760         * gst/matroska/matroska-demux.c:
20761         (gst_matroska_demux_push_vorbis_codec_priv_data),
20762         (gst_matroska_demux_add_wvpk_header):
20763           Don't error out when the source pad isn't linked.
20764
20765 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
20766
20767         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20768         (gst_gconf_audio_sink_change_state):
20769         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20770         (gst_gconf_video_sink_change_state):
20771           Fix state change functions here as well and set kid
20772           to NULL state before removing it.
20773
20774 2005-11-01  Edward Hervey  <edward@fluendo.com>
20775
20776         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20777         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20778         Added proper event handlind, 
20779         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20780         ignored),
20781         and don't set a duration of 0 for buffers otherwise they are discarded
20782         by GstBaseSink.
20783
20784         GstWavEnc needs some serious loving, after going through the code I'm
20785         really wondering how this can stay in -good ...
20786
20787 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20788
20789         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20790         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20791         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20792         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20793         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20794         (gst_matroska_mux_collected):
20795           Fix leaks and invalid memory access as reported by valgrind
20796
20797 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20798
20799         Patch by: Michal Benes <michal.benes@xeris.cz>
20800
20801         * check/Makefile.am:
20802         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20803         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20804         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20805           add a unit test for matroskamux
20806           fix the bugs that the unit test exposed
20807
20808 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
20809
20810         * gst/autodetect/gstautoaudiosink.c:
20811         (gst_auto_audio_sink_class_init),
20812         (gst_auto_audio_sink_change_state):
20813         * gst/autodetect/gstautovideosink.c:
20814         (gst_auto_video_sink_class_init),
20815         (gst_auto_video_sink_change_state):
20816           Fix state change function and use GST_DEBUG_FUNCPTR in
20817           class_init.
20818
20819 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20820
20821         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20822
20823         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
20824         (gst_ebml_write_reset), (gst_ebml_write_element_new):
20825         * gst/matroska/ebml-write.h:
20826         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20827           Set timestamps on outgoing ebml headers as well, so that the
20828           element after matroskamux can get the timestamp already when
20829           reading the first ebml element and doesn't have to wait for
20830           the actual data buffer for that (#320308).
20831           
20832 2005-10-31  Andy Wingo  <wingo@pobox.com>
20833
20834         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
20835         (gst_videomixer_pad_link): Kill some memleaks.
20836         (gst_videomixer_pad_get_property): Style fix.
20837         (gst_videomixer_pad_set_property): Style fix.
20838         (gst_videomixer_pad_init): Style fix.
20839         (gst_videomixer_update_queues): Kill memleak.
20840         (gst_videomixer_loop): Kill memleak.
20841         (gst_videomixer_collected): Kill memleak.
20842
20843 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20844
20845         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
20846         gst_auparse_change_state:
20847         Just some cleanup.
20848
20849 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20850
20851         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
20852         Add checks to GST_FLOW_NOT_LINKED for values returned
20853         from gst_pad_push.
20854         
20855 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20856
20857         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20858         (gst_rtpg711dec_process):
20859         * gst/rtp/gstrtpgsmenc.c:
20860         Payloader now sets some default caps on the srcpad if caps on the sinkpad
20861         are never set. This is important for the g711 to work with burger's rtpbin
20862         element.
20863
20864 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
20865
20866         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
20867         (gst_speexenc_push_buffer):
20868         Add checks for return values from gst_pad_push and
20869         gst_pad_alloc_buffer.
20870
20871 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
20872
20873         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20874
20875         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20876         (gst_matroska_demux_parse_info),
20877         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20878         (gst_matroska_demux_parse_cluster):
20879         * gst/matroska/matroska-ids.h:
20880         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20881         (gst_matroska_mux_init), (gst_matroska_mux_start),
20882         (gst_matroska_mux_create_buffer_header),
20883         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20884         (gst_matroska_mux_get_property):
20885         * gst/matroska/matroska-mux.h:
20886           Add SimpleBlock support to matroska demuxer and muxer (part of
20887           Matroska v2). (#319731)
20888
20889 2005-10-28  Wim Taymans  <wim@fluendo.com>
20890
20891         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20892         (gst_jpeg_dec_change_state):
20893         * ext/jpeg/gstjpegdec.h:
20894         Cleanups. Don't create caps for every chain.
20895
20896 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
20897
20898         * gst/law/alaw-encode.c: (gst_alawenc_init),
20899         (alawenc_setcaps), (gst_alawenc_chain)
20900         * gst/law/alaw-encode.h:
20901         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20902         (mulawenc_setcaps), (gst_mulawenc_chain)
20903         * gst/law/mulaw-encode.h:
20904         Set timestamp on buffer and it allows RTP G711 elements
20905         work properly.
20906
20907 2005-10-27  Wim Taymans  <wim@fluendo.com>
20908
20909         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20910         Set correct format on oss instead of a silly value. 
20911
20912 2005-10-27  Julien MOUTTE  <julien@moutte.net>
20913
20914         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20915         (gst_video_box_transform_caps), (gst_video_box_set_caps),
20916         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
20917         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
20918         I420 rendering as well, doesn't bring much for my platform.
20919         Might help on some other platforms.
20920
20921 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20922
20923         * gst/rtp/gstrtpgsmenc.c:
20924         * gst/rtp/gstrtpgsmparse.c:
20925         Declaring the padtemplate correctly.
20926
20927 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20928
20929         * gst/rtp/gstrtpg711dec.c:
20930         * gst/rtp/gstrtpg711enc.c:
20931         * gst/rtp/gstrtpgsmenc.c:
20932         * gst/rtp/gstrtpgsmparse.c:
20933         Setting the proper copyright notice.
20934
20935 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20936
20937         * gst/videobox/Makefile.am: Use liboil.
20938         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20939         (gst_video_box_set_property), (gst_video_box_transform_caps),
20940         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
20941         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
20942         using liboil. Will dot the same to I420 border generation
20943         tomorrow.
20944
20945 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20946
20947         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
20948         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
20949         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
20950         * gst/rtp/gstrtpg711dec.h:
20951         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
20952         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
20953         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
20954         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20955         (gst_rtpgsmenc_handle_buffer):
20956         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
20957         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
20958         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
20959         * gst/rtp/gstrtpgsmparse.h:
20960         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
20961         inherits from the basertpdepayloader.
20962
20963 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20964
20965         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20966         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20967         (gst_video_box_ayuv): Removing this forgotten debug.
20968
20969 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20970
20971         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20972         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20973         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
20974
20975 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20976
20977         * sys/oss/gstossaudio.c:
20978         * sys/oss/gstossdmabuffer.c:
20979         * sys/oss/gstosshelper.c:
20980         * sys/oss/gstossmixer.c:
20981         * sys/oss/gstossmixerelement.c:
20982         * sys/oss/gstossmixertrack.c:
20983         * sys/oss/gstosssink.c:
20984         * sys/oss/gstosssrc.c:
20985           Actually use the 'oss' debug category we register.
20986
20987 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20988
20989         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
20990         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
20991         Use gst_pad_get_parent and drop the ref that was added through
20992         that call.
20993
20994 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20995
20996         * gst/rtp/gstrtpgsmenc.c:
20997           Fix compilation
20998
20999 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
21000
21001         * gst/rtp/gstrtpg711dec.c
21002         Just removed a couple of lines of weird code used during
21003         development/test time.
21004
21005 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
21006
21007         * gst/rtp/Makefile.am
21008         * gst/rtp/gstrtp.c
21009         * gst/rtp/gstrtpg711enc.c
21010         * gst/rtp/gstrtpg711enc.h
21011         * gst/rtp/gstrtpg711dec.c
21012         * gst/rtp/gstrtpg711dec.h
21013         Created G711 payloader and depayloader (it supports mulaw and alaw
21014         (dec)encoders)
21015
21016 2005-10-25  Julien MOUTTE  <julien@moutte.net>
21017
21018         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21019         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
21020         Doh ! I introduced wingo's bug again ! Sorry...
21021
21022 2005-10-25  Christian Schaller <christian@fluendo.com> 
21023
21024         * gst/rtp/Makefile.am: add missing header files for disting
21025
21026 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21027
21028         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21029         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
21030         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
21031         (gst_rtpgsmenc_handle_buffer):
21032         * gst/rtp/gstrtpgsmenc.h:
21033         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
21034         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
21035         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
21036         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
21037         * gst/rtp/gstrtpgsmparse.h:
21038         Getting the GSM (de)payloader working and compatible with our plans for RTP.
21039
21040 2005-10-25  Julien MOUTTE  <julien@moutte.net>
21041
21042         * ext/libpng/gstpngdec.c: (user_info_callback),
21043         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
21044         a newsegment event, move some redundant code in a single place.
21045
21046 2005-10-25  Julien MOUTTE  <julien@moutte.net>
21047
21048         * ext/libpng/gstpngdec.c: (user_info_callback),
21049         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
21050         hack to get correct colors order when we have a png image with
21051         alpha channel.
21052
21053 2005-10-24  Edward Hervey  <edward@fluendo.com>
21054
21055         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
21056         Call gst_element_no_more_pads when there will be no more pads.
21057
21058 2005-10-24  Wim Taymans  <wim@fluendo.com>
21059
21060         * gst/rtp/Makefile.am:
21061         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
21062         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
21063         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
21064         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
21065         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
21066         (gst_asteriskh263_plugin_init):
21067         * gst/rtp/gstasteriskh263.h:
21068         * gst/rtp/gstrtp.c: (plugin_init):
21069         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
21070         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
21071         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
21072         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
21073         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
21074         (gst_rtph263enc_plugin_init):
21075         * gst/rtp/gstrtph263enc.h:
21076         Added two new payloaders, an RFC 2190 payloader for h263 and
21077         a payload convertor for an asterisk server.
21078
21079 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
21080
21081         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
21082           Set bytes_per_sample correctly (is not always 4, but 
21083           depends on width and number of channels).
21084
21085 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
21086
21087         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
21088         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
21089         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
21090         (gst_flacenc_sink_event), (gst_flacenc_chain),
21091         (gst_flacenc_set_property), (gst_flacenc_get_property),
21092         (gst_flacenc_change_state):
21093         * ext/flac/gstflacenc.h:
21094           Fix seeking, so that flacenc can rewrite the header with the
21095           correct duration and amount of samples and all that at EOS;
21096           also set timestamps and granulepos on outgoing buffers; add
21097           debug category; fix state change function.
21098           
21099 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21100
21101         * gst/videomixer/videomixer.c: Don't restrict video geometry
21102         from 16 to 4096.
21103
21104 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21105
21106         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21107         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
21108         Fix caps negotiation correctly, add debugging category.
21109
21110 2005-10-24  Christian Schaller  <christian@fluendo.com>
21111
21112         * configure.ac: Port over Thomas's change from base listing all plugins
21113
21114 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21115
21116         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
21117         a sink pad.
21118
21119 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21120
21121         * configure.ac:
21122         * docs/upload.mak:
21123           back to HEAD
21124
21125 === release 0.9.4 ===
21126
21127 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21128
21129         * configure.ac:
21130           Releasing 0.9.4, "Dromiceiomimus"
21131
21132 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
21133
21134         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
21135         (gst_speexenc_src_query):
21136           Add position and duration query, fix query type function.
21137           
21138         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
21139         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
21140           Let's not set non-fixed caps on source pads.
21141
21142 2005-10-21  Wim Taymans  <wim@fluendo.com>
21143
21144         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
21145         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
21146         (gst_avi_demux_handle_seek):
21147         Set correct stream_time in newsegment event.
21148         avi can also handle a duration query now.
21149
21150 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21151
21152         * gst/matroska/matroska-demux.c:
21153         (gst_matroska_demux_handle_src_query),
21154         (gst_matroska_demux_handle_seek_event),
21155         (gst_matroska_demux_loop_stream_parse_id):
21156           Fix duration query; fix basetime in newsegment event after
21157           seek; fix duration in initial newsegment event.
21158
21159         * gst/matroska/matroska-mux.c:
21160         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
21161           Extract number of channels and samplerate from vorbis headers;
21162           add some debug messages when querying the durations of the
21163           input streams.
21164
21165 2005-10-20  Wim Taymans  <wim@fluendo.com>
21166
21167         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21168         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21169         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21170         Set stream time correctly in newsegment.
21171
21172 2005-10-20  Wim Taymans  <wim@fluendo.com>
21173
21174         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
21175         Correctly fill in the stream time.
21176
21177 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21178
21179         * check/elements/level.c: (GST_START_TEST):
21180         * gst/level/gstlevel.c: (gst_level_message_new):
21181         * gst/level/level-example.c: (message_handler):
21182           use ELEMENT messages instead
21183
21184 2005-10-19  Wim Taymans  <wim@fluendo.com>
21185
21186         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
21187         (gst_dvdemux_src_query):
21188         * ext/flac/gstflacdec.c: (gst_flacdec_length),
21189         (gst_flacdec_src_query):
21190         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
21191         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
21192         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
21193         * gst/debug/gstnavseek.c: (gst_navseek_seek):
21194         * gst/debug/progressreport.c: (gst_progress_report_report):
21195         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
21196         * gst/matroska/matroska-demux.c:
21197         (gst_matroska_demux_handle_src_query):
21198         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
21199         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21200         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21201         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
21202         (gst_wavparse_srcpad_event):
21203         API change fix.
21204
21205 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21206
21207         * gst/goom/filters.c:
21208         * gst/goom/graphic.h:
21209         * gst/goom/lines.c:
21210           Make inline functions either 'static inline' or 'extern inline',
21211           otherwise the Forte compiler apparently won't inline them (#317300).
21212
21213 2005-10-19  Julien MOUTTE  <julien@moutte.net>
21214
21215         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21216         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
21217         (user_info_callback), (user_endrow_callback), (user_end_callback),
21218         (user_read_data), (gst_pngdec_caps_create_and_set),
21219         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
21220         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
21221         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
21222         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
21223         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
21224         very nice and handle push/pull based model. if you have filesrc
21225         connected to it, it will do random access to load the png file.
21226         If you have a network source that can't do _getrange, it does 
21227         progressive loading through the chain function.
21228         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21229         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
21230         thanks to Master Wim Taymans ;-)
21231
21232 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
21233
21234         * gst/matroska/Makefile.am:
21235         * gst/matroska/ebml-read.c:
21236         * gst/matroska/ebml-read.h:
21237         * gst/matroska/matroska-demux.c:
21238         * gst/matroska/matroska-demux.h:
21239         * gst/matroska/matroska.c: (plugin_init):
21240           Ported matroska demuxer to 0.9.
21241
21242 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
21243
21244         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21245
21246         * gst/matroska/matroska-mux.c:
21247         (gst_matroska_mux_video_pad_setcaps),
21248         (gst_matroska_mux_audio_pad_setcaps):
21249           Fix mpeg4 input handling (#318847); also, while we're at it,
21250           fix media type for Motion-JPEG: should be image/jpeg.
21251
21252 2005-10-18  Wim Taymans  <wim@fluendo.com>
21253
21254         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21255         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21256         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21257         Fix for segment-start/stop API change.
21258
21259 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21260
21261         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21262         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
21263         way.
21264
21265 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21266
21267         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21268         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
21269         output declared in transform_caps.
21270
21271 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21272
21273         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
21274
21275 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21276
21277         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21278         (gst_video_box_get_unit_size): Fix wrong size calculations and
21279         implement get_unit_size correctly.
21280
21281 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
21282
21283         * configure.ac:
21284           Enable flx plugin.
21285
21286         * gst/flx/gstflxdec.c: (flx_decode_chunks):
21287           Fix gcc4 signedness issue.
21288
21289 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21290
21291         * configure.ac: Adding videomixer.
21292         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21293         (user_read_data), (gst_pngdec_chain): More debugging.
21294         * gst/alpha/Makefile.am: Adding alphacolor
21295         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
21296         (gst_alpha_color_class_init), (gst_alpha_color_init),
21297         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
21298         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
21299         (plugin_init): Ported to 0.9 using in place base tranform.
21300         * gst/videomixer/Makefile.am:
21301         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
21302         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
21303         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
21304         (gst_videomixer_pad_init), (gst_videomixer_class_init),
21305         (gst_videomixer_init), (gst_videomixer_getcaps),
21306         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
21307         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
21308         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
21309         to 0.9 using collectpads.
21310
21311 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
21312
21313         * configure.ac:
21314         * gst/flx/Makefile.am:
21315         * gst/flx/gstflxdec.c: (gst_flxdec_init),
21316         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
21317         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
21318         * gst/flx/gstflxdec.h:
21319         flx plugin ported to 0.9
21320
21321 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21322
21323         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
21324           use new gst_version_string()
21325
21326 2005-10-16  Andy Wingo  <wingo@pobox.com>
21327
21328         * configure.ac: GLIB_CHECK.
21329
21330 2005-10-15  Julien MOUTTE  <julien@moutte.net>
21331
21332         * ext/libpng/Makefile.am:
21333         * ext/libpng/gstpng.c: (plugin_init):
21334         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21335         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
21336         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
21337
21338 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
21339
21340         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21341
21342         * configure.ac:
21343         * gst/matroska/Makefile.am:
21344         * gst/matroska/ebml-ids.h:
21345         * gst/matroska/ebml-write.c:
21346         * gst/matroska/ebml-write.h:
21347         * gst/matroska/matroska-ids.h:
21348         * gst/matroska/matroska-mux.c:
21349         * gst/matroska/matroska-mux.h:
21350         * gst/matroska/matroska.c: (plugin_init):
21351           Port matroska muxer to 0.9 (#318847).
21352
21353 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21354
21355         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
21356         (comment_init), (comment_add):
21357           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
21358           use GST_READ_UINT32_LE() and friends rather than the private
21359           implementation of those same macros.
21360
21361 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21362
21363         * examples/stats/mp2ogg.c:
21364           more typo fixes
21365
21366 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21367
21368         * examples/indexing/indexmpeg.c: (main):
21369         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
21370         (gst_esdmon_close_audio), (gst_esdmon_change_state):
21371         * ext/esd/esdmon.h:
21372         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
21373         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
21374         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21375         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21376         * gst/avi/gstavimux.c: (gst_avimux_init):
21377         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
21378         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
21379         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
21380         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
21381         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
21382         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
21383         * gst/oldcore/gstmultifilesrc.h:
21384         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
21385         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
21386         (gst_pipefilter_change_state):
21387         * gst/oldcore/gstpipefilter.h:
21388         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
21389         * gst/videomixer/videomixer.c: (gst_videomixer_init):
21390         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
21391         * sys/osxaudio/gstosxaudiosink.h:
21392         * sys/osxaudio/gstosxaudiosrc.h:
21393           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21394           moved bitshift from macro to enum definition
21395
21396 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21397
21398         * ext/Makefile.am:
21399         * ext/cairo/Makefile.am:
21400         * ext/cairo/gstcairo.c: (plugin_init):
21401         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
21402         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
21403         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
21404         * ext/cairo/gsttimeoverlay.h:
21405           update of cairo-based timeoverlay to 1.0 Cairo API
21406           doesn't work yet for resizing of output sink
21407
21408 2005-10-11  Wim Taymans  <wim@fluendo.com>
21409
21410         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
21411         newsegment API fix.
21412
21413 2005-10-11  Wim Taymans  <wim@fluendo.com>
21414
21415         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
21416         (gst_dvdemux_demux_frame):
21417         * ext/flac/gstflacdec.c: (gst_flacdec_write):
21418         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21419         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
21420         (gst_avi_demux_handle_seek):
21421         * gst/goom/gstgoom.c: (gst_goom_event):
21422         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
21423         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21424         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21425         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21426         (gst_wavparse_srcpad_event):
21427         newsegment API update.
21428
21429 2005-10-11  Andy Wingo  <wingo@pobox.com>
21430
21431         * ext/speex/gstspeexenc.c: Signedness cleanups.
21432
21433 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
21434
21435         * PORTED_09:
21436         * ext/speex/Makefile.am:
21437         * ext/speex/gstspeex.c:
21438         * ext/speex/gstspeexenc.c:
21439         Speexenc ported to 0.9
21440
21441 2005-10-10  Wim Taymans  <wim@fluendo.com>
21442
21443         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
21444         (gst_oss_sink_init), (gst_oss_sink_set_property),
21445         (gst_oss_sink_get_property), (gst_oss_sink_open),
21446         (gst_oss_sink_prepare), (gst_oss_sink_reset):
21447         * sys/oss/gstosssink.h:
21448         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
21449         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
21450         (gst_oss_src_prepare):
21451         Cleanups, make device configurable in the sink, handle and report
21452         errors.
21453
21454 2005-10-10  Wim Taymans  <wim@fluendo.com>
21455
21456         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
21457         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
21458         Make sure element is NULL before removing from the bin.
21459
21460 2005-10-07  Andy Wingo  <wingo@pobox.com>
21461
21462         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
21463         block forever in a read().
21464         (gst_dv1394src_bus_reset): Post a message when the cable is
21465         unplugged.
21466         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
21467         (gst_dv1394src_bus_reset): Don't unref the message.
21468
21469         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
21470         hacking. The only change should be that the state change stuff was
21471         put into basesrc's start() and stop() routines, which coalesces
21472         some steps.
21473
21474 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
21475
21476         * configure.ac:
21477           Add check for mmap
21478           
21479         * gst/debug/Makefile.am:
21480           Only compile efence plugin on systems that have mmap.
21481
21482 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
21483
21484         * gst/debug/Makefile.am:
21485         * gst/debug/breakmydata.c:
21486         * gst/debug/gstdebug.c:
21487         * gst/debug/gstnavigationtest.c:
21488         * gst/debug/gstnavseek.c: 
21489         * gst/debug/gstnavseek.h:
21490         * gst/debug/progressreport.c: 
21491         * gst/debug/testplugin.c:
21492           Port progressreport, navseek, navigationtest, testsink and
21493           breakmydata.
21494
21495 2005-10-05  Edward Hervey  <edward@fluendo.com>
21496
21497         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
21498         (gst_dvdemux_src_query):
21499         Fixes for better conversion
21500
21501 2005-10-04  Michael Smith <msmith@fluendo.com>
21502
21503         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
21504         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
21505         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
21506         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
21507           Set state of elements to NULL before removing from bins.
21508           Set state of test element to NULL if we failed to move it to READY
21509
21510 2005-10-04  Edward Hervey  <edward@fluendo.com>
21511
21512         * ext/dv/Makefile.am:
21513         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
21514         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
21515         Corrected the query function for position so it doesn't forget what
21516         format was asked, and calls the conversion functions on the correct pad.
21517
21518 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21519
21520         * configure.ac:
21521           back to development
21522
21523 === release 0.9.3 ===
21524
21525 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21526
21527         * configure.ac:
21528           Releasing 0.9.3, "Aramis"
21529
21530 2005-10-03  Andy Wingo  <wingo@pobox.com>
21531
21532         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
21533         error returns.
21534
21535 2005-10-02  Andy Wingo  <wingo@pobox.com>
21536
21537         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
21538
21539         * ext/flac/gstflacenc.c: Ported to 0.9.
21540
21541         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
21542
21543         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
21544         and link to gsttagedit. Enable flacenc.
21545
21546         * ext/flac/gstflacdec.c: Re-enable tag reading.
21547
21548 2005-09-30  Wim Taymans  <wim@fluendo.com>
21549
21550         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21551         * gst/rtp/gstrtpgsmparse.c:
21552         * gst/rtp/gstrtph263penc.c:
21553         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21554         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21555         (gst_rtpmp4venc_set_property):
21556         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21557         Various class and caps fixes from Andre Magalhaes (andrunko)
21558
21559 2005-09-29  Wim Taymans  <wim@fluendo.com>
21560
21561         * gst/level/level-example.c: (main):
21562         Update for new bus API.
21563
21564 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
21565
21566         * configure.ac:
21567           Fix unexpanded autoconf macro GST_DOC, which has been renamed
21568           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
21569
21570 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
21571
21572         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
21573           Fix playback of mono streams (bytes_per_sample should be set
21574           from the sample width and the number of channels negotiated,
21575           and not just be set to 4) (#317338)
21576
21577 2005-09-26  Wim Taymans  <wim@fluendo.com>
21578
21579         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
21580         (gst_rtpmpaenc_handle_buffer):
21581         Set buffer duration correctly.
21582
21583 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
21584
21585         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
21586         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
21587         (gst_avi_demux_change_state):
21588           Don't crash when encountering a stream with an unknown fourcc or
21589           codec id. Instead, create a pad of type video/x-avi-unknown or
21590           audio/x-avi-unknown, which as a side-effect also results in less
21591           confusing error messages in players ('no decoder' vs. 'no streams');
21592           minor fixes to state change function and class_init function.
21593
21594 2005-09-24  Wim Taymans  <wim@fluendo.com>
21595
21596         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21597         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21598         These are sinks.
21599
21600 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21601
21602         * check/elements/level.c: (GST_START_TEST):
21603           fix test for new GstClockTime use
21604         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
21605         (gst_level_transform_ip):
21606         * gst/level/gstlevel.h:
21607           fix up the decay peak, ensuring the decay peak is never lower
21608           than the peak for that interval
21609
21610 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21611
21612         * docs/plugins/gst-plugins-good-plugins.args:
21613         * docs/plugins/inspect/plugin-alpha.xml:
21614         * docs/plugins/inspect/plugin-rtp.xml:
21615         * gst/level/gstlevel.c: (gst_level_set_caps),
21616         (gst_level_transform_ip):
21617           updating docs
21618
21619 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21620
21621         * Makefile.am:
21622         * check/elements/level.c: (GST_START_TEST):
21623         * gst/level/Makefile.am:
21624         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
21625         (gst_level_set_property), (gst_level_get_property),
21626         (gst_level_set_caps), (gst_level_message_new),
21627         (gst_level_transform_ip):
21628         * gst/level/gstlevel.h:
21629         * gst/level/level-example.c: (message_handler), (main):
21630           convert to using GstClockTime for all time values, finally.
21631
21632 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21633
21634         * gst/auparse/Makefile.am:
21635         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21636           fix up build
21637         * configure.ac:
21638         * ext/cairo/Makefile.am:
21639         * ext/dv/Makefile.am:
21640         * ext/esd/Makefile.am:
21641         * ext/flac/Makefile.am:
21642         * ext/gconf/Makefile.am:
21643         * ext/gdk_pixbuf/Makefile.am:
21644         * ext/jpeg/Makefile.am:
21645         * ext/ladspa/Makefile.am:
21646         * ext/libcaca/Makefile.am:
21647         * ext/libmng/Makefile.am:
21648         * ext/libpng/Makefile.am:
21649         * ext/mikmod/Makefile.am:
21650         * ext/pango/Makefile.am:
21651         * ext/raw1394/Makefile.am:
21652         * ext/shout2/Makefile.am:
21653         * ext/speex/Makefile.am:
21654         * gst/alpha/Makefile.am:
21655         * gst/autodetect/Makefile.am:
21656         * gst/avi/Makefile.am:
21657         * gst/cutter/Makefile.am:
21658         * gst/debug/Makefile.am:
21659         * gst/effectv/Makefile.am:
21660         * gst/flx/Makefile.am:
21661         * gst/goom/Makefile.am:
21662         * gst/interleave/Makefile.am:
21663         * gst/law/Makefile.am:
21664         * gst/matroska/Makefile.am:
21665         * gst/median/Makefile.am:
21666         * gst/monoscope/Makefile.am:
21667         * gst/multipart/Makefile.am:
21668         * gst/oldcore/Makefile.am:
21669         * gst/rtp/Makefile.am:
21670         * gst/rtsp/Makefile.am:
21671         * gst/smoothwave/Makefile.am:
21672         * gst/smpte/Makefile.am:
21673         * gst/videobox/Makefile.am:
21674         * gst/videofilter/Makefile.am:
21675         * gst/videomixer/Makefile.am:
21676         * gst/wavenc/Makefile.am:
21677         * gst/wavparse/Makefile.am:
21678         * sys/oss/Makefile.am:
21679         * sys/osxaudio/Makefile.am:
21680         * sys/osxvideo/Makefile.am:
21681           fix up GST_LIBS use
21682
21683 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21684
21685         * gst/auparse/Makefile.am:
21686         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21687           fix build of auparse
21688
21689 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
21690
21691         * configure.ac:
21692         * PORTED_09:
21693         * gst/auparse/gstauparse.c:
21694         * gst/auparse/gstauparse.h:
21695         Auparse ported to 0.9.
21696
21697 2005-09-22  Wim Taymans  <wim@fluendo.com>
21698
21699         * gst/rtp/TODO:
21700         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
21701         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21702         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21703         (gst_rtpmp4venc_set_property):
21704         * gst/rtp/gstrtpmp4venc.h:
21705         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21706         * gst/rtp/gstrtpmpaenc.h:
21707         Use is_filled to both check MTU and max-ptime of base class.
21708
21709 2005-09-22  Wim Taymans  <wim@fluendo.com>
21710
21711         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21712         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21713         (gst_rtpmp4venc_set_property):
21714         Don't fragment packets with multiple frames.
21715
21716 2005-09-22  Wim Taymans  <wim@fluendo.com>
21717
21718         * gst/rtp/TODO:
21719         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21720         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21721         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
21722         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
21723         (gst_rtpmp4venc_get_property):
21724         * gst/rtp/gstrtpmp4venc.h:
21725         Remove g_print.
21726         Update TODO
21727         Make payload encoder a bit smarter and more correct with
21728         timestamps.
21729         Added option in payloader to include config string in-band.
21730
21731 2005-09-21  Wim Taymans  <wim@fluendo.com>
21732
21733         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21734         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21735         (gst_rtspsrc_send):
21736         Strip spaces for key/value pairs.
21737
21738 2005-09-21  Wim Taymans  <wim@fluendo.com>
21739
21740         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21741         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21742         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21743         (gst_rtspsrc_change_state):
21744         More SDP parsing and caps setting.
21745         Do NO_PREROLL differently.
21746         add pads only after negotiated.
21747
21748         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21749         (gst_udpsrc_getcaps):
21750         Implement the getcaps function.
21751
21752 2005-09-21  Wim Taymans  <wim@fluendo.com>
21753
21754         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21755         (gst_rtpamrdec_chain):
21756         Handle multiple AMr packets per payload. Handle CRC and
21757         parse ILL/ILP.
21758
21759         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21760         Make caps params strings for easy SDP mapping.
21761         
21762         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21763         Handle capsnego better.
21764
21765         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21766         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21767         Generate and parse config string in the caps.
21768
21769 2005-09-21  Wim Taymans  <wim@fluendo.com>
21770
21771         * gst/rtp/README:
21772         Update README
21773
21774         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21775         Make extra params as strings.
21776
21777         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21778         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21779         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21780         Make state change return NO_PREROLL as this is a live
21781         source.
21782
21783         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21784         Don't unref old caps when NULL.
21785
21786 2005-09-20  Wim Taymans  <wim@fluendo.com>
21787
21788         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21789         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21790         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21791         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21792         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21793         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21794         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21795         * gst/rtsp/sdpmessage.h:
21796         Add URI handler.
21797         Parse SDP and create caps.
21798
21799 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
21800
21801         * gst/alpha/gstalpha.c:
21802           fix element description
21803
21804 2005-09-19  Wim Taymans  <wim@fluendo.com>
21805
21806         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21807         Don't check payload for now.
21808
21809 2005-09-19  Wim Taymans  <wim@fluendo.com>
21810
21811         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21812         (gst_wavparse_init), (gst_wavparse_parse_file_header),
21813         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21814         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21815         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21816         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
21817         (gst_wavparse_change_state):
21818         * gst/wavparse/gstwavparse.h:
21819         Fix wavparse some more.
21820
21821 2005-09-19  Wim Taymans  <wim@fluendo.com>
21822
21823         * check/elements/level.c: (GST_START_TEST):
21824         Fix for bus API change.
21825
21826 2005-09-19  Wim Taymans  <wim@fluendo.com>
21827
21828         * gst/level/level-example.c: (main):
21829         Fix for new bus API.
21830
21831         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21832         Set caps on pads.
21833
21834 2005-09-15  Wim Taymans  <wim@fluendo.com>
21835
21836         * gst/rtp/Makefile.am:
21837         * gst/rtp/README:
21838         * gst/rtp/gstrtp.c: (plugin_init):
21839         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
21840         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
21841         (gst_rtpamrdec_change_state):
21842         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
21843         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
21844         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
21845         * gst/rtp/gstrtpamrenc.h:
21846         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21847         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
21848         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
21849         * gst/rtp/gstrtpgsmenc.h:
21850         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
21851         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
21852         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21853         (gst_rtpgsmparse_change_state):
21854         * gst/rtp/gstrtpgsmparse.h:
21855         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21856         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21857         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21858         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21859         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21860         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21861         * gst/rtp/gstrtph263penc.h:
21862         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21863         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21864         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21865         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21866         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21867         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21868         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21869         * gst/rtp/gstrtpmp4venc.h:
21870         * gst/rtp/gstrtpmpadec.c:
21871         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21872         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21873         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21874         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21875         * gst/rtp/gstrtpmpaenc.h:
21876         Updates to payloader/depayloaders, make payloaders use
21877         the base classes.
21878         Updated README with suggested RTP caps and how to convert
21879         to/from SDP.
21880         Added config descriptor in mp4v payloader.
21881
21882 2005-09-15  Andy Wingo  <wingo@pobox.com>
21883
21884         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
21885         * gst/autodetect/gstautovideosink.c
21886         (gst_auto_video_sink_find_best): Update for new registry API.
21887
21888 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21889
21890         * common/c-to-xml.py:
21891         * common/gtk-doc-plugins.mak:
21892           a simple py script to generate valid xml from a C example
21893           probably also need to strip an MIT license when we decide
21894         * docs/plugins/Makefile.am:
21895         * gst/level/Makefile.am:
21896         * gst/level/gstlevel.c: (gst_level_init):
21897         * gst/level/level-example.c: (message_handler), (main):
21898           add an example to level that will show up in the docs
21899         * gst/rtp/TODO:
21900           add a note for the future
21901
21902 2005-09-14  Michael Smith <msmith@fluendo.com>
21903
21904         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21905           Actually define the debug object being used in wavenc. Fixes #316205
21906
21907 2005-09-14  Michael Smith <msmith@fluendo.com>
21908
21909         * gst/smpte/Makefile.am:
21910           Link against GST_BASE_LIBS, to get it linked against libgstbase;
21911           needed to build on windows (bug 316204)
21912
21913 2005-09-12  Andy Wingo  <wingo@pobox.com>
21914
21915         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
21916
21917 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21918
21919         * configure.ac:
21920         * gst/fdsrc/Makefile.am:
21921         * gst/fdsrc/gstfdsrc.c:
21922         * gst/fdsrc/gstfdsrc.h:
21923           Move fdsrc back into gstreamer core elements.
21924
21925         * gst/level/gstlevel.c: (gst_level_class_init),
21926         (gst_level_transform_ip):
21927         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
21928           Basetransform changes.
21929
21930 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21931
21932         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
21933         * ext/jpeg/smokecodec.c: (find_best_size):
21934           fix compiler warnings
21935
21936 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21937
21938         * gst-plugins-good.spec.in:
21939           spec file fixes
21940         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
21941         (gst_multiudpsink_render), (gst_multiudpsink_add),
21942         (gst_multiudpsink_clear):
21943           it actually helps to actually stream if we hook up the
21944           "add" signal to an actual implementation
21945         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
21946           some debugging
21947
21948 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
21949
21950         * ext/jpeg/Makefile.am:
21951         * ext/jpeg/gstjpeg.c
21952         * ext/jpeg/gstjpegenc.c:
21953         * ext/jpeg/gstsmokeenc.c:
21954
21955 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21956
21957         * ext/flac/gstflacdec.c:
21958         * ext/flac/gstflacenc.c:
21959         * ext/flac/gstflactag.c:
21960         * ext/speex/gstspeexenc.c:
21961           gsttaginterface.h -> gsttagsetter.h
21962
21963 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21964
21965         * configure.ac:
21966         * gst/debug/Makefile.am:
21967         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
21968         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
21969         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
21970         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
21971         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
21972           Port to 0.9 and re-enable efence plugin.
21973
21974 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
21975
21976         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
21977         (gst_flacdec_write), (gst_flacdec_convert_src):
21978         * ext/flac/gstflacdec.h:
21979           Add support for flac files with 24/32 bits per sample; and misc.
21980           minor clean-ups. Seeking is still partly broken (for me at least).
21981
21982 2005-09-06  Wim Taymans  <wim@fluendo.com>
21983
21984         * gst/rtp/Makefile.am:
21985         * gst/rtp/gstrtp.c: (plugin_init):
21986         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
21987         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
21988         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
21989         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
21990         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
21991         (gst_rtpmp4vdec_plugin_init):
21992         * gst/rtp/gstrtpmp4vdec.h:
21993         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21994         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
21995         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
21996         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
21997         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
21998         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
21999         * gst/rtp/gstrtpmp4venc.h:
22000         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
22001         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
22002         Added mpeg4 video payload encoder/decoder.
22003         Added some docs in mpa payloader.
22004
22005 === release 0.9.1 ===
22006
22007 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22008
22009         * NEWS:
22010         * README:
22011         * RELEASE:
22012         * autogen.sh:
22013         * configure.ac:
22014           releasing 0.9.1, "Blondie"
22015
22016 2005-09-05  Andy Wingo  <wingo@pobox.com>
22017
22018         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
22019         here from the state change handler, so we fire signals without
22020         holding the state lock.
22021
22022 2005-09-02  Andy Wingo  <wingo@pobox.com>
22023
22024         * All plugins updated for element state changes.
22025
22026 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22027
22028         * Makefile.am:
22029         * check/.cvsignore:
22030         * check/Makefile.am:
22031         * check/elements/.cvsignore:
22032         * check/elements/level.c: (setup_level), (cleanup_level),
22033         (GST_START_TEST), (level_suite), (main):
22034           add a test for level
22035         * common/release.mak:
22036           move the enum checking to release.mak
22037         * configure.ac:
22038           add valgrind and check checking
22039         * gst/level/gstlevel.c: (gst_level_transform):
22040         * gst/level/gstlevel.h:
22041           fix Andy's cast bug
22042           convert a field to int
22043           fix the arithmetic to int when checking for emit so that a
22044           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
22045
22046 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22047
22048         * Makefile.am:
22049         * configure.ac:
22050           add docs to build
22051         * common/plugins.xsl:
22052           wrap Description into a refsect2
22053         * docs/Makefile.am:
22054         * docs/plugins/Makefile.am:
22055         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
22056         * docs/plugins/gst-plugins-good-plugins-sections.txt:
22057         * gst/goom/Makefile.am:
22058         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
22059         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
22060         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
22061         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
22062         (gst_goom_change_state):
22063         * gst/goom/gstgoom.h:
22064           GstGOOM -> GstGoom
22065           add an example launch line
22066         * gst/level/gstlevel.h:
22067         * gst/monoscope/gstmonoscope.c:
22068           cleanups
22069
22070 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22071
22072         * configure.ac:
22073         * docs/plugins/Makefile.am:
22074         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
22075         * docs/plugins/gst-plugins-good-plugins-sections.txt:
22076         * docs/plugins/gst-plugins-good-plugins.types:
22077           document elements and plugins.  Shazam !
22078
22079 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22080
22081         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
22082           be found under doc/random/ChangeLog-0.8