gst/qtdemux/qtdemux.c: In push mode, error out if we get EOS before we've created...
[platform/upstream/gstreamer.git] / ChangeLog
1 2009-01-08  Michael Smith <msmith@songbirdnest.com>
2
3         * gst/qtdemux/qtdemux.c:
4           In push mode, error out if we get EOS before we've created any srcpads.
5           Handle (in pull mode) some files that have a truncated moov atom where
6           the final sub-atom is a 'free' atom and the contents of that are not
7           present in the file.
8
9 2009-01-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
10
11         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
12         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps):
13         Some cleanups, refactoring and minor enhancements in caps handling.
14
15         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
16         (gst_matroska_mux_init), (gst_matroska_pad_reset),
17         (gst_matroska_pad_free), (gst_matroska_mux_reset),
18         (gst_matroska_mux_video_pad_setcaps),
19         (gst_matroska_mux_request_new_pad):
20         * tests/check/elements/matroskamux.c: (teardown_src_pad):
21         Only remove, release or reset what is appropriate upon state change.
22
23 2009-01-07  Jan Schmidt  <jan.schmidt@sun.com>
24
25         * ext/pulse/pulsesink.c:
26         * ext/pulse/pulsesink.h:
27         Use a mutex to protect the current stream pointer, and ignore
28         callbacks for stream objects that have been destroyed already.
29         Fixes problems with unprepare/prepare cycles caused by the input
30         caps changing, without reintroducing bug #556986.
31
32 2009-01-07  Jan Schmidt  <jan.schmidt@sun.com>
33
34         * sys/v4l2/gstv4l2src.c:
35         Remove () from translateable string, so that it makes more sense.
36
37 2009-01-07  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
38
39         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
40         Minor fix/cleanup in header field calculation.
41
42 2009-01-06  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
43
44         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
45         (gst_matroska_mux_handle_sink_event), (gst_matroska_mux_finish):
46         * gst/matroska/matroska-mux.h:
47         Remove internal taglist and fully use tagsetter interface.
48
49 2009-01-06  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
50
51         * gst/avi/gstavimux.c: (gst_avi_mux_reset),
52         (gst_avi_mux_riff_get_avi_header):
53         * gst/avi/gstavimux.h:
54         Ensure header size invariance during subsequent rewrite by using
55         tags snapshot.
56
57 2009-01-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
58
59         * ext/pulse/pulsesink.c: (gst_pulsesink_destroy_stream):
60         Don't wait for the pulse mainloop when destroying the stream.
61         Fixes a deadlock when the pulsedaemon goes away while pulsesink
62         is PLAYING. Fixes bug #556986.
63
64 2009-01-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
65
66         Patch by: Sascha Hauer <s dot hauer at pengutronix dot de>
67                   Luotao Fu <l dot fu at pengutronix dot de>
68
69         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
70         (gst_v4l2_get_caps_info):
71         Add support for grayscale v4l2 devices. Fixes bug #566616.
72
73 2009-01-05  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
74
75         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
76         (qtdemux_tag_add_tmpo), (qtdemux_tag_add_covr),
77         (qtdemux_tag_add_date), (qtdemux_tag_add_gnre),
78         (qtdemux_tag_add_blob), (qtdemux_parse_udta):
79         * gst/qtdemux/qtdemux.h:
80         * gst/qtdemux/quicktime.c: (plugin_init):
81         Streamline tag handling and pass unparsed tags as binary blob
82         in private tag.
83
84 2009-01-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
85
86         * gst/audiofx/Makefile.am:
87         * gst/audiofx/audiofxbaseiirfilter.c:
88         (gst_audio_fx_base_iir_filter_base_init),
89         (gst_audio_fx_base_iir_filter_dispose),
90         (gst_audio_fx_base_iir_filter_class_init),
91         (gst_audio_fx_base_iir_filter_init),
92         (gst_audio_fx_base_iir_filter_calculate_gain),
93         (gst_audio_fx_base_iir_filter_set_coefficients),
94         (gst_audio_fx_base_iir_filter_setup), (process),
95         (gst_audio_fx_base_iir_filter_transform_ip),
96         (gst_audio_fx_base_iir_filter_stop):
97         * gst/audiofx/audiofxbaseiirfilter.h:
98         Implement a base class for IIR filters.
99
100         * gst/audiofx/audiochebband.c: (gst_audio_cheb_band_base_init),
101         (gst_audio_cheb_band_class_init), (gst_audio_cheb_band_init),
102         (generate_coefficients), (gst_audio_cheb_band_set_property),
103         (gst_audio_cheb_band_setup):
104         * gst/audiofx/audiochebband.h:
105         * gst/audiofx/audiocheblimit.c: (gst_audio_cheb_limit_base_init),
106         (gst_audio_cheb_limit_class_init), (gst_audio_cheb_limit_init),
107         (generate_coefficients), (gst_audio_cheb_limit_set_property),
108         (gst_audio_cheb_limit_setup):
109         * gst/audiofx/audiocheblimit.h:
110         Use the IIR filter base class for the chebyshev filters.
111
112 2009-01-02  Michael Smith <msmith@songbirdnest.com>
113
114           Patch by: Justin Karnegas <justin@affinix.com> and
115                     Michael Smith <msmith@songbirdnest.com>
116         * sys/osxaudio/gstosxaudio.c:
117         * sys/osxaudio/gstosxaudioelement.c:
118         * sys/osxaudio/gstosxaudioelement.h:
119         * sys/osxaudio/gstosxaudiosink.c:
120         * sys/osxaudio/gstosxaudiosink.h:
121         * sys/osxaudio/gstosxaudiosrc.c:
122         * sys/osxaudio/gstosxaudiosrc.h:
123         * sys/osxaudio/gstosxringbuffer.c:
124         * sys/osxaudio/gstosxringbuffer.h:
125           Rewrite osxaudio to work more flexibly and more reliably, using a
126           different abstraction layer of coreaudio that is the recommended way of
127           doing low-level audio I/O on OSX.
128           Fixes byg #564948.
129
130 2009-01-02  Wim Taymans  <wim.taymans@collabora.co.uk>
131
132         * tests/examples/rtp/server-decodebin-H263p-AMR.sh:
133         Add example RTP transcoding pipeline from any file decodedable with
134         uridecodebin.
135
136 2009-01-02  Wim Taymans  <wim.taymans@collabora.co.uk>
137
138         * tests/examples/rtp/.cvsignore:
139         * tests/examples/rtp/Makefile.am:
140         * tests/examples/rtp/client-PCMA.c: (pad_added_cb), (main):
141         * tests/examples/rtp/server-alsasrc-PCMA.c: (main):
142         Add two C examples of using gstrtpbin as a sender and a receiver.
143
144 2008-12-31  Jan Schmidt  <jan.schmidt@sun.com>
145
146         * ChangeLog:
147         Remove conflict marker from ChangeLog
148
149 2008-12-28  Edward Hervey  <edward.hervey@collabora.co.uk>
150
151         Patch by: j^ <j at oil21.org>
152
153         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps),
154         (qtdemux_audio_caps):
155         Add codec mapping for xvid, fmp4 and ac3 tracks.
156         Fixes #565850
157
158 2008-12-23  Wim Taymans  <wim.taymans@collabora.co.uk>
159
160         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
161         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
162         (gst_smokeenc_chain), (gst_smokeenc_change_state):
163         * ext/jpeg/gstsmokeenc.h:
164         Implement getcaps function.
165         Set caps on the pad and on all outgoing buffers.
166         Fixes #565441.
167
168 2008-12-19  Stefan Kost  <ensonic@users.sf.net>
169
170         * ext/pulse/pulsemixerctrl.c:
171           And remove temporary comment pointing to the bug ticket.
172
173         * gst/avi/gstavimux.c:
174           Move reoccuring logging to LOG and log instance too.
175
176 2008-12-17  Stefan Kost  <ensonic@users.sf.net>
177
178         * ext/pulse/pulsemixerctrl.c:
179           Don't leak the pa_operation.
180
181 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
182
183         * configure.ac:
184           Require core cvs.
185
186 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
187
188         * gst/avi/gstavimux.c:
189           Rename api from _flush to _reset_tags. 
190
191 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
192
193         * gst/avi/gstavimux.c:
194           Use new tagsetter api to flush tags.
195
196 2008-12-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
197
198         * tests/check/elements/deinterleave.c: (deinterleave_suite):
199         Increase timeout to 3 minutes to prevent timeouts.
200
201 2008-12-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
202
203         * tests/check/elements/interleave.c: (interleave_suite):
204         Increase timeout to 3 minutes to prevent timeouts.
205
206 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
207
208         * gst/avi/gstavimux.c:
209         * gst/avi/gstavimux.h:
210           Totally remove the internal taglists and fully use tagsetter.
211
212 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
213
214         * gst/avi/gstavimux.c:
215           Instead of filtering wrongly just use the mergemode. Applications is
216           use KEEP_ALL if they want to supress tag-events. Fixes #563221 for
217           avi for real (I hope). Everyone chime in, before I fix the others.
218
219 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
220
221         * ext/pulse/pulsemixerctrl.c:
222           Add note about memleak.
223
224 2008-12-13  Edward Hervey  <bilboed@gmail.com>
225
226         * m4/Makefile.am:
227         A couple more .m4 that aren't shipped anymore with gettext 0.17.
228
229 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
230
231         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
232         (gst_flac_dec_init):
233         * gst/law/alaw-decode.c: (gst_alaw_dec_base_init),
234         (gst_alaw_dec_init):
235         * gst/law/alaw-encode.c: (gst_alaw_enc_base_init),
236         (gst_alaw_enc_init):
237         * gst/law/alaw.c: (plugin_init):
238         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init),
239         (gst_mulawdec_init):
240         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init),
241         (gst_mulawenc_init):
242         * gst/law/mulaw.c: (plugin_init):
243         Switch to using GstStaticPadTemplate.
244         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr):
245         Don't forget to free the addrinfo structure.
246         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
247         (gst_wavparse_sink_activate):
248         Don't forget to unref the GstAdapter.
249
250 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
251
252         * m4/Makefile.am:
253         inttypes.m4 hasn't been available since gettext-0.15, and since we now
254         require gettext >= 0.17 ... we can remove it from the list of files to
255         dist.
256
257 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
258
259         * gst/avi/gstavidemux.c:
260           More logging.
261
262         * gst/avi/gstavimux.c:
263           Handle more metadata fields. Better estimate of metadata size. Don't
264           merge received tags, if application has specified tags using
265           GST_TAG_MERGE_REPLACE_ALL. Fixes #563221 for avi.
266
267 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
268
269         * tests/check/Makefile.am:
270         Also ignore pulsemixer for the states unit test.
271
272 2008-12-09  Wim Taymans  <wim.taymans@collabora.co.uk>
273
274         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_process):
275         Add an EOI marker at the end of the jpeg frame when it's missing.
276         Fixes #563056.
277
278 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
279
280         * tests/check/elements/videocrop.c: (check_1x1_buffer):
281         Update the unit test for the new color values for BT.601 red.
282         Fixes bug #563510.
283
284 2008-12-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
285
286         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
287           Restore previous behaviour of not passing QoS and navigation
288           events upstream, which presumably wasn't meant to be changed.
289
290 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
291
292         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
293         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
294         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
295         (gst_dvdemux_chain), (gst_dvdemux_loop),
296         (gst_dvdemux_change_state):
297         Add srcpads only when needed and remove them again when going
298         back to READY. This prevents stalled pipelines if there's no
299         audio inside the DV stream, which happens for many MXF files.
300
301 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
302
303         * tests/check/elements/souphttpsrc.c: (GST_START_TEST),
304         (run_server):
305         The ports in libsoup are unsigned integers and not signed
306         integers.
307
308 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
309
310         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
311         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
312         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
313         (gst_dvdemux_chain), (gst_dvdemux_loop),
314         (gst_dvdemux_change_state):
315         Add srcpads only when they're needed. If we add all pads in any
316         case we will get a stalling audio pad if the stream contains
317         no audio, which is the case for many MXF files.
318
319 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
320
321         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
322         Forward all events upstream unless it's something we really
323         don't handle. This fixes latency configuration of pipelines.
324
325 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
326
327         * ext/dv/gstdv.c: (plugin_init):
328         * ext/dv/gstdvdec.c: (gst_dvdec_class_init):
329         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init):
330         Really call dv_init() exactly one time, not one time for
331         the demuxer and one time for the decoder.
332
333 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
334
335         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_handle_buffer):
336         Copy incomming timestamp to outgoing packets.
337
338 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
339
340         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush),
341         (gst_rtp_mp4v_pay_event):
342         Don't try to push packets before we could find a valid config
343         startcode. Fixes #563509.
344
345 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
346
347         Patch by: Brian Cameron <brian.cameron at sun dot com>
348
349         * sys/sunaudio/gstsunaudiomixerctrl.c:
350         (gst_sunaudiomixer_ctrl_open):
351         Set the mixer fd before calling ioctl() on it. Fixes bug #563414.
352
353 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
354
355         Patch by: Alexandre Rostovtsev <tetromino at gmail dot com>
356
357         * configure.ac:
358         Make usage of libv4l optional by a configure parameter.
359         Fixes bug #563504.
360
361 2008-12-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
362
363         * docs/plugins/Makefile.am:
364         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
365         * docs/plugins/gst-plugins-good-plugins-sections.txt:
366         * docs/plugins/gst-plugins-good-plugins.args:
367         * docs/plugins/gst-plugins-good-plugins.hierarchy:
368         * docs/plugins/gst-plugins-good-plugins.interfaces:
369         * docs/plugins/inspect/plugin-1394.xml:
370         * docs/plugins/inspect/plugin-aasink.xml:
371         * docs/plugins/inspect/plugin-alaw.xml:
372         * docs/plugins/inspect/plugin-alpha.xml:
373         * docs/plugins/inspect/plugin-alphacolor.xml:
374         * docs/plugins/inspect/plugin-annodex.xml:
375         * docs/plugins/inspect/plugin-apetag.xml:
376         * docs/plugins/inspect/plugin-audiofx.xml:
377         * docs/plugins/inspect/plugin-auparse.xml:
378         * docs/plugins/inspect/plugin-autodetect.xml:
379         * docs/plugins/inspect/plugin-avi.xml:
380         * docs/plugins/inspect/plugin-cacasink.xml:
381         * docs/plugins/inspect/plugin-cairo.xml:
382         * docs/plugins/inspect/plugin-cutter.xml:
383         * docs/plugins/inspect/plugin-debug.xml:
384         * docs/plugins/inspect/plugin-dv.xml:
385         * docs/plugins/inspect/plugin-efence.xml:
386         * docs/plugins/inspect/plugin-effectv.xml:
387         * docs/plugins/inspect/plugin-equalizer.xml:
388         * docs/plugins/inspect/plugin-esdsink.xml:
389         * docs/plugins/inspect/plugin-flac.xml:
390         * docs/plugins/inspect/plugin-flxdec.xml:
391         * docs/plugins/inspect/plugin-gamma.xml:
392         * docs/plugins/inspect/plugin-gconfelements.xml:
393         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
394         * docs/plugins/inspect/plugin-goom.xml:
395         * docs/plugins/inspect/plugin-goom2k1.xml:
396         * docs/plugins/inspect/plugin-halelements.xml:
397         * docs/plugins/inspect/plugin-icydemux.xml:
398         * docs/plugins/inspect/plugin-id3demux.xml:
399         * docs/plugins/inspect/plugin-interleave.xml:
400         * docs/plugins/inspect/plugin-jpeg.xml:
401         * docs/plugins/inspect/plugin-level.xml:
402         * docs/plugins/inspect/plugin-matroska.xml:
403         * docs/plugins/inspect/plugin-monoscope.xml:
404         * docs/plugins/inspect/plugin-mulaw.xml:
405         * docs/plugins/inspect/plugin-multifile.xml:
406         * docs/plugins/inspect/plugin-multipart.xml:
407         * docs/plugins/inspect/plugin-navigationtest.xml:
408         * docs/plugins/inspect/plugin-ossaudio.xml:
409         * docs/plugins/inspect/plugin-png.xml:
410         * docs/plugins/inspect/plugin-pulseaudio.xml:
411         * docs/plugins/inspect/plugin-quicktime.xml:
412         * docs/plugins/inspect/plugin-replaygain.xml:
413         * docs/plugins/inspect/plugin-rtp.xml:
414         * docs/plugins/inspect/plugin-rtsp.xml:
415         * docs/plugins/inspect/plugin-shout2send.xml:
416         * docs/plugins/inspect/plugin-smpte.xml:
417         * docs/plugins/inspect/plugin-soup.xml:
418         * docs/plugins/inspect/plugin-spectrum.xml:
419         * docs/plugins/inspect/plugin-speex.xml:
420         * docs/plugins/inspect/plugin-taglib.xml:
421         * docs/plugins/inspect/plugin-udp.xml:
422         * docs/plugins/inspect/plugin-video4linux2.xml:
423         * docs/plugins/inspect/plugin-videobalance.xml:
424         * docs/plugins/inspect/plugin-videobox.xml:
425         * docs/plugins/inspect/plugin-videocrop.xml:
426         * docs/plugins/inspect/plugin-videoflip.xml:
427         * docs/plugins/inspect/plugin-videomixer.xml:
428         * docs/plugins/inspect/plugin-wavenc.xml:
429         * docs/plugins/inspect/plugin-wavpack.xml:
430         * docs/plugins/inspect/plugin-wavparse.xml:
431         * docs/plugins/inspect/plugin-ximagesrc.xml:
432         * gst/matroska/matroska-demux.c:
433         * gst/matroska/matroska-demux.h:
434         * gst/matroska/matroska-mux.c:
435         * gst/matroska/matroska-mux.h:
436         Add documentation for matroskamux and matroskademux and
437         update the inspection xml files.
438
439 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
440
441         * configure.ac:
442         Apparently AC_CONFIG_MACRO_DIR breaks when using more
443         than one macro directory, reverting last change.
444
445 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
446
447         * configure.ac:
448         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
449         our M4 macros.
450
451 2008-11-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
452
453         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
454         Provide the parameters that are required for the format string
455         to fix a compiler warning.
456
457 2008-11-29  Stefan Kost  <ensonic@users.sf.net>
458
459         * gst/autodetect/gstautoaudiosrc.c:
460           Fix classification.
461
462 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
463
464         Patch by: Cygwin Ports maintainer
465                   <yselkowitz at users dot sourceforge dot net>
466
467         * autogen.sh:
468         * configure.ac:
469         Require gettext 0.17 because older versions don't mix with libtool
470         2.2. At build time an older gettext version will still work.
471         Fixes bug #556091.
472
473 2008-11-28  Wim Taymans  <wim.taymans@collabora.co.uk>
474
475         Patch by: Peter Kjellerstedt <pkj at axis com>
476
477         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
478         Make gst_multiudpsink_render() ignore errors from sendto() instead of
479         breaking streaming. Emit a warning instead. Fixes #562572.
480
481 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
482
483         Patch by: Ron McOuat <rmcouat at smartt dot com>
484
485         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
486         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
487         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
488         (gst_soup_http_src_authenticate_cb), (gst_soup_http_src_start):
489         * ext/soup/gstsouphttpsrc.h:
490         * tests/check/elements/souphttpsrc.c: (basic_auth_cb),
491         (digest_auth_cb), (run_test), (GST_START_TEST),
492         (souphttpsrc_suite), (run_server):
493         Add support for basic and digest authentication in souphttpsrc.
494         Fixes bug #561775.
495
496 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
497
498         Patch by: Pepijn Van Eeckhoudt
499                       <pepijn dot vaneeckhoudt at luciad dot com>
500
501         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
502         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
503         * gst/wavenc/gstwavenc.h:
504         * gst/wavenc/riff.h:
505         Add support for a-law and mu-law encoded wav files. Fixes bug #562434.
506
507 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
508
509         Patch by: 이문형 <iwings at gmail dot com>
510
511         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
512         Prevent further read/write actions taken to the connect-failed socket by
513         erroring out quickly. See #562258.
514
515 2008-11-26  Stefan Kost  <ensonic@users.sf.net>
516
517         * tests/examples/level/level-example.c:
518           Set fakesink to sync. Otherwise people might question the message
519           interval. Nevertheless the timestamp in the message is what matters.
520
521 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
522
523         * tests/icles/.cvsignore:
524         cvsignore newly generated file.
525
526 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
527
528         * gst/rtp/gstasteriskh263.c:
529         * gst/rtp/gstasteriskh263.h:
530         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
531         * gst/rtp/gstrtpL16depay.h:
532         * gst/rtp/gstrtpL16pay.c:
533         * gst/rtp/gstrtpL16pay.h:
534         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps):
535         * gst/rtp/gstrtpac3depay.h:
536         * gst/rtp/gstrtpamrdepay.c:
537         * gst/rtp/gstrtpamrdepay.h:
538         * gst/rtp/gstrtpamrpay.c:
539         * gst/rtp/gstrtpamrpay.h:
540         * gst/rtp/gstrtpdepay.c:
541         * gst/rtp/gstrtpdepay.h:
542         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps):
543         * gst/rtp/gstrtpg726depay.c:
544         * gst/rtp/gstrtpg726pay.c:
545         * gst/rtp/gstrtpg729depay.c:
546         * gst/rtp/gstrtpg729pay.c:
547         * gst/rtp/gstrtpgsmdepay.c:
548         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
549         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps):
550         * gst/rtp/gstrtph263depay.h:
551         * gst/rtp/gstrtph263pay.c:
552         * gst/rtp/gstrtph263pay.h:
553         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
554         * gst/rtp/gstrtph263pdepay.h:
555         * gst/rtp/gstrtph263ppay.c:
556         * gst/rtp/gstrtph263ppay.h:
557         * gst/rtp/gstrtph264depay.c:
558         * gst/rtp/gstrtph264depay.h:
559         * gst/rtp/gstrtph264pay.c:
560         * gst/rtp/gstrtph264pay.h:
561         * gst/rtp/gstrtpilbcdepay.c:
562         * gst/rtp/gstrtpilbcpay.c:
563         * gst/rtp/gstrtpjpegdepay.h:
564         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps):
565         * gst/rtp/gstrtpmp1sdepay.h:
566         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
567         * gst/rtp/gstrtpmp2tdepay.h:
568         * gst/rtp/gstrtpmp2tpay.c:
569         * gst/rtp/gstrtpmp2tpay.h:
570         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps):
571         * gst/rtp/gstrtpmp4apay.c:
572         * gst/rtp/gstrtpmp4apay.h:
573         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps):
574         * gst/rtp/gstrtpmp4gdepay.h:
575         * gst/rtp/gstrtpmp4gpay.c:
576         * gst/rtp/gstrtpmp4gpay.h:
577         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
578         * gst/rtp/gstrtpmp4vdepay.h:
579         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
580         * gst/rtp/gstrtpmp4vpay.h:
581         * gst/rtp/gstrtpmpadepay.c:
582         * gst/rtp/gstrtpmpadepay.h:
583         * gst/rtp/gstrtpmpapay.c:
584         * gst/rtp/gstrtpmpapay.h:
585         * gst/rtp/gstrtpmpvdepay.c:
586         * gst/rtp/gstrtpmpvdepay.h:
587         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
588         * gst/rtp/gstrtppcmapay.c:
589         * gst/rtp/gstrtppcmudepay.c:
590         * gst/rtp/gstrtppcmupay.c:
591         * gst/rtp/gstrtpspeexdepay.c:
592         * gst/rtp/gstrtpspeexpay.c:
593         * gst/rtp/gstrtpsv3vdepay.c:
594         * gst/rtp/gstrtpsv3vdepay.h:
595         * gst/rtp/gstrtptheoradepay.c:
596         * gst/rtp/gstrtptheoradepay.h:
597         * gst/rtp/gstrtptheorapay.c:
598         * gst/rtp/gstrtptheorapay.h:
599         * gst/rtp/gstrtpvorbisdepay.c:
600         * gst/rtp/gstrtpvorbisdepay.h:
601         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
602         * gst/rtp/gstrtpvorbispay.h:
603         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
604         * gst/rtp/gstrtpvrawpay.c:
605         Fix the descriptions and fix some email addresses.
606
607 2008-11-25  Julien Moutte  <julien@fluendo.com>
608
609         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add MPG1 and MPG2 fourcc
610         to supported qtdemux video codecs as I found some video clips using 
611         those.
612
613 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
614
615         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
616         * gst/autodetect/gstautoaudiosrc.c: (gst_auto_audio_src_detect):
617         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
618         (gst_auto_video_sink_detect):
619         * gst/autodetect/gstautovideosrc.c: (gst_auto_video_src_detect):
620         Post an error when we can't set the internal ghostpad target.
621
622 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
623
624         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
625         (gst_video_crop_transform), (gst_video_crop_transform_caps),
626         (gst_video_crop_set_caps), (gst_video_crop_set_property):
627         * gst/videocrop/gstvideocrop.h:
628         Fix renegotiation when changing properties using the new basetransform
629         features. Fixes #561502.
630
631         * tests/icles/Makefile.am:
632         * tests/icles/videocrop2-test.c: (make_pipeline), (main):
633         Add crazy interactive test unit for dynamically changing properties.
634
635 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
636
637         * gst/rtsp/gstrtspsrc.c: (new_session_pad),
638         (gst_rtspsrc_parse_range):
639         Add some more debugging.
640         Use the reanges received from the server unconditionally.
641         Fixes #561625.
642
643 2008-11-23  Stefan Kost  <ensonic@users.sf.net>
644
645         * ext/pulse/pulsesink.c:
646           Change #if 0 to something more expresive and add pointer to related
647           bug ticket.
648
649 2008-11-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
650
651         Patch by: Tal Shalif <tshalif at nargila dot org>
652
653         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
654         Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib variants as
655         the latter don't exist on some systems (mingw). Fixes bug #561990.
656
657 2008-11-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
658
659         Patch by: Zeeshan Ali <zeeshanak at gnome dot org>
660
661         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_build_message):
662         Add transferMode.dnla.org header to HTTP requests as this is
663         required by the DLNA specs and doesn't hurt in other situations.
664         Fixes bug #561802.
665
666 2008-11-20  Michael Smith <msmith@songbirdnest.com>
667
668         * sys/osxvideo/osxvideosink.h:
669         * sys/osxvideo/osxvideosink.m:
670           Handle video window resizing more correctly, avoiding crashes when
671           embedding the window and resizing it.
672
673 2008-11-20  Michael Smith <msmith@songbirdnest.com>
674
675         * gst/udp/gstmultiudpsink.c:
676         * gst/udp/gstudpnetutils.c:
677         * gst/udp/gstudpnetutils.h:
678         * gst/udp/gstudpsrc.c:
679           Fix multiudpsink on OSX by passing the specific length of the socket,
680           refactor that into a function shared with the same thing in udpsrc.
681
682 2008-11-20  Wim Taymans  <wim.taymans@collabora.co.uk>
683
684         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
685         (uint64_ceiling_scale), (gst_wavparse_calculate_duration),
686         (gst_wavparse_stream_headers):
687         Fix the scaling code.
688         Fix parsing of the INFO chunks, we were reading the wrong number of
689         bytes.  Fixes #561580.
690
691 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
692
693         * gst/matroska/matroska-mux.c:
694         Fix NULL pointer dereference of an unset codec_id in the recently 
695         added Dirac paths
696
697 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
698
699         * tests/check/Makefile.am:
700         Just keep disabling elements that hang the states test until it
701         works.
702
703 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
704
705         * ext/libpng/gstpngenc.c:
706         Don't flush downstream after every buffer - that's not what
707         this libpng callback is for at all!
708
709 2008-11-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
710
711         * sys/v4l2/v4l2src_calls.c:
712           (gst_v4l2src_probe_caps_for_format_and_size), (sort_by_frame_size),
713           (gst_v4l2src_probe_caps_for_format):
714           Turns out we don't always get the frame sizes in a predefined
715           order from lowest to highest resolution, so let's just sort the
716           list by frame size once we've queried the possible resolutions
717           rather than assume any particular order. Fixes probed caps for
718           the camera in my HP2133 mini notebook and makes v4l2src default
719           to a decent size.
720
721 2008-11-16  Edward Hervey  <edward.hervey@collabora.co.uk>
722
723         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
724         * gst/matroska/matroska-ids.h:
725         Make mkvdemux aware of E-AC3.
726
727 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
728
729         * gst/rtp/Makefile.am:
730         * gst/rtp/gstrtp.c: (plugin_init):
731         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
732         (gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
733         (gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
734         (MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
735         (gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
736         (gst_rtp_jpeg_depay_change_state),
737         (gst_rtp_jpeg_depay_plugin_init):
738         * gst/rtp/gstrtpjpegdepay.h:
739         Add a jpeg depayloader.
740
741         * gst/rtp/gstrtpjpegpay.c:
742         Set the default properties on the payloader to better defaults.
743
744 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
745
746         * sys/v4l2/gstv4l2.c:
747           Give it a primary rank for autovideosrc.
748
749 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
750
751         Patch by: Bjorn Ostby <bjornos at axis dot com>
752
753         * gst/rtp/Makefile.am:
754         * gst/rtp/gstrtp.c: (plugin_init):
755         * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
756         (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
757         (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
758         (gst_rtp_jpeg_pay_read_quant_table),
759         (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
760         (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
761         (gst_rtp_jpeg_pay_plugin_init):
762         * gst/rtp/gstrtpjpegpay.h:
763         Add JPEG payloader. Fixes #560756.
764
765 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
766
767         Patch by: Fabricio Godoy <skarllot at gmail dot com>
768
769         * sys/oss/gstosssink.c: (gst_oss_sink_open):
770         * sys/oss/gstosssrc.c: (gst_oss_src_open):
771         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
772         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
773         Fix some spelling mistakes. Fixes #556802.
774
775 2008-11-13  Stefan Kost  <ensonic@users.sf.net>
776
777         * gst/equalizer/GstIirEqualizer10Bands.prs:
778         * gst/equalizer/GstIirEqualizer3Bands.prs:
779         * gst/equalizer/Makefile.am:
780         * gst/equalizer/gstiirequalizer10bands.c:
781         * gst/equalizer/gstiirequalizer3bands.c:
782           Add presets for equalizer. Fixes #522183.
783
784 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
785
786         * gst/rtsp/Makefile.am:
787         * gst/rtsp/gstrtsp.c: (plugin_init):
788         * gst/rtsp/gstrtspgoogle.c:
789         * gst/rtsp/gstrtspgoogle.h:
790         Remove google extension again, it's not needed anymore because we never
791         send multiple transports anymore.
792
793 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
794
795         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
796
797         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
798         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
799         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
800         (gst_rtspsrc_stream_free),
801         (gst_rtspsrc_stream_configure_udp_sinks),
802         (gst_rtspsrc_stream_configure_transport),
803         (gst_rtspsrc_send_dummy_packets),
804         (gst_rtspsrc_create_transports_string),
805         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
806         * gst/rtsp/gstrtspsrc.h:
807         Add property to configure NAT traversal method.
808         Ignore EOS from the internal sinks.
809         Implement sending dummy packets as a (simple) method to open up
810         some firewalls.
811         Send PLAY request to the server after we started the udp sources.
812         Fixes #559545.
813
814 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
815
816         Patch by: Yotam <sh dot yotam at gmail dot com>
817
818         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
819         Flush the remaining frames on EOS. Fixes #560641.
820
821 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
822
823         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
824         Fix compiler warning about printf formatting.
825
826 2008-11-12  Andy Wingo  <wingo@pobox.com>
827
828         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
829         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
830         segment events instead of sending them from the seeking thread.
831         Fixes #559288.
832         (gst_qtdemux_push_pending_newsegment): New helper, sends out
833         queued newsegment events.
834         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
835         call it here, as we only seek when looping, and only push in the
836         movie state.
837
838 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
839
840         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
841         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
842         * gst/qtdemux/qtdemux_fourcc.h:
843         * gst/qtdemux/qtdemux_types.c:
844         Add cover and alternative copyright tag, and enhance some existing
845         ones by marking them as container atoms.
846
847 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
848
849         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
850         Don't ignore the return value of setcaps.
851
852 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
853
854         Patch by: Olivier Crete <tester at tester dot ca>
855
856         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
857         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
858         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
859         * gst/rtp/gstrtpg729pay.h:
860         Replace G729 payloader with an improved version. Fixes #532409.
861
862 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
863
864         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
865         (gst_rtspsrc_change_state):
866         Only send one transport at a time for improved compatibility with some
867         broken servers. See #537832.
868
869 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
870
871         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
872         (gst_rtspsrc_perform_seek):
873         Only pause/play in the seek handler when the source was playing.
874         Fixes #529379.
875
876 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
877
878         * gst/matroska/matroska-mux.c:
879         (gst_matroska_mux_handle_dirac_packet):
880         Fix muxing of Dirac streams if the input already has the format
881         we need, i.e. is the output of matroskademux.
882
883 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
884
885         * gst/avi/gstavimux.c:
886           Don't segfault on string typed tags being NULL. Fixes #560155.
887
888 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
889
890         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
891         (gst_matroska_mux_audio_pad_setcaps):
892         Fix mapping AAC profile to Matroska codec id.
893
894 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
895
896         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
897         (qtdemux_video_caps), (qtdemux_audio_caps):
898         Refactor some raw audio caps building, and handle >16-bit cases.
899         Fix/replace building caps from a string description.
900
901 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
902
903         * gst/audiofx/audiowsincband.c:
904         * gst/audiofx/audiowsinclimit.c:
905         * gst/cutter/gstcutter.c:
906           Make author name consistent with others.
907
908 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
909
910         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
911
912         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
913         (gst_rtspsrc_stream_configure_udp_sink):
914         Pause the RTSP stream before doing a new play request.
915         Make sure that adding the udpsinks does not cause the rtspsrc to become
916         a sink. Fixes #559547.
917
918 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
919
920         * gst/matroska/matroska-ids.h:
921         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
922         (gst_matroska_mux_handle_dirac_packet),
923         (gst_matroska_mux_write_data):
924         Implement Dirac muxing into Matroska comforming to the spec, i.e.
925         put all Dirac packages up to a picture into a Matroska block.
926
927         TODO: Implement writing of the ReferenceBlock Matroska elements,
928         currently the Dirac muxing is only 100% correct if Matroska version 2
929         is selected for muxing.
930
931 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
932
933         Patch by: Bastien Nocera <hadess at hadess dot net>,
934                   Hans de Goede <jwrdegoede at fedoraproject dot org>
935
936         * configure.ac:
937         * sys/v4l2/Makefile.am:
938         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
939         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
940         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
941         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
942         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
943         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
944         (gst_v4l2_get_input), (gst_v4l2_set_input):
945         * sys/v4l2/v4l2_calls.h:
946         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
947         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
948         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
949         (gst_v4l2src_fill_format_list),
950         (gst_v4l2src_probe_caps_for_format_and_size),
951         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
952         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
953         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
954         (gst_v4l2src_get_nearest_size):
955         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
956
957 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
958
959         * ext/aalib/Makefile.am:
960         * ext/annodex/Makefile.am:
961         * ext/cairo/Makefile.am:
962         * ext/dv/Makefile.am:
963         * ext/esd/Makefile.am:
964         * ext/flac/Makefile.am:
965         * ext/gconf/Makefile.am:
966         * ext/gdk_pixbuf/Makefile.am:
967         * ext/hal/Makefile.am:
968         * ext/jpeg/Makefile.am:
969         * ext/ladspa/Makefile.am:
970         * ext/libcaca/Makefile.am:
971         * ext/libmng/Makefile.am:
972         * ext/libpng/Makefile.am:
973         * ext/mikmod/Makefile.am:
974         * ext/pulse/Makefile.am:
975         * ext/raw1394/Makefile.am:
976         * ext/shout2/Makefile.am:
977         * ext/soup/Makefile.am:
978         * ext/speex/Makefile.am:
979         * ext/taglib/Makefile.am:
980         * ext/wavpack/Makefile.am:
981         * gst/alpha/Makefile.am:
982         * gst/apetag/Makefile.am:
983         * gst/audiofx/Makefile.am:
984         * gst/auparse/Makefile.am:
985         * gst/autodetect/Makefile.am:
986         * gst/avi/Makefile.am:
987         * gst/cutter/Makefile.am:
988         * gst/debug/Makefile.am:
989         * gst/effectv/Makefile.am:
990         * gst/equalizer/Makefile.am:
991         * gst/flx/Makefile.am:
992         * gst/goom/Makefile.am:
993         * gst/goom2k1/Makefile.am:
994         * gst/icydemux/Makefile.am:
995         * gst/id3demux/Makefile.am:
996         * gst/interleave/Makefile.am:
997         * gst/law/Makefile.am:
998         * gst/level/Makefile.am:
999         * gst/matroska/Makefile.am:
1000         * gst/median/Makefile.am:
1001         * gst/monoscope/Makefile.am:
1002         * gst/multifile/Makefile.am:
1003         * gst/multipart/Makefile.am:
1004         * gst/oldcore/Makefile.am:
1005         * gst/qtdemux/Makefile.am:
1006         * gst/replaygain/Makefile.am:
1007         * gst/rtp/Makefile.am:
1008         * gst/rtsp/Makefile.am:
1009         * gst/smpte/Makefile.am:
1010         * gst/spectrum/Makefile.am:
1011         * gst/udp/Makefile.am:
1012         * gst/videobox/Makefile.am:
1013         * gst/videocrop/Makefile.am:
1014         * gst/videofilter/Makefile.am:
1015         * gst/videomixer/Makefile.am:
1016         * gst/wavenc/Makefile.am:
1017         * gst/wavparse/Makefile.am:
1018         * sys/directdraw/Makefile.am:
1019         * sys/directsound/Makefile.am:
1020         * sys/oss/Makefile.am:
1021         * sys/osxaudio/Makefile.am:
1022         * sys/osxvideo/Makefile.am:
1023         * sys/sunaudio/Makefile.am:
1024         * sys/v4l2/Makefile.am:
1025         * sys/waveform/Makefile.am:
1026         * sys/ximage/Makefile.am:
1027           Don't install static libs for plugins. Fixes #550851 for -good.
1028
1029 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1030
1031         * ext/flac/Makefile.am:
1032         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
1033         This fixes compilation if FLAC is installed in an uncommon location
1034         that is not already handled by other CFLAGS. Fixes bug #558711.
1035
1036 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1037
1038         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
1039         Guard more uncommon formats with ifdefs so that we can compile on older
1040         versions.
1041
1042 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1043
1044         Patch by: Nick Haddad <nick at haddads dot net>
1045
1046         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
1047         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
1048         (gst_avi_demux_stream_data):
1049         Invert other uncompressed RGB formats. Fixes #558554.
1050
1051 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
1052
1053         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
1054         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
1055         * gst/wavenc/gstwavenc.h:
1056         Add support for float/double as input and remove the (nowadays)
1057         useless parsing of the depth as we require width==depth.
1058
1059 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
1060
1061         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
1062         * gst/rtp/gstrtpmpapay.c:
1063         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
1064         mpeg version 1. Fixes #558427.
1065
1066 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
1067
1068         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
1069         (gst_rtp_L16_pay_getcaps):
1070         Only put an integral amount of samples in the RTP packet.
1071         Fixes #556641.
1072
1073 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1074
1075         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
1076         * gst/rtp/gstrtpchannels.h:
1077         Add method to get possible channel positions.
1078
1079 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1080
1081         * gst/rtp/Makefile.am:
1082         Also commit updated makefile
1083
1084 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
1085
1086         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1087         Don't allow width=32,depth=24 as input. WAV requires that the width
1088         is the next integer multiply of 8 from the depth.
1089
1090 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1091
1092         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
1093         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
1094         (gst_rtp_L16_pay_getcaps):
1095         * gst/rtp/gstrtpchannels.c: (check_channels),
1096         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
1097         (gst_rtp_channels_create_default):
1098         * gst/rtp/gstrtpchannels.h:
1099         Add mappings for multichannel support. Does not completely just work
1100         because the getcaps function does not yet return the allowed channel
1101         mappings. See #556641.
1102
1103 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
1104
1105         * gst/goom/Makefile.am:
1106         * gst/goom/README:
1107         * gst/goom/config_param.c:
1108         * gst/goom/convolve_fx.c:
1109         * gst/goom/drawmethods.c:
1110         * gst/goom/drawmethods.h:
1111         * gst/goom/filters.c:
1112         * gst/goom/filters_mmx.s:
1113         * gst/goom/flying_stars_fx.c:
1114         * gst/goom/goom.h:
1115         * gst/goom/goom_config.h:
1116         * gst/goom/goom_config_param.h:
1117         * gst/goom/goom_core.c:
1118         * gst/goom/goom_filters.h:
1119         * gst/goom/goom_fx.h:
1120         * gst/goom/goom_graphic.h:
1121         * gst/goom/goom_plugin_info.h:
1122         * gst/goom/goom_tools.c:
1123         * gst/goom/goom_tools.h:
1124         * gst/goom/goom_typedefs.h:
1125         * gst/goom/goom_visual_fx.h:
1126         * gst/goom/graphic.c:
1127         * gst/goom/ifs.c:
1128         * gst/goom/ifs.h:
1129         * gst/goom/lines.c:
1130         * gst/goom/lines.h:
1131         * gst/goom/mathtools.c:
1132         * gst/goom/mathtools.h:
1133         * gst/goom/mmx.c:
1134         * gst/goom/motif_goom1.h:
1135         * gst/goom/motif_goom2.h:
1136         * gst/goom/plugin_info.c:
1137         * gst/goom/ppc_drawings.h:
1138         * gst/goom/ppc_zoom_ultimate.h:
1139         * gst/goom/sound_tester.c:
1140         * gst/goom/sound_tester.h:
1141         * gst/goom/surf3d.c:
1142         * gst/goom/surf3d.h:
1143         * gst/goom/tentacle3d.c:
1144         * gst/goom/tentacle3d.h:
1145         * gst/goom/v3d.c:
1146         * gst/goom/v3d.h:
1147         * gst/goom/xmmx.c:
1148           Add license headers in all source files. Remove filter.c from
1149           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
1150           which are not used right now. Fixes #557709.
1151
1152 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1153
1154         Patch by: Olivier Crete <tester at tester dot ca>
1155
1156         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
1157         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
1158         Implement getcaps in rtpL16pay. Fixes #556484.
1159
1160 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1161
1162         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
1163         (gst_rtp_L16_depay_process):
1164         Check if clock-rate and channels are valid.
1165         Don't ignore the return value of setcaps.
1166         No need to validate the buffer, the base class does that for us.
1167         Use the marker bit to set the DISCONT flag on outgoing buffers.
1168
1169         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
1170         Don't ignore the return value of set_outcaps.
1171
1172         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
1173         (gst_rtp_ac3_depay_process):
1174         Don't ignore the return value of set_caps.
1175         No need to validate the buffer, the base class does that for us.
1176
1177         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
1178         (gst_rtp_amr_depay_process):
1179         * gst/rtp/gstrtpamrdepay.h:
1180         Don't ignore the return value of setcaps.
1181         No need to validate the buffer, the base class does that for us.
1182         No need to set output caps on the buffers, the base class does that for
1183         us.
1184         The subclass will make sure we are negotiated.
1185         
1186         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
1187         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
1188         * gst/rtp/gstrtpdvdepay.h:
1189         Clean up caps negotiation.
1190         The subclass will make sure we are negotiated.
1191
1192         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
1193         (gst_rtp_g726_depay_process):
1194         Clean up caps negotiation.
1195         Use the marker bit to set the DISCONT flag on outgoing buffers.
1196
1197         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
1198         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
1199         * gst/rtp/gstrtpg729depay.h:
1200         The subclass will make sure we are negotiated.
1201         Use the marker bit to set the DISCONT flag on outgoing buffers.
1202
1203         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
1204         (gst_rtp_gsm_depay_process):
1205         Clean up caps negotiation.
1206         Use the marker bit to set the DISCONT flag on outgoing buffers.
1207
1208         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
1209         Clean up caps negotiation.
1210         Don't ignore the return value of set_outcaps.
1211
1212         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
1213         (gst_rtp_h263_depay_process):
1214         Clean up caps negotiation.
1215         No need to validate the buffer, the base class does that for us.
1216
1217         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
1218         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
1219         * gst/rtp/gstrtph263pay.h:
1220         Don't ignore the return value of set_outcaps.
1221         Do some more timestamps.
1222
1223         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
1224         (gst_rtp_h263p_depay_process):
1225         Clean up caps negotiation.
1226         Don't ignore the return value of setcaps.
1227         No need to validate the buffer, the base class does that for us.
1228
1229         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
1230         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
1231         (gst_rtp_h263p_pay_handle_buffer):
1232         * gst/rtp/gstrtph263ppay.h:
1233         Don't ignore the return value of set_outcaps.
1234         Do some more timestamps.
1235
1236         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
1237         (gst_rtp_h264_depay_process):
1238         Clean up caps negotiation.
1239         Don't ignore the return value of setcaps.
1240         Fix possible caps leak.
1241         No need to validate the buffer, the base class does that for us.
1242
1243         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
1244         Add some more debug info.
1245
1246         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
1247         (gst_rtp_ilbc_depay_process):
1248         Clean up caps negotiation.
1249         Use the marker bit to set the DISCONT flag on outgoing buffers.
1250
1251         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
1252         Clean up caps negotiation.
1253
1254         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
1255         (gst_rtp_mp1s_depay_process):
1256         Clean up caps negotiation.
1257         Don't ignore the return value of setcaps.
1258         No need to validate the buffer, the base class does that for us.
1259         No need to set caps on buffers, subclass does that for us.
1260
1261         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
1262         (gst_rtp_mp2t_depay_process):
1263         Clean up caps negotiation.
1264         Don't ignore the return value of setcaps.
1265         No need to validate the buffer, the base class does that for us.
1266         No need to set caps on buffers, subclass does that for us.
1267
1268         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1269         (gst_rtp_mp4a_depay_process):
1270         Clean up caps negotiation.
1271         Don't ignore the return value of setcaps.
1272         No need to validate the buffer, the base class does that for us.
1273
1274         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
1275         (gst_rtp_mp4a_pay_setcaps):
1276         Don't ignore the return value of set_outcaps.
1277
1278         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
1279         (gst_rtp_mp4g_depay_process):
1280         Clean up caps negotiation.
1281         Don't ignore the return value of setcaps.
1282         No need to validate the buffer, the base class does that for us.
1283         No need to set caps on buffers, subclass does that for us.
1284
1285         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
1286         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
1287         Don't ignore the return value of set_outcaps.
1288
1289         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
1290         (gst_rtp_mp4v_depay_process):
1291         Clean up caps negotiation.
1292         Don't ignore the return value of setcaps.
1293         No need to validate the buffer, the base class does that for us.
1294         No need to set caps on buffers, subclass does that for us.
1295
1296         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
1297         (gst_rtp_mp4v_pay_setcaps):
1298         Don't ignore the return value of set_outcaps.
1299
1300         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
1301         (gst_rtp_mpa_depay_process):
1302         Clean up caps negotiation.
1303         Don't ignore the return value of setcaps.
1304         No need to validate the buffer, the base class does that for us.
1305         Use the marker bit to set the DISCONT flag on outgoing buffers.
1306
1307         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
1308         Don't ignore the return value of set_outcaps.
1309
1310         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
1311         (gst_rtp_mpv_depay_process):
1312         Clean up caps negotiation.
1313         Actually set output caps.
1314         No need to validate the buffer, the base class does that for us.
1315
1316         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
1317         Don't ignore the return value of set_outcaps.
1318
1319         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
1320         (gst_rtp_pcma_depay_process):
1321         Clean up caps negotiation.
1322         Set output buffer duration because we can.
1323         Use the marker bit to set the DISCONT flag on outgoing buffers.
1324
1325         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
1326         Don't ignore the return value of set_outcaps.
1327
1328         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
1329         (gst_rtp_pcmu_depay_process):
1330         Clean up caps negotiation.
1331         Use the marker bit to set the DISCONT flag on outgoing buffers.
1332
1333         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
1334         Don't ignore the return value of set_outcaps.
1335
1336         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1337         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
1338         Clean up caps negotiation.
1339         Set output caps on the pad and header buffers.
1340         Set duration on output buffers because we can.
1341
1342         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
1343         Don't ignore the return value of set_outcaps.
1344
1345         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
1346         (gst_rtp_sv3v_depay_process):
1347         Clean up caps negotiation.
1348         No need to validate the buffer, the base class does that for us.
1349         No need to set caps out output buffers, subclass does that.
1350
1351         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
1352         (gst_rtp_theora_depay_process):
1353         Don't ignore the return value of setcaps.
1354         No need to validate the buffer, the base class does that for us.
1355
1356         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
1357         (gst_rtp_theora_pay_flush_packet), (encode_base64),
1358         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
1359         (gst_rtp_theora_pay_handle_buffer):
1360         Don't ignore the return value of set_outcaps.
1361
1362         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1363         (gst_rtp_vorbis_depay_process):
1364         Don't ignore the return value of setcaps.
1365         No need to validate the buffer, the base class does that for us.
1366
1367         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1368         Don't ignore the return value of set_outcaps.
1369
1370         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
1371         Clean up caps negotiation, don't ignore setcaps return.
1372
1373         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
1374         Don't ignore the return value of set_outcaps.
1375
1376 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1377
1378         * gst/matroska/matroska-demux.c:
1379         (gst_matroska_demux_handle_src_event):
1380         Forward unknown events upstream.
1381
1382 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1383
1384         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1385         Add some refcount check
1386
1387         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
1388         Don't ignore the result of write(), fixes a  compiler warning for me.
1389
1390         * tests/icles/videobox-test.c: (main):
1391         Make the output a little more pretty.
1392
1393 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1394
1395         * ext/esd/esdmon.c:
1396           Add doc blob.
1397
1398 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1399
1400         * docs/plugins/Makefile.am:
1401         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1402         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1403         * docs/plugins/gst-plugins-good-plugins.args:
1404         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1405         * docs/plugins/gst-plugins-good-plugins.interfaces:
1406         * docs/plugins/inspect/plugin-autodetect.xml:
1407           Add the docs of the new elements.
1408
1409 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1410
1411         * gst/autodetect/gstautoaudiosrc.c:
1412         (gst_auto_audio_src_class_init):
1413         * gst/autodetect/gstautovideosrc.c:
1414         (gst_auto_video_src_class_init):
1415         Fix "Since" tags in the documentation.
1416
1417 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1418
1419         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1420
1421         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
1422         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
1423         Add support for souphttpsrc to act as a live source. This makes it
1424         possible to get timestamped buffers in combination with the
1425         "do-timestamp" property. Fixes bug #556019.
1426
1427 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1428
1429         * gst/autodetect/Makefile.am:
1430         * gst/autodetect/gstautoaudiosink.c:
1431         * gst/autodetect/gstautoaudiosrc.c:
1432         * gst/autodetect/gstautoaudiosrc.h:
1433         * gst/autodetect/gstautodetect.c:
1434         * gst/autodetect/gstautovideosink.c:
1435         * gst/autodetect/gstautovideosrc.c:
1436         * gst/autodetect/gstautovideosrc.h:
1437           Implement src plugins. Little code/string cleanup in the sinks.
1438           Fixes #523813.
1439
1440 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1441
1442         Patch by: Peter Kjellerstedt <pkj at axis com>
1443
1444         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
1445         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
1446         Fix a memory leak when pads are requested but the pipeline never
1447         goes into PLAYING.
1448
1449         Correctly remove request pads, no matter if they have collected
1450         data or not.
1451
1452         Fixes bug #557710.
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/gstudpnetutils.h:
1459         Define the correct WINVER so getaddinfo() can be used when using
1460         mingw32. Fixes bug #557294.
1461
1462 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1463
1464         Patch by: <lrn1986 at gmail dot com>
1465
1466         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
1467         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
1468         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1469         Fix "argument type mismatch" compiler warnings on Windows.
1470         Fixes bug #557293.
1471
1472 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1473
1474         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
1475         Don't calculate the filter coefficients for every single buffer
1476         but only when it's needed. Fixes bug #557260.
1477
1478 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
1479
1480         * configure.ac:
1481         Back to development -> 0.10.11.1
1482
1483 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
1484
1485         * gst-plugins-good.doap:
1486         Fix version number of 0.10.11 release in doap file
1487
1488 === release 0.10.11 ===
1489
1490 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
1491
1492         * configure.ac:
1493           releasing 0.10.11, "Secondary Consideration"
1494
1495 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
1496
1497         * configure.ac:
1498         Commit 0.10.10.4 pre-release
1499
1500 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1501
1502         * gst/avi/gstavimux.c:
1503         Fix VPRP chunk setup in avimux.
1504         Fixes: #556010
1505         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1506
1507 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1508
1509         * gst/videobox/gstvideobox.c:
1510         support dynamically changing properties in videobox
1511         Fixed: #557085
1512         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
1513
1514 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1515
1516         * configure.ac:
1517         0.10.10.3 pre-release
1518
1519 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1520
1521         * tests/check/Makefile.am:
1522         Don't run the states test on pulsesrc and pulsesink
1523
1524 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1525
1526         * configure.ac:
1527         Commit 0.10.10.2 pre-release bump that actually went
1528         out on 2008-10-11
1529
1530 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1531
1532         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
1533         Skip entries for streams that don't have a output pad yet, thereby
1534         avoiding calling pad functions with a NULL pad.
1535         Fixes #556424
1536
1537 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1538
1539         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
1540         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1541         Remove problematic and useless refcount check.
1542         Fixes #556381
1543
1544 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1545
1546         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1547         Remove problematic and useless refcount check.
1548         Fixes #556381
1549
1550 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
1551
1552         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
1553         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
1554         Cast some size_t arguments to guint to avoid compiler
1555         warnings on 64-bit systems.
1556
1557 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
1558
1559         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
1560         Return TRUE instead of FALSE from the event handler when we swallowed the
1561         event.
1562
1563 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1564
1565         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
1566         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
1567         Reset header state. Fixes #555321.
1568
1569 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1570
1571         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
1572         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
1573         * gst/avi/gstavidemux.h:
1574         For timestamping audio packets we need to take into account the
1575         amount of blocks in one entry using the blockalign. Fixes some sync
1576         issues with zero-padded audio blocks in the beginning of avi files.
1577
1578 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1579
1580         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
1581         (gst_multi_file_src_query):
1582         Implement DEFAULT and BUFFER position queries. See #555260.
1583
1584 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1585
1586         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
1587         Fix build for systems that don't have XDamage.
1588
1589 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
1590
1591         * tests/examples/rtp/client-H263p.sdp:
1592         * tests/examples/rtp/client-H263p.sh:
1593         * tests/examples/rtp/server-VTS-H263p.sh:
1594         Add some more H263p server and client examples.
1595
1596 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1597
1598         * configure.ac::
1599           Depend on released versions of core and base.
1600
1601 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1602
1603         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
1604         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
1605         Return -1 instead of 0 in error cases. Fixes #554771.
1606
1607 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1608
1609         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
1610         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
1611         Stop leaking the cursor image.
1612         Unref the last_ximage and the cached cursor image on shutdown.
1613         Fixes #551570.
1614
1615 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1616
1617         * sys/v4l2/gstv4l2object.h:
1618         Getting the Class from an instance is not just a matter of casting it to
1619         the class struct but it involves calling G_OBJECT_GET_CLASS on the
1620         instance. Fixes #549784.
1621
1622 2008-10-01  Michael Smith <msmith@songbirdnest.com>
1623
1624         * configure.ac:
1625           Fix libs for linking directsound.
1626         * sys/directsound/gstdirectsoundsink.c:
1627           Fix buffer sizing to prevent racing the ringbuffer at startup.
1628           Add volume property.
1629
1630 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
1631
1632         * ext/pulse/pulsesink.c:
1633         Fix problems with pulsesink randomly erroring with code 'OK' after a
1634         format change on the stream by waiting when disconnecting the stream.
1635
1636 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1637
1638         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
1639         (gst_rtp_amr_depay_process):
1640         Mark DISCONT on output buffers when the marker bit signals a new talk
1641         spurt.
1642
1643         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1644         Set the marker bit for buffers with a DISCONT flag to signal a talk
1645         spurt.
1646
1647 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1648
1649         * gst/rtp/Makefile.am:
1650         * gst/rtp/gstrtp.c: (plugin_init):
1651         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
1652         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
1653         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
1654         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
1655         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
1656         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
1657         * gst/rtp/gstrtpmp4apay.h:
1658         Added MP4A-LATM payloader to match the depayloader.
1659
1660 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1661
1662         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
1663         (gst_videomixer_sink_event):
1664         Handle segments a little better. Fixes #537361.
1665
1666 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1667
1668         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
1669         Don't assume the server supports PAUSE by default. Fixes #551048.
1670
1671 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1672
1673         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
1674         (gst_udpsrc_set_uri), (gst_udpsrc_start):
1675         Switch on the socket family to get the addrlen size right.
1676
1677 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1678
1679         Patch by: Daniel Franke <df at dfranke dot us>
1680
1681         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
1682         OS X's bind() implementation is picky about its addrlen parameter and
1683         fails with EINVAL if it is larger than expected for the socket's address
1684         family. Set the length to the expected length instead. Fixes #553191.
1685
1686 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1687
1688         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1689         Handle the case where we cannot do desribe or when the describe result
1690         does not contain a valid SDP message.
1691
1692 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1693
1694         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
1695         Fix setting the qos.
1696
1697 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1698
1699         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
1700         (gst_qtdemux_chain):
1701         Some 'broken' files out there have atom lengths of zero...
1702         which basically results in qtdemux consuming that atom again and again
1703         until the *end of night* !
1704         Detect that and emits an adequate element error message.
1705
1706 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
1707
1708         * gst/interleave/Makefile.am:
1709         * gst/matroska/Makefile.am:
1710         Fix build flags order.
1711
1712         * tests/check/elements/audioamplify.c: (GST_START_TEST):
1713         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
1714         * tests/check/elements/audioinvert.c: (GST_START_TEST):
1715         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
1716         Format fixes.
1717
1718         * tests/check/elements/multifile.c:
1719         Pull in unistd.h
1720
1721 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1722
1723         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
1724         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
1725         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
1726         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
1727         (gst_rtp_mp4g_depay_change_state):
1728         * gst/rtp/gstrtpmp4gdepay.h:
1729         Handle interleaved streams by reordering AU in a queue.
1730
1731 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1732
1733         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
1734         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
1735         Change some of the ranges in the caps, mostly for the amount of bits we
1736         can use.
1737         Added a little bitstream parse and use it to parse the AU header fields.
1738         Check for malformed and wrongly sized packets better.
1739         Implement more header field parsing.
1740         Handle the size of fragmented packets correctly.
1741
1742 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1743
1744         Patch by: Jonathan Matthew <notverysmart@gmail.com>
1745         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1746         Add mapping for 'tiff' => image/tiff
1747         Fixes #552213
1748
1749 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1750
1751
1752         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1753         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1754           Pretend to care about the result of write() which works around
1755           compiler warnings.
1756
1757 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1758
1759         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1760           Make sure the desired default values are actually set, not only
1761           registered as defaults (actual problem is that the stereo-specific
1762           values are only updated if channels==2, which is not the case yet
1763           when the object is created, so the default values for the
1764           mid-side-stereo and loose-mid-side-stereo settings are never
1765           set in _update_quality()). Makes flacenc create smaller files by
1766           default (for stereo input), and fixes #550791.
1767
1768 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1769
1770         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1771         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1772         (qtdemux_parse_trak), (qtdemux_video_caps):
1773         * gst/qtdemux/qtdemux.h:
1774         * gst/qtdemux/qtdemux_fourcc.h:
1775         * gst/qtdemux/qtdemux_types.c:
1776         Add support for video/mj2 mime-type and its additional atoms/boxes.
1777         Fixes #550646.
1778
1779 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1780
1781         * gst/debug/gsttaginject.c:
1782           Add warning when tags parameter is unparsable and give example for
1783           quoting in the docs.
1784
1785 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1786
1787         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1788         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1789         Add some alternative byteswapped mappings that seem to pop up sometimes.
1790         Fixes #550288.
1791
1792 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1793
1794         * po/LINGUAS:
1795         * po/POTFILES.in:
1796         * po/POTFILES.skip:
1797           Add 'ca' to LINGUAS; add some more files with translations and some
1798           files which should be ignored by translation tools.
1799
1800 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1801
1802         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1803         * ext/speex/gstspeexdec.h:
1804         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1805         * ext/speex/gstspeexenc.h:
1806         Use integer encoding and decoding functions instead of converting
1807         the integer input to float in the element. The libspeex integer
1808         functions are doing this for us already or, if libspeex was compiled
1809         in integer mode, they're doing everything using integer arithmetics.
1810         Also saves some copying around.
1811
1812 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1813
1814         * configure.ac:
1815           Fix --disable-external
1816
1817 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1818
1819         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1820         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1821         * ext/wavpack/gstwavpackenc.h:
1822         Handle non-zero start timestamps and stream discontinuities
1823         correctly. This only has an effect if we're muxing into
1824         a container format as the raw WavPack stream must contain
1825         continous sample numbers.
1826
1827 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1828
1829         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1830         Correct the timestamp and granulepos calculation by one Speex
1831         frame.
1832
1833 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1834
1835         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1836         Correctly take the granulepos from upstream if possible and
1837         correctly handle the granulepos in various calculations: the
1838         granulepos is the sample number of the _last_ sample in a frame, not
1839         the first.
1840
1841         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
1842         (gst_speex_enc_encode), (gst_speex_enc_chain),
1843         (gst_speex_enc_change_state):
1844         * ext/speex/gstspeexenc.h:
1845         Handle non-zero start timestamps in the encoder and detect/handle
1846         stream discontinuities. Fixes bug #547075.
1847
1848 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1849
1850         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
1851
1852         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
1853         Fix compiler warnings caused by passing a string as format string
1854         instead of "%s" and then the string. This is only exposed by -Wformat=2
1855         as used by default on Ubuntu. Fixes bug #550015.
1856
1857 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1858
1859         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
1860         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1861         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1862         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1863         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1864           (gst_ebml_read_element_length):
1865         * gst/matroska/matroska-demux.c:
1866           (gst_matroska_demux_check_subtitle_buffer):
1867           Make stuff compile with GST_DISABLE_GST_DEBUG.
1868
1869 2008-08-28  Michael Smith <msmith@songbirdnest.com>
1870
1871         * gst/law/alaw.c:
1872         * gst/law/mulaw.c:
1873           Ref caps before passing to gst_pad_template_new(), since that takes
1874           ownership.
1875
1876 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1877
1878         Patch by: Mersad Jelacic <mersad at axis dot com>
1879
1880         * gst/multipart/multipartdemux.c:
1881         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1882         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1883         demuxer. Fixes #549551.
1884
1885 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
1886
1887         * sys/osxaudio/gstosxaudiosink.c:
1888         (gst_osx_audio_sink_select_device):
1889         * sys/osxaudio/gstosxaudiosrc.c:
1890         (gst_osx_audio_src_create_ringbuffer),
1891         (gst_osx_audio_src_select_device):
1892         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1893         Fix the build on macosx.
1894
1895 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1896
1897         * gst/icydemux/gsticydemux.c:
1898           Small docs fix: in the example pipeline, we need to pass
1899           iradio-mode=true to the source, so the server actually sends
1900           an ICY stream.
1901
1902 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1903
1904         * sys/osxaudio/gstosxaudio.c:
1905           Oops. Revert more completely.
1906
1907 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1908
1909         * sys/osxaudio/gstosxaudio.c:
1910           Revert accidental element rename from testing.
1911
1912 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1913
1914         * gst-plugins-good.doap:
1915         Pull in 0.10.10 doap entry from release branch
1916
1917 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1918
1919         * configure.ac:
1920         Update version number to reflect 0.10.10 release from
1921         branch.
1922
1923 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1924
1925         * sys/osxaudio/Makefile.am:
1926         * sys/osxaudio/gstosxaudio.c:
1927         * sys/osxaudio/gstosxaudiosink.c:
1928         * sys/osxaudio/gstosxaudiosink.h:
1929         * sys/osxaudio/gstosxaudiosrc.c:
1930         * sys/osxaudio/gstosxaudiosrc.h:
1931         * sys/osxaudio/gstosxringbuffer.c:
1932         * sys/osxaudio/gstosxringbuffer.h:
1933           Rewrite caps setting and ring buffer initialisation.
1934           Previously we never told CoreAudio what format we were going to send it,
1935           so it only worked due to luck, and not at all on some hardware.
1936           Now we explicitly advertise what formats the hardware supports, and then
1937           configure the selected one correctly.
1938
1939 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1940
1941         * sys/v4l2/gstv4l2object.c:
1942         * sys/v4l2/gstv4l2src.c:
1943         * sys/v4l2/gstv4l2src.h:
1944         * sys/v4l2/v4l2_calls.c:
1945         * sys/v4l2/v4l2src_calls.c:
1946           Fix memory leaks. Small code cleanups : No need for empty _init(). No
1947           need to memset instance structures. Some more FIXME's and comments.
1948
1949 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1950
1951         * tests/icles/.cvsignore:
1952           Ignore more.
1953
1954 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1955
1956         * gst/goom/.cvsignore:
1957         * gst/goom2k1/.cvsignore:
1958           Ignore files.
1959
1960 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1961
1962         * ext/cairo/gsttextoverlay.c:
1963           Fix compiler warning.
1964
1965 2008-08-25  David Schleef  <ds@schleef.org>
1966
1967         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
1968
1969 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1970
1971         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
1972         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
1973         * gst/matroska/matroska-mux.c:
1974         (gst_matroska_mux_video_pad_setcaps),
1975         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
1976         Add Real[Audio|Video] support to Matroska containers.
1977         It works fine for:
1978         * decoding real audio/video streams contained in mkv
1979         * 'transmuxing' real (.rm) files into .mkv files
1980         It will not work though for encoding real[audio/video] streams that
1981         don't contain the 'mdpr_data' extra data on the caps.
1982         The reason why this will not work is because I never intended to
1983         duplicate virtually all the 'mdpr' block creation into mkvmux.
1984         Fixes #536067
1985
1986 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1987
1988         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
1989         * gst/law/mulaw-conversion.c:
1990         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1991         (gst_mulawenc_chain):
1992         The encoder can't really renegotiate at the time they perform a
1993         pad-alloc so make the srcpads use fixed caps.
1994         Check the buffer size after a pad-alloc because the returned size might
1995         not be right when the downstream element does not know the size of the
1996         new buffer (capsfilter). Fixes #549073.
1997
1998 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1999
2000         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
2001
2002         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
2003         v4l2src doesn't have a property named "norm" so don't try to notify
2004         about changes to that property. The "norm" property and related
2005         code are commented out currently. Fixes bug #549090.
2006
2007 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2008
2009         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
2010
2011         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
2012         Reprobe devices again instead of taking a cached list as new
2013         devices could've been plugged in. Fixes bug #549062.
2014
2015 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2016
2017         * gst/autodetect/Makefile.am:
2018         Don't link the autodetect plugin with GConf as it doesn't
2019         use GConf. Fixes bug #545463.
2020
2021 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2022
2023         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
2024         (gst_ebml_read_element_length), (gst_ebml_read_uint),
2025         (gst_ebml_read_sint), (gst_ebml_read_float),
2026         (gst_ebml_read_header):
2027         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
2028         possible to ignore errors and not post any ERROR messages on
2029         the bus.
2030
2031         * gst/matroska/matroska-demux.c:
2032         (gst_matroska_demux_parse_contents):
2033         Ignore any errors and not just EOS when parsing the contents of
2034         a SeekHead. Errors here are usually caused by truncated files
2035         and playback of the file works fine. Fixes playback of the
2036         audio_only_chapter_seekbroken.mka file from the MPlayer samples
2037         archive.
2038
2039 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2040
2041         * gst/multipart/multipartdemux.c:
2042         * gst/multipart/multipartmux.c:
2043         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
2044
2045 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
2046
2047         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
2048           gst_directdraw_sink_bufferpool_clear):
2049           Fix two more buffer ref leaks.
2050
2051 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
2052
2053         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2054
2055         * sys/directdraw/gstdirectdrawsink.c:
2056           (gst_directdraw_sink_show_frame):
2057           Fix buffer ref leak.
2058
2059 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2060
2061         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
2062         Revert the last commit. wavenc still supports width!=depth for 32 bit
2063         width. Thanks Tim.
2064
2065 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2066
2067         * gst/matroska/matroska-demux.c:
2068         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2069         If the duration of a block is unknown only use the timestamp for the
2070         first lace and use GST_CLOCK_TIME_NONE as duration for the following
2071         laces. Otherwise every lace has the same timestamp which leads to
2072         various problems. Really fixes bug #548831.
2073
2074 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2075
2076         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
2077         If we're not allowing width!=depth in wavenc we should also disable
2078         the code that was added to support width!=depth.
2079
2080 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2081
2082         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
2083         Don't calculate the default duration of a frame from the audio sampling
2084         rate. This only works for raw audio if every frame contains a single
2085         sample and results in broken buffer durations for other formats
2086         if no specified default duration is given or the blocks have no
2087         duration. Fixes bug #548831.
2088
2089 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2090
2091         * gst/matroska/matroska-demux.c:
2092         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2093         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
2094         are used for text/plain subtitles as a gap-filler in some files.
2095
2096 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2097
2098         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
2099         (gst_v4l2_get_caps_info):
2100         Add S910 and PWC formats with a low priority.
2101
2102         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
2103         (gst_v4l2src_probe_caps_for_format):
2104         Add more debugging.
2105
2106 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
2107
2108         * ext/flac/gstflacenc.c:
2109           Fix compilation against older libflac versions.
2110
2111 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2112
2113         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
2114         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
2115         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2116         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
2117         (gst_pulsemixer_ctrl_set_volume):
2118         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
2119         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
2120         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2121         (gst_pulsesink_init), (gst_pulsesink_open),
2122         (gst_pulsesink_prepare), (gst_pulsesink_write),
2123         (gst_pulsesink_delay), (gst_pulsesink_reset):
2124         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2125         (gst_pulsesrc_init):
2126         Use GST_BOILERPLATE everywhere and fix coding style at some places.
2127         Fix a locking issue in pulsesink's prepare function.
2128
2129         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
2130         Check if the created channel layout is valid for GStreamer.
2131
2132 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2133
2134         * gst/rtsp/gstrtspgoogle.c:
2135         Things that can happen when your brain is in google mode trying to
2136         deal with their google rtsp server extensions and trying to type your
2137         google mail account.
2138
2139 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2140
2141         * gst/rtsp/Makefile.am:
2142         * gst/rtsp/gstrtsp.c: (plugin_init):
2143         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
2144         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
2145         (_do_init), (gst_rtsp_google_base_init),
2146         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
2147         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
2148         (gst_rtsp_google_extension_init):
2149         * gst/rtsp/gstrtspgoogle.h:
2150         Add google RTSP extension, it can only handle udp and responds with
2151         unsupported if we do anything else. Fixes #546465.
2152
2153         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
2154         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
2155         (gst_rtspsrc_create_transports_string),
2156         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
2157         (gst_rtspsrc_close), (gst_rtspsrc_pause):
2158         Make transport setup code a bit better using GString.
2159         Add some more debug.
2160         Check for closed connections before doing anything on them.
2161
2162 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2163
2164         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2165         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
2166         (gst_pulsesrc_prepare):
2167         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
2168         (gst_pulse_channel_map_to_gst):
2169         * ext/pulse/pulseutil.h:
2170         If downstream provides no channel layout and >2 channels should be
2171         used use the default layout that pulseaudio chooses and also
2172         add this layout to the caps. Fixes bug #547258.
2173
2174 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2175
2176         Patch by: Peter Kjellerstedt <pkj at axis com>
2177
2178         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
2179         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
2180         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
2181         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
2182         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
2183         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
2184         (gst_udpsrc_set_property):
2185         Avoid leaking internally allocated file descriptors when setting
2186         custom file descriptors. Fixes #543101.
2187
2188 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2189
2190         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
2191         Don't try to configure RTCP back to the server when the server did not
2192         give us a valid port number.
2193
2194 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2195
2196         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
2197         Use new basetransform method to renegotiate. Fixes #544956.
2198
2199         * tests/icles/Makefile.am:
2200         * tests/icles/videobox-test.c: (make_pipeline), (main):
2201         Add videobox renegotiation example.
2202
2203 2008-08-19  David Schleef  <ds@schleef.org>
2204
2205         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
2206         with sane values.  Fixes #548530.
2207
2208 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2209
2210         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
2211         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
2212         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
2213         are already filled with the correct values by
2214         gst_ring_buffer_parse_caps() so there's no need to set them again
2215         with wrong values.
2216
2217 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
2218
2219         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
2220         (gst_avi_demux_read_subindexes_push):
2221         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
2222         and instead of using the 'ix##' nomenclature, use '##ix'.
2223         They're still valid though, this fixes the duration and indexes for
2224         virtually all the ODML files I have.
2225
2226 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
2227
2228         Patch by: Olivier Crete <tester at tester dot ca>
2229
2230         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
2231         (gst_rtp_vorbis_depay_process):
2232         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
2233         Update the vorbis RTP pay/depay to RFC 5215.
2234         Fixes #547842.
2235
2236 2008-08-14  David Schleef  <ds@schleef.org>
2237
2238         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
2239           with 3:2 pulldown, i.e., 24p.
2240
2241 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2242
2243         * tests/check/elements/level.c: (GST_START_TEST):
2244         Fix compilation some more.
2245
2246 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2247
2248         * configure.ac::
2249           Require -base CVS for wavparse acid chunk parsing.
2250
2251 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2252
2253         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2254         (gst_pulsesink_init), (gst_pulsesink_finalize),
2255         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
2256         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
2257         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
2258         * ext/pulse/pulsesink.h:
2259         Add "device-name" property to pulsesink too and currently commented
2260         out and not working support for a "volume" property.
2261
2262 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
2263
2264         * configure.ac:
2265         Remove more cdio stuff (moved to ugly)
2266
2267 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2268
2269         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2270
2271         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2272         (gst_pulsesrc_get_property):
2273         Add "device-name" property, which provides a human readable string
2274         for the audio device, to make it more consisten with other audio
2275         sources. Fixes bug #547519.
2276
2277 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2278
2279         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
2280         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2281         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
2282         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
2283         * ext/pulse/pulsemixerctrl.h:
2284         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
2285         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
2286         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
2287         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
2288         * ext/pulse/pulseprobe.h:
2289         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
2290         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
2291         (gst_pulsesrc_change_state):
2292         Improve debugging a bit by including the parent object in pulsemixerctrl
2293         and pulseprobe objects and using GST_WARNING_OBJECT instead of
2294         GST_WARNING.
2295
2296         Use the parent GObject subclass instead of a random struct as GObject
2297         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
2298         when probing for another property than "device".
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/pulsemixer.c: (gst_pulsemixer_set_property):
2305         Fix property probing after the device property is set by calling
2306         set_server when the server property changes. Fixes bug #547518.
2307
2308 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2309
2310         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2311
2312         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
2313         (gst_pulsesink_implements_interface_init),
2314         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
2315         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
2316         (gst_pulsesink_get_type):
2317         * ext/pulse/pulsesink.h:
2318         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2319         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
2320         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
2321         * ext/pulse/pulsesrc.h:
2322         Implement GstPropertyProbe interface on pulsesink for detecting
2323         sink devices and on pulsesrc for detecting source devices.
2324         Fixes bugs #547227 and #547217.
2325
2326 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
2327
2328         * gst/spectrum/gstspectrum.c:
2329           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
2330
2331 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
2332
2333         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2334         Properly set the maximum latency value, in the same way it is done in
2335         v4lsrc.
2336         * sys/v4l2/v4l2src_calls.c:
2337         Simplify fraction equality check, no need to use GValues for this.
2338
2339 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2340
2341         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2342         Add warning messages stating exactly why the latency query failed.
2343         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
2344         In some cases, the negotiated framerate might be the default one which
2345         is already set internally. But we still need to mark it down in fps_n
2346         and fps_d so that the latency query can happen properly.
2347
2348 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2349
2350         * docs/plugins/inspect/plugin-1394.xml:
2351         Whoops, forgot one doc file for people who can't/don't build the
2352         raw1394 plugin.
2353
2354 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
2355
2356         * docs/plugins/Makefile.am:
2357         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2358         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2359         * docs/plugins/inspect/plugin-cdio.xml:
2360         * ext/Makefile.am:
2361         * ext/cdio/Makefile.am:
2362         * ext/cdio/gstcdio.c:
2363         * ext/cdio/gstcdio.h:
2364         * ext/cdio/gstcdiocddasrc.c:
2365         * ext/cdio/gstcdiocddasrc.h:
2366
2367         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
2368         CDDA source to -ugly.
2369
2370         * po/LINGUAS:
2371         * po/POTFILES.in:
2372         * po/id.po:
2373         Pull in new translation from 0.10.9.2 release branch.
2374
2375 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2376
2377         * docs/plugins/Makefile.am:
2378         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2379         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2380         * docs/plugins/gst-plugins-good-plugins.args:
2381         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2382         * docs/plugins/gst-plugins-good-plugins.interfaces:
2383         Integrate documentation for new hdv1394src element.
2384
2385 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2386
2387         * ext/raw1394/Makefile.am:
2388         * ext/raw1394/gst1394.c: (plugin_init):
2389         * ext/raw1394/gsthdv1394src.c: (_do_init),
2390         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
2391         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
2392         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
2393         (gst_hdv1394src_from_raw1394handle),
2394         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
2395         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
2396         (gst_hdv1394src_start), (gst_hdv1394src_stop),
2397         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
2398         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
2399         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
2400         (gst_hdv1394src_uri_handler_init):
2401         * ext/raw1394/gsthdv1394src.h:
2402         mpeg2-ts (HDV) variant of firewire capture element.
2403         Fixes #350830
2404
2405 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2406
2407         * gst/level/gstlevel.c: (gst_level_message_new):
2408          Fix compilation (also known as the classic 'fix code that someone
2409          committed without compiling it first').
2410
2411 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2412
2413         * tests/check/elements/level.c:
2414           Add a test for level in stereo mode.
2415
2416 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2417
2418         * tests/examples/spectrum/demo-audiotest.c:
2419         * tests/examples/spectrum/demo-osssrc.c:
2420           Demo how to draw analyzer results synced to the clock.
2421
2422 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2423
2424         * gst/level/gstlevel.c:
2425           Little renaming (l -> level).
2426
2427         * gst/spectrum/gstspectrum.c:
2428         * gst/spectrum/gstspectrum.h:
2429           Also send full timestamp/duration details here.
2430
2431 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2432
2433         * gst/level/gstlevel.c:
2434         * gst/level/gstlevel.h:
2435           Send same timestamp/duration details as videoanalysis. This gives
2436           applications better chance to sync analysis results with playback.
2437
2438 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2439
2440         * gst/matroska/matroska-mux.c:
2441         (gst_matroska_mux_handle_sink_event),
2442         (flac_streamheader_to_codecdata):
2443         We need to drop one additional buffer for FLAC as the fLaC
2444         marker and STREAMINFO block are merged into one buffer in the caps.
2445
2446         Also don't pretend to support NEWSEGMENT events, otherwise we
2447         will most probably write some invalid data.
2448
2449 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2450
2451         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
2452         (gst_matroska_mux_audio_pad_setcaps):
2453         Add support for muxing FLAC into Matroska containers.
2454         Fixes bug #311586.
2455
2456 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2457
2458         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
2459         Actually provide the variables required for the format string.
2460
2461 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2462
2463         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2464         (gst_matroska_demux_element_send_event),
2465         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
2466         * gst/matroska/matroska-demux.h:
2467         Close the current segment if we're doing a non-flushing seek and send
2468         the close-segment and the new segment of the seek from the streaming
2469         thread.
2470
2471 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2472
2473         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
2474         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
2475         (gst_flac_enc_change_state):
2476         * ext/flac/gstflacenc.h:
2477         Handle non-zero start timestamps correctly, mark header packets as
2478         IN_CAPS and print a warning and suggest using audiorate if stream
2479         discontinuities are detected. When FLAC supports flushing the encoder
2480         somehow this should be done for discontinuities instead.
2481
2482         Remove some unused variables from the instance struct.
2483
2484 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2485
2486         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
2487         If seeking failed return the appropiate return value to FLAC.
2488         Otherwise it thinks seeking was successfull and tries to rewrite
2489         parts of the headers which then get appended to the output.
2490
2491 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
2492
2493         Patch by: Frederic Crozat <fcrozat@mandriva.org>
2494
2495         * ext/esd/gstesd.c: (plugin_init):
2496         * ext/flac/gstflac.c: (plugin_init):
2497         * ext/shout2/gstshout2.c: (plugin_init):
2498         * ext/wavpack/gstwavpack.c: (plugin_init):
2499         * sys/oss/gstossaudio.c: (plugin_init):
2500         * sys/v4l2/gstv4l2.c: (plugin_init):
2501         Make sure gettext returns translations in UTF-8 encoding rather
2502         than in the current locale encoding (#546822).
2503
2504 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2505
2506         * ext/flac/gstflacdec.c:
2507         Add FIXME for 0.11 to simply output everything with width=32 as given
2508         by FLAC and let audioconvert handle the conversions instead of doing
2509         them in flacdec.
2510
2511 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
2512
2513         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2514         When outputting a pad template range for the size, include a framerate
2515         range too, to avoid 'not a real subset of template caps' errors.
2516
2517 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2518
2519         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
2520
2521         * ext/flac/Makefile.am:
2522         * ext/flac/gstflac.c: (plugin_init):
2523         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
2524         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
2525         (gst_flac_tag_dispose), (gst_flac_tag_init),
2526         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
2527         (gst_flac_tag_change_state):
2528         * ext/flac/gstflactag.h:
2529         Port flactag to 0.10, add documentation for it and clean it up a bit.
2530         Fixes bug #413841.
2531
2532         * docs/plugins/Makefile.am:
2533         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2534         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2535         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2536         * docs/plugins/gst-plugins-good-plugins.interfaces:
2537         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2538         * docs/plugins/inspect/plugin-flac.xml:
2539         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
2540         * ext/flac/gstflacdec.h:
2541         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
2542         * ext/flac/gstflacenc.h:
2543         Add flactag and flacenc to the documentation and mark
2544         the private parts of the flacdec instance structure as private.
2545
2546         Also use gst_element_class_set_details_simple() in flacdec and
2547         flacenc.
2548
2549 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
2550
2551         * gst/qtdemux/qtdemux.c:
2552           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
2553           for it but ffmpeg does not.
2554
2555 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2556
2557         * gst/wavparse/gstwavparse.c:
2558           Handle the list chunk and use gst_riff_parse_info() to parse the info
2559           sub-chunk.
2560
2561 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2562
2563         * gst/wavparse/gstwavparse.c:
2564           Handle the acid chunk and send tempo as part of tags. Other fields are
2565           interesting too, but need more tag-definitions. Fixes #545433.
2566
2567 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2568
2569         * gst/wavparse/gstwavparse.c:
2570           Refactor wavparse. Call _reset() from dispose() and move old code from
2571           dispose into reset. This way we don't leak taglists when we abort
2572           parsing. Fix some comments. Move code for skipping a chunk into extra
2573           function. Replace chunk sizes with a const to ease readability.         
2574
2575 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2576
2577         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
2578
2579         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
2580         Improve udp port setup. Fixes #545710.
2581
2582 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2583
2584         * gst/rtp/Makefile.am:
2585         * gst/rtp/gstrtp.c: (plugin_init):
2586         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
2587         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
2588         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
2589         (gst_rtp_mp1s_depay_set_property),
2590         (gst_rtp_mp1s_depay_get_property),
2591         (gst_rtp_mp1s_depay_change_state),
2592         (gst_rtp_mp1s_depay_plugin_init):
2593         * gst/rtp/gstrtpmp1sdepay.h:
2594         Add MP1S depayloader.
2595
2596         * gst/rtsp/URLS:
2597         Some more sample rtsp streams.
2598
2599 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2600
2601         * gst/rtsp/URLS:
2602         Add another URL.
2603
2604         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
2605         * tests/check/elements/rglimiter.c: (GST_START_TEST):
2606         Add some more debug info.
2607
2608 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2609
2610         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2611         Provide cbSize field for audio extra_data size, and take care to
2612         pad extra_data.
2613
2614 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2615
2616         * gst/qtdemux/qtdemux.c:
2617           Return the result of gst_pad_{start,stop}_task instead of hard-coded
2618           TRUE.
2619
2620 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2621
2622         * gst/qtdemux/qtdemux.c:
2623         * gst/qtdemux/qtdemux_fourcc.h:
2624           Add keyword tag support. Fixes #520694 for qtdemux.
2625
2626 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2627
2628         * gst/qtdemux/qtdemux.c:
2629           Add support for tmpo tag (BPM).
2630
2631 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2632
2633         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
2634         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
2635         Set an estimate for the total number of samples that will be encoded
2636         if possible to help decoders if the streaminfo can't be rewritten
2637         later (like when muxing into Ogg containers).
2638
2639         Add a warning if we get header packets after data packets as those
2640         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
2641         work.
2642
2643 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2644
2645         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
2646         (gst_flac_dec_write):
2647         Support decoding of all depths between 4 and 32 bits and read the
2648         depth from the streaminfo header if needed. Also support all sampling
2649         rates between 1 and 655350 Hz.
2650
2651         * ext/flac/gstflacenc.c:
2652         (gst_flac_enc_caps_append_structure_with_widths),
2653         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
2654         (gst_flac_enc_chain):
2655         * ext/flac/gstflacenc.h:
2656         Support encoding in all bit depths supported by the streamable
2657         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
2658         between 1 Hz and 655350 Hz.
2659
2660 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2661
2662         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2663         (gst_flac_enc_sink_getcaps):
2664         Support encoding of up to 8 channels.
2665
2666 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2667
2668         * ext/soup/gstsouphttpsrc.c:
2669         * ext/soup/gstsouphttpsrc.h:
2670         Fix seeking race condition in #540300
2671         Patch By: Wouter Cloetens  <wouter at mind be>
2672
2673 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2674
2675         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
2676         (gst_matroska_demux_element_send_event),
2677         (gst_matroska_demux_handle_seek_event),
2678         (gst_matroska_demux_handle_src_event):
2679         When receiving a SEEK event on a specific pad first search for a seek
2680         table entry for the stream of the pad and then fall back to an entry
2681         for a different stream.
2682
2683 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2684
2685         * configure.ac:
2686         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2687         * gst/matroska/matroska-ids.h:
2688         Build depend on core CVS for the attachment tag.
2689
2690 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2691
2692         * configure.ac:
2693         * gst/matroska/Makefile.am:
2694         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
2695         (copy_backptr), (lzo1x_decode), (main):
2696         * gst/matroska/lzo.h:
2697         * gst/matroska/matroska-demux.c:
2698         (gst_matroska_demux_read_track_encoding),
2699         (gst_matroska_decompress_data), (gst_matroska_decode_data),
2700         (gst_matroska_decode_buffer),
2701         (gst_matroska_decode_content_encodings),
2702         (gst_matroska_demux_read_track_encodings),
2703         (gst_matroska_demux_add_stream),
2704         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2705         * gst/matroska/matroska-ids.h:
2706         Decode the codec private data and following ContentEncoding if
2707         necessary.
2708
2709         Support bzip2, lzo and header stripped compression. For lzo use the
2710         ffmpeg lzo implementation as liblzo is GPL licensed.
2711         
2712         Fix zlib decompression.
2713
2714 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2715
2716         * gst/matroska/matroska-mux.c:
2717         (gst_matroska_mux_audio_pad_setcaps):
2718         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
2719         duration of a frame with the new mpegaudioversion caps field.
2720
2721 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2722
2723         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
2724         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2725         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
2726         (gst_matroska_demux_stream_from_num),
2727         (gst_matroska_demux_tracknumber_unique),
2728         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
2729         (gst_matroska_demux_handle_seek_event),
2730         (gst_matroska_demux_sync_streams),
2731         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2732         (gst_matroska_demux_loop):
2733         * gst/matroska/matroska-demux.h:
2734         Allow an infinite number of stream inside Matroska containers and use
2735         a GPtrArray for storing them instead of allowing "only" 127 streams.
2736
2737 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2738
2739         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2740         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
2741         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
2742         (gst_ebml_read_element_length), (gst_ebml_peek_id),
2743         (gst_ebml_read_get_length), (gst_ebml_read_skip),
2744         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2745         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2746         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2747         (gst_ebml_read_master), (gst_ebml_read_binary),
2748         (gst_ebml_read_header):
2749         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2750         (gst_ebml_write_element_size), (gst_ebml_write_uint),
2751         (gst_ebml_write_sint), (gst_ebml_write_ascii),
2752         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2753         (gst_ebml_replace_uint):
2754         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2755         (gst_matroska_demux_read_track_encoding),
2756         (gst_matroska_demux_read_track_encodings),
2757         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2758         (gst_matroska_demux_send_event),
2759         (gst_matroska_demux_element_send_event),
2760         (gst_matroska_demux_handle_seek_event),
2761         (gst_matroska_demux_handle_src_event),
2762         (gst_matroska_demux_init_stream),
2763         (gst_matroska_demux_parse_tracks),
2764         (gst_matroska_demux_parse_index_cuetrack),
2765         (gst_matroska_demux_parse_index_pointentry),
2766         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2767         (gst_matroska_demux_parse_metadata_id_simple_tag),
2768         (gst_matroska_demux_parse_metadata_id_tag),
2769         (gst_matroska_demux_parse_metadata),
2770         (gst_matroska_demux_parse_attached_file),
2771         (gst_matroska_demux_parse_attachments),
2772         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2773         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2774         (gst_matroska_demux_push_flac_codec_priv_data),
2775         (gst_matroska_demux_push_xiph_codec_priv_data),
2776         (gst_matroska_demux_push_dvd_clut_change_event),
2777         (gst_matroska_demux_add_mpeg_seq_header),
2778         (gst_matroska_demux_add_wvpk_header),
2779         (gst_matroska_demux_check_subtitle_buffer),
2780         (gst_matroska_decode_buffer),
2781         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2782         (gst_matroska_demux_parse_cluster),
2783         (gst_matroska_demux_parse_contents_seekentry),
2784         (gst_matroska_demux_parse_contents),
2785         (gst_matroska_demux_loop_stream_parse_id),
2786         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2787         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2788         (gst_matroska_demux_subtitle_caps),
2789         (gst_matroska_demux_change_state):
2790         * gst/matroska/matroska-ids.c:
2791         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2792         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2793         (gst_matroska_mux_video_pad_setcaps),
2794         (xiph3_streamheader_to_codecdata),
2795         (vorbis_streamheader_to_codecdata),
2796         (theora_streamheader_to_codecdata),
2797         (gst_matroska_mux_audio_pad_setcaps),
2798         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2799         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2800         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2801         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2802         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2803         Fix indention everywhere. A broken indent version has added newlines
2804         after every single declaration some time ago.
2805
2806 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2807
2808         * gst/matroska/matroska-demux.c:
2809         (gst_matroska_demux_loop_stream_parse_id):
2810         If no Tracks are found error out instead of trying it again until the
2811         end of time.
2812
2813 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2814
2815         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2816         Fix demuxing of raw integer audio. The samples are unsigned only for 8
2817         bit and signed otherwise, not the other way around.
2818
2819 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2820
2821         * gst/matroska/matroska-mux.c:
2822         Add more raw YUV formats to the list of supported formats.
2823
2824 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2825
2826         * gst/matroska/matroska-mux.c:
2827         (gst_matroska_mux_audio_pad_setcaps):
2828         Add support for muxing raw float audio now that the spec defines the
2829         endianness and add support for muxing raw integer audio with 24 and
2830         32 bits.
2831
2832         Allow muxing of more than 8 audio channels.
2833
2834 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2835
2836         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2837         (gst_matroska_mux_reset), (gst_matroska_mux_start):
2838         Add locking to the global array of used track UIDs to prevent random
2839         crashes if more than a single matrosmux instance is used.
2840
2841         Use 64 bit values for the track UIDs.
2842
2843         Use the global GRandom of GLib instead of creating our own one
2844         for the few random numbers we need every single time.
2845
2846 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2847
2848         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2849         (gst_flac_dec_setup_stream_decoder),
2850         (gst_flac_dec_update_metadata):
2851         Always post the audio-codec tag, not only if other tags are present.
2852
2853 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2854
2855         * configure.ac:
2856         Back to development -> 0.10.9.1
2857
2858 === release 0.10.9 ===
2859
2860 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
2861
2862         * configure.ac:
2863           releasing 0.10.9, "Steam Train Rolling"
2864
2865 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
2866
2867         * ext/soup/gstsouphttpsrc.c:
2868         Don't throw an error when soup completes a msg with status
2869         'cancelled', as that indicates we cancelled a request while
2870         shutting down or seeking, and it's not an error.
2871         Fixes: #540300 again.
2872
2873 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
2874
2875         * configure.ac:
2876         0.10.8.4 pre-release
2877
2878 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2879
2880         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2881         Fix segment-stop regression.
2882         Add documentation regarding segments in quicktime files by Wim Taymans.
2883         Fixes #544509
2884
2885 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2886
2887         * configure.ac:
2888         0.10.8.3 pre-release
2889
2890         * po/LINGUAS:
2891         * po/pt_BR.po:
2892         Add pt_BR translation
2893
2894 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2895
2896         * gst/goom/convolve_fx.c:
2897         * gst/goom/filters.c:
2898         * gst/goom/goom_config.h:
2899         * gst/goom/goom_core.c:
2900         * gst/goom/goom_tools.h:
2901           Fix build with MSVC: include glib.h to define inline appropriately,
2902           use header guards where needed.
2903         * gst/udp/gstudpnetutils.c:
2904         * gst/udp/gstudpsrc.c:
2905           Fix build with MSVC: use WSA* constants/functions where appropriate, use
2906           g_snprintf rather than snprintf.
2907           Fixes #544433.
2908
2909 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2910
2911         * gst/debug/gsttaginject.c:
2912         * gst/debug/gsttaginject.h:
2913           Sent tags in _transform_ip() instead of _start(). Fixes #543404
2914           partially.
2915
2916 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2917
2918         * configure.ac:
2919         0.10.8.2 pre-release
2920
2921 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2922
2923         * ext/Makefile.am:
2924         Finish hooking up pulseaudio plugin to the build.
2925
2926         * ext/pulse/pulsemixerctrl.c:
2927         Fix compilation error.
2928
2929 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2930
2931         * po/LINGUAS:
2932         * po/lt.po:
2933         Add new lithunian translation, and add french to the LINGUAS
2934         file.
2935
2936 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2937
2938         * ext/soup/gstsouphttpsrc.c:
2939         Fix Soup HTTP source seeking.
2940         Patch By: Wouter Cloetens  <wouter at mind be>
2941         Fixes: #540300
2942
2943         * tests/check/elements/.cvsignore:
2944         Ignore new check programs.
2945
2946 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2947
2948         * configure.ac:
2949         * docs/plugins/Makefile.am:
2950         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2951         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2952         * docs/plugins/gst-plugins-good-plugins.args:
2953         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2954         * docs/plugins/gst-plugins-good-plugins.interfaces:
2955         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2956         * docs/plugins/inspect/plugin-interleave.xml:
2957         * docs/plugins/inspect/plugin-replaygain.xml:
2958         * tests/check/Makefile.am:
2959
2960         Move replaygain and interleave plugins from -bad.
2961         Fixes: #543406
2962         Fixes: #536228
2963
2964 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2965
2966         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2967         (qtdemux_parse_trak):
2968         Revert ISO base media spec based pixel-aspect-ratio calculation.
2969         Fixes #543300.
2970
2971 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2972
2973         * sys/osxvideo/osxvideosink.m:
2974         Fix minor build issues on macosx.
2975         Fixes #543054
2976
2977 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2978
2979         * configure.ac::
2980         * ext/taglib/Makefile.am::
2981           Only use -Wno-attributes (which is there to work around a
2982           bug in the taglib 1.5 headers) if the c++ compiler actually
2983           supports it (#543255).
2984
2985 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2986
2987         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
2988
2989         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2990           Avoid compiler warning by initialising variable to NULL (#543259).
2991
2992 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2993
2994         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
2995         Don't pass NULL taglists to gst_tag_list_is_empty().
2996
2997 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2998
2999         * tests/check/elements/cmmldec.c: (GST_START_TEST):
3000         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
3001         (rtp_pipeline_run):
3002         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
3003         Don't use declarations after statements.
3004
3005 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3006
3007         * ext/jpeg/gstjpegdec.c:
3008         Align documentation with reality.
3009
3010 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3011
3012         * gst/udp/gstudpnetutils.c:
3013         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
3014         old value (1) if it's not defined which should not cause any problems
3015         as we're using it internal only anyway.
3016
3017 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3018
3019         Patch by: Alessandro Decina <alessandro at nnva dot org>
3020
3021         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
3022         Fix build of avidemux on big endian architectures.
3023
3024 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3025
3026         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
3027
3028         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
3029         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
3030
3031 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3032
3033         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
3034         (qtdemux_parse_trak):
3035         Set pixel-aspect-ratio in caps using display width and height
3036         provided in track.
3037
3038 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3039
3040         * configure.ac:
3041         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
3042         flags that are invalid for C++. Fixes bug #516509.
3043
3044 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3045
3046         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3047         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
3048         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
3049         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
3050         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
3051         * tests/examples/equalizer/demo.c: (message_handler):
3052         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
3053         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
3054         Don't use declarations after statements and variable length arrays.
3055
3056 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3057
3058         Patch by: Daniel Drake <dsd at gentoo dot org>
3059
3060         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
3061         (gst_v4l2src_get_nearest_size):
3062         Try progressive video if interlaced fails. Fixes bug #541956
3063         and the usage of v4l2src on OLPC.
3064
3065 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3066
3067         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
3068         (gst_rtp_speex_depay_process):
3069         * gst/rtp/gstrtpspeexdepay.h:
3070         Revert last change: Only the jitterbuffer is able to convert RTP to
3071         Gstreamer timestamps and normal (de)payloaders should simply copy it.
3072         Reopens bug #541787.
3073
3074 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
3075
3076         * gst/rtp/gstrtpvrawdepay.c:
3077           Include stdlib.h for atoi().
3078
3079         * gst/rtsp/gstrtspsrc.c:
3080           Use floating point math for latencies < 0 sec in log output.
3081
3082 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3083
3084         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
3085
3086         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
3087         (gst_rtp_speex_depay_process):
3088         * gst/rtp/gstrtpspeexdepay.h:
3089         Take timestamp from the RTP packet as a first step to fix problems
3090         with transmission over RTP when the network is not reliable.
3091         Fixes bug #541787.
3092
3093 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3094
3095         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
3096
3097         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
3098         Fix parsing of udp:// URIs containing IPv6 addresses.
3099         Fixes bug #541650.
3100
3101 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3102
3103         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
3104         Do not leak incoming buffers.
3105
3106 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3107
3108         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3109
3110         * configure.ac:
3111         Fix build of the RTP plugin with mingw32 by linking to ws2_32
3112         for htons() and htonl(). Fixes bug #541412.
3113
3114 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3115
3116         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
3117         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
3118         (gst_matroska_demux_element_query),
3119         (gst_matroska_demux_handle_src_query),
3120         (gst_matroska_demux_handle_seek_event):
3121         Handle position and duration query in DEFAULT format if the
3122         pad's track has a default frame duration set.
3123
3124         Fix seeking now that the segment's duration doesn't contain the
3125         (possibly wrong or inaccurate) duration of the Matroska file.
3126
3127 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3128
3129         * gst/matroska/ebml-read.c: (_ext2dbl):
3130         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
3131         in math.h except on MSVC where it is defined in xmath.h.
3132         Fixes compilation with MSVC.
3133
3134 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3135
3136         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3137         (gst_matroska_demux_handle_src_query),
3138         (gst_matroska_demux_parse_info),
3139         (gst_matroska_demux_loop_stream_parse_id):
3140         * gst/matroska/matroska-demux.h:
3141         Don't set the segment duration to the duration from the Matroska
3142         header as this value could be wrong and is just informational.
3143
3144 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3145
3146         * gst/matroska/matroska-demux.c:
3147         (gst_matroska_demux_loop_stream_parse_id):
3148         If no Tracks element is found until the first Cluster is found
3149         search it and error out if none is found in the complete file.
3150
3151 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3152
3153         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
3154         Resync non-subtitle tracks too if a too large gap compared to other
3155         tracks is detected.
3156
3157 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
3158
3159         * gst/rtp/Makefile.am:
3160         * gst/rtp/gstrtp.c: (plugin_init):
3161         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
3162         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
3163         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
3164         (gst_rtp_vraw_depay_change_state),
3165         (gst_rtp_vraw_depay_plugin_init):
3166         * gst/rtp/gstrtpvrawdepay.h:
3167         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
3168         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
3169         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
3170         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
3171         (gst_rtp_vraw_pay_plugin_init):
3172         * gst/rtp/gstrtpvrawpay.h:
3173         Add raw video pay and depayloaders, see RFC4175.
3174
3175 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
3176
3177         * ext/libpng/gstpngdec.c:
3178         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
3179         whatever it returned.
3180
3181 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3182
3183         * gst/avi/avi-ids.h:
3184         Add vprp chunk related structures.
3185         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
3186         (gst_avi_demux_parse_stream):
3187         Parse optional vprp chunk and add calculated pixel-aspect-ratio
3188         to caps.  Fixes #539482.
3189         * gst/avi/gstavimux.h:
3190         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
3191         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
3192         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
3193
3194 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3195
3196         * tests/check/elements/avimux.c: (check_avimux_pad):
3197         Adjust avimux unit test according to increased streamheader size.
3198
3199 2008-06-27  David Schleef  <ds@schleef.org>
3200
3201         * gst/qtdemux/qtdemux.c: Add Dirac stream type
3202
3203 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3204
3205         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
3206         * gst/avi/gstavimux.h:
3207         Add 8 bytes to current streamheader to make for a complete one
3208         and to make more players happy.  Fixes #519460.
3209
3210 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
3211
3212         * sys/v4l2/v4l2_calls.c::
3213           Don't include unused gstv4l2xoverlay.h. Fixes build
3214           in case where X11 headers are not installed.
3215
3216 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3217
3218         * ext/dv/gstdv.c: (plugin_init):
3219         Fix compilation.
3220
3221 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
3222
3223         * ext/dv/gstdv.c: (plugin_init):
3224         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
3225         DV decoder available.
3226         Fixes #532393
3227
3228 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3229
3230         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3231         Call getsockname() after the call to bind() to get updated values
3232         for the port, etc. This fixes the usage of udpsrc on anonymous
3233         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
3234         Thanks to Aurelien Grimaud for pointing out the obvious fix.
3235
3236 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3237
3238         * tests/check/pipelines/wavpack.c: (bus_handler):
3239         Remove workaround for a bug in identity that is fixed in 0.10.20.
3240
3241 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3242
3243         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
3244
3245         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
3246         Fix HTTP auth support with user/password passed via the URI.
3247         Fixes bug #540067.
3248
3249 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3250
3251         * configure.ac:
3252           Depend on released versions of core and -base.
3253
3254 2008-06-23  Julien Moutte  <julien@fluendo.com>
3255
3256         * gst/matroska/matroska-demux.c:
3257         (gst_matroska_demux_read_track_encoding),
3258         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
3259         format strings in macros. (makes it build on OS X again...)
3260
3261 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3262
3263         * gst/rtp/gstrtptheorapay.c:
3264         * gst/udp/gstmultiudpsink.c:
3265           Added debug.
3266
3267 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
3268
3269         * configure.ac: switch v4l2src over to the normal build instead of
3270         being 'experimental'. Fixes bug #536831.
3271
3272 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
3273
3274         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3275         Remove unused variable so that we can compile again.
3276
3277 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
3278
3279         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3280         No need to check for audio/G723 and audio/32KADPCM here as they are
3281         no longer supported.
3282
3283 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3284
3285         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3286         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
3287         Use G_GINT64_CONSTANT, this fixes the duration query on files without
3288         known length.
3289
3290 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3291
3292         * gst/matroska/matroska-demux.c:
3293         (gst_matroska_demux_add_wvpk_header),
3294         (gst_matroska_demux_audio_caps):
3295         * gst/matroska/matroska-ids.h:
3296         Fix demuxing of WavPack files. Muxing is still broken.
3297
3298 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3299
3300         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
3301         (gst_matroska_demux_add_mpeg_seq_header),
3302         (gst_matroska_demux_add_wvpk_header),
3303         (gst_matroska_demux_check_subtitle_buffer),
3304         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3305         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
3306         (gst_matroska_demux_subtitle_caps):
3307         * gst/matroska/matroska-ids.h:
3308         Add a "vfunc" to the track context for postprocessing frames and
3309         convert the wavpack and subtitle postprocessing to this vfunc.
3310         Copy buffer flags in those functions to the new buffers too.
3311
3312         Parse CodecState elements of Blocks.
3313
3314         Add a postprocessing function for MPEG video that adds the sequence
3315         header from the codec private data or codec state to the frames if
3316         it's not already there.
3317
3318 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3319
3320         * gst/matroska/matroska-demux.c:
3321         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
3322         If a gap of more than 1/2 second is found in one stream send a
3323         NEWSEGMENT event to not stall the pipeline if the gap is too large.
3324         This also fixes Matroska files where the first buffer doesn't start
3325         at timestamp 0. Fixes bug #429322.
3326
3327         The duration of a block is the default duration multiplied with the
3328         number of laces. Every lace is one frame and the default duration
3329         is the duration of one frame. This fixes playback of files that use
3330         lacing for some tracks.
3331
3332 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3333
3334         * gst/matroska/matroska-demux.c:
3335         (gst_matroska_demux_parse_contents_seekentry):
3336         Update FIXME/TODOs and only ignore EOS at the central, important place
3337         instead of several places.
3338
3339 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3340
3341         * gst/rtp/gstrtpg726pay.c:
3342         Fix caps, See #538891.
3343
3344 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3345
3346         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3347         (gst_matroska_demux_stream_from_num),
3348         (gst_matroska_demux_encoding_cmp),
3349         (gst_matroska_demux_encoding_order_unique),
3350         (gst_matroska_demux_read_track_encoding),
3351         (gst_matroska_demux_read_track_encodings),
3352         (gst_matroska_demux_tracknumber_unique),
3353         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
3354         (gst_matroska_demux_parse_tracks),
3355         (gst_matroska_demux_parse_index_cuetrack),
3356         (gst_matroska_demux_parse_index_pointentry),
3357         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3358         (gst_matroska_demux_parse_metadata_id_simple_tag),
3359         (gst_matroska_demux_parse_metadata_id_tag),
3360         (gst_matroska_demux_parse_metadata),
3361         (gst_matroska_demux_parse_attached_file),
3362         (gst_matroska_demux_parse_attachments),
3363         (gst_matroska_demux_parse_chapters),
3364         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
3365         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3366         (gst_matroska_demux_parse_cluster),
3367         (gst_matroska_demux_parse_contents_seekentry),
3368         (gst_matroska_demux_parse_contents),
3369         (gst_matroska_demux_loop_stream_parse_id),
3370         (gst_matroska_demux_loop):
3371         Improve debug output everywhere and fix the EOS logic.
3372
3373         Check the values of the ContentEncoding elements more strictly and
3374         don't use tracks for which it's invalid.
3375
3376         Check that the track number is unique for this stream.
3377
3378         Check that seek positions are below G_MAXINT64 as our seeks are
3379         int64-based and overflows will fail badly.
3380
3381         After seeks also don't push SimpleBlocks until the first one
3382         containing a keyframe is found. Before this was done only for normal
3383         Blocks.
3384
3385         Update some FIXME/TODOs.
3386         
3387         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
3388         (gst_ebml_read_utf8), (gst_ebml_read_header):
3389         Improve debug output.
3390
3391         * gst/matroska/matroska-ids.c:
3392         (gst_matroska_track_init_video_context):
3393         * gst/matroska/matroska-ids.h:
3394         * gst/matroska/matroska-mux.c:
3395         (gst_matroska_mux_video_pad_setcaps):
3396         Remove eye mode and don't parse it anymore. We can't use that
3397         information in GStreamer yet so it's useless.
3398
3399
3400 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3401
3402         Patch by: Mersad Jelacic <mersad at axis dot com>
3403
3404         * gst/rtp/Makefile.am:
3405         * gst/rtp/gstrtp.c: (plugin_init):
3406         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
3407         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
3408         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
3409         (gst_rtp_g726_depay_plugin_init):
3410         * gst/rtp/gstrtpg726depay.h:
3411         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
3412         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
3413         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
3414         * gst/rtp/gstrtpg726pay.h:
3415         Added G726 pay/depayloaders. Fixes #538891.
3416
3417 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3418
3419         * gst/rtsp/URLS:
3420         Some more urls.
3421
3422         * gst/smpte/barboxwipes.c:
3423         Add a comment
3424
3425         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3426         Fix typo, add audioresample to the pipeline.
3427
3428 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3429
3430         * ext/libmng/Makefile.am:
3431         * ext/libmng/gstmng.c: (plugin_init):
3432         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
3433         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
3434         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
3435         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
3436         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
3437         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
3438         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
3439         (gst_mng_dec_change_state):
3440         * ext/libmng/gstmngdec.h:
3441         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
3442         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
3443         (gst_mng_enc_init), (gst_mng_enc_chain),
3444         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
3445         * ext/libmng/gstmngenc.h:
3446         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
3447         bits ifdeffed out still.
3448
3449 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3450
3451         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
3452         When comparing index elements with the same time compare their
3453         block number.
3454
3455 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
3456
3457         * gst/matroska/matroska-demux.c:
3458           (gst_matroska_demux_parse_attached_file)
3459           Init variable to NULL to avoid compiler warning.
3460
3461 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3462
3463         * gst/matroska/Makefile.am:
3464         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3465         (gst_matroska_demux_parse_attached_file),
3466         (gst_matroska_demux_parse_attachments),
3467         (gst_matroska_demux_parse_contents_seekentry),
3468         (gst_matroska_demux_loop_stream_parse_id):
3469         * gst/matroska/matroska-demux.h:
3470         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
3471         * gst/matroska/matroska-ids.h:
3472         * gst/matroska/matroska.c: (plugin_init):
3473         Parse Attachments and post them as GST_TAG_IMAGE if we detect
3474         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
3475         and description of the attachments in the caps. Fixes bug #537622.
3476
3477 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
3478
3479         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
3480         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
3481         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
3482         (gst_speex_enc_src_query), (gst_speex_enc_init),
3483         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
3484         (gst_speex_enc_chain), (gst_speex_enc_get_property),
3485         (gst_speex_enc_set_property):
3486         Add mode property.
3487         Some cleanups, add more debug info.
3488         Add latency query.
3489
3490 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3491
3492         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
3493         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
3494         If we get less bytes than requested we can't do anything except doing
3495         our EOS logic.
3496
3497 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3498
3499         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3500         (gst_matroskademux_do_index_seek),
3501         (gst_matroska_demux_parse_index_cuetrack),
3502         (gst_matroska_demux_parse_index_pointentry),
3503         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
3504         (gst_matroska_demux_parse_metadata):
3505         * gst/matroska/matroska-demux.h:
3506         * gst/matroska/matroska-ids.h:
3507         Use a GArray for storing the Cue (i.e. seek) information, store
3508         the CueTrackPositions for every track, store the block number
3509         and optimize searching in the array by sorting it after the last
3510         element was added.
3511
3512         Fix a small memory leak when trying to parse a tags element that was
3513         already parsed.
3514
3515 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3516
3517         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
3518         (gst_matroska_mux_start), (gst_matroska_mux_finish),
3519         (gst_matroska_mux_write_data):
3520         * gst/matroska/matroska-mux.h:
3521         Don't write another SeekHead which indexes all Clusters to the end of
3522         the file. This isn't useful for anything and just increases filesize.
3523
3524 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3525
3526         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
3527         Prevent unaligned memory access when reading floats.
3528
3529 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3530
3531         * gst/matroska/ebml-read.c:
3532         * gst/matroska/ebml-read.h:
3533         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3534         (gst_matroska_demux_parse_metadata):
3535         * gst/matroska/matroska-demux.h:
3536         Make sure that every Tags element is only parsed once and it's
3537         containing tags are only posted once.
3538
3539 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3540
3541         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
3542         (gst_ebml_read_header):
3543         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
3544         (gst_matroska_demux_parse_tracks),
3545         (gst_matroska_demux_parse_index_cuetrack),
3546         (gst_matroska_demux_parse_index_pointentry),
3547         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3548         (gst_matroska_demux_parse_metadata_id_simple_tag),
3549         (gst_matroska_demux_parse_metadata_id_tag),
3550         (gst_matroska_demux_parse_metadata),
3551         (gst_matroska_demux_parse_attachments),
3552         (gst_matroska_demux_parse_chapters),
3553         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3554         (gst_matroska_demux_parse_cluster),
3555         (gst_matroska_demux_parse_contents_seekentry),
3556         (gst_matroska_demux_parse_contents),
3557         (gst_matroska_demux_loop_stream_parse_id):
3558         Handle EBML elements like Void or CRC32 in the EbmlRead base class
3559         already. They're not useful in the matroska parser and only cause
3560         additional code.
3561
3562 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
3563
3564         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
3565         (gst_ebml_finalize), (gst_ebml_read_change_state),
3566         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
3567         * gst/matroska/matroska-demux.c:
3568         (gst_matroska_demux_parse_contents_seekentry):
3569         Reverse the level list as we usually are only interested in the
3570         first element or want to add a new first element. Having the
3571         first element stored at the end and calling g_list_last() and
3572         g_list_append() is more expensive.
3573
3574         Also use GSlice for allocating the GstEbmlLevel structs.
3575
3576 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
3577
3578         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
3579           (gst_tag_inject_class_init), (gst_tag_inject_init):
3580           Don't unref NULL taglist in finalize. Don't use c++ style
3581           comments.
3582
3583 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3584
3585         * gst/matroska/matroska-demux.c:
3586         (gst_matroska_demux_parse_metadata_id_simple_tag):
3587         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
3588         (gst_matroska_mux_write_data):
3589         Use gst_value_serialize() and gst_value_deserialize() for transforming
3590         tags from some GType to a string and the other way around. The default
3591         transformations in GLib don't include transformations from string to
3592         number types.
3593
3594 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3595
3596         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3597         (gst_matroska_demux_parse_tracks),
3598         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3599         (gst_matroska_demux_parse_attachments),
3600         (gst_matroska_demux_parse_chapters),
3601         (gst_matroska_demux_parse_contents_seekentry),
3602         (gst_matroska_demux_loop_stream_parse_id):
3603         * gst/matroska/matroska-demux.h:
3604         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
3605         Tags multiple times. The first ones can appear more than once but must
3606         contain the same content as the first for backup purposes so we ignore
3607         all but the first one. Tags can appear multiple times with different
3608         content.
3609
3610         Jump to all elements except Clusters that are available from a
3611         SeekHead to make it more likely to have all required informations
3612         before getting to the first Clusters.
3613
3614         Add dummy functions for parsing Attachments and Chapters.
3615
3616 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3617
3618         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3619         (gst_udpsrc_create), (gst_udpsrc_set_property),
3620         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
3621         * gst/udp/gstudpsrc.h:
3622         Add property to control automatic join/leave of multicast groups.
3623         Add G_LIKELY.
3624         Remove setting caps on buffers explicitly, basesrc does that for us now.
3625         Improve debug info.
3626         Convert some non-fatal error into warnings.
3627         Use g_ntohs for better portability.
3628         Leave multicast groups when stopping.
3629         When using external sockets, use getsockname() on them to fill up the
3630         addr structure before calling methods that use the structure.
3631         Should all fix #536903.
3632         API: GstUDPSrc::auto-multicast property
3633
3634 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3635
3636         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
3637         Use g_ntohl for better portability.
3638
3639 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3640
3641         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3642         (gst_multiudpsink_remove):
3643         Fix a typo and do some small cleanups.
3644
3645 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3646
3647         Patch by: Olivier Crete <tester at tester dot ca>
3648
3649         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3650         Make the delivery-method mandatory on the caps and only accept inline
3651         for now.
3652         Reverse strcmp checks for delivery-method.
3653
3654         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3655         Make delivery method optional when parsing caps and note this in the
3656         caps.
3657         Reverse strcmp checks for delivery-method.
3658
3659         * gst/rtp/gstrtpvorbispay.c:
3660         Update a comment to note that the delivery-method is optional, 
3661         Fixes #537675.
3662
3663 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3664
3665         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
3666         Set udpsrc for receiving data from multicast groups to PAUSED instead of
3667         leaving them in READY. Fixes #537832.
3668
3669 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3670
3671         * gst/avi/gstavimux.c:
3672           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
3673           for a random constant in tagmuxing code.
3674
3675 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3676
3677         * gst/debug/gsttaginject.c:
3678         * gst/debug/gsttaginject.h:
3679           Now actually adding the new element.
3680
3681 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3682
3683         * docs/plugins/Makefile.am:
3684         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3685         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3686         * docs/plugins/gst-plugins-good-plugins.args:
3687         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3688         * docs/plugins/gst-plugins-good-plugins.interfaces:
3689         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3690         * docs/plugins/inspect/plugin-aasink.xml:
3691         * docs/plugins/inspect/plugin-alaw.xml:
3692         * docs/plugins/inspect/plugin-alpha.xml:
3693         * docs/plugins/inspect/plugin-alphacolor.xml:
3694         * docs/plugins/inspect/plugin-annodex.xml:
3695         * docs/plugins/inspect/plugin-apetag.xml:
3696         * docs/plugins/inspect/plugin-audiofx.xml:
3697         * docs/plugins/inspect/plugin-auparse.xml:
3698         * docs/plugins/inspect/plugin-autodetect.xml:
3699         * docs/plugins/inspect/plugin-avi.xml:
3700         * docs/plugins/inspect/plugin-cacasink.xml:
3701         * docs/plugins/inspect/plugin-cairo.xml:
3702         * docs/plugins/inspect/plugin-cdio.xml:
3703         * docs/plugins/inspect/plugin-cutter.xml:
3704         * docs/plugins/inspect/plugin-debug.xml:
3705         * docs/plugins/inspect/plugin-dv.xml:
3706         * docs/plugins/inspect/plugin-efence.xml:
3707         * docs/plugins/inspect/plugin-effectv.xml:
3708         * docs/plugins/inspect/plugin-equalizer.xml:
3709         * docs/plugins/inspect/plugin-esdsink.xml:
3710         * docs/plugins/inspect/plugin-flac.xml:
3711         * docs/plugins/inspect/plugin-flxdec.xml:
3712         * docs/plugins/inspect/plugin-gamma.xml:
3713         * docs/plugins/inspect/plugin-gconfelements.xml:
3714         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3715         * docs/plugins/inspect/plugin-goom.xml:
3716         * docs/plugins/inspect/plugin-goom2k1.xml:
3717         * docs/plugins/inspect/plugin-halelements.xml:
3718         * docs/plugins/inspect/plugin-icydemux.xml:
3719         * docs/plugins/inspect/plugin-id3demux.xml:
3720         * docs/plugins/inspect/plugin-jpeg.xml:
3721         * docs/plugins/inspect/plugin-level.xml:
3722         * docs/plugins/inspect/plugin-matroska.xml:
3723         * docs/plugins/inspect/plugin-monoscope.xml:
3724         * docs/plugins/inspect/plugin-mulaw.xml:
3725         * docs/plugins/inspect/plugin-multifile.xml:
3726         * docs/plugins/inspect/plugin-multipart.xml:
3727         * docs/plugins/inspect/plugin-navigationtest.xml:
3728         * docs/plugins/inspect/plugin-ossaudio.xml:
3729         * docs/plugins/inspect/plugin-png.xml:
3730         * docs/plugins/inspect/plugin-quicktime.xml:
3731         * docs/plugins/inspect/plugin-rtp.xml:
3732         * docs/plugins/inspect/plugin-rtsp.xml:
3733         * docs/plugins/inspect/plugin-smpte.xml:
3734         * docs/plugins/inspect/plugin-soup.xml:
3735         * docs/plugins/inspect/plugin-spectrum.xml:
3736         * docs/plugins/inspect/plugin-speex.xml:
3737         * docs/plugins/inspect/plugin-taglib.xml:
3738         * docs/plugins/inspect/plugin-udp.xml:
3739         * docs/plugins/inspect/plugin-video4linux2.xml:
3740         * docs/plugins/inspect/plugin-videobalance.xml:
3741         * docs/plugins/inspect/plugin-videobox.xml:
3742         * docs/plugins/inspect/plugin-videocrop.xml:
3743         * docs/plugins/inspect/plugin-videoflip.xml:
3744         * docs/plugins/inspect/plugin-videomixer.xml:
3745         * docs/plugins/inspect/plugin-wavenc.xml:
3746         * docs/plugins/inspect/plugin-wavpack.xml:
3747         * docs/plugins/inspect/plugin-wavparse.xml:
3748         * docs/plugins/inspect/plugin-ximagesrc.xml:
3749         * gst/debug/Makefile.am:
3750         * gst/debug/breakmydata.c:
3751         * gst/debug/efence.c:
3752         * gst/debug/gstdebug.c:
3753         * gst/debug/gstnavseek.c:
3754         * gst/debug/gstpushfilesrc.c:
3755         * gst/debug/gstpushfilesrc.h:
3756         * gst/debug/negotiation.c:
3757         * gst/debug/progressreport.c:
3758         * gst/debug/progressreport.h:
3759         * gst/debug/rndbuffersize.c:
3760         * gst/debug/testplugin.c:
3761           Remove dummy plugin_init. Remove some undefined entries from doc-
3762           section file. Add taginject element and rebuild docs for it.
3763
3764 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3765
3766         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3767         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3768         Update the counter for the number of streams when pads are added or
3769         removed. This will make sure that a seek table is generated for
3770         files with just one audio stream.
3771
3772 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3773
3774         * gst/matroska/matroska-demux.c:
3775         (gst_matroska_demux_parse_metadata_id_simple_tag):
3776         * gst/matroska/matroska-ids.h:
3777         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3778         Add some more tags, improve debugging a bit and make sure that
3779         GValue transformation has succeeded before using the result
3780         as a tag.
3781
3782 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3783
3784         Patch by: Olivier Crete <tester at tester dot ca>
3785
3786         * gst/rtp/gstrtptheorapay.c:
3787         The Theora RTP payloader only supports the "inline" delievery method
3788         so let's declare this on the caps of the static pad template.
3789         Fixes bug #537675.
3790
3791 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3792
3793         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3794         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3795         Remove bogus check.
3796
3797 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3798
3799         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3800         (gst_videomixer_blend_buffers):
3801         Use stream_time to synchronize the object properties.
3802         Use running_time of the master pad to timestamp outgoing buffers.
3803         Fix the initial segment event to extend an unknown amount of time.
3804         Fixes #537361.
3805
3806 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3807
3808         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3809         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3810         (gst_avi_demux_calculate_durations_from_index),
3811         (gst_avi_demux_stream_header_push),
3812         (gst_avi_demux_stream_header_pull):
3813         Try to ignore unparsable/unknown streams and give a warning instead of
3814         erroring out. Fixes #537377.
3815
3816 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3817
3818         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3819         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3820
3821         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3822         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3823         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3824         (gst_matroska_demux_read_track_encodings),
3825         (gst_matroska_demux_add_stream),
3826         (gst_matroska_demux_handle_src_query),
3827         (gst_matroska_demux_init_stream),
3828         (gst_matroska_demux_parse_index_cuetrack),
3829         (gst_matroska_demux_parse_index_pointentry),
3830         (gst_matroska_demux_parse_info),
3831         (gst_matroska_demux_parse_metadata_id_simple_tag),
3832         (gst_matroska_demux_parse_metadata),
3833         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3834         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3835         (gst_matroska_demux_parse_cluster),
3836         (gst_matroska_demux_parse_contents_seekentry),
3837         (gst_matroska_demux_loop_stream_parse_id),
3838         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3839         (gst_matroska_demux_audio_caps),
3840         (gst_matroska_demux_subtitle_caps):
3841         * gst/matroska/matroska-demux.h:
3842         * gst/matroska/matroska-ids.c:
3843         (gst_matroska_track_init_subtitle_context):
3844         * gst/matroska/matroska-ids.h:
3845         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3846         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
3847         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
3848         (gst_matroska_mux_video_pad_setcaps),
3849         (gst_matroska_mux_audio_pad_setcaps),
3850         (gst_matroska_mux_subtitle_pad_setcaps),
3851         (gst_matroska_mux_request_new_pad),
3852         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3853         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3854         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
3855         (gst_matroska_mux_set_property):
3856         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
3857         elements, do some checks for valid values in the demuxer, handle
3858         tracktimecodescale in the demuxer, set correct default values for all
3859         settings in the demuxer, review and add all missing matroska
3860         IDs and some more raw YUV formats, and some trivial cleanup.
3861
3862 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3863
3864         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3865         (gst_pulsemixer_class_init):
3866         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3867         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3868         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3869         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3870         (gst_pulsesrc_prepare):
3871         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3872         gst_element_class_set_details_simple() and fix coding style a bit
3873         more.
3874
3875 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3876
3877         * docs/plugins/Makefile.am:
3878         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3879         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3880         * docs/plugins/gst-plugins-good-plugins.args:
3881         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3882         * docs/plugins/gst-plugins-good-plugins.interfaces:
3883         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3884         * docs/plugins/inspect/plugin-aasink.xml:
3885         * docs/plugins/inspect/plugin-alaw.xml:
3886         * docs/plugins/inspect/plugin-alpha.xml:
3887         * docs/plugins/inspect/plugin-alphacolor.xml:
3888         * docs/plugins/inspect/plugin-annodex.xml:
3889         * docs/plugins/inspect/plugin-apetag.xml:
3890         * docs/plugins/inspect/plugin-audiofx.xml:
3891         * docs/plugins/inspect/plugin-auparse.xml:
3892         * docs/plugins/inspect/plugin-autodetect.xml:
3893         * docs/plugins/inspect/plugin-avi.xml:
3894         * docs/plugins/inspect/plugin-cacasink.xml:
3895         * docs/plugins/inspect/plugin-cairo.xml:
3896         * docs/plugins/inspect/plugin-cdio.xml:
3897         * docs/plugins/inspect/plugin-cutter.xml:
3898         * docs/plugins/inspect/plugin-debug.xml:
3899         * docs/plugins/inspect/plugin-dv.xml:
3900         * docs/plugins/inspect/plugin-efence.xml:
3901         * docs/plugins/inspect/plugin-effectv.xml:
3902         * docs/plugins/inspect/plugin-equalizer.xml:
3903         * docs/plugins/inspect/plugin-esdsink.xml:
3904         * docs/plugins/inspect/plugin-flac.xml:
3905         * docs/plugins/inspect/plugin-flxdec.xml:
3906         * docs/plugins/inspect/plugin-gamma.xml:
3907         * docs/plugins/inspect/plugin-gconfelements.xml:
3908         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3909         * docs/plugins/inspect/plugin-goom.xml:
3910         * docs/plugins/inspect/plugin-goom2k1.xml:
3911         * docs/plugins/inspect/plugin-halelements.xml:
3912         * docs/plugins/inspect/plugin-icydemux.xml:
3913         * docs/plugins/inspect/plugin-id3demux.xml:
3914         * docs/plugins/inspect/plugin-jpeg.xml:
3915         * docs/plugins/inspect/plugin-level.xml:
3916         * docs/plugins/inspect/plugin-matroska.xml:
3917         * docs/plugins/inspect/plugin-monoscope.xml:
3918         * docs/plugins/inspect/plugin-mulaw.xml:
3919         * docs/plugins/inspect/plugin-multifile.xml:
3920         * docs/plugins/inspect/plugin-multipart.xml:
3921         * docs/plugins/inspect/plugin-navigationtest.xml:
3922         * docs/plugins/inspect/plugin-ossaudio.xml:
3923         * docs/plugins/inspect/plugin-png.xml:
3924         * docs/plugins/inspect/plugin-pulseaudio.xml:
3925         * docs/plugins/inspect/plugin-quicktime.xml:
3926         * docs/plugins/inspect/plugin-rtp.xml:
3927         * docs/plugins/inspect/plugin-rtsp.xml:
3928         * docs/plugins/inspect/plugin-smpte.xml:
3929         * docs/plugins/inspect/plugin-soup.xml:
3930         * docs/plugins/inspect/plugin-spectrum.xml:
3931         * docs/plugins/inspect/plugin-speex.xml:
3932         * docs/plugins/inspect/plugin-taglib.xml:
3933         * docs/plugins/inspect/plugin-udp.xml:
3934         * docs/plugins/inspect/plugin-video4linux2.xml:
3935         * docs/plugins/inspect/plugin-videobalance.xml:
3936         * docs/plugins/inspect/plugin-videobox.xml:
3937         * docs/plugins/inspect/plugin-videocrop.xml:
3938         * docs/plugins/inspect/plugin-videoflip.xml:
3939         * docs/plugins/inspect/plugin-videomixer.xml:
3940         * docs/plugins/inspect/plugin-wavenc.xml:
3941         * docs/plugins/inspect/plugin-wavpack.xml:
3942         * docs/plugins/inspect/plugin-wavparse.xml:
3943         * docs/plugins/inspect/plugin-ximagesrc.xml:
3944         * ext/pulse/plugin.c:
3945         * ext/pulse/pulsemixer.c:
3946         * ext/pulse/pulsesink.c:
3947         * ext/pulse/pulsesrc.c:
3948         Add documentation to the pulseaudio plugin and run make update
3949         in docs/plugins.
3950
3951 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3952
3953         Patch by: Brian Cameron <brian.cameron at sun dot com>
3954
3955         * sys/sunaudio/gstsunaudiomixerctrl.c:
3956         (gst_sunaudiomixer_ctrl_get_volume),
3957         (gst_sunaudiomixer_ctrl_set_volume):
3958         Improvements for the SunAudio mixer by handling mute as no gain
3959         for tracks that have a gain property but no mute property.
3960         Fixes bug #536067.
3961
3962 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3963
3964         * configure.ac:
3965         * ext/pulse/Makefile.am:
3966         * ext/pulse/plugin.c: (plugin_init):
3967         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
3968         (gst_pulsemixer_implements_interface_init),
3969         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
3970         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
3971         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
3972         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
3973         * ext/pulse/pulsemixer.h:
3974         * ext/pulse/pulsemixerctrl.c:
3975         (gst_pulsemixer_ctrl_context_state_cb),
3976         (gst_pulsemixer_ctrl_sink_info_cb),
3977         (gst_pulsemixer_ctrl_source_info_cb),
3978         (gst_pulsemixer_ctrl_subscribe_cb),
3979         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
3980         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
3981         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
3982         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
3983         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
3984         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
3985         * ext/pulse/pulsemixerctrl.h:
3986         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
3987         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
3988         * ext/pulse/pulsemixertrack.h:
3989         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
3990         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
3991         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
3992         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
3993         (gst_pulseprobe_new), (gst_pulseprobe_free),
3994         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
3995         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
3996         (gst_pulseprobe_set_server):
3997         * ext/pulse/pulseprobe.h:
3998         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3999         (gst_pulsesink_class_init), (gst_pulsesink_init),
4000         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
4001         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
4002         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
4003         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
4004         (gst_pulsesink_stream_request_cb),
4005         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
4006         (gst_pulsesink_close), (gst_pulsesink_prepare),
4007         (gst_pulsesink_unprepare), (gst_pulsesink_write),
4008         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
4009         (gst_pulsesink_reset), (gst_pulsesink_change_title),
4010         (gst_pulsesink_event), (gst_pulsesink_get_type):
4011         * ext/pulse/pulsesink.h:
4012         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
4013         (gst_pulsesrc_implements_interface_init),
4014         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
4015         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
4016         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
4017         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
4018         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
4019         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
4020         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
4021         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
4022         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
4023         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
4024         (gst_pulsesrc_get_type):
4025         * ext/pulse/pulsesrc.h:
4026         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
4027         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
4028         * ext/pulse/pulseutil.h:
4029         Add pulseaudio GStreamer element from gst-pulse. Development will
4030         continue here instead of pulseaudio SVN. Fixes bug #400679.
4031         Only changes over gst-pulse SVN are added copyright to the top of
4032         files and coding style changes.
4033
4034 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
4035
4036         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
4037
4038         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
4039           (gst_cdio_add_cdtext_album_tags):
4040         * ext/cdio/gstcdio.h:
4041         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
4042           Also extract album title and album genre from CD-TEXT if
4043           available (#537021).
4044
4045 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
4046
4047         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4048
4049         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
4050         Improve negotiation a bit more by picking the smallest possible
4051         resolution that is larger than the resolution specified in the
4052         first caps entry of the peer caps. Fixes bug #536994.
4053
4054 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
4055
4056         Patch by: Bastien Nocera <hadess at hadess dot net>
4057
4058         * sys/v4l2/gstv4l2vidorient.c:
4059         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4060         Fix compilation with newer GIT kernels that deprecated
4061         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
4062
4063 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4064
4065         * configure.ac:
4066         * ext/cdio/gstcdio.c:
4067         * ext/cdio/gstcdio.h:
4068         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
4069           Require libcdio >= 0.76.
4070
4071 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
4072
4073         * gst/avi/gstavidemux.c:
4074         Catch UNEXPECTED when downstream has reached end of
4075         segment in reverse mode.
4076
4077 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4078
4079         * gst/avi/gstavidemux.c:
4080         Fix typo in comment
4081
4082 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4083
4084         * gst/avi/gstavidemux.c:
4085         Because we don't know the frame order we need to push till
4086         the next keyframe
4087
4088 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4089
4090         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4091
4092         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
4093         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
4094         Provide a custom negotiation function to make sure to pick the highest
4095         possible framerate and resolution. Fixes bug #536646.
4096
4097 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4098
4099         * gst/avi/gstavidemux.c:
4100         Set EOS when going out of the segment in reverse playback
4101
4102 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
4103
4104         * ext/taglib/Makefile.am::
4105           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
4106           taglib headers (with gcc 4.3.1).
4107
4108 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
4109
4110         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
4111         Use the new gst_rtsp_connection_get_ip() to access the IP address
4112         of a GstRTSPConnection since it is a private member.
4113
4114 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
4115
4116         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
4117         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4118           Use new utility functions in libgsttag to process coverart (#512333).
4119
4120 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4121
4122         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4123         We actually support left/side, right/side and mid/side files. The
4124         conversion to normal, interleaved stereo is done by libflac.
4125
4126 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4127
4128         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4129         (gst_ebml_write_set_cache):
4130         Unref the write cache in finalize if it was set and add add "FIXME"
4131         to a comment that needs it.
4132
4133 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4134
4135         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4136
4137         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
4138         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
4139         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
4140         (gst_avi_demux_process_next_entry):
4141         * gst/avi/gstavidemux.h:
4142         Implement reverse playback. Fixes #535300.
4143         Small cleanups.
4144
4145 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
4146
4147         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
4148         (gst_videomixer_query_latency):
4149         When using gst_element_iterate_pads() one has to unref every pad
4150         after usage.
4151
4152 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
4153
4154         Patch by: Bastien Nocera <hadess at hadess dot net>
4155         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
4156         (qtdemux_parse_udta):
4157         * gst/qtdemux/qtdemux_fourcc.h:
4158         Improve meta-data handling, add 'comment', 'description' and
4159         'copyright' tag handling.
4160         Fixes #535935
4161
4162 2008-05-31  Julien Moutte  <julien@fluendo.com>
4163
4164         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
4165         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
4166         (gst_qtdemux_seek_to_previous_keyframe),
4167         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
4168         we don't clip the segment's stop using the main segment duration as
4169         that could crop quite some video frames. Make reverse playback support
4170         more robust and support edit lists. Support seeking to the last frame,
4171         and fix reverse looping playback. Add some debugging.
4172         * win32/common/config.h: Updated.
4173
4174 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
4175
4176         * gst/equalizer/gstiirequalizer.c:
4177         (gst_iir_equalizer_transform_ip):
4178         Don't clip float/double samples, correctly unset passthrough mode
4179         and use better rounding for integer samples.
4180
4181 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
4182
4183         * gst/equalizer/gstiirequalizer.c:
4184         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
4185         (setup_filter), (set_passthrough), (update_coefficients),
4186         (gst_iir_equalizer_compute_frequencies),
4187         (gst_iir_equalizer_transform_ip):
4188         * gst/equalizer/gstiirequalizer.h:
4189         Update the filter coefficients only when needed in the transform_ip
4190         function and correctly set the element into passthrough mode if the
4191         gain of all bands is 0.
4192
4193 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4194
4195         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
4196
4197         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
4198         (gst_alpha_set_property), (gst_alpha_get_property),
4199         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
4200         Try to skip pixels or areas that are too dark or too bright for us to do
4201         meaningfull color detection.
4202         Added properties to control the sensitivity to light and darkness.
4203         Added some small cleanups. Fixes #512345.
4204
4205 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
4206
4207         * docs/plugins/.cvsignore:
4208         * tests/check/elements/.cvsignore:
4209         Ignore some more generated things
4210
4211         * tests/check/Makefile.am:
4212         Ignore OSS elements in the state changes test too.
4213
4214 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4215
4216         * docs/plugins/Makefile.am:
4217         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4218         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4219         Add SMPTE effect elements to docs.
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         * ext/raw1394/gstdv1394src.c:
4227           Document whats first shown on the fdo plugin docs page :)
4228
4229 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4230
4231         * docs/plugins/Makefile.am:
4232         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4233         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4234         * docs/plugins/gst-plugins-good-plugins.args:
4235         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4236         * docs/plugins/inspect/plugin-audiofx.xml:
4237         * gst/audiofx/Makefile.am:
4238         * gst/audiofx/audiofx.c:
4239         * gst/audiofx/audiokaraoke.c:
4240         * gst/audiofx/audiokaraoke.h:
4241         * gst/audiofx/audiovoice.c:
4242         * gst/audiofx/audiovoice.h:
4243           Rename audiovoice to audiokaraoke and add it to the docs.
4244
4245 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4246
4247         * REQUIREMENTS:
4248         * docs/plugins/Makefile.am:
4249         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4250         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4251         * docs/plugins/gst-plugins-good-plugins.args:
4252         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4253         * docs/plugins/gst-plugins-good-plugins.interfaces:
4254         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4255         * docs/plugins/inspect/plugin-aasink.xml:
4256         * docs/plugins/inspect/plugin-alaw.xml:
4257         * docs/plugins/inspect/plugin-alpha.xml:
4258         * docs/plugins/inspect/plugin-alphacolor.xml:
4259         * docs/plugins/inspect/plugin-annodex.xml:
4260         * docs/plugins/inspect/plugin-apetag.xml:
4261         * docs/plugins/inspect/plugin-audiofx.xml:
4262         * docs/plugins/inspect/plugin-auparse.xml:
4263         * docs/plugins/inspect/plugin-autodetect.xml:
4264         * docs/plugins/inspect/plugin-avi.xml:
4265         * docs/plugins/inspect/plugin-cacasink.xml:
4266         * docs/plugins/inspect/plugin-cairo.xml:
4267         * docs/plugins/inspect/plugin-cdio.xml:
4268         * docs/plugins/inspect/plugin-cutter.xml:
4269         * docs/plugins/inspect/plugin-debug.xml:
4270         * docs/plugins/inspect/plugin-dv.xml:
4271         * docs/plugins/inspect/plugin-efence.xml:
4272         * docs/plugins/inspect/plugin-effectv.xml:
4273         * docs/plugins/inspect/plugin-equalizer.xml:
4274         * docs/plugins/inspect/plugin-esdsink.xml:
4275         * docs/plugins/inspect/plugin-flac.xml:
4276         * docs/plugins/inspect/plugin-flxdec.xml:
4277         * docs/plugins/inspect/plugin-gamma.xml:
4278         * docs/plugins/inspect/plugin-gconfelements.xml:
4279         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4280         * docs/plugins/inspect/plugin-goom.xml:
4281         * docs/plugins/inspect/plugin-goom2k1.xml:
4282         * docs/plugins/inspect/plugin-halelements.xml:
4283         * docs/plugins/inspect/plugin-icydemux.xml:
4284         * docs/plugins/inspect/plugin-id3demux.xml:
4285         * docs/plugins/inspect/plugin-jpeg.xml:
4286         * docs/plugins/inspect/plugin-level.xml:
4287         * docs/plugins/inspect/plugin-matroska.xml:
4288         * docs/plugins/inspect/plugin-monoscope.xml:
4289         * docs/plugins/inspect/plugin-mulaw.xml:
4290         * docs/plugins/inspect/plugin-multifile.xml:
4291         * docs/plugins/inspect/plugin-multipart.xml:
4292         * docs/plugins/inspect/plugin-navigationtest.xml:
4293         * docs/plugins/inspect/plugin-ossaudio.xml:
4294         * docs/plugins/inspect/plugin-png.xml:
4295         * docs/plugins/inspect/plugin-quicktime.xml:
4296         * docs/plugins/inspect/plugin-rtp.xml:
4297         * docs/plugins/inspect/plugin-rtsp.xml:
4298         * docs/plugins/inspect/plugin-smpte.xml:
4299         * docs/plugins/inspect/plugin-soup.xml:
4300         * docs/plugins/inspect/plugin-spectrum.xml:
4301         * docs/plugins/inspect/plugin-speex.xml:
4302         * docs/plugins/inspect/plugin-taglib.xml:
4303         * docs/plugins/inspect/plugin-udp.xml:
4304         * docs/plugins/inspect/plugin-video4linux2.xml:
4305         * docs/plugins/inspect/plugin-videobalance.xml:
4306         * docs/plugins/inspect/plugin-videobox.xml:
4307         * docs/plugins/inspect/plugin-videocrop.xml:
4308         * docs/plugins/inspect/plugin-videoflip.xml:
4309         * docs/plugins/inspect/plugin-videomixer.xml:
4310         * docs/plugins/inspect/plugin-wavenc.xml:
4311         * docs/plugins/inspect/plugin-wavpack.xml:
4312         * docs/plugins/inspect/plugin-wavparse.xml:
4313         * docs/plugins/inspect/plugin-ximagesrc.xml:
4314         * ext/aalib/gstaasink.c:
4315         * ext/libcaca/gstcacasink.c:
4316           Document aasink and cacasink.
4317
4318 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
4319
4320         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4321         (gst_videomixer_init), (gst_videomixer_query_duration),
4322         (gst_videomixer_query_latency), (gst_videomixer_query),
4323         (gst_videomixer_blend_buffers):
4324         * gst/videomixer/videomixer.h:
4325         Implement position (in time), duration and latency queries.
4326
4327 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
4328
4329         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4330         (gst_videomixer_init), (gst_videomixer_request_new_pad),
4331         (gst_videomixer_fill_queues), (forward_event_func),
4332         (forward_event), (gst_videomixer_src_event),
4333         (gst_videomixer_sink_event):
4334         * gst/videomixer/videomixer.h:
4335         Implement proper seek/newsegment handling.
4336         Based on adder's implementation.
4337         Fixes #535121
4338
4339 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4340
4341         Patch by: Jan Gerber <j at oil21 dot org>
4342
4343         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4344         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
4345
4346 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4347
4348         * gst/audiofx/Makefile.am:
4349         * gst/audiofx/audiofx.c: (plugin_init):
4350         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
4351         (gst_audio_voice_class_init), (gst_audio_voice_init),
4352         (update_filter), (gst_audio_voice_set_property),
4353         (gst_audio_voice_get_property), (gst_audio_voice_setup),
4354         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
4355         (gst_audio_voice_transform_ip):
4356         * gst/audiofx/audiovoice.h:
4357         Add simple voice removal element. Yay karaoke.
4358
4359 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4360
4361         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4362
4363         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
4364         Fix potential caps leak.
4365         If we can't get the framerate with an ioctl, try to get it with the
4366         current norm. Fixes #520092.
4367
4368 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4369
4370         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4371
4372         * sys/v4l2/v4l2src_calls.c:
4373         (gst_v4l2src_probe_caps_for_format_and_size):
4374         If we fail to get the frame intervals, simply don't touch the framerates
4375         on the template caps instead of discarding the format. See #520092.
4376
4377 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4378
4379         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4380
4381         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
4382         (gst_v4l2_get_caps_info):
4383         Add NV12, NV21 and bayer support. See #520092.
4384
4385 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4386
4387         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
4388         (gst_qtdemux_activate_segment):
4389         Unbreak segment activation again. Fixes #531672.
4390
4391 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
4392
4393         * ext/flac/Makefile.am:
4394         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4395         Set the channel layout when decoding FLAC files with more than 2
4396         channels as defined by the FLAC spec. Fixes bug #534570.
4397
4398         Also don't try to decode left/side, right/side and mid/side files
4399         as we don't support this at all.
4400
4401 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
4402
4403         * configure.ac:
4404           We need -base CVS (rtsp).
4405
4406 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
4407
4408         * gst/udp/Makefile.am:
4409           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
4410           when including netdb.h when building against glibc >= 2.8.
4411
4412 2008-05-22  Julien Moutte  <julien@fluendo.com>
4413
4414         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
4415         debug statement arguments.
4416         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
4417         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
4418         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
4419         on more platforms.
4420
4421 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4422
4423         * tests/check/elements/avimux.c: (setup_src_pad),
4424         (teardown_src_pad):
4425         * tests/check/elements/icydemux.c: (icydemux_found_pad),
4426         (GST_START_TEST):
4427         * tests/check/elements/matroskamux.c: (setup_src_pad),
4428         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
4429         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
4430         (GST_START_TEST):
4431         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
4432         (setup_wavpackparse), (cleanup_wavpackparse):
4433         Don't use gst_element_get_pad(), it's a bad, bad method.
4434
4435 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4436
4437         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4438         (do_toggle_element):
4439         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4440         (do_toggle_element):
4441         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4442         (do_toggle_element):
4443         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
4444         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
4445         (do_toggle_element):
4446         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
4447         (do_toggle_element):
4448         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
4449         (gst_auto_audio_sink_detect):
4450         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
4451         (gst_auto_video_sink_detect):
4452         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4453         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
4454         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
4455         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
4456         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
4457         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
4458         * tests/icles/videocrop-test.c: (test_with_caps),
4459         (video_crop_get_test_caps):
4460         Don't use gst_element_get_pad(), it's a bad method.
4461
4462 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4463
4464         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
4465         (gst_multiudpsink_add_internal):
4466         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
4467         (gst_udp_join_group):
4468         * gst/udp/gstudpnetutils.h:
4469         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4470         Joining a multicast group and setting the loop/ttl properties are
4471         totally unrelated tasks are must be separated.
4472
4473 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
4474
4475         * gst/avi/gstavimux.c:
4476           Also support alaw/mulaw.
4477
4478 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4479
4480         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4481         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
4482         * gst/udp/gstmultiudpsink.h:
4483         Add a fixme for the auto-multicast property.
4484         Fix some confusing debug messages.
4485         Disable setting a qos value by default.
4486
4487 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4488
4489         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
4490
4491         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
4492         Ignore EPERM errors from sendto. Fixes #533619.
4493
4494 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4495
4496         Patch by: Henrik Eriksson <henriken at axis dot com>
4497
4498         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4499         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
4500         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
4501         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
4502         * gst/udp/gstmultiudpsink.h:
4503         Add qos-dscp property to manage the Quality of service. Fixes #469917.
4504
4505 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4506
4507         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
4508         Improve debugging of the ident.
4509
4510 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4511
4512         Patch by: Bruno Santos <brunof at ua dot pt>
4513
4514         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
4515         (gst_udp_join_group), (gst_udp_leave_group),
4516         (gst_udp_is_multicast):
4517         * gst/udp/gstudpnetutils.h:
4518         Provide a bunch of helper methods to deal with IPv4 and IPv6
4519         transparently.
4520
4521         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4522         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
4523         (gst_multiudpsink_get_property), (join_multicast),
4524         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
4525         (gst_multiudpsink_remove):
4526         * gst/udp/gstmultiudpsink.h:
4527         Add multicast TTL and loopback properties.
4528         Use the helper methods to implement ip4 and ip6.
4529
4530         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
4531         * gst/udp/gstudpsrc.h:
4532         Use the helper methods to implement ip4 and ip6.
4533         Fixes #515962.
4534
4535 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4536
4537         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
4538
4539         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
4540         (gst_multipart_demux_get_gstname),
4541         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
4542         * gst/multipart/multipartdemux.h:
4543         Don't blindly copy the mime-type as the caps name because they not
4544         always map directly. Instead use a hashtable with common mappings.
4545         Fixes #533287.
4546
4547 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4548
4549         * ext/esd/esdsink.c: (gst_esdsink_write):
4550         When we post an error, we must return -1 to let the parent know that we
4551         cannot write the segment else it will loop and continue to call us again
4552         forever. Patch by Michael Meeks.
4553
4554 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
4555
4556         * gst/videomixer/videomixer.c:
4557           Add missing incudes.
4558
4559 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
4560
4561         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4562         (gst_rtp_h264_pay_handle_buffer):
4563         * gst/rtp/gstrtph264pay.h:
4564         Correct a typo (sinle -> single).
4565
4566 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4567
4568         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4569         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
4570         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
4571         (gst_rtp_h264_depay_process):
4572         * gst/rtp/gstrtph264depay.h:
4573         Add experimental support for outputting quicktime-like AVC output in
4574         addition to the existing bytestream output.
4575
4576         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4577         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4578         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
4579         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4580         (gst_rtp_h264_pay_get_property):
4581         * gst/rtp/gstrtph264pay.h:
4582         Make the parsing mode configurable, for some inputs we don't need to
4583         scan every byte for start codes.
4584         Only set the marker bit on ACCESS units.
4585
4586 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
4587
4588         * gst/equalizer/gstiirequalizer.c:
4589         Use a bigger type in integer mode for the intermediate results to
4590         prevent overflows. This fixes the crippled sound when using the
4591         equalizer in integer mode. Fixes bug #510865.
4592
4593 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
4594
4595         * gst/videomixer/videomixer.c:
4596         * gst/videomixer/videomixer.h:
4597         Instead of a random number for the request pad id's,
4598         use a counter.
4599
4600         Register the videomixerpad class from the element's class_init
4601         where it's safer, and allows the docs generator to scan it.
4602
4603 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4604
4605         * gst/smpte/Makefile.am:
4606         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
4607         * gst/smpte/gstsmpte.h:
4608         * gst/smpte/gstsmptealpha.c:
4609         (gst_smpte_alpha_transition_type_get_type),
4610         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
4611         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
4612         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
4613         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
4614         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
4615         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
4616         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
4617         * gst/smpte/gstsmptealpha.h:
4618         * gst/smpte/plugin.c: (plugin_init):
4619         Add new plugin that adds the SMPTE transition in the alpha channel of
4620         I420 and AYUV frames so that they can be blended with videomixer later
4621         on. Uses all niceties such as using base transform for efficient alloc
4622         and negotiation. It currently requires GstController to control the
4623         position in the transition effect.
4624
4625 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
4626
4627         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4628         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4629         * docs/plugins/gst-plugins-good-plugins.args:
4630         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4631         * docs/plugins/gst-plugins-good-plugins.interfaces:
4632         * docs/plugins/gst-plugins-good-plugins.types:
4633         * gst/videomixer/videomixer.c:
4634           Try using thaytans new mechanism to get extra classes into plugin
4635           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
4636           missing still.
4637
4638 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
4639
4640         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
4641         Set proper rate in avi stream header for PCM audio, and also do some
4642         more sanity checks on caps in this case.  Fixes #511489.
4643
4644 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4645
4646         * sys/v4l2/gstv4l2src.c:
4647         Don't include the gstv4l2xoverlay.h header as the XOverlay support
4648         isn't implemented at all yet and this requires X headers to be
4649         installed. Fixes bug #533264.
4650
4651 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4652
4653         reviewed by: <delete if not using a buddy>
4654
4655         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4656         (gst_ebml_write_set_cache):
4657         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
4658         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
4659         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
4660         (gst_matroska_demux_read_track_encodings),
4661         (gst_matroska_demux_add_stream),
4662         (gst_matroska_demux_handle_src_query),
4663         (gst_matroska_demux_init_stream),
4664         (gst_matroska_demux_parse_index_cuetrack),
4665         (gst_matroska_demux_parse_index_pointentry),
4666         (gst_matroska_demux_parse_info),
4667         (gst_matroska_demux_parse_metadata_id_simple_tag),
4668         (gst_matroska_demux_parse_metadata),
4669         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4670         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4671         (gst_matroska_demux_parse_cluster),
4672         (gst_matroska_demux_parse_contents_seekentry),
4673         (gst_matroska_demux_loop_stream_parse_id),
4674         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4675         (gst_matroska_demux_audio_caps),
4676         (gst_matroska_demux_subtitle_caps):
4677         * gst/matroska/matroska-demux.h:
4678         * gst/matroska/matroska-ids.c:
4679         (gst_matroska_track_init_subtitle_context):
4680         * gst/matroska/matroska-ids.h:
4681         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4682         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
4683         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
4684         * sys/v4l2/gstv4l2src.c:
4685         * tests/check/pipelines/wavpack.c: (bus_handler):
4686         * win32/common/config.h:
4687
4688 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4689
4690         * ext/wavpack/gstwavpackstreamreader.c:
4691         * tests/examples/spectrum/demo-audiotest.c:
4692         * tests/examples/spectrum/demo-osssrc.c:
4693         Fix some compiler warnings.
4694
4695 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4696
4697         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4698         Small comment added.
4699
4700         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4701         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
4702         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
4703         Debug string cleanups (remove trailing \n)
4704         Refactor and clean up the payloader a bit and make sure that we only
4705         put one NAL unit in an RTP packet even if the input buffer contains
4706         multiple NAL units.
4707         Add suport for AVC format input.
4708
4709 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
4710
4711         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4712         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
4713         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
4714         * gst/rtp/gstrtph264pay.h:
4715         Make it possible to specify profile-level-id and sprop-parameter-sets
4716         using properties in case they are not available in-stream.
4717
4718 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
4719
4720         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4721         * docs/plugins/gst-plugins-good-plugins.args:
4722         * docs/plugins/inspect/plugin-ladspa.xml:
4723           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
4724
4725 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
4726
4727         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4728         Send an initial BYTE segment to inform downstream of later seeking,
4729         and to forego sync attempts.
4730
4731 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4732
4733         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
4734         Fix wrong caps string.
4735
4736 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4737
4738         Based on patch by: Olivier Crete <tester at tester dot ca>
4739
4740         * gst/rtp/Makefile.am:
4741         * gst/rtp/gstrtp.c: (plugin_init):
4742         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4743         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4744         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4745         (gst_rtp_g729_depay_plugin_init):
4746         * gst/rtp/gstrtpg729depay.h:
4747         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4748         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4749         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4750         * gst/rtp/gstrtpg729pay.h:
4751         Added G729 pay and depayloaders. Fixes #532409.
4752
4753 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4754
4755         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4756         Fix the calculation of the duration of the concealment packets.
4757
4758 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4759
4760         Based on patch by: Olivier Crete <tester at tester dot ca>
4761
4762         * gst/rtp/Makefile.am:
4763         * gst/rtp/gstrtp.c: (plugin_init):
4764         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4765         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4766         (parse_encode), (gst_rtp_dv_depay_setcaps),
4767         (calculate_difblock_location), (gst_rtp_dv_depay_process),
4768         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4769         (gst_rtp_dv_depay_plugin_init):
4770         * gst/rtp/gstrtpdvdepay.h:
4771         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4772         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4773         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4774         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4775         (gst_dv_pay_negotiate), (include_dif),
4776         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4777         * gst/rtp/gstrtpdvpay.h:
4778         Add DV pay and depayloaders. Fixes #532423.
4779
4780 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4781
4782         * gst/matroska/matroska-demux.c:
4783         (gst_matroska_demux_push_dvd_clut_change_event):
4784         Convert subtitle palette info in VobSub private data from VobSub's
4785         (buggy) RGB to YUV.
4786
4787 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4788
4789         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4790         Do not leave fourcc stream header field empty upon reset.
4791         Fixes #519301.
4792
4793 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4794
4795         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4796         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4797         * docs/plugins/inspect/plugin-goom.xml:
4798         * docs/plugins/inspect/plugin-goom2k1.xml:
4799         * gst/goom/gstgoom.c:
4800         * gst/goom2k1/gstgoom.c:
4801         Add goom2k1 into the docs.
4802
4803 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4804
4805         Based on patch by: Wouter Cloetens  <wouter at mind be>
4806
4807         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4808         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4809         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4810         (gst_rtsp_decode_quoted_string),
4811         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4812         (gst_rtspsrc_setup_auth):
4813         Support Digest authentication. Fixes #532065.
4814
4815 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
4816
4817         * gst/level/gstlevel.c:
4818           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4819           about whats needed for liboil acceleration. Simplify docs a bit.
4820
4821 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4822
4823         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4824
4825         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
4826         Update the track duration if the old one was invalid.
4827         Fixes bug #532117.
4828
4829 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4830
4831         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4832           Use GST_STR_NULL when trying to print sps and pps strings that could
4833           be NULL, as this might crash on some platforms.
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_setup_ddraw):
4840           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
4841           set after creating the clipper.
4842
4843 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4844
4845         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4846
4847         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
4848           Added checking of surface lost case after an unsuccessful
4849           IDirectDrawSurface7_Lock() call.
4850           If surface is lost, return GST_FLOW_OK.
4851
4852 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4853
4854         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4855
4856         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
4857           WndProc, gst_directdraw_sink_window_thread):
4858           Improved Windows message loop and fixed window destruction issue.
4859           When the window which DirectDraw is rendering to is destroyed, the
4860           render/show_frame function will return GST_FLOW_ERROR.
4861           Partially fixes #520885.
4862
4863 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4864
4865         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4866
4867         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
4868           Fixed mid stream resolution change bug, the offscreen surface is now
4869           released when set_caps is called.
4870           Partially fixes #520885.
4871
4872 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4873
4874         * sys/directdraw/gstdirectdrawsink.c
4875           (gst_directdraw_sink_buffer_alloc):
4876           Make it so that gst_directdraw_sink_buffer_alloc uses the right
4877           width/height.
4878
4879           Especially when looking through the pool of buffers, make sure that
4880           the width/height of caps is used instead of the already negotiated
4881           dimensions.
4882           For example if a buffer with different caps is requested, i.e.
4883           higher resolution, the caller would get a buffer with the old
4884           dimensions and thus corrupt the heap.
4885
4886 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4887
4888         * sys/directdraw/gstdirectdrawsink.c
4889           (gst_directdraw_sink_buffer_alloc):
4890           Clear the flags on recycled buffers from buffer_alloc.
4891           Partially fixes #520885.
4892
4893 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4894
4895         * gst/rtp/gstrtpilbcpay.c:
4896           Added missing stdlib.h include for strtol(), and made include ordering and
4897           style consistent with the corresponding depayloader.
4898
4899 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4900
4901         * configure.ac:
4902           Error out if we don't have the required core/base versions.
4903
4904 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4905
4906         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4907
4908         * sys/osxvideo/cocoawindow.m:
4909         Fix compiler warnings on PPC64. Fixes bug #499318.
4910
4911 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4912
4913         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4914
4915         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4916         Don't leak file descriptors on error. Fixes #531532.
4917
4918 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
4919
4920         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4921         (gst_gconf_audio_src_change_state):
4922         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4923         (gst_gconf_video_sink_change_state):
4924         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4925         (gst_gconf_video_src_change_state):
4926         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4927         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
4928         When we can't create a fakesink/fakesrc complain instead of unreffing
4929         NULL pointers and crashing later. See bug #530535.
4930
4931 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4932
4933         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4934         Add some more debug info and guard against small payloads.
4935
4936         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4937         Set duration on outgoing buffers because we can.
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         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
4944         (gst_speex_enc_init), (gst_speex_enc_chain):
4945         Add negotiation for the speex channels and rate. Fixes #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/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
4952         (gst_rtp_speex_pay_getcaps):
4953         Add negotiation for the speex channels and rate. See #465146.
4954
4955 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4956
4957         Patch by: Olivier Crete <tester at tester dot ca>
4958
4959         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
4960         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
4961         Add negotiation for the ILBC mode. See #465146.
4962
4963 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
4964
4965         * ext/soup/gstsouphttpsrc.c:
4966           Include stdlib to fix the build. Use g_free instead of free, libsoup
4967           uses glib.
4968
4969 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4970
4971         Patch by: j^ <j@bootlab.org>
4972
4973         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4974         Add more mpeg2 variants. Fixes #530886.
4975
4976 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
4977
4978         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
4979
4980         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4981           Don't error out if we get an ICMP destination-unreachable
4982           message when trying to read packets on win32 (#529454).
4983
4984 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4985
4986         * configure.ac:
4987         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4988           Use new error code for encrypted streams (which requires core CVS).
4989
4990 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4991
4992         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
4993           (gst_qtdemux_audiosrc_template):
4994           Fix swapped pad template names, spotted by Thiago Sousa Santos.
4995
4996 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4997
4998         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
4999         (speex_dec_chain_parse_data):
5000         Produce concealment data when time progresses in a segment update.
5001
5002 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5003
5004         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
5005         (speex_dec_chain):
5006         Try to preserve input timestamps when we can.
5007         Do beginnings of error concealment.
5008
5009 2008-04-28  Michael Smith <msmith@songbirdnest.com>
5010
5011         * gst/debug/gstnavigationtest.c:
5012           MSVC doesn't provide rint(), define an adequate replacement locally as
5013           elsewhere.
5014
5015 2008-04-28  Julien Moutte  <julien@fluendo.com>
5016
5017         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
5018         format to pacify Mac OSX's gcc.
5019
5020 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5021
5022         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
5023           (DEFAULT_MAX), (src_template), (sink_template),
5024           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
5025           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
5026           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
5027           Bring rndbuffersize element into a state that doesn't require us
5028           to move it to -bad immediately. For one, fix up default min/max
5029           values so that the element actuall works using the default values.
5030           Also, don't ignore flow return values and do some kind of minimal
5031           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
5032           other gratuitious clean-ups.
5033
5034 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5035
5036         * docs/plugins/Makefile.am:
5037         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5038         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5039         * docs/plugins/gst-plugins-good-plugins.args:
5040         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5041         * docs/plugins/gst-plugins-good-plugins.interfaces:
5042         * docs/plugins/gst-plugins-good-plugins.prerequisites:
5043         * docs/plugins/inspect/plugin-1394.xml:
5044         * docs/plugins/inspect/plugin-aasink.xml:
5045         * docs/plugins/inspect/plugin-alaw.xml:
5046         * docs/plugins/inspect/plugin-alpha.xml:
5047         * docs/plugins/inspect/plugin-alphacolor.xml:
5048         * docs/plugins/inspect/plugin-annodex.xml:
5049         * docs/plugins/inspect/plugin-apetag.xml:
5050         * docs/plugins/inspect/plugin-audiofx.xml:
5051         * docs/plugins/inspect/plugin-auparse.xml:
5052         * docs/plugins/inspect/plugin-autodetect.xml:
5053         * docs/plugins/inspect/plugin-avi.xml:
5054         * docs/plugins/inspect/plugin-cacasink.xml:
5055         * docs/plugins/inspect/plugin-cairo.xml:
5056         * docs/plugins/inspect/plugin-cdio.xml:
5057         * docs/plugins/inspect/plugin-cutter.xml:
5058         * docs/plugins/inspect/plugin-debug.xml:
5059         * docs/plugins/inspect/plugin-dv.xml:
5060         * docs/plugins/inspect/plugin-efence.xml:
5061         * docs/plugins/inspect/plugin-effectv.xml:
5062         * docs/plugins/inspect/plugin-equalizer.xml:
5063         * docs/plugins/inspect/plugin-esdsink.xml:
5064         * docs/plugins/inspect/plugin-flac.xml:
5065         * docs/plugins/inspect/plugin-flxdec.xml:
5066         * docs/plugins/inspect/plugin-gamma.xml:
5067         * docs/plugins/inspect/plugin-gconfelements.xml:
5068         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5069         * docs/plugins/inspect/plugin-goom.xml:
5070         * docs/plugins/inspect/plugin-halelements.xml:
5071         * docs/plugins/inspect/plugin-icydemux.xml:
5072         * docs/plugins/inspect/plugin-id3demux.xml:
5073         * docs/plugins/inspect/plugin-jpeg.xml:
5074         * docs/plugins/inspect/plugin-level.xml:
5075         * docs/plugins/inspect/plugin-matroska.xml:
5076         * docs/plugins/inspect/plugin-monoscope.xml:
5077         * docs/plugins/inspect/plugin-mulaw.xml:
5078         * docs/plugins/inspect/plugin-multifile.xml:
5079         * docs/plugins/inspect/plugin-multipart.xml:
5080         * docs/plugins/inspect/plugin-navigationtest.xml:
5081         * docs/plugins/inspect/plugin-ossaudio.xml:
5082         * docs/plugins/inspect/plugin-png.xml:
5083         * docs/plugins/inspect/plugin-quicktime.xml:
5084         * docs/plugins/inspect/plugin-rtp.xml:
5085         * docs/plugins/inspect/plugin-rtsp.xml:
5086         * docs/plugins/inspect/plugin-shout2send.xml:
5087         * docs/plugins/inspect/plugin-smpte.xml:
5088         * docs/plugins/inspect/plugin-spectrum.xml:
5089         * docs/plugins/inspect/plugin-speex.xml:
5090         * docs/plugins/inspect/plugin-taglib.xml:
5091         * docs/plugins/inspect/plugin-udp.xml:
5092         * docs/plugins/inspect/plugin-video4linux2.xml:
5093         * docs/plugins/inspect/plugin-videobalance.xml:
5094         * docs/plugins/inspect/plugin-videobox.xml:
5095         * docs/plugins/inspect/plugin-videocrop.xml:
5096         * docs/plugins/inspect/plugin-videoflip.xml:
5097         * docs/plugins/inspect/plugin-videomixer.xml:
5098         * docs/plugins/inspect/plugin-wavenc.xml:
5099         * docs/plugins/inspect/plugin-wavpack.xml:
5100         * docs/plugins/inspect/plugin-wavparse.xml:
5101         * docs/plugins/inspect/plugin-ximagesrc.xml:
5102           Add docs for gdkpixbufsink; update docs to CVS version.
5103
5104 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5105
5106         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
5107         Remove test sync-offset by default.
5108
5109 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5110
5111         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
5112         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
5113         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5114           Use GLib versions of htonl, htons, ntohl and ntohs in order
5115           to avoid problems on win32 (#529707).
5116
5117 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5118
5119         Patch by: Jesús Corrius <jesus at softcatala org>
5120
5121         * gst/goom/filters.c: (zoomVector):
5122         * gst/goom/goom_core.c: (init_buffers):
5123           Fix build with mingw32: use rand() instead of random() and
5124           replace bzero() with memset(). Fixes #529692.
5125
5126 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5127
5128         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
5129         Fix typo in comments.
5130
5131         * tests/examples/rtp/client-H263p-PCMA.sdp:
5132         * tests/examples/rtp/client-H263p-PCMA.sh:
5133         * tests/examples/rtp/client-H264-PCMA.sdp:
5134         * tests/examples/rtp/client-H264-PCMA.sh:
5135         * tests/examples/rtp/client-H264.sdp:
5136         * tests/examples/rtp/client-H264.sh:
5137         * tests/examples/rtp/client-PCMA.sdp:
5138         * tests/examples/rtp/client-PCMA.sh:
5139         * tests/examples/rtp/server-alsasrc-PCMA.sh:
5140         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
5141         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
5142         Add some more docs and fix examples.
5143
5144 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
5145
5146         * tests/check/elements/multifile.c:
5147         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
5148         declared in the former, some have it declared in the latter.
5149
5150 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
5151
5152         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
5153         * gst/debug/tests.c: (md5_get_value):
5154         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
5155         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
5156         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
5157         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
5158         Stop using deprecated GLib functions.
5159
5160 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
5161
5162         * configure.ac:
5163         Back to development -> 0.10.8.1
5164
5165 === release 0.10.8 ===
5166
5167 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
5168
5169         * configure.ac:
5170           releasing 0.10.8, "One For The Money"
5171
5172 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
5173
5174         * configure.ac:
5175         0.10.7.4 pre-release
5176
5177 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
5178
5179         * gst/goom/config_param.c: (goom_plugin_parameters_free):
5180         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
5181         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
5182         * gst/goom/flying_stars_fx.c: (fs_free):
5183         * gst/goom/goom_config_param.h:
5184         * gst/goom/goom_core.c: (goom_init), (goom_close):
5185         * gst/goom/goom_plugin_info.h:
5186         * gst/goom/gstgoom.c: (gst_goom_finalize):
5187         * gst/goom/lines.c: (goom_lines_free):
5188         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
5189         * gst/goom/surf3d.c: (grid3d_free):
5190         * gst/goom/surf3d.h:
5191         * gst/goom/tentacle3d.c: (tentacle_free):
5192         Free a bunch of stuff, and initialise things to fix leaks
5193         and valgrind warnings in the testsuite.
5194
5195         Fixes: #529268
5196
5197 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
5198
5199         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
5200         (gst_rtspsrc_configure_caps):
5201         Ref caps as the return value for the request_pt_map signal.
5202         Remove some caps weirdness when configuring a stream. See #528245.
5203
5204 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
5205
5206         * tests/icles/gdkpixbufsink-test.c:
5207           Add cast to placate gcc 4.1.2.
5208
5209 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5210
5211         * configure.ac:
5212         0.10.7.3 pre-release
5213
5214 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5215
5216         * tests/check/Makefile.am:
5217         Disable some more elements in the state test.
5218         Add a define so the soup test can find the test files
5219         it needs at runtime.
5220
5221         * tests/check/elements/souphttpsrc.c: (run_server):
5222
5223         Add a define so the soup test can find the test files
5224         it needs at runtime.
5225
5226 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
5227
5228         * gst/goom/convolve_fx.c: (convolve_apply):
5229         Don't ever draw the GOOM logo.
5230         Fixes: #528615
5231
5232 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5233
5234         * ext/cdio/gstcdiocddasrc.c:
5235         * ext/dv/gstdvdemux.c: 
5236         gst_atomic_int_set ==> g_atomic_int_set
5237
5238 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
5239
5240         * configure.ac:
5241         * gst/goom/Makefile.am:
5242         * gst/goom/convolve_fx.c:
5243         * gst/goom/default_scripts.h:
5244         * gst/goom/goom.h:
5245         * gst/goom/goom_core.c: (choose_a_goom_line):
5246         * gst/goom/goom_plugin_info.h:
5247         * gst/goom/goomsl.c:
5248         * gst/goom/goomsl.h:
5249         * gst/goom/goomsl_hash.c:
5250         * gst/goom/goomsl_hash.h:
5251         * gst/goom/goomsl_heap.c:
5252         * gst/goom/goomsl_heap.h:
5253         * gst/goom/goomsl_private.h:
5254         * gst/goom/plugin_info.c:
5255           Strip out the config/script parsing stuff, we don't need it.
5256           Fixes #527999.
5257
5258 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
5259
5260         * gst/goom/plugin_info.c: (setOptimizedMethods):
5261           Disable altivec optimisations for 32-bit PPC as well to make
5262           things build properly on all PPC systems. Fixes #528143
5263
5264 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
5265
5266         * gst-plugins-good.spec.in:
5267           Update for souphttpsrc plugin which has moved to -good.
5268
5269 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
5270
5271         * gst/matroska/matroska-demux.c:
5272         (gst_matroska_demux_handle_seek_event):
5273         Fix open-ended seeks in matroskademux
5274         Patch by: Mark Nauwelaerts <manauw skynet be>
5275         Fixes: #526557
5276
5277 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
5278
5279         * tests/check/Makefile.am:
5280         Add soup test certificates to the dist.
5281
5282 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5283
5284         * ext/Makefile.am:
5285         Remove LADSPA reference I missed.
5286
5287 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
5288
5289         * ext/soup/gstsouphttpsrc.c: (plugin_init):
5290         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
5291         over gnome-vfs and everything else. Fixes bug #527848.
5292
5293 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5294
5295         * configure.ac:
5296         * ext/Makefile.am:
5297         Remove LADSPA plugin. Fixes: #515978
5298
5299 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5300
5301         * configure.ac:
5302         * docs/plugins/Makefile.am:
5303         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5304         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5305         * docs/plugins/gst-plugins-good-plugins.args:
5306         * docs/plugins/inspect/plugin-soup.xml:
5307         * ext/Makefile.am:
5308         * tests/check/Makefile.am:
5309         Move soup plugin from -bad (Fixes: #523124)
5310
5311 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5312
5313         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
5314         Fix bounds checking of mode in Speex header, which may
5315         produce negative numbers in speex <= 1.1.12
5316
5317 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5318
5319         * gst/goom/Makefile.am:
5320         * gst/goom/gfontlib.c:
5321         * gst/goom/gfontlib.h:
5322         * gst/goom/gfontrle.c:
5323         * gst/goom/gfontrle.h:
5324         * gst/goom/goom.h:
5325         * gst/goom/goom_core.c: (goom_update):
5326         * gst/goom/goom_plugin_info.h:
5327         * gst/goom/gstgoom.c: (gst_goom_chain):
5328         * gst/goom/plugin_info.c:
5329           Remove a bunch of font/text related code that we don't need.
5330
5331 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5332
5333         * gst/goom/ppc_drawings.s:
5334         * gst/goom/ppc_zoom_ultimate.s:
5335           Change license of these files to LGPL, as permitted by the
5336           author, Guillaume Borios. See #515073.
5337
5338 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
5339
5340         * gst/goom/convolve_fx.c:
5341         * gst/goom/motif_goom1.h:
5342         * gst/goom/motif_goom2.h:
5343           As hinted in Bug #518213, revert one change and fix warnings properly.
5344           This fixes both #518213 and #520073 for me.     
5345
5346 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
5347
5348         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
5349         * gst/matroska/matroska-demux.c:
5350         (gst_matroska_demux_handle_seek_event),
5351         (gst_matroska_demux_parse_contents_seekentry),
5352         (gst_matroska_demux_loop):
5353         Fix the Forte build by making function declaration signatures
5354         match the implementations.
5355
5356 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
5357
5358         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
5359         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
5360         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
5361           More logging when probing (see #518474), some comments in _reset().
5362
5363 2008-04-07  Julien Moutte  <julien@fluendo.com>
5364
5365         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
5366         because of a bad argument number.
5367
5368 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
5369
5370         * tests/icles/.cvsignore:
5371         * tests/icles/Makefile.am:
5372         * tests/icles/gdkpixbufsink-test.c:
5373           Interactive test app for gdkpixbufsink.
5374
5375 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
5376
5377         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
5378
5379         * configure.ac:
5380         Actually build dlls when cross-compiling with mingw32.
5381         Fixes bug #526247.
5382
5383 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
5384
5385         * ext/hal/hal.c: (gst_hal_get_alsa_element):
5386           Don't munge device string to 'default:x' for capture devices.
5387           Fixes #525833.
5388
5389 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
5390
5391         * ext/wavpack/gstwavpackparse.c:
5392         (gst_wavpack_parse_index_entry_free):
5393         Always use GSlice as we actually depend on GLib 2.12 already.
5394
5395 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5396
5397         * configure.ac:
5398           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
5399           Also bump the GLib requirement to the current de-facto requirement
5400           (ie. 2.12).
5401
5402 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5403
5404         * gst/rtp/gstrtph264pay.c: (encode_base64),
5405         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
5406         * gst/rtp/gstrtph264pay.h:
5407         Parse codec_data for future AVC compatibility.
5408         Fail when we encounter AVC data for now.
5409
5410 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5411
5412         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
5413           (gst_spectrum_init), (gst_spectrum_set_property),
5414           (gst_spectrum_get_property), (gst_spectrum_message_new):
5415           Rename property enums and default defines for the properties to match
5416           the property names and rephrase property descriptions to make them a
5417           bit clearer (hopefully). See #518188.
5418
5419 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5420
5421         * tests/check/Makefile.am:
5422         * tests/check/elements/.cvsignore:
5423         * tests/check/elements/gdkpixbufsink.c:
5424           Add unit test for gdkpixbufsink element.
5425
5426 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5427
5428         * ext/gdk_pixbuf/Makefile.am:
5429         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
5430         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
5431           (gst_gdk_pixbuf_sink_base_init),
5432           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
5433           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
5434           (gst_gdk_pixbuf_sink_set_caps),
5435           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
5436           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
5437           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
5438           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
5439           (gst_gdk_pixbuf_sink_get_property):
5440         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
5441           Add gdkpixbufsink element for easy snapshotting (#525946).
5442
5443 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5444
5445         * tests/check/pipelines/wavpack.c: (wavpack_suite):
5446         Bump timeout from 3 to 60 seconds.
5447
5448 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5449
5450         * tests/check/pipelines/.cvignore:
5451         Remove useless file.
5452
5453         * tests/check/pipelines/.cvsignore:
5454         Add new test to .cvsignore.
5455
5456 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5457
5458         * tests/check/Makefile.am:
5459         * tests/check/pipelines/wavpack.c: (bus_handler),
5460         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
5461         (wavpack_suite), (main):
5462         Add unit test that encodes and decodes some data, checks that it
5463         is still the same and that all timestamps/offsets are perfect.
5464
5465 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5466
5467         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
5468         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
5469         * ext/wavpack/gstwavpackparse.c:
5470         (gst_wavpack_parse_index_entry_new),
5471         (gst_wavpack_parse_index_entry_free),
5472         (gst_wavpack_parse_base_init),
5473         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
5474         Use GSlice for allocating index entries and use
5475         gst_element_class_set_details_simple().
5476
5477 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5478
5479         Patch by: Brian Cameron <brian.cameron at sun dot com>
5480
5481         * sys/sunaudio/gstsunaudio.c:
5482         * sys/sunaudio/gstsunaudiomixer.c:
5483         * sys/sunaudio/gstsunaudiomixer.h:
5484         * sys/sunaudio/gstsunaudiomixerctrl.c:
5485         * sys/sunaudio/gstsunaudiomixerctrl.h:
5486         * sys/sunaudio/gstsunaudiomixertrack.c:
5487         * sys/sunaudio/gstsunaudiomixertrack.h:
5488         * sys/sunaudio/gstsunaudiosink.c:
5489         * sys/sunaudio/gstsunaudiosink.h:
5490         * sys/sunaudio/gstsunaudiosrc.c:
5491         * sys/sunaudio/gstsunaudiosrc.h:
5492           Fix up copyrights (#525860).
5493
5494 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5495
5496         * gst/goom/goomsl.c: (gsl_read_file):
5497           Check return value of fread() to avoid compiler warnings.
5498
5499 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5500
5501         Based on patch by: Mersad Jelacic <mersad at axis dot com>
5502
5503         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
5504         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
5505         * gst/law/alaw-decode.h:
5506         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
5507         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
5508         (gst_mulawdec_chain), (gst_mulawdec_change_state):
5509         * gst/law/mulaw-decode.h:
5510         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
5511         Make negotiation a bit modern.
5512         Use pad_alloc. Fixes #525359.
5513
5514 2008-03-31  David Schleef  <ds@schleef.org>
5515
5516         * gst/goom/xmmx.c: Fix constraints on asm code so that it
5517           compiles consistently.  Fixes #522278.
5518
5519 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
5520
5521         Patch by: Brian Cameron <brian.cameron at sun dot com>
5522
5523         * sys/sunaudio/gstsunaudiomixerctrl.c:
5524           (gst_sunaudiomixer_ctrl_get_volume),
5525           (gst_sunaudiomixer_ctrl_set_volume):
5526         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
5527           Fix up the mixer tracks to use a volume range of 0-255, which is what
5528           the sun audio API uses. This simplifies the code and avoids rounding
5529           errors. Fixes #524593.
5530
5531 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
5532
5533         * sys/v4l2/gstv4l2object.c:
5534         * sys/v4l2/gstv4l2object.h:
5535         Add device-fd property to make it possible to apps to call ioctl's.
5536
5537 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5538
5539         * gst/qtdemux/qtdemux.c: (next_entry_size):
5540         Unbreak streaming mode again.
5541
5542 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5543
5544         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
5545           Remove superfluous DEBUG macro.
5546
5547 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5548
5549         Based on patch by: William M. Brack <wbrack at mmm com hk>
5550
5551         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
5552           (gst_v4l2src_set_capture):
5553           Check whether the device supports setting the framerate before
5554           trying to set it and then posting a warning or error if it doesn't
5555           work (#516649, #520092). Also compare fractions more correctly.
5556
5557 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5558
5559         * gst/goom/Makefile.am:
5560           Remove ppc assembler optimisations from the build until they
5561           actually build (they also seem to have GPL headers).
5562
5563 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5564
5565         * m4/Makefile.am:
5566           Better not dist files that don't exist any longer (lrint*m4).
5567
5568 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
5569
5570         * configure.ac:
5571         * m4/lrint.m4:
5572         * m4/lrintf.m4:
5573         Remove lrint/lrintf checks. We don't use it anywhere.
5574
5575 2008-03-18  Andy Wingo  <wingo@pobox.com>
5576
5577         * sys/osxvideo/osxvideosink.m
5578         (gst_osx_video_sink_osxwindow_destroy)
5579         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5580         task, whoopdee.
5581         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5582         2 ms.
5583
5584 2008-03-18  Andy Wingo  <wingo@pobox.com>
5585
5586         * sys/osxvideo/osxvideosink.m
5587         (gst_osx_video_sink_osxwindow_destroy)
5588         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5589         task, whoopdee.
5590         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5591         2 ms.
5592         
5593 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
5594
5595         Patch by: William M. Brack <wbrack at mmm com hk>
5596
5597         * sys/v4l2/v4l2src_calls.c:
5598           (gst_v4l2src_probe_caps_for_format_and_size),
5599           (gst_v4l2src_probe_caps_for_format):
5600           Make sure the probed frame sizes are reversed in the resulting
5601           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
5602           highest resolution first); also remove unused variable.
5603           (Partly fixes #520092)
5604
5605 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5606
5607         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5608
5609         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5610         (gst_rtspsrc_finalize):
5611         Call WSAStartup() and WSACleanup before using the Winsock API.
5612         See #520808.
5613
5614 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5615
5616         * gst/avi/gstavidemux.c:
5617           Erm, the buffer-size is just guint, no need for the special format
5618           specifier.
5619
5620 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
5621
5622         * gst/goom/plugin_info.c:
5623         * gst/goom/ppc_zoom_ultimate.h:
5624           Small fixes to build more on PPC: ifdef out code that uses unknown
5625           define; add newline at end of header file to avoid compiler warning.
5626           Assembler code still doesn't build though.
5627
5628 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5629
5630         * gst/avi/gstavidemux.c:
5631           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
5632           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
5633
5634 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5635
5636         * gst/avi/gstavidemux.c:
5637           Chunksize is uint32. Fix format specifier.
5638
5639 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
5640
5641         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
5642         mistake. Return file to pure MIT text.
5643
5644 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5645
5646         * gst/audiofx/audiofx.c:
5647         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
5648         of hardcoding values.
5649
5650 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5651
5652         Patch by: Mark Nauwelaerts <manauw skynet be>
5653
5654         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
5655           (gst_oss_src_close):
5656         * sys/oss/gstosssrc.h:
5657           Cache probed caps, so _get_caps() during recording doesn't cause
5658           ioctl calls which may disrupt the recording (fixes #521875).
5659
5660 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5661
5662         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
5663         (gst_qtdemux_activate_segment),
5664         (gst_qtdemux_prepare_current_sample),
5665         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
5666         Make sure we always send a DISCONT after a seek by setting the sample
5667         index to an undefined value after a seek.
5668
5669 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5670
5671         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
5672           (GST_IS_AVI_SUBTITLE_CLASS):
5673           Fix up IS_FOO macros, which makes gtk-doc much happier.
5674
5675 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
5676
5677         * tests/icles/Makefile.am:
5678           Move the -lgstfoo where it belongs.
5679
5680 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5681
5682         * gst/matroska/ebml-ids.h:
5683         Add ID for EBML CRC32 elements.
5684
5685         * gst/matroska/Makefile.am:
5686         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
5687         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
5688         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
5689         (gst_ebml_read_header):
5690         Support reading 80bit floats, add finalize method to clean up
5691         in any case, support reading length/id elements with any length
5692         as long as it's smaller than our supported maximum, don't leak
5693         buffers if reading as much data as we wanted failed and some
5694         smaller cleanup.
5695
5696 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5697
5698         Patch by: Olivier Crete <tester at tester dot ca>
5699
5700         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5701         Check that a buffer is large enough before reading from it.
5702         Fixes bug #521102.
5703         
5704 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5705
5706         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5707         Fix compilation after removing the GstPollMode from the
5708         constructor.
5709
5710 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5711
5712         * configure.ac:
5713         * gst/audiofx/Makefile.am:
5714         * gst/audiofx/audiochebband.c:
5715         * gst/audiofx/audiocheblimit.c:
5716         * gst/audiofx/math_compat.h:
5717         Check for sinh(), cosh() and asinh() and define our own
5718         implementations if they're not available. Fixes bug #520880.
5719
5720 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5721
5722         Patch by: Olivier Crete <tester at tester dot ca>
5723
5724         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
5725         Unref the buffers only once when handling not-negotiated errors.
5726         Fixes bug #520764.
5727
5728 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5729
5730         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5731
5732         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
5733         (gst_udpsrc_stop):
5734         Properly balance WSA_Cleanup with WSA_Startup.
5735         Also make the poll controllable on windows. Fixes #520888.
5736
5737 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5738
5739         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5740         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5741         (gst_ebml_read_element_length), (gst_ebml_peek_id),
5742         (gst_ebml_read_skip), (gst_ebml_read_buffer),
5743         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5744         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5745         (gst_ebml_read_date), (gst_ebml_read_master),
5746         (gst_ebml_read_binary), (gst_ebml_read_header):
5747         * gst/matroska/ebml-read.h:
5748         * gst/matroska/matroska-demux.c:
5749         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5750         (gst_matroska_demux_read_track_encodings),
5751         (gst_matroska_demux_add_stream),
5752         (gst_matroska_demux_handle_src_query),
5753         (gst_matroska_demux_handle_seek_event),
5754         (gst_matroska_demux_init_stream),
5755         (gst_matroska_demux_parse_tracks),
5756         (gst_matroska_demux_parse_index_cuetrack),
5757         (gst_matroska_demux_parse_index_pointentry),
5758         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5759         (gst_matroska_demux_parse_metadata_id_simple_tag),
5760         (gst_matroska_demux_parse_metadata_id_tag),
5761         (gst_matroska_demux_parse_metadata),
5762         (gst_matroska_demux_sync_streams),
5763         (gst_matroska_demux_push_hdr_buf),
5764         (gst_matroska_demux_push_flac_codec_priv_data),
5765         (gst_matroska_demux_push_xiph_codec_priv_data),
5766         (gst_matroska_demux_add_wvpk_header),
5767         (gst_matroska_demux_check_subtitle_buffer),
5768         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5769         (gst_matroska_demux_parse_cluster),
5770         (gst_matroska_demux_parse_contents_seekentry),
5771         (gst_matroska_demux_parse_contents),
5772         (gst_matroska_demux_loop_stream_parse_id),
5773         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5774         * gst/matroska/matroska-demux.h:
5775         * gst/matroska/matroska-ids.h:
5776         Handle return values from pull_range in a more granular way to properly
5777         shut down on seeks.
5778         Combine return values from push.
5779         Implement proper error handling.
5780         Prepare for handling seeking correctly.
5781
5782 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
5783
5784         * gst/matroska/ebml-read.c:
5785         Use GINT64 formatting constants from GLIB.
5786
5787         * gst/matroska/matroska-demux.c:
5788         Add some guards to avoid a possible division by 0 and crashing
5789         with NULL events on some systems.
5790         Use gst_gdouble_to_guint64 somewhere instead of an implicit
5791         conversion. 
5792
5793         * gst/matroska/matroska-mux.c:
5794         Check for invalid timestamps in a bunch of places to avoid
5795         writing bogus durations into the output file.
5796         Fix some double<->gint64 conversions that weren't using
5797         gst_guint64_to_gdouble
5798
5799 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5800
5801         * configure.ac:
5802         Move the checks for bison, flex and as to the program section and the
5803         check for gcc inline asm to the compiler characteristics section.
5804
5805 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5806
5807         * configure.ac:
5808         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5809         plug-ins are included/excluded. (#498222)
5810
5811 2008-02-29  Michael Smith <msmith@fluendo.com>
5812
5813         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5814           Don't call gst_object_sync_values() unless we have a valid timestamp.
5815
5816 2008-02-28  David Schleef  <ds@schleef.org>
5817
5818         * gst/matroska/matroska-demux.c:
5819         * gst/matroska/matroska-ids.h:
5820         * gst/matroska/matroska-mux.c:
5821           Fix Dirac mapping.  I had previously added a VfW-type
5822           mapping, but it looks like Dirac will get a native Matroska
5823           mapping, and this is the most likely method.
5824
5825 2008-02-28  David Schleef  <ds@schleef.org>
5826
5827         * gst/avi/gstavimux.c: Add Dirac encoding
5828
5829 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5830
5831         Patch by: Peter Kjellerstedt <pkj at axis com>
5832
5833         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5834         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
5835         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
5836         * gst/udp/gstudpsrc.h:
5837         Port to GstPoll. See #505417.
5838
5839 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
5840
5841         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
5842         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
5843         yet on the srcpad. We need rate and channels before we
5844         can do any processing. Fixes bug #519088.
5845
5846 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
5847
5848         * configure.ac:
5849         Detect and indicate if GCC inline assembly syntax is
5850         available.
5851
5852         * gst/goom/Makefile.am:
5853         * gst/goom/convolve_fx.c:
5854         * gst/goom/flying_stars_fx.c:
5855         * gst/goom/goom_config.h:
5856         * gst/goom/goom_core.c:
5857         * gst/goom/goomsl.c:
5858         * gst/goom/ifs.c:
5859         * gst/goom/mmx.c:
5860         * gst/goom/plugin_info.c:
5861         * gst/goom/xmmx.c:
5862         Fix various GCC-isms, and only build the inline assembly
5863         with compilers that support GCC inline assembly.
5864
5865         Fix a couple of other warnings shown with Forte.
5866
5867 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5868
5869         * gst/goom/xmmx.c:
5870           Use 'emms' instead of 'femms' to not crash on cpus that do not
5871           implement this 3dnow specific instruction.
5872
5873 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5874
5875         * gst/goom/plugin_info.c: (setOptimizedMethods):
5876         Use extended MMX for draw_line() too if available, not only
5877         normal MMX.
5878
5879 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5880
5881         * ext/jpeg/gstjpeg.c: (plugin_init):
5882         Remove (commented out) smoke typefinder. This is in base now.
5883
5884 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
5885
5886         * gst/goom2k1/Makefile.am:
5887         * gst/goom2k1/gstgoom.c:
5888
5889         Rename the installed library, and don't register the same 
5890         GType name as the new goom.
5891
5892 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5893
5894         * configure.ac:
5895         * ext/taglib/Makefile.am:
5896           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5897           when building C++ code (#516509).
5898
5899 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5900
5901         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5902         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5903           (setOptimizedMethods):
5904           Call oil_init(), otherwise oil_get_cpu_flags() won't return
5905           anything useful. Export goom debug category so we can get
5906           rid of the VERBOSE define and the printfs.
5907
5908 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5909
5910         * gst/goom/goomsl_heap.c: (align_it):
5911         * gst/goom/plugin_info.c: (setOptimizedMethods):
5912           Compile fixes for x86-64.
5913
5914 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5915
5916         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
5917         with warnings, but add other CFLAGS
5918
5919         * gst/goom/goomsl.c (gsl_instr_set_namespace),
5920         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
5921         (calculate_labels), (gsl_read_file):
5922         * gst/goom/goomsl_lex.l:
5923         * gst/goom/goomsl_yacc.y:
5924         * gst/goom/plugin_info.c: Remove a few live printf, and
5925         fprintf, replace exit() calls with g_assert_not_reached()
5926         if it not optimal for a library
5927
5928 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5929
5930         * gst/goom/Makefile.am: Remove the warnings being disabled,
5931         fix linkage on x86, spotted by Sebastian Dröge
5932         <slomo@circular-chaos.org>
5933
5934         * gst/goom/convolve_fx.c (convolve_init),
5935         (create_output_with_brightness), (convolve_apply):
5936         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
5937         * gst/goom/goomsl.c:
5938         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
5939         * gst/goom/plugin_info.c:
5940         * gst/goom/tentacle3d.c (tentacle_fx_create):
5941         Fix warnings, and disable the motifs in the convolve_fx
5942         plugin (they were causing warnings, and they were just
5943         "Goom" in funny letterring)
5944
5945 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5946
5947         * configure.ac: Add checks for Flex/Yacc/Bison and other
5948         furry animals, for the new goom 2k4 based plugin
5949
5950         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
5951         CPU optimisations (not working yet), move the old plugin to...
5952
5953         * gst/goom2k1/*: ... here, in case somebody is sick enough
5954
5955         Fixes #515073
5956
5957 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5958
5959         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5960         Post the server response code in an error message instead of a generic
5961         'error' message. Fixes #517237.
5962
5963 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5964
5965         * tests/check/Makefile.am:
5966         Ignore gconfaudiosrc for the states unit test too. It will fallback
5967         to alsasrc if the gconf settings can't be read and not everybody has
5968         alsa.
5969
5970 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5971
5972         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
5973         (gst_wavpack_parse_create_src_pad):
5974         * ext/wavpack/gstwavpackparse.h:
5975         Always report the duration if we know it in push mode and don't
5976         return 0 just to make totem believe we can't seek in push mode.
5977         Newer totem version use the SEEKING query which properly reports
5978         if we can seek or not.
5979
5980 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5981
5982         Patch by: Jens Granseuer <jensgr at gmx dot net>
5983
5984         * tests/examples/equalizer/demo.c: (main):
5985         C89 fix, moving variable declarations to the beginning of
5986         the block. Fixes bug #517933.
5987
5988 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5989
5990         * configure.ac:
5991         Back to development...
5992
5993 === release 0.10.7 ===
5994
5995 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5996
5997         * configure.ac:
5998           releasing 0.10.7, "Red Door Black"
5999
6000 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
6001
6002         * gst/alpha/Makefile.am:
6003         Link alpha plugin with libgstbase. Fixes bug #517386.
6004
6005 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6006
6007         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
6008         Init values to -1 instead of the default 0 value.
6009         Fixes #516524.
6010
6011 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
6012
6013         * tests/examples/spectrum/spectrum-example.c:
6014         Add missing include to fix compilation when libxml usage is disabled.
6015         Fixes: #516371
6016
6017 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6018
6019         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
6020         fixes: #514889
6021
6022         * gst/rtp/gstrtph264pay.c:
6023         * gst/rtp/gstrtpmp4gdepay.c:
6024         * gst/rtp/gstrtpmp4gpay.c:
6025         * gst/rtp/gstrtpmp4gpay.h:
6026         * gst/rtp/gstrtptheorapay.c:
6027         * gst/rtp/gstrtpvorbispay.c:
6028
6029         Fix various leaks shown up in valgrind
6030         - free sprops and buffer in error cases in H264 payloader
6031         - fix leak in mp4g depayloader when construction the caps
6032         - don't leak config string in the mp4g payloader
6033         - don't leak buffers and headers in theora and vorbis payloaders
6034
6035         * tests/check/elements/rtp-payloading.c:
6036
6037         Fix the RTP data test
6038         - Actually send valid amr data to the payloader instead of 20
6039         zero-bytes
6040         - The mp4g payloader expects codec_data on the caps
6041
6042 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
6043
6044         * win32/MANIFEST:
6045         Add libgstpng.dsp to MANIFEST.
6046         * win32/vs6/libgstaudiofx.dsp:
6047         Add new source files to VS project file.
6048
6049 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6050
6051         * sys/ximage/gstximagesrc.c:
6052         Initialise variables when opening the X display rather
6053         than in _start(), as the display can be opened before that.
6054
6055         Fixes: #515985
6056
6057 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6058
6059         * sys/directdraw/gstdirectdrawsink.c:
6060         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
6061         (gst_directdraw_sink_finalize):
6062         Properly chain up finalize functions. Fixes bug #515980.
6063
6064 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6065
6066         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6067         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
6068         (gst_v4l2_buffer_pool_class_init):
6069         Chain up the finalize functions. Fixes bug #515984.
6070
6071 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6072
6073         * sys/ximage/ximageutil.c:
6074         Chain up in the finalize function for our custom
6075         buffer sub-class.
6076         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
6077         Fixes: #515706
6078
6079 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6080
6081         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
6082         (gst_fenced_buffer_class_init):
6083         Properly chain up finalize method. Fixes bug #515979.
6084
6085 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6086
6087         * sys/ximage/gstximagesrc.c:
6088         Free allocated Damage memory before closing our connection to the
6089         X server. Partially fixes: #515706
6090
6091 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6092
6093         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
6094         * tests/check/Makefile.am:
6095         * tests/check/gst-plugins-good.supp:
6096         Add a few libjpeg suppressions and initialize a variable to
6097         make smokeenc valgrind clean. Fixes bug #515701.
6098
6099 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
6100
6101         * gst/avi/gstavidemux.c:
6102         Revert patch which sends timestamps only on keyframes, as it
6103         breaks playback with current gst-ffmpeg.
6104
6105         Fixes: #515562
6106
6107 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
6108
6109         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6110         * tests/check/elements/multifile.c: (GST_START_TEST):
6111         Close some memory leaks spotted by the unit test. Fixes bug #515697.
6112
6113 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
6114
6115         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
6116         Use and unset the GError when pipeline creation fails instead of
6117         simply leaking it. Fixes bug #515704.
6118
6119 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
6120
6121         * gst/audiofx/audioamplify.c:
6122         * gst/audiofx/audiochebband.c:
6123         * gst/audiofx/audiocheblimit.c:
6124         * gst/audiofx/audiodynamic.c:
6125         * gst/audiofx/audioinvert.c:
6126         * gst/audiofx/audiopanorama.c:
6127         * gst/audiofx/audiowsincband.c:
6128         * gst/audiofx/audiowsinclimit.c:
6129         Fix long description of audiofx elements. Fixes bug #515457.
6130
6131 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
6132
6133         * docs/plugins/Makefile.am:
6134         * gst/spectrum/gstspectrum.c:
6135         * tests/examples/spectrum/.cvsignore:
6136         * tests/examples/spectrum/Makefile.am:
6137         * tests/examples/spectrum/spectrum-example.c:
6138
6139         Add a simple example application for the spectrum element, include it
6140         in the docs, and fix some documentation ambiguities.
6141
6142         Fixes: #348085
6143
6144 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6145
6146         * gst/equalizer/Makefile.am:
6147         * gst/spectrum/Makefile.am:
6148         Fix includes order
6149
6150         * tests/check/Makefile.am:
6151         Exclude v4l2src from the states test - it takes too long to start.
6152
6153         * tests/check/elements/spectrum.c:
6154         Make the test run properly with CK_FORK=no
6155
6156 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
6157
6158         * gst/audiofix/Makefile.am: add missing header files 
6159
6160 2008-02-08  Julien Moutte  <julien@fluendo.com>
6161
6162         * gst/matroska/matroska-demux.c:
6163         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
6164         keyframe and delta units correctly when dealign with a BlockGroup.
6165         Fixes: #514397
6166
6167 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6168
6169         * tests/check/elements/.cvsignore:
6170         Spell the new tests correctly in .cvsignore
6171
6172 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
6173
6174         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6175           Need to use gsize here for the size, fixes compiler warning.
6176
6177         * tests/examples/equalizer/.cvsignore:
6178         * tests/examples/equalizer/Makefile.am:
6179         * tests/examples/spectrum/.cvsignore:
6180         * tests/examples/spectrum/Makefile.am:
6181           Add missing files to fix the build.
6182
6183 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6184
6185         * configure.ac:
6186         * docs/plugins/Makefile.am:
6187         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6188         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6189         * docs/plugins/gst-plugins-good-plugins.args:
6190         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6191         * docs/plugins/inspect/plugin-multifile.xml:
6192         * tests/check/Makefile.am:
6193         * tests/check/elements/.cvsignore:
6194
6195         Move multifile plugin from -bad.
6196         Fixes: #490283
6197
6198 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6199
6200         * configure.ac:
6201         * docs/plugins/Makefile.am:
6202         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6203         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6204         * docs/plugins/gst-plugins-good-plugins.args:
6205         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6206         * docs/plugins/inspect/plugin-spectrum.xml:
6207         * gst/spectrum/Makefile.am:
6208         * tests/check/Makefile.am:
6209         * tests/check/elements/.cvsignore:
6210         * tests/examples/Makefile.am:
6211
6212         Move spectrum plugin from -bad.
6213         Move examples into tests/examples/spectrum.
6214
6215 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6216
6217         * configure.ac:
6218         * docs/plugins/Makefile.am:
6219         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6220         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6221         * docs/plugins/gst-plugins-good-plugins.args:
6222         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6223         * docs/plugins/gst-plugins-good-plugins.interfaces:
6224         * docs/plugins/inspect/plugin-equalizer.xml:
6225         * gst/equalizer/Makefile.am:
6226         * tests/check/Makefile.am:
6227         * tests/examples/Makefile.am:
6228         Move the equalizer plugin across from -bad
6229
6230         * tests/check/elements/.cvsignore:
6231         Add equalizer, audiosincwband and audiosincwlimit
6232
6233         * tests/check/elements/equalizer.c:
6234         Fix compiler warnings
6235
6236         Fixes: #415627
6237
6238 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6239
6240         * configure.ac:
6241         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
6242         are treated like releases and build without it.
6243
6244 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6245
6246         * docs/plugins/Makefile.am:
6247         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6248         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6249         * docs/plugins/gst-plugins-good-plugins.args:
6250         * docs/plugins/inspect/plugin-audiofx.xml:
6251         * gst/audiofx/Makefile.am:
6252         * gst/audiofx/audiofx.c:
6253         * gst/audiofx/audiowsincband.c:
6254         * gst/audiofx/audiowsincband.h:
6255         * gst/audiofx/audiowsinclimit.c:
6256         * gst/audiofx/audiowsinclimit.h:
6257         * tests/check/Makefile.am:
6258         * tests/check/elements/audiowsincband.c:
6259         * tests/check/elements/audiowsinclimit.c:
6260
6261         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
6262         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
6263         respectively.
6264
6265         Fixes: #467666
6266
6267 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6268
6269         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
6270         * tests/check/elements/icydemux.c:
6271           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
6272           caps, and add a somewhat useful debug message. Plus test.
6273
6274 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
6275
6276         * gst/rtsp/gstrtspsrc.c:
6277         Include unistd.h only if HAVE_UNISTD_H is defined
6278         * win32/common/config.h.in:
6279         * win32/common/config.h:
6280         Define socklen_t as it seems it's not defined in default 
6281         Visual Studio headers.
6282         * win32/vs6/libgstalpha.dsp:
6283         * win32/vs6/libgstapetag.dsp:
6284         * win32/vs6/libgstavi.dsp:
6285         * win32/vs6/libgstrtp.dsp:
6286         * win32/vs6/libgstrtsp.dsp:
6287         * win32/vs6/libgstvideomixer.dsp:
6288         Update project file dependencies and add new source files       
6289
6290 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
6291
6292         Patch by: Bjarne Rosengren <bjarne at axis dot com>
6293
6294         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
6295         Don't leak buffers when we don't push them downstream.
6296         Fixes bug #514965.
6297
6298 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6299
6300         * configure.ac:
6301           Bump requirements to (good) released versions to avoid
6302           confusion and make implicit core requirement explicit.
6303
6304 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
6305
6306         * docs/plugins/Makefile.am:
6307         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6308         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6309         * docs/plugins/gst-plugins-good-plugins.args:
6310         * docs/plugins/inspect/plugin-audiofx.xml:
6311         * gst/audiofx/Makefile.am:
6312         * gst/audiofx/audiochebband.c:
6313         * gst/audiofx/audiochebband.h:
6314         * gst/audiofx/audiocheblimit.c:
6315         * gst/audiofx/audiocheblimit.h:
6316         * gst/audiofx/audiochebyshevfreqband.c:
6317         * gst/audiofx/audiochebyshevfreqband.h:
6318         * gst/audiofx/audiochebyshevfreqlimit.c:
6319         * gst/audiofx/audiochebyshevfreqlimit.h:
6320         * gst/audiofx/audiofx.c:
6321         * tests/check/Makefile.am:
6322         * tests/check/elements/.cvsignore:
6323         * tests/check/elements/audiochebband.c:
6324         * tests/check/elements/audiocheblimit.c:
6325         * tests/check/elements/audiochebyshevfreqband.c:
6326         * tests/check/elements/audiochebyshevfreqlimit.c:
6327
6328         Rename audiochebyshevfreqband -> audiochebband and
6329         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
6330         surgery.
6331
6332         Closes: #491811
6333
6334 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
6335
6336         Patch by: Orjan Friberg <orjanf at axis dot com>
6337
6338         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6339         Fix caps memory leak. Fixes #514573.
6340
6341 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
6342
6343         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
6344         If there's no entries in the subindex, don't try to do anything stupid,
6345         just return.
6346
6347 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6348
6349         Patch by: John Millikin <jmillikin at gmail dot com>
6350
6351         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
6352           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
6353           Fix extraction of picture blocks with newer libflac versions again:
6354           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
6355
6356 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6357
6358         * tests/check/Makefile.am:
6359           Add rtp-payloading test to VALGRIND_TO_FIX.
6360
6361         * tests/check/elements/rtp-payloading.c:
6362           Add semicolons after GST_TEST_END so gst-indent gets the
6363           formatting right; make test less verbose in general, but
6364           more verbose in the error case (which should probably
6365           make the test fail anyway).
6366
6367 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
6368
6369         * docs/plugins/Makefile.am:
6370         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6371         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6372         * gst/avi/gstavisubtitle.c:
6373         Add documentation for avisubtitle and change class to
6374         Codec/Parser/Subtitle
6375
6376 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6377
6378         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6379         Treat ENOTTY (driver does not implement ioctl) the same as
6380         EINVAL since it implies there are no available standards.
6381
6382         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
6383         (gst_v4l2src_get_nearest_size):
6384         Replace gst_v4l2src_get_size_limits with 2 calls to new function
6385         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
6386         probe if the driver does not support VIDIOC_TRY_FMT for whatever
6387         reason, and if we aren't yet actively capturing.
6388
6389         * sys/v4l2/v4l2src_calls.h:
6390         Remove replaced function declaration.
6391
6392 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6393
6394         * configure.ac:
6395         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
6396         API.
6397
6398 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
6399
6400         * configure.ac:
6401         Fix typo.
6402
6403 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
6404
6405         * gst/alpha/Makefile.am:
6406         * gst/alpha/gstalpha.c:
6407
6408         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
6409         some stuff, and making buffer-alloc and resizing work automatically.
6410         No longer crashes on odd frame widths and heights, although there
6411         seems to be a disagreement with ffmpegcolorspace about what size
6412         an AYUV frame with odd height should be.
6413
6414 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6415
6416         Patch by: Alessandro Decina <alessandro at nnva dot org>
6417
6418         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
6419         * ext/libpng/gstpngenc.h:
6420         Preallocate the output buffer so that g_memdup() and
6421         gst_buffer_merge() aren't needed anymore. This greatly improves
6422         performances and fixes #512544.
6423
6424 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6425
6426         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
6427         (gst_avi_demux_stream_data):
6428         GStreamer timestamps are PTS values while AVI only knows about DTS
6429         timestamps. Make sure we only copy the DTS as the buffer timestamp when
6430         we are dealing with a key frame.
6431
6432 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6433
6434         * tests/check/Makefile.am:
6435         * tests/check/elements/.cvsignore:
6436         * tests/check/elements/rtp-payloading.c:
6437           Add add testsuite for the rtp-payloader that tries simulating
6438           dataflow. Needs more test data.
6439
6440 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6441
6442         * tests/check/elements/alphacolor.c:
6443           Remove two unused variables.
6444
6445 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
6446
6447         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6448           Use g_ascii_strtoll() instead of atoll, which is only
6449           available in C99.
6450
6451 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
6452
6453         * gst/rtp/Makefile.am:
6454         * gst/rtp/gstrtp.c:
6455         * gst/rtp/gstrtpmpvpay.c:
6456         * gst/rtp/gstrtpmpvpay.h:
6457         Add MPEG2 video payloader
6458
6459 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6460
6461         * gst/level/gstlevel.c:
6462         Use #include <math.h> instead of #include "math.h".
6463
6464 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6465
6466         * tests/check/Makefile.am:
6467         Fix up some CFLAGS sets.
6468         Don't include gconfvideosrc in the states test.
6469
6470         * tests/check/elements/autodetect.c: (GST_START_TEST):
6471         Add some error strings to fail_unless arguments to fix some weird
6472         compiler errors on Solaris.
6473
6474 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6475
6476         * configure.ac:
6477         Detect video4linux headers on Solaris too.
6478         * sys/v4l2/gstv4l2colorbalance.h:
6479         * sys/v4l2/gstv4l2object.h:
6480         * sys/v4l2/v4l2_calls.c:
6481         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6482         (gst_v4l2_buffer_new):
6483
6484         Make v4l2 build on Solaris.
6485         Patch by: Brian Cameron  <brian.cameron at sun dot com>
6486         Fixes: #510505
6487
6488 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6489
6490         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6491           Update list from (still local) scanning script.
6492
6493 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6494
6495         Based on a patch by:
6496             Victor STINNER <victor dot stinner at haypocalc dot com>
6497
6498         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6499         Set variable to NULL after freeing it to prevent double frees
6500         or make failures by another use of it afterwards more obvious
6501         and fix use of it after the freeing. Fixes bug #510592.
6502
6503 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6504
6505         * gst/udp/gstmultiudpsink.c:
6506         use GST_WARNING for logging
6507
6508 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6509
6510         * gst/udp/gstmultiudpsink.c:
6511         Don't try to leave a multicast group with an invalid socket
6512
6513 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
6514
6515         * ext/flac/gstflacdec.c:
6516           Fix compilation against flac 1.1.2 (as on debian stable), where
6517           the picture metadata defines and structs don't exist yet.
6518           Fixes #509301.
6519
6520 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6521
6522         Patch by: Olivier Crete <tester at tester dot ca>
6523
6524         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6525         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
6526         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
6527         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
6528         * gst/udp/gstmultiudpsink.h:
6529         Add property to automatically join a multicast group or not. This can be
6530         useful when sharing a socket between multiple elements.
6531         Fixes #509531.
6532
6533 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6534
6535         * gst/videomixer/Makefile.am:
6536           Add controller flags.
6537
6538 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6539
6540         * gst/videomixer/videomixer.c:
6541           Also commit the missing gst_object_sync_values().
6542
6543 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6544
6545         * docs/plugins/Makefile.am:
6546           Remove duplicate entry.
6547
6548 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6549
6550         * docs/plugins/Makefile.am:
6551         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6552         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6553         * docs/plugins/inspect/plugin-gamma.xml:
6554         * docs/plugins/inspect/plugin-monoscope.xml:
6555         * docs/plugins/inspect/plugin-video4linux2.xml:
6556           Add 3 more plugins to docs.
6557
6558 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6559
6560         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6561         * sys/osxvideo/osxvideosink.h:
6562           Revert previous change caused by a file that got stuck on an old
6563           revision.
6564
6565 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6566
6567         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6568         * gst/multipart/Makefile.am:
6569         * gst/multipart/multipartdemux.c:
6570         * gst/multipart/multipartdemux.h:
6571         * gst/multipart/multipartmux.c:
6572         * gst/multipart/multipartmux.h:
6573           Re-add multipartdemux to the docs. Last round of section cleanup.
6574
6575 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6576
6577         * docs/plugins/Makefile.am:
6578         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6579         * sys/osxaudio/gstosxaudiosink.h:
6580         * sys/osxvideo/osxvideosink.h:
6581           Managed to resolve most unused declarations. Filed a bug for one left.          
6582
6583 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6584
6585         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6586           Cleanup section file.
6587
6588 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6589
6590         * docs/plugins/Makefile.am:
6591         * docs/plugins/gst-plugins-good-plugins.args:
6592         * docs/plugins/gst-plugins-good-plugins.signals:
6593         * docs/plugins/inspect/plugin-alaw.xml:
6594         * docs/plugins/inspect/plugin-alpha.xml:
6595         * docs/plugins/inspect/plugin-alphacolor.xml:
6596         * docs/plugins/inspect/plugin-annodex.xml:
6597         * docs/plugins/inspect/plugin-apetag.xml:
6598         * docs/plugins/inspect/plugin-audiofx.xml:
6599         * docs/plugins/inspect/plugin-auparse.xml:
6600         * docs/plugins/inspect/plugin-autodetect.xml:
6601         * docs/plugins/inspect/plugin-avi.xml:
6602         * docs/plugins/inspect/plugin-cairo.xml:
6603         * docs/plugins/inspect/plugin-cdio.xml:
6604         * docs/plugins/inspect/plugin-cutter.xml:
6605         * docs/plugins/inspect/plugin-debug.xml:
6606         * docs/plugins/inspect/plugin-dv.xml:
6607         * docs/plugins/inspect/plugin-efence.xml:
6608         * docs/plugins/inspect/plugin-effectv.xml:
6609         * docs/plugins/inspect/plugin-flac.xml:
6610         * docs/plugins/inspect/plugin-flxdec.xml:
6611         * docs/plugins/inspect/plugin-gconfelements.xml:
6612         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6613         * docs/plugins/inspect/plugin-goom.xml:
6614         * docs/plugins/inspect/plugin-halelements.xml:
6615         * docs/plugins/inspect/plugin-icydemux.xml:
6616         * docs/plugins/inspect/plugin-id3demux.xml:
6617         * docs/plugins/inspect/plugin-jpeg.xml:
6618         * docs/plugins/inspect/plugin-ladspa.xml:
6619         * docs/plugins/inspect/plugin-level.xml:
6620         * docs/plugins/inspect/plugin-matroska.xml:
6621         * docs/plugins/inspect/plugin-mulaw.xml:
6622         * docs/plugins/inspect/plugin-multipart.xml:
6623         * docs/plugins/inspect/plugin-navigationtest.xml:
6624         * docs/plugins/inspect/plugin-png.xml:
6625         * docs/plugins/inspect/plugin-quicktime.xml:
6626         * docs/plugins/inspect/plugin-rtp.xml:
6627         * docs/plugins/inspect/plugin-rtsp.xml:
6628         * docs/plugins/inspect/plugin-shout2send.xml:
6629         * docs/plugins/inspect/plugin-smpte.xml:
6630         * docs/plugins/inspect/plugin-speex.xml:
6631         * docs/plugins/inspect/plugin-taglib.xml:
6632         * docs/plugins/inspect/plugin-udp.xml:
6633         * docs/plugins/inspect/plugin-videobalance.xml:
6634         * docs/plugins/inspect/plugin-videobox.xml:
6635         * docs/plugins/inspect/plugin-videocrop.xml:
6636         * docs/plugins/inspect/plugin-videoflip.xml:
6637         * docs/plugins/inspect/plugin-videomixer.xml:
6638         * docs/plugins/inspect/plugin-wavenc.xml:
6639         * docs/plugins/inspect/plugin-wavpack.xml:
6640         * docs/plugins/inspect/plugin-wavparse.xml:
6641           Update plugin docs.
6642
6643         * gst/videomixer/Makefile.am:
6644         * gst/videomixer/videomixer.c:
6645         * gst/videomixer/videomixer.h:
6646         * gst/videomixer/videomixerpad.h:
6647           Split out header to fix warnings from the doc-build.
6648
6649 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6650
6651         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6652
6653         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6654         Use atoll to parse the rtptime with enough precision. Fixes #509329.
6655
6656 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6657
6658         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
6659         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
6660           Initialise variables to work around (false) 'foo might be used
6661           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
6662
6663 2008-01-11  David Schleef  <ds@schleef.org>
6664
6665         * docs/plugins/.cvsignore:
6666         * tests/check/pipelines/.cvsignore:
6667           Ignore more files for the buildbot.
6668
6669 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
6670
6671         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
6672         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6673         Generate the image-type values correctly. Leave them out of the caps
6674         when outputting a "preview image" tag, since it only makes sense
6675         to have one of those - the type is irrelevant.
6676
6677         * sys/sunaudio/gstsunaudiomixerctrl.c:
6678         (gst_sunaudiomixer_ctrl_open):
6679         If we can, mark the mixer multiple open when we use it, in case
6680         (for some reason) the process wants to open it again elsewhere.
6681
6682 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6683
6684         Patch by: Olivier Crete <tester at tester dot ca>
6685
6686         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
6687         * gst/rtp/gstrtptheorapay.c:
6688         Fix the clock rate to 90000 as required by the RFC.
6689         Fixes #508644.
6690
6691 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6692
6693         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
6694           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
6695
6696 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6697
6698         * autogen.sh:
6699           Add -Wno-portability to the automake parameters to stop warnings
6700           about GNU make extensions being used. We require GNU make in almost
6701           every Makefile anyway.
6702           
6703         * configure.ac:
6704           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6705           at the same time is required for per target flags.
6706
6707 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6708
6709         * gst/videomixer/videomixer.c: (gst_videomixer_init):
6710         Fix error from my last commit.
6711
6712 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6713
6714         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6715
6716         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
6717           Make sure the ISO 639-X language code in ID3v2 COMM frames
6718           is actually valid UTF-8 (or rather: ASCII), so we don't end
6719           up with non-UTF8 strings in tags if there's garbage in the
6720           language field. Also make sure the language code is always
6721           lower case. Fixes: #508291.
6722
6723 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6724
6725         * ChangeLog:
6726           Fix ChangeLog typo.
6727
6728 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6729
6730         * Makefile.am:
6731           Include lcov.mak to allow building coverage reports. Guard
6732           check-torture target like in the other packages.
6733
6734 2008-01-09  Sameer Naik  <sameer@damagehead.com>
6735
6736         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
6737
6738         * gst/videomixer/videomixer.c:
6739         (gst_videomixer_set_master_geometry), (_do_init),
6740         (gst_videomixer_child_proxy_get_child_by_index),
6741         (gst_videomixer_child_proxy_get_children_count),
6742         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6743         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6744         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6745         Implement GstChildProxy interface.
6746         Send newsegment at the right moment
6747         Fixes #488879
6748
6749 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6750
6751         * gst/alpha/Makefile.am:
6752         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6753         (gst_alpha_sink_event), (gst_alpha_chain),
6754         (gst_alpha_change_state), (plugin_init):
6755         Make the various properties of 'alpha' controllable. This allows doing
6756         niceties like fade-in/fade-out.
6757
6758 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6759
6760         * gst/rtp/gstasteriskh263.c:
6761         * gst/rtp/gstrtpL16depay.c:
6762         * gst/rtp/gstrtpac3depay.c:
6763         * gst/rtp/gstrtpamrpay.c:
6764         * gst/rtp/gstrtpdepay.c:
6765         * gst/rtp/gstrtpgsmdepay.c:
6766         * gst/rtp/gstrtph263depay.c:
6767         * gst/rtp/gstrtph263pdepay.c:
6768         * gst/rtp/gstrtph263ppay.c:
6769         * gst/rtp/gstrtph264depay.c:
6770         * gst/rtp/gstrtph264pay.c:
6771         * gst/rtp/gstrtpmp2tdepay.c:
6772         * gst/rtp/gstrtpmp4adepay.c:
6773         * gst/rtp/gstrtpmp4gdepay.c:
6774         * gst/rtp/gstrtpmp4gpay.c:
6775         * gst/rtp/gstrtpmp4vdepay.c:
6776         * gst/rtp/gstrtpmpadepay.c:
6777         * gst/rtp/gstrtpmpvdepay.c:
6778         * gst/rtp/gstrtpsv3vdepay.c:
6779         * gst/rtp/gstrtptheoradepay.c:
6780         * gst/rtp/gstrtptheorapay.c:
6781         * gst/rtp/gstrtpvorbisdepay.c:
6782         * gst/rtp/gstrtpvorbispay.c:
6783           Remove copy/paste unused code (property setters and getter) found by
6784           the coverage suite (yay, saves ~20k on disk).
6785
6786 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6787
6788         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6789           (videosink_templ):
6790           Also fix up pad templates to indicate that image/jpeg doesn't
6791           absolutely require the framerate property to be set (#504081).
6792
6793 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6794
6795         Based on patch by: Wouter Cloetens  <wouter at mind be>
6796
6797         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6798           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6799           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6800         * gst/matroska/matroska-mux.h:
6801           Keep track of first and last timestamps for each incoming stream,
6802           so we can calculate the total duration for live sources and other
6803           input where we can't query the duration from the start or where
6804           there's no constant framerate from which we can deduce the
6805           duration; also use calculated/observed duration if it is bigger
6806           than the previously queried duration. Furthermore, use
6807           gst_pad_query_peer_duration() and take into account that it may
6808           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6809           screws up comparisons when using unsigned integers. Fixes #504081.
6810
6811 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
6812
6813         * configure.ac:
6814         * gst/audiofx/audioamplify.c:
6815         (gst_audio_amplify_clipping_method_get_type),
6816         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6817         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6818         (gst_audio_dynamic_transform_ip):
6819         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6820         (gst_audio_invert_transform_ip):
6821         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6822         (gst_audio_panorama_transform):
6823         * gst/level/gstlevel.c: (gst_level_init):
6824         Make elements GST_BUFFER_FLAG_GAP aware and call
6825         gst_base_transform_set_gap_aware for this.
6826         Bump core requirement to CVS.
6827         
6828         * gst/audiofx/audiochebyshevfreqband.c:
6829         (gst_audio_chebyshev_freq_band_transform_ip):
6830         * gst/audiofx/audiochebyshevfreqlimit.c:
6831         (gst_audio_chebyshev_freq_limit_transform_ip):
6832         Also sync GObject properties to the controller if operating
6833         in passthrough mode.
6834
6835 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
6836
6837         * sys/directdraw/gstdirectdrawsink.c:
6838           (gst_directdraw_sink_window_thread):
6839           FALSE is not a gpointer.
6840
6841 2008-01-05  Julien Moutte  <julien@fluendo.com>
6842
6843         * sys/directdraw/gstdirectdrawsink.c:
6844         (gst_directdraw_sink_set_window_id),
6845         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
6846         (gst_directdraw_sink_buffer_alloc),
6847         (gst_directdraw_sink_draw_borders),
6848         (gst_directdraw_sink_show_frame),
6849         (gst_directdraw_sink_setup_ddraw),
6850         (gst_directdraw_sink_window_thread),
6851         (gst_directdraw_sink_get_ddrawcaps),
6852         (gst_directdraw_sink_surface_create): Make sure we create our
6853         internal window only when we need it. That will give a chance to
6854         the application to get the prepare-xwindow-id bus message. Draw
6855         black borders when keeping aspect ratio. Handle the case where our
6856         rendering window disappears (closed or errors) like other sinks
6857         do. Various 80 columns fixes, improve state change order. That
6858         element could need some more love.
6859
6860 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
6861
6862         * ext/taglib/gstapev2mux.h:
6863         * ext/taglib/gstid3v2mux.h:
6864         Remove useless typedefs without new type name. Fixes a warning with
6865         gcc 4.3.
6866
6867 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
6868
6869         Patch by: John Millikin <jmillikin at gmail dot com>
6870
6871         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6872         (gst_flac_dec_setup_stream_decoder),
6873         (gst_flac_normalize_picture_mime_type),
6874         (gst_flac_extract_picture_buffer),
6875         (gst_flac_dec_metadata_callback):
6876         Emit metadata messages when a PICTURE block is encountered.
6877         Fixes #506715.
6878
6879 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
6880
6881         * gst/avi/gstavi.c:
6882         increase rank because no known issues anymore ...
6883         * gst/avi/gstavisubtitle.c:
6884         send subtitle name to the srcpad
6885
6886 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6887
6888         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6889         * gst/rtsp/gstrtspsrc.h:
6890         Implement redirect for the DESCRIBE reply. Fixes #506025.
6891
6892 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6893
6894         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6895         Fix 'xyz may be used uninitialized' compiler warnings caused
6896         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6897         abort() in any case but properly report the error.
6898
6899 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
6900
6901         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6902         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6903         * sys/ximage/gstximagesrc.c: (composite_pixel):
6904           Fix 'xyz may be used uninitialized' compiler warnings caused
6905           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6906           not really nice to abort in any case). Fixes #505745.
6907
6908 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6909
6910         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6911           Small unit test fix (has no practical impact at the moment,
6912           since we're only feeding utf8 and hence just create a sub-
6913           buffer for the output).
6914
6915 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
6916
6917         * gst/avi/gstavisubtitle.c:
6918         * tests/check/elements/avisubtitle.c:
6919         Add seeking support for avi subtitle
6920
6921 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6922
6923         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
6924         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
6925         (gst_flac_dec_write):
6926         * ext/flac/gstflacdec.h:
6927         Remove some unused vars.
6928         Do more cleanup of leftover events and tags.
6929         Output tags after the segment event. Fixes #504018.
6930
6931 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6932
6933         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
6934           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
6935           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
6936           Detect other UTF byte order markers and convert to UTF-8 as
6937           appropriate.
6938
6939 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6940
6941         * gst/avi/gstavisubtitle.c: (src_template),
6942           (gst_avi_subtitle_extract_utf8_file),
6943           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
6944           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
6945           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
6946         * gst/avi/gstavisubtitle.h:
6947           Refactor a bit; fix name extraction; don't assume all the data
6948           in the chunk is actually subtitle data, there may be padding at
6949           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
6950           file so it's there to send again after a seek (for future use).
6951
6952 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6953
6954         * gst/avi/Makefile.am:
6955         * gst/avi/gstavi.c:
6956         * gst/avi/gstavisubtitle.c:
6957         * gst/avi/gstavisubtitle.h:
6958         * tests/check/Makefile.am:
6959         * tests/check/elements/avisubtitle.c:
6960         * win32/common/config.h:
6961                 Add avi subtitle element for bug #442034. Need seeking support
6962                 and more support for character conversion.
6963
6964 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6965
6966         * Makefile.am:
6967           Include common/win32.mak for CRLF check of win32 project
6968           files (see #393626).
6969
6970         * win32/vs6/libgstpng.dsp:
6971           Fix line endings and do cvs admin -kb.
6972
6973 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6974
6975         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6976         Actually drop the buffers which are outside the currently configured
6977         segment instead of just emitting a WARNING.
6978
6979 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6980
6981         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
6982         (gst_flac_dec_write):
6983         * ext/flac/gstflacdec.h:
6984         Send segments from the streaming thread. Fixes #502187.
6985         Fix segment seeking and a bunch of other seeking cases.
6986
6987 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6988
6989         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
6990           Parse WOAF frames and put the result into GST_TAG_CONTACT,
6991           which is where it would end up if the same information was
6992           put in a vorbis comment (don't think it's worth adding a
6993           new URI tag for this). Fixes #488112.
6994
6995 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6996
6997         * configure.ac:
6998           We need core/base 0.10.15 or later.
6999
7000 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7001
7002         Patch by: Mark Nauwelaerts <manauw skynet be>
7003
7004         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
7005         Fix regression in stream numbering. Fixes #502655.
7006
7007 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7008
7009         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
7010
7011         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
7012         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
7013         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
7014         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
7015         (gst_rtp_h264_pay_handle_buffer):
7016         * gst/rtp/gstrtph264pay.h:
7017         Use higher performance start-code searching.
7018         Parse NALs and store SPS, PPS and profile in the caps so that they can
7019         be used in the SDP. Fixes #502814.
7020
7021 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7022
7023         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7024         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
7025           Init some structs to zero before we pass them to ioctl, which
7026           avoids valgrind warnings.  Also fix a small memory leak.
7027
7028 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7029
7030         Patch by: Wouter Cloetens <wouter at mind dot be>
7031
7032         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
7033         Copy timestamp from input to output. Not very perfect yet but better
7034         than nothing. Fixes #503023.
7035
7036 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7037
7038         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7039           Also print a useful error message with the old Wavpack API
7040           if possible.
7041
7042 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
7043
7044         * ext/wavpack/gstwavpackdec.c:
7045           More build fixes for old libwavpack versions: include config.h so
7046           that WAVPACK_OLD_API is actually defined as detected; only use
7047           WavpackGetErrorMessage if it is available. This fixes the build
7048           on debian stable for me.
7049
7050 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7051
7052         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7053         * ext/wavpack/gstwavpackparse.c:
7054           (gst_wavpack_parse_create_src_pad):
7055           Workaround the non-existance of WavpackGetChannelMask in Wavpack
7056           versions below 4.40.0.
7057
7058 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7059
7060         * configure.ac:
7061           And now do it right for real...
7062
7063 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7064
7065         * configure.ac:
7066           Correctly reset $LIBS to not contain -lm.
7067
7068 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7069
7070         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
7071
7072         * configure.ac:
7073         * ext/cairo/gsttimeoverlay.c:
7074           (gst_cairo_time_overlay_print_smpte_time):
7075           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
7076           and checking for rint() and implementing it ourself if it doesn't
7077           exist. Fixes #497293.
7078
7079 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7080
7081         * configure.ac:
7082           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
7083
7084 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
7085
7086         * sys/oss/gstosshelper.c:
7087         Verify that the format returned after the ioctl is the one
7088         we requested. It is valid for the ioctl to succeed while
7089         substituting an alternate 'supported' sample format.
7090
7091 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
7092
7093         * sys/oss/gstossaudio.c: (plugin_init):
7094         * sys/oss/gstosssink.c: (gst_oss_sink_open):
7095         * sys/oss/gstosssrc.c: (gst_oss_src_open):
7096           Post decent (and translated) error message when we can't
7097           open the audio device for some reason.
7098
7099 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
7100
7101         * sys/oss/gstosssink.c:
7102         * sys/oss/gstosssrc.c:
7103         Allow the AUDIODEV environment variable to redirect us
7104         to a different default OSS device, like sunaudiosink does
7105         on Solaris (makes audio play automatically on SunRays).
7106
7107 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7108
7109         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
7110         * gst/audiofx/audiochebyshevfreqband.c:
7111         (gst_audio_chebyshev_freq_band_transform_ip):
7112         * gst/audiofx/audiochebyshevfreqlimit.c:
7113         (gst_audio_chebyshev_freq_limit_transform_ip):
7114         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
7115         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
7116         The transform_ip() methods should do nothing if in passthrough mode.
7117         It might get non-writable buffers in that case but the buffer might
7118         as well be writable.
7119
7120         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
7121         The transform() methods won't be called in passthrough mode and
7122         otherwise the buffer is always writable so don't check here.
7123
7124 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
7125
7126         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
7127           Fix seeking in .wav files again (#501775).  Some people seem to think
7128           they don't need to test their changes when they're just 'reflowing'
7129           some code.
7130
7131 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
7132
7133         * gst/autodetect/gstautovideosink.c:
7134         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
7135         (gst_auto_video_sink_init),
7136         (gst_auto_video_sink_create_element_with_pretty_name),
7137         (gst_auto_video_sink_find_best),
7138         (gst_auto_video_sink_set_property),
7139         (gst_auto_video_sink_get_property):
7140         * gst/autodetect/gstautovideosink.h:
7141         Fix docs.
7142         Use same error reporting code as autoaudiosink.
7143         Add property to filter sinks based on caps. Only select raw video sinks
7144         by default for backwards compat.
7145         API: GstAutoVideoSink::filter-caps
7146
7147 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
7148
7149         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7150
7151         * gst/autodetect/gstautoaudiosink.c:
7152         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
7153         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
7154         (gst_auto_audio_sink_set_property),
7155         (gst_auto_audio_sink_get_property):
7156         * gst/autodetect/gstautoaudiosink.h:
7157         Add property to filter sinks based on caps. Only select raw audio sinks
7158         by default for backwards compat.  Fixes #417420.
7159         API: GstAutoAudioSink::filter-caps
7160
7161 2007-11-29  Michael Smith <msmith@fluendo.com>
7162
7163         Patch by: Arek Korbik <arkadini@gmail.com>
7164
7165         * gst/videobox/gstvideobox.c: (plugin_init):
7166           Initialise liboil in plugin_init()
7167
7168 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
7169
7170         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
7171         Post error before sending EOS. Fixes #499178.
7172
7173 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
7174
7175         * win32/vs6/gst_plugins_good.dsw:
7176         * win32/vs6/libgstpng.dsp:
7177         Add a project file for libgstpng
7178
7179 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
7180
7181         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
7182         (gst_rtp_h263_depay_process):
7183         Code beautification.
7184         Added debug statements.
7185         Don't bit-shift everything, just do operations on last/first byte
7186         instead.
7187
7188 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
7189
7190         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
7191
7192         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
7193         Fix wrong comparison in overrun check. Fixes #499239 some more.
7194
7195 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
7196
7197         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
7198         (gst_rtp_h263_depay_process):
7199         * gst/rtp/gstrtph263depay.h:
7200         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
7201         stream.
7202
7203 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
7204
7205         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
7206
7207         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
7208         (gst_rtp_mp4a_depay_process):
7209         * gst/rtp/gstrtpmp4adepay.h:
7210         Fix depayloading when multiple frames are inside one RTP packet.
7211         Fixes #499239.
7212
7213 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7214
7215         * gst/level/gstlevel.c:
7216           Add GAP-flag support.
7217
7218 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
7219
7220         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
7221         Read the I flag for Mode A h263 rtp stream and set the
7222         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
7223         Fixes #499383
7224
7225 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7226
7227         * gst/level/gstlevel.c:
7228           Remove some dead code and do cleanups.
7229
7230 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7231
7232         * tests/check/pipelines/simple-launch-lines.c:
7233           Improve the tests by allowing to set a target state.
7234
7235 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
7236
7237         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
7238         Don't check the caps of the output buffer if they're equal some
7239         other caps. The caps can change in a backward compatible way
7240         and did at this point.
7241
7242 2007-11-24  Julien MOUTTE  <julien@moutte.net>
7243
7244         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
7245         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
7246         (gst_qtdemux_seek_to_previous_keyframe),
7247         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
7248         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
7249         reverse playback support.
7250
7251 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7252
7253         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
7254         Also set the channel layout on the Wavpack caps if we're having
7255         a mono layout. Of course only do it for "audio/x-wavpack".
7256
7257 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7258
7259         * ext/wavpack/gstwavpackcommon.c:
7260         (gst_wavpack_get_default_channel_mask),
7261         (gst_wavpack_set_channel_layout),
7262         (gst_wavpack_get_default_channel_positions),
7263         (gst_wavpack_get_channel_mask_from_positions),
7264         (gst_wavpack_set_channel_mapping):
7265         * ext/wavpack/gstwavpackcommon.h:
7266         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7267         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
7268         * ext/wavpack/gstwavpackdec.h:
7269         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
7270         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
7271         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
7272         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
7273         (gst_wavpack_enc_rewrite_first_block),
7274         (gst_wavpack_enc_sink_event):
7275         * ext/wavpack/gstwavpackenc.h:
7276         * ext/wavpack/gstwavpackparse.c:
7277         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
7278         (gst_wavpack_parse_scan_to_find_sample),
7279         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
7280         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
7281         * ext/wavpack/gstwavpackparse.h:
7282         Add support for encoding, parsing and decoding multichannel
7283         files with up to 8 channels. This also improves the robustness
7284         of parsing quite a bit.
7285
7286         * ext/wavpack/gstwavpackstreamreader.c:
7287         (gst_wavpack_stream_reader_read_bytes),
7288         (gst_wavpack_stream_reader_get_pos),
7289         (gst_wavpack_stream_reader_set_pos_abs),
7290         (gst_wavpack_stream_reader_set_pos_rel),
7291         (gst_wavpack_stream_reader_push_back_byte),
7292         (gst_wavpack_stream_reader_get_length),
7293         (gst_wavpack_stream_reader_can_seek),
7294         (gst_wavpack_stream_reader_write_bytes):
7295         Improve debugging.
7296
7297 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7298
7299         * ext/libpng/gstpngdec.c:
7300         * ext/libpng/gstpngdec.h:
7301           Don't release the png-memory from within the callback.
7302
7303 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7304
7305         Patch by: René Stadler <mail at renestadler dot de>
7306
7307         * ext/libpng/gstpngenc.c:
7308           Don't leak buffer data memory. Fixes #498395.
7309
7310 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7311
7312         Patch by: René Stadler <mail at renestadler dot de>
7313
7314         * tests/check/pipelines/simple-launch-lines.c:
7315           Tests for #498395.
7316
7317 2007-11-20  Julien MOUTTE  <julien@moutte.net>
7318
7319         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
7320         (gst_tag_lib_mux_adjust_event_offsets):
7321         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
7322         * sys/osxaudio/Makefile.am:
7323         * sys/osxvideo/cocoawindow.h:
7324         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
7325
7326 2007-11-15  David Schleef  <ds@schleef.org>
7327
7328         * ext/cairo/gsttextoverlay.c:
7329           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
7330
7331 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7332
7333         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
7334
7335         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
7336         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
7337         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
7338         * gst/rtp/gstrtpmp2tpay.h:
7339         Fill the MTU with as many packets as possible. Fixes #491323.
7340
7341 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7342
7343         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7344
7345         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7346         Fix some more leaks. Fixes #497007.
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/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
7353         (gst_rtspsrc_stream_configure_tcp):
7354         Fix 3 pad leaks. Fixes #496983.
7355
7356 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7357
7358         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7359
7360         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
7361         Fix small leak. Fixes #497017.
7362
7363 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7364
7365         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7366         (gst_qtdemux_prepare_current_sample),
7367         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
7368         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
7369         * gst/qtdemux/qtdemux_fourcc.h:
7370         * gst/qtdemux/qtdemux_types.c:
7371         Add suppport for theora in quicktime according to XiphQT.
7372
7373 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
7374
7375         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
7376         (gst_v4l2src_init), (gst_v4l2src_set_property),
7377         (gst_v4l2src_get_property):
7378         * sys/v4l2/gstv4l2src.h:
7379         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7380           Always copy buffers by default (handle safer with bugged drivers)
7381           and added a property to make it possible to use mmap effectively (no
7382           copy if possible) when application wants to. Fixes: #480557.
7383
7384 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7385
7386         * gst/id3demux/id3tags.c:
7387         * gst/id3demux/id3tags.h:
7388         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
7389           We don't want the same string multiple times in a tag list for the
7390           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
7391           this doesn't happen and remove special-case code for GST_TAG_GENRE.
7392
7393 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7394
7395         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
7396           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
7397           into ID3v2 TXXX frames (fixes #347848).
7398
7399 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7400
7401         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7402           Don't leak sdp message contents (fixes #496773).
7403
7404         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
7405           Don't leak URI string.
7406
7407 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7408
7409         Patch by: Julien Puydt <julien dot puydt at laposte net>
7410
7411         * ext/raw1394/Makefile.am:
7412         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
7413           (gst_1394_property_probe_get_properties),
7414           (gst_1394_property_probe_probe_property),
7415           (gst_1394_property_probe_needs_probe),
7416           (gst_1394_property_probe_get_values),
7417           (gst_1394_property_probe_interface_init),
7418           (gst_1394_type_add_property_probe_interface):
7419         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
7420         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
7421           (gst_dv1394src_init), (gst_dv1394src_dispose),
7422           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
7423           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
7424           (gst_dv1394src_update_device_name):
7425         * ext/raw1394/gstdv1394src.h:
7426           Implement GstPropertyProbe interface and add "device-name" property,
7427           so applications can use this to probe for available devices in the
7428           same way they can already with v4lsrc and v4l2src (however horrible
7429           this property probe interface may be). Fixes #358841.
7430
7431 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7432
7433         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7434
7435         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
7436           (gst_rtspsrc_parse_range):
7437           Don't leak event, don't leak range (fixes #496752).
7438
7439 2007-11-14  Michael Smith <msmith@fluendo.com>
7440
7441         Patch by: Arek Korbik <arkadini@gmail.com>
7442
7443         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
7444           Detect RGBA/BGRA correctly on little endian systems.
7445
7446 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7447
7448         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
7449           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
7450           corresponding ioctl() call fails even though the driver claims to
7451           support this format, just fall back to the pre-2.6.19 kernel
7452           routine that creates caps with suitable height and width ranges
7453           (see #448278).
7454
7455 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7456
7457         Patch by: Mark Nauwelaerts <manauw skynet be>
7458
7459         * gst/matroska/matroska-demux.c:
7460           (gst_matroska_demux_push_dvd_clut_change_event),
7461           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7462           (gst_matroska_demux_subtitle_caps):
7463         * gst/matroska/matroska-ids.h:
7464           Extract palette data for dvd subpicture streams and send it
7465           downstream as custom gstreamer dvd event (fixes #453417).
7466
7467 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7468
7469         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
7470           Implement minimal parsing of the passed pango font description
7471           string, so passing a font size works the same as with the
7472           pango textoverlay plugin; fixes #455086.
7473           (Maybe we could just use pangocairo here at some point).
7474
7475 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7476
7477         * gst/avi/gstavidemux.c:
7478         * gst/wavparse/gstwavparse.c:
7479           Return the result in _activate_pull(). Don't ref element there.
7480
7481 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7482
7483         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
7484         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
7485         (gst_wavparse_srcpad_event):
7486           Ref the element when we should, but not when we its not needed. Reflow
7487           the event_handling to not leak the event.       
7488
7489 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
7490
7491         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7492         (qtdemux_parse_samples):
7493         Properly free QTDemuxSamples array.
7494         Protect table write with a sensible check, some files apparently DO contain
7495         stts values starting with 0 :(
7496
7497 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7498
7499         * gst/avi/gstavidemux.c:
7500         * gst/qtdemux/qtdemux.c:
7501           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
7502           previous commit messed up.
7503
7504 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7505
7506         * gst/avi/gstavidemux.c:
7507         * gst/qtdemux/qtdemux.c:
7508           Sync _handle_src_event() with oggdemux. In avidemux also ref the
7509           element when we should, but not when we its not needed.
7510
7511 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
7512
7513         * gst/wavparse/gstwavparse.c:
7514           Return FALSE if we can't handle a query instead of changing the
7515           format. Ignore fact when dealing with mpeg audio.
7516
7517 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7518
7519         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
7520
7521         * configure.ac:
7522         * gst/udp/gstdynudpsink.c:
7523         * gst/udp/gstdynudpsink.h:
7524         * gst/udp/gstmultiudpsink.c:
7525         * gst/udp/gstmultiudpsink.h:
7526         * gst/udp/gstudpsink.c:
7527         * gst/udp/gstudpsink.h:
7528           Fix includes for MSVC and GLib-2.14.0 (#492388).
7529
7530         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7531           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
7532
7533 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
7534
7535         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7536         (gst_mulawdec_chain):
7537         * gst/law/mulaw-decode.h:
7538         Calculate outgoing buffer duration if incoming buffer didn't have a
7539         valid duration.
7540
7541 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
7542
7543         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7544         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
7545         Smarter combine_flow code that also deals with downstream elements
7546         returning UNEXPECTED when they receive data out of the segment
7547         boundaries. Fixes #491305.
7548
7549 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
7550
7551         * sys/v4l2/v4l2src_calls.c:
7552           Fix 'unused variable' compiler warning when compiling against
7553           older kernel headers.
7554
7555 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
7556
7557         * ext/taglib/gstid3v2mux.cc (add_funcs):
7558           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
7559
7560 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
7561
7562         * tests/check/pipelines/simple-launch-lines.c:
7563            Improve the tests a little more.
7564
7565 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
7566
7567         patch by: Yun Zheng Hu
7568
7569         * sys/osxaudio/gstosxaudiosrc.c:
7570         Use default input device instead of default output device and
7571         only memcpy actual available bytes.
7572
7573 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
7574
7575         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7576           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
7577           early. It is temporary until we find something better.
7578
7579 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7580
7581         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7582
7583         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
7584         Fix race when pausing a RTSP stream in interleaved.
7585         Fixes #475784.
7586
7587 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7588
7589         Patch by: Peter Kjellerstedt <pkj at axis com>
7590
7591         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
7592         Use correct unref function for buffers. #488844.
7593
7594 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
7595
7596         * gst/avi/gstavimux.c:
7597         * tests/check/elements/avimux.c:
7598           Add some debug and sync tests with the fix.     
7599
7600 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7601
7602         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7603
7604         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7605         When the socket is used by the app for other purposes, don't generate an
7606         error if there is activaty on the socket that is not data related.
7607         Fixes #487488.
7608
7609 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7610
7611         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
7612         (gst_v4l2src_grab_frame):
7613         Add some more debug info. Generate an error when we run out of buffers
7614         for some reason. See #480557.
7615
7616 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7617
7618         Patch by: Anders Skargren <anders dot skargren at axis dot com>
7619
7620         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
7621         Set marker bit correctly.
7622
7623 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
7624
7625         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7626         Use allowed name for the GstStructure.
7627
7628 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
7629
7630         * ext/gconf/gstswitchsink.c:
7631         * gst/autodetect/gstautoaudiosink.c:
7632           Use new gst_bus_pop_filtered().
7633
7634 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
7635
7636         * sys/v4l2/gstv4l2src.c:
7637         * sys/v4l2/v4l2src_calls.c:
7638           When probing the formats and sizes a camera supports, make
7639           sure the best ones (highest resolution, prefered format)
7640           end up at the beginning of the probed caps and the less
7641           desirable ones at the end.  This is important because the
7642           order within the caps matters for things like fixation and
7643           negotiation, ie. what format is chosen in the end.
7644           With recent kernels, the current probing code will end up
7645           querying the supported sizes from lowest resolution to
7646           highest resolution, adding them to the probed caps in that
7647           order, resulting to v4l2src fixating to the lowest possible
7648           resolution if downstream does not express a size preference.
7649           Also make up a somewhat random ranking of prefered output
7650           formats for the same reason. Fixes #485828.
7651         
7652 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7653
7654         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
7655
7656         * gst/id3demux/id3v2frames.c:
7657           Extract license/copyright URIs from ID3v2 WCOP frames
7658           (Fixes #447000).
7659
7660         * tests/check/elements/id3demux.c:
7661         * tests/files/Makefile.am:
7662         * tests/files/id3-447000-wcop.tag:
7663           Add simple unit test.
7664
7665 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7666
7667         * ext/taglib/gstid3v2mux.cc:
7668           Add support for license/copyright URI tags (ID3v2 WCOP frame).
7669           Prerequisite for #447000.
7670
7671 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
7672
7673         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
7674         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
7675         a GstClockTime.
7676
7677 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7678
7679         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7680         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
7681         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
7682         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
7683         (gst_rtspsrc_change_state):
7684         More seeking fixes, mostly passing around the new playback segment in
7685         order to configure it properly.
7686         Also reset base_time of udp sources when setting them back to PLAYING as
7687         a temporary hack until core supports seek in live sources properly.
7688
7689 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7690
7691         * gst/rtp/gstrtpmp4adepay.c:
7692         Fix caps as to not confuse autopluggers.
7693
7694 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7695
7696         * gst/id3demux/gstid3demux.c:
7697         * gst/id3demux/gstid3demux.h:
7698         * gst/id3demux/id3tags.c:
7699         * gst/id3demux/id3tags.h:
7700         * gst/id3demux/id3v2frames.c:
7701           Port ID3 tag demuxer over to the new GstTagDemux in -base
7702           (now would be a good time to test re-importing your music
7703           collection).
7704
7705 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7706
7707         * gst/apetag/Makefile.am:
7708         * gst/apetag/gstapedemux.c:
7709         * gst/apetag/gstapedemux.h:
7710         * gst/apetag/gsttagdemux.c:
7711         * gst/apetag/gsttagdemux.h:
7712           Port APE tag demuxer over to the new GstTagDemux in -base.
7713
7714 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
7715
7716         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7717         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
7718         (gst_rtspsrc_handle_internal_src_query),
7719         (gst_rtspsrc_handle_src_query), (new_session_pad),
7720         (gst_rtspsrc_stream_configure_tcp),
7721         (gst_rtspsrc_stream_configure_transport),
7722         (gst_rtspsrc_loop_send_cmd):
7723         Improve flushing behaviour.
7724         Set state of the udp sources to PAUSE/PLAYING correctly.
7725         Handle events and queries for UDP and TCP transport now.
7726
7727 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7728
7729         * gst/rtp/gstrtpgsmdepay.c:
7730         * gst/rtp/gstrtpgsmpay.c:
7731           Add log category.
7732
7733 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7734
7735         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
7736
7737         * tests/check/Makefile.am:
7738         * tests/check/pipelines/simple-launch-lines.c:
7739           Add unit tests for payloaders/depayloaders.
7740
7741 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7742
7743         * gst/avi/gstavimux.c:
7744         * gst/avi/gstavimux.h:
7745           Also save codec data for audio streams. Fixes #482495.
7746
7747 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7748
7749         * gst/avi/gstavimux.c:
7750           Fix "Index entry has invalid stream nr 1".
7751           Add support for muxing aac - work in progress (see #482495).
7752
7753 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7754
7755         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7756         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7757         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7758         * gst/rtsp/gstrtspsrc.h:
7759         Parse bandwidth modifiers, they are not yet configured in the session
7760         manager because we don't have an API for that yet.
7761
7762 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7763
7764         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7765         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7766         Use shiny new function in -base to get the default clock-rate.
7767         Update some docs.
7768
7769 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
7770
7771         * win32/MANIFEST:
7772         Add files to win32 manifest.
7773         * win32/vs6/libgstaudiofx.dsp:
7774         * win32/vs6/libgstqtdemux.dsp:
7775         * win32/vs6/libgstrtp.dsp:
7776         * win32/vs6/libgstrtsp.dsp:
7777         Update project files.
7778
7779 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
7780
7781         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7782         (gst_rtspsrc_play):
7783         * gst/rtsp/gstrtspsrc.h:
7784         In TCP mode, only timestamp the first buffer. TCP is not real time and
7785         it does not make sense to try to skew compensate, also some servers send
7786         the first batch of data in a burst.
7787
7788 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7789
7790         * gst/matroska/matroska-demux.c:
7791           Fix setting the discont flag on the first buffer
7792           pushed downstream for formats with private codec
7793           data that needs to be deserialised into buffers
7794           (such as vorbis and FLAC when in a matroska container).
7795
7796 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
7797
7798         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7799
7800         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7801         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7802         (gst_rtp_mp4v_pay_handle_buffer):
7803         * gst/rtp/gstrtpmp4vpay.h:
7804         Free the config string. Fixes #480707.
7805         Clean up the timestamp code a little.
7806
7807 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7808
7809         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7810         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7811         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7812         * gst/rtsp/gstrtspsrc.h:
7813         Set timestamps on RTP buffers in interleaved mode.
7814         Mark first buffers with a DISCONT.
7815         Remove flush hack now that sync for live sources has been figured out.
7816
7817 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7818
7819         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7820         Update documentation.
7821
7822 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7823
7824         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
7825         (gst_rtp_xqt_depay_change_state):
7826         * gst/qtdemux/gstrtpxqtdepay.h:
7827         Fail if we don't know the quicktime format.
7828
7829 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
7830
7831         * ext/flac/gstflacenc.c:
7832         * ext/flac/gstflacenc.h:
7833           Save the flow return from the last gst_pad_push() and
7834           make sure we pass the right flow return value upstream
7835           in the case of failure; minor clean-ups.
7836
7837 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7838
7839         * ext/taglib/gstapev2mux.cc:
7840         * ext/taglib/gstid3v2mux.cc:
7841         * gst/apetag/gstapedemux.c:
7842           Add support for the new GST_TAG_COMPOSER (#459809).
7843
7844 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7845
7846         * gst/law/alaw-decode.c:
7847         * gst/law/alaw-decode.h:
7848         * gst/law/alaw-encode.c:
7849         * gst/law/alaw-encode.h:
7850         * gst/law/alaw.c:
7851         * gst/law/mulaw-conversion.h:
7852           Compulsive clean-ups: use boilerplate macros, add debug
7853           categories, fix up things to conform to symbol nomenklatura,
7854           etc.
7855
7856 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7857
7858         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7859
7860         * gst/law/alaw-decode.c:
7861         * gst/law/alaw-encode.c:
7862           Use static tables for A-Law decoding and encoding; this makes
7863           A-Law decoding and encoding less CPU-intensive, but increases
7864           the binary size a bit. Leaving old code around for now,
7865           selectable by a define in the code. Fixes #435435.
7866
7867 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7868
7869         * configure.ac:
7870         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7871         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7872         in configure.ac.
7873
7874 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7875
7876         Patch by: Jan Gerber <j at bootlab dot org>
7877
7878         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7879         Add fourccs for MPEG2 HDV streams. Fixes #479960.
7880
7881 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
7882
7883         * sys/oss/gstosshelper.c:
7884           Use GST_WARNING instead of a g_critical. This situation is not caused
7885           by the application.
7886
7887 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7888
7889         * po/LINGUAS:
7890         * po/nl.po:
7891           Updated translations.
7892
7893 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7894
7895         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7896
7897         * po/eu.po:
7898           Added Basque translation.
7899
7900 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7901
7902         translated by: Abel Cheung <abelcheung@gmail.com>
7903
7904         * po/zh_HK.po:
7905         * po/zh_TW.po:
7906           Added Chinese (traditional and Hong Kong) translation.
7907
7908 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7909
7910         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7911
7912         * po/pl.po:
7913           Added Polish translation.
7914
7915 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7916
7917         translated by: Ilkka Tuohela <hile@iki.fi>
7918
7919         * po/fi.po:
7920           Added Finnish translation.
7921
7922 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7923
7924         translated by: Jorge González González <aloriel@gmail.com>
7925
7926         * po/es.po:
7927           Added Spanish translation.
7928
7929 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7930
7931         translated by: Mogens Jaeger <mogens@jaeger.tf>
7932
7933         * po/da.po:
7934           Added Danish translation.
7935
7936 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7937
7938         translated by: Funda Wang <fundawang@linux.net.cn>
7939
7940         * po/zh_CN.po:
7941           Added Chinese (simplified) translation.
7942
7943 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7944
7945         translated by: Alexander Shopov <ash@contact.bg>
7946
7947         * po/bg.po:
7948           Added Bulgarian translation.
7949
7950 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7951
7952         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
7953         Set outgoing packet duration because we can. Fixes #478244 some more.
7954
7955 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7956
7957         * ext/cairo/gsttextoverlay.c:
7958           Add info about static leak.
7959         
7960         * tests/check/Makefile.am:
7961         * tests/check/generic/states.c:
7962           Improved state change unit test.
7963
7964 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7965
7966         * docs/plugins/.cvsignore:
7967         * tests/check/.cvsignore:
7968           Ignore registries in any format.
7969
7970 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7971
7972         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
7973         Removed some unused code.
7974
7975         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
7976         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
7977         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
7978         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
7979         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
7980         (gst_rtp_theora_pay_flush_packet):
7981         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
7982         Try to preserve the incomming buffer duration on the outgoing
7983         packets. Fixes #478244.
7984
7985 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7986
7987         * ext/taglib/gstapev2mux.cc:
7988         * ext/taglib/gstid3v2mux.cc:
7989           Work around compiler warnings with g++-4.2 when assigning a
7990           string constant to a gchar * (partially fixes #478092).
7991
7992 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7993
7994         * configure.ac:
7995           We require core CVS now for gst_base_src_set_do_timestamp().
7996
7997 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7998
7999         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
8000         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8001         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
8002         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
8003         (gst_rtspsrc_handle_message):
8004         Fix compiler warnings shown with Forte.
8005
8006 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
8007
8008         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
8009         (gst_rtspsrc_dup_printf):
8010         Give meaningfull error when all streams failed to configure for some
8011         reason.
8012
8013 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
8014
8015         * gst/rtp/README:
8016         Update README with the design for synchronisation rules of RTP on
8017         sender and receiver.
8018
8019 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
8020
8021         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
8022         (gst_wavparse_chain):
8023         Don't push EOS from the chain function, the element
8024         driving the pipeline is responsible for this. The bug
8025         this was meant to fix seems to be queue not forwarding
8026         EOS in all cases (see #476514).
8027
8028 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
8029
8030         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
8031         (gst_level_transform_ip):
8032         * gst/level/gstlevel.h:
8033         Use basetransform segment so that it is correctly managed on flushes and
8034         start/stop.
8035         Report message timestamp as stream time, which is what an application
8036         can understand.
8037
8038 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
8039
8040         * ext/taglib/gstapev2mux.cc:
8041         * ext/taglib/gstapev2mux.h:
8042         * ext/taglib/gsttaglibmux.c:
8043         * tests/check/elements/apev2mux.c:
8044         Update my mail address.
8045
8046 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
8047
8048         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
8049         (gst_wavparse_loop), (gst_wavparse_chain):
8050         Add EOS logic for the push-based mode too. Fixes #476514.
8051
8052 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
8053
8054         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
8055         * gst/law/alaw-encode.h:
8056         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
8057         (gst_mulawenc_chain):
8058         * gst/law/mulaw-encode.h:
8059         Fix law encoder timestamps.
8060
8061 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
8062
8063         * ext/gconf/gstgconfaudiosink.c:
8064           Fix warning when building without debug.
8065
8066         * sys/oss/gstossmixertrack.c:
8067           Use const like in alsamixertrack.c (fixes warnings).
8068
8069 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
8070
8071         * sys/v4l2/v4l2src_calls.c:
8072         (gst_v4l2src_probe_caps_for_format_and_size):
8073         Fix framerate detection code some more.
8074         Handle the case where there is a weird step in the stepwise framerates.
8075         Don't overwrite the min interval with the framerate, use a temp variable
8076         instead.
8077         Use max in the Continuous framerate intervals instead of step, which is
8078         1 according to the docs. Fixes #475424.
8079
8080 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
8081
8082         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
8083         Make udpsrc timestamp outgoing buffers based on when they were received.
8084         Also make it output a segment in time.
8085
8086 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
8087
8088         * gst/avi/gstavidemux.c:
8089           Plug a little leak. Little code cleanups.
8090
8091 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
8092
8093         * configure.ac:
8094           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
8095           flac versions, 's good for cross-compilation karma.
8096
8097 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
8098
8099         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
8100
8101         * gst/rtp/gstrtph263pay.c:
8102           Fix up header structure so that compilers don't add padding
8103           between the structure fields, since that would lead to us
8104           sending RTP packets with broken headers (as is currently the
8105           case when compiling with MSVC). Also see similar fixes in
8106           libgstrtp in gst-plugins-base. (#474616; #471194)
8107
8108 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
8109
8110         * sys/v4l2/v4l2src_calls.c:
8111         (gst_v4l2src_probe_caps_for_format_and_size):
8112         Don't overwrite our GValue with 0 but instead use the previously
8113         computed value. Fixes #471823 some more.
8114
8115 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
8116
8117         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8118           No tabs in this file please, or gtk-doc will end up documenting
8119           rather absurd class hierarchies.
8120
8121 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
8122
8123         * ext/gconf/gstswitchsink.c:
8124           If the new kid element fails to change state for some reason
8125           (e.g. esdsink not being able to connect to the sound server),
8126           forward the error message it posted on the bus instead of just
8127           posting a generic 'Internal state change error: please file a
8128           bug' error message. Fixes #471364.
8129
8130 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8131
8132         * gst/qtdemux/Makefile.am:
8133         * gst/qtdemux/qtdemux.c:
8134           Don't assume tags are encoded as UTF-8 (#473670).
8135
8136 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8137
8138         * sys/v4l2/gstv4l2src.c:
8139         * sys/v4l2/gstv4l2src.h:
8140         * sys/v4l2/v4l2src_calls.c:
8141           Implement LATENCY queries in the crudest way possible so I don't
8142           have to use sync=false any longer when testing with videosinks.
8143
8144 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8145
8146         * configure.ac:
8147           Fix build.
8148
8149 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8150
8151         * sys/v4l2/v4l2src_calls.c:
8152         (gst_v4l2src_probe_caps_for_format_and_size):
8153         Add some more debugging in the framerate function.
8154         Iterate stepwise framerate up to and _including_ the max and if nothing
8155         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
8156         don't end up with an empty list. Fixes #471823
8157
8158 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8159
8160         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8161         (gst_multiudpsink_set_clients_string),
8162         (gst_multiudpsink_get_clients_string),
8163         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
8164         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
8165         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
8166         (gst_multiudpsink_clear):
8167         Add property do configure destination address/port pairs
8168         API:GstMultiUDPSink::clients
8169
8170 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8171
8172         * tests/examples/Makefile.am:
8173         * tests/examples/rtp/Makefile.am:
8174         * tests/examples/rtp/client-H263p-AMR.sh:
8175         * tests/examples/rtp/client-H263p-PCMA.sdp:
8176         * tests/examples/rtp/client-H263p-PCMA.sh:
8177         * tests/examples/rtp/client-H264-PCMA.sdp:
8178         * tests/examples/rtp/client-H264-PCMA.sh:
8179         * tests/examples/rtp/client-PCMA.sh:
8180         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
8181         * tests/examples/rtp/server-alsasrc-PCMA.sh:
8182         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
8183         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
8184         Added some RTP example scripts for sending and receiving RTP streams.
8185
8186 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8187
8188         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
8189         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
8190         Restructure the setcaps function so that we can also compute the
8191         expected GStreamer output size of the video frames.
8192         Set frame_byte_size correctly so that read-based devices have a chance
8193         of working correctly.
8194         When grabbing a frame, discard frames that are not of the expected size.
8195         Some cameras don't output the right framesize for the first buffer.
8196         Try only a couple of times to get a valid frame, else error out.
8197
8198         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
8199         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
8200         Add some more debug info when scanning the device.
8201
8202         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
8203         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
8204         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
8205         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
8206         Add some more debug info when dequeing a frame.
8207
8208 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8209
8210         * gst/wavparse/gstwavparse.c:
8211           More code cleanups. Add some more comment and improve debugs logs.
8212
8213 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8214
8215         * gst/wavparse/gstwavparse.c:
8216         * gst/wavparse/gstwavparse.h:
8217           Implement seek-query. Refactor duration calculations. Appropriate use
8218           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
8219           out of loops.
8220
8221 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
8222
8223         * gst/avi/gstavidemux.c:
8224           Implement seek-query.
8225
8226 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
8227
8228         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
8229         (gst_rtspsrc_dup_printf):
8230         Use new basesink async property to make sparse RTCP packet not wait for
8231         preroll.
8232
8233 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
8234
8235         * gst/audiofx/Makefile.am:
8236         Dist the right file.
8237
8238 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
8239
8240         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
8241         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
8242         Make sure we generate and parse floating point values in the POSIX
8243         locale instead of the current locale. 
8244
8245 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
8246
8247         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
8248         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8249         (gst_rtspsrc_play):
8250         * gst/rtsp/gstrtspsrc.h:
8251         Fix method detection again.
8252         Keep track of when we must send a Range header.
8253         Use segment values for Range, Speed and Scale headers.
8254         Parse Speed and Scale headers to update the segment values.
8255
8256 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
8257
8258         patch by: Mark Nauwelaerts <manauw@skynet.be>
8259
8260         * sys/v4l2/v4l2src_calls.c:
8261           Handle optional v4l2 ioctls gracefully.
8262
8263 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
8264
8265         * gst/rtp/Makefile.am:
8266         * gst/rtp/gstrtp.c: (plugin_init):
8267         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
8268         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
8269         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
8270         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
8271         (gst_rtp_h263_depay_get_property),
8272         (gst_rtp_h263_depay_change_state),
8273         (gst_rtp_h263_depay_plugin_init):
8274         * gst/rtp/gstrtph263depay.h:
8275         Added an H263 depayloader. Fixes #369392.
8276
8277         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
8278         (gst_rtp_h263p_depay_process):
8279         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8280         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
8281         Make the H263+ pay/depayloader support H263-1998 and H263-2000
8282         payloads.
8283         Also alow plain H263 on the h263p payloaders. Fixes #465040.
8284
8285 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8286
8287         * gst/audiofx/audiochebyshevfreqband.c:
8288         * gst/audiofx/audiochebyshevfreqlimit.c:
8289         Add small comparision with the windowed sinc filters in the docs.
8290
8291 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8292
8293         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
8294         (audiochebyshevfreqband_suite):
8295         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
8296         (audiochebyshevfreqlimit_suite):
8297         Also test 32 bit float mode and the type 2 variants of the filters.
8298
8299 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
8300
8301         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
8302         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8303         (gst_rtspsrc_loop):
8304         Refactor the udp and interleaved loop function a bit.
8305
8306 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8307
8308         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8309         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
8310         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
8311         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8312         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8313         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
8314         * gst/rtsp/gstrtspsrc.h:
8315         Protect connection activity with a new lock, avoids deadlocks when going
8316         to PAUSED. Fixes #455808.
8317
8318 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8319
8320         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
8321         Fix debug statement.
8322
8323 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8324
8325         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
8326         Fix stray %u in debug line as spotted by Saur on IRC.
8327
8328 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
8329
8330         * gst/audiofx/audiochebyshevfreqband.c:
8331         (gst_audio_chebyshev_freq_band_class_init):
8332         * gst/audiofx/audiochebyshevfreqlimit.c:
8333         (gst_audio_chebyshev_freq_limit_class_init):
8334         Use generator macros for the process functions for the different
8335         sample types, add lower upper boundaries for the GObject properties
8336         so automatically generated UIs can use sliders and add a note about
8337         the number of poles as a too high number of poles combined with
8338         very low or very high frequencies will produce only noise.
8339         * docs/plugins/gst-plugins-good-plugins.args:
8340         Regenerated for the property changes.
8341
8342 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8343
8344         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
8345         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
8346         (gst_rtspsrc_stream_configure_udp_sink),
8347         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
8348         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8349         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8350         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
8351         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
8352         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8353         * gst/rtsp/gstrtspsrc.h:
8354         Improve timeout handling.
8355         Use the same socket for sending and receiving RTCP packets so that some
8356         servers can track clients better.
8357         Improve connection closed handling. Try to reconnect.
8358         Don't overwrite our content base with NULL.
8359         Improve debugging.
8360         Improve range parsing and handling.
8361         Remove flushing hack now that core does the right thing.
8362
8363 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8364
8365         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8366         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
8367         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
8368         (gst_multiudpsink_close), (gst_multiudpsink_add):
8369         * gst/udp/gstmultiudpsink.h:
8370         Add support for getting and setting the socket to use.
8371
8372         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8373         (gst_udpsrc_create), (gst_udpsrc_get_property):
8374         Add support for getting the currently used socket.
8375
8376 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
8377
8378         reviewed by: Stefan Kost  <ensonic@users.sf.net>
8379
8380         * gst/audiofx/Makefile.am:
8381         * gst/audiofx/audiochebyshevfreqband.c:
8382         (gst_audio_chebyshev_freq_band_mode_get_type),
8383         (gst_audio_chebyshev_freq_band_base_init),
8384         (gst_audio_chebyshev_freq_band_dispose),
8385         (gst_audio_chebyshev_freq_band_class_init),
8386         (gst_audio_chebyshev_freq_band_init),
8387         (generate_biquad_coefficients), (calculate_gain),
8388         (generate_coefficients),
8389         (gst_audio_chebyshev_freq_band_set_property),
8390         (gst_audio_chebyshev_freq_band_get_property),
8391         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
8392         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
8393         (gst_audio_chebyshev_freq_band_start):
8394         * gst/audiofx/audiochebyshevfreqband.h:
8395         * gst/audiofx/audiochebyshevfreqlimit.c:
8396         (gst_audio_chebyshev_freq_limit_mode_get_type),
8397         (gst_audio_chebyshev_freq_limit_base_init),
8398         (gst_audio_chebyshev_freq_limit_dispose),
8399         (gst_audio_chebyshev_freq_limit_class_init),
8400         (gst_audio_chebyshev_freq_limit_init),
8401         (generate_biquad_coefficients), (calculate_gain),
8402         (generate_coefficients),
8403         (gst_audio_chebyshev_freq_limit_set_property),
8404         (gst_audio_chebyshev_freq_limit_get_property),
8405         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
8406         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
8407         (gst_audio_chebyshev_freq_limit_start):
8408         * gst/audiofx/audiochebyshevfreqlimit.h:
8409         * gst/audiofx/audiofx.c: (plugin_init):
8410         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
8411         Fixes #464800.
8412
8413         * tests/check/Makefile.am:
8414         * tests/check/elements/.cvsignore:
8415         * tests/check/elements/audiochebyshevfreqband.c:
8416         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
8417         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
8418         * tests/check/elements/audiochebyshevfreqlimit.c:
8419         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
8420         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
8421         Add unit tests for the chebyshev filters.
8422
8423         * docs/plugins/Makefile.am:
8424         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8425         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8426         * docs/plugins/gst-plugins-good-plugins.args:
8427         * docs/plugins/inspect/plugin-1394.xml:
8428         * docs/plugins/inspect/plugin-audiofx.xml:
8429         * docs/plugins/inspect/plugin-dv.xml:
8430         * docs/plugins/inspect/plugin-flac.xml:
8431         * docs/plugins/inspect/plugin-jpeg.xml:
8432         * docs/plugins/inspect/plugin-png.xml:
8433         * docs/plugins/inspect/plugin-rtp.xml:
8434         * docs/plugins/inspect/plugin-shout2send.xml:
8435         * docs/plugins/inspect/plugin-wavpack.xml:
8436         And add docs for the chebyshev filters. While doing
8437         that also run make update in docs/plugins.
8438
8439 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8440
8441         * ext/annodex/gstcmmltag.c:
8442         * gst/rtp/gstrtpvorbispay.c:
8443           Make ro memory to share.
8444
8445 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8446
8447         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8448         Improve UDP performance by avoiding a select() when we have data
8449         available immediatly.
8450
8451 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8452
8453         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
8454         (gst_rtp_dec_class_init):
8455         * gst/rtsp/gstrtpdec.h:
8456         Add (dummy) SSRC management signals.
8457
8458         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8459         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8460         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
8461         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
8462         (on_timeout), (gst_rtspsrc_stream_configure_manager),
8463         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
8464         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
8465         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8466         * gst/rtsp/gstrtspsrc.h:
8467         Add connection-speed property.
8468         Add find_stream helper functions.
8469         Handle stream EOS based on BYE messages or SSRC timeout.
8470         Returns SUCCESS from the state change function as we hide our async
8471         elements from the parent.
8472
8473 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8474
8475         * gst/debug/rndbuffersize.c:
8476           Fix da leak.
8477
8478 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
8479
8480         * gst/debug/Makefile.am:
8481         * gst/debug/breakmydata.c:
8482         * gst/debug/gstdebug.c:
8483         * gst/debug/negotiation.c:
8484         * gst/debug/progressreport.c:
8485         * gst/debug/rndbuffersize.c:
8486         * gst/debug/testplugin.c:
8487           Add new test element and clean-up the others a little.
8488
8489 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
8490
8491         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8492         Fix parsing of mp4a version 0 atoms. Fixes #465774.
8493
8494 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
8495
8496         * gst/rtp/gstrtpilbcdepay.c:
8497           Include stdlib.
8498
8499 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
8500
8501         * gst/rtp/gstrtpmpvdepay.c:
8502         Set the mpegversion in the caps so that autoplugging does not get
8503         confused.
8504
8505 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8506
8507         * po/hu.po:
8508         * po/uk.po:
8509         * po/vi.po:
8510           Updated translations.
8511
8512 2007-08-08  Michael Smith <msmith@fluendo.com>
8513
8514         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8515           Render right border in the correct location.
8516
8517 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
8518
8519         Patch by: Olivier Crete <tester at tester dot ca>
8520
8521         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
8522         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8523         Make mode property a string. Fixes #464475.
8524
8525 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8526
8527         * ext/flac/gstflacenc.c:
8528           Widen caps to match decoder a bit and add more FIXMEs.
8529
8530 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8531
8532         patch by: Mark Nauwelaerts <manauw@skynet.be>
8533
8534         * gst/avi/gstavimux.c:
8535           Fix ODML index tag numbering. Fixes #463624.
8536
8537 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
8538
8539         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
8540         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8541         (gst_rtspsrc_stream_configure_tcp),
8542         (gst_rtspsrc_stream_configure_udp_sink):
8543         Fix default clock-rate for realmedia.
8544         Fix parsing of transport.
8545         Don't try to link NULL pads.
8546
8547 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
8548
8549         * po/POTFILES.skip:
8550           Add POTFILES.skip with list of source files that aren't disted at the
8551           moment but contain translatable strings. Should hopefully pacify
8552           broken tools and make it clearer that these files are left out
8553           intentionally (#461600).
8554
8555 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
8556
8557         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
8558         If the buffer was entirely clipped ... don't try sending it :)
8559
8560 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8561
8562         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
8563         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
8564         (gst_rtspsrc_create_transports_string),
8565         (gst_rtspsrc_prepare_transports):
8566         If we don't hav a session manager, set the caps on outgoing buffers
8567         ourselves.
8568         Force PAUSE/PLAY methods for now until the extensions can overwrite.
8569         Append final bit of the transport string even when it does not contain a
8570         placeholder.
8571
8572 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8573
8574         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
8575         (gst_rtsp_ext_list_connect):
8576         * gst/rtsp/gstrtspext.h:
8577         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8578         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
8579         Clean up the interface list.
8580         Allow connecting to interface signals for the extensions.
8581         Remove old extension code.
8582         Free list on cleanup.
8583         Allow extensions to send additional RTSP messages.
8584
8585 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8586
8587         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
8588         Handle a NULL gconf key gracefully by rendering the default element.
8589
8590 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8591
8592         * gst/rtsp/gstrtspext.h:
8593         Fix include path for extension interface.
8594
8595 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8596
8597         * gst/audiofx/audioamplify.h:
8598         Also remove a now unecessary variable here.
8599
8600 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8601
8602         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
8603         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
8604         * gst/audiofx/audiodynamic.c:
8605         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
8606         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
8607         * gst/audiofx/audiodynamic.h:
8608         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
8609         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
8610         * gst/audiofx/audioinvert.h:
8611         Don't save format information ourselves, this is already saved in
8612         GstAudioFilter.
8613
8614 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8615
8616         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8617         (gst_rtsp_ext_list_stream_select):
8618         * gst/rtsp/gstrtspext.h:
8619         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8620         Use rank to filter out extensions.
8621         Add url to stream_select interface call.
8622
8623 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8624
8625         * gst/rtsp/Makefile.am:
8626         * gst/rtsp/base64.c:
8627         * gst/rtsp/base64.h:
8628         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8629         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
8630         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
8631         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
8632         (gst_rtsp_ext_list_setup_media),
8633         (gst_rtsp_ext_list_configure_stream),
8634         (gst_rtsp_ext_list_get_transports),
8635         (gst_rtsp_ext_list_stream_select):
8636         * gst/rtsp/gstrtspext.h:
8637         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
8638         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
8639         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
8640         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8641         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
8642         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
8643         (gst_rtspsrc_stream_configure_tcp),
8644         (gst_rtspsrc_stream_configure_mcast),
8645         (gst_rtspsrc_stream_configure_udp),
8646         (gst_rtspsrc_stream_configure_udp_sink),
8647         (gst_rtspsrc_stream_configure_transport),
8648         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8649         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8650         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
8651         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
8652         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8653         (gst_rtspsrc_parse_methods),
8654         (gst_rtspsrc_create_transports_string),
8655         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
8656         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
8657         (gst_rtspsrc_play), (gst_rtspsrc_pause),
8658         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
8659         * gst/rtsp/gstrtspsrc.h:
8660         * gst/rtsp/rtsp.h:
8661         * gst/rtsp/rtspconnection.c:
8662         * gst/rtsp/rtspconnection.h:
8663         * gst/rtsp/rtspdefs.c:
8664         * gst/rtsp/rtspdefs.h:
8665         * gst/rtsp/rtspext.h:
8666         * gst/rtsp/rtspextwms.c:
8667         * gst/rtsp/rtspextwms.h:
8668         * gst/rtsp/rtspmessage.c:
8669         * gst/rtsp/rtspmessage.h:
8670         * gst/rtsp/rtsprange.c:
8671         * gst/rtsp/rtsprange.h:
8672         * gst/rtsp/rtsptransport.c:
8673         * gst/rtsp/rtsptransport.h:
8674         * gst/rtsp/rtspurl.c:
8675         * gst/rtsp/rtspurl.h:
8676         * gst/rtsp/sdp.h:
8677         * gst/rtsp/sdpmessage.c:
8678         * gst/rtsp/sdpmessage.h:
8679         * gst/rtsp/test.c:
8680         Use shiny new RTSP and SDP library.
8681         Implement RTSP extensions using the new interface.
8682         Remove a lot of old code.
8683
8684 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
8685
8686         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8687         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
8688
8689 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8690
8691         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8692         Don't unref the outgoing buffer twice when dropping it because it's
8693         outside of the segment.
8694
8695 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8696
8697         * configure.ac:
8698         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8699         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
8700         Use the new buffer clipping function from gstaudio here and
8701         require gst-plugins-base CVS.
8702         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8703         For framed Wavpack buffers we require a valid timestamp.
8704
8705 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8706
8707         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
8708         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
8709         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8710         Clip raw audio and video when we can, keep track of current output
8711         segment.
8712         Don't leak buffers and events when there is no output pad.
8713         Improve debugging here and there.
8714
8715 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8716
8717         * configure.ac:
8718           Sync liboil check with plugins-base.
8719
8720 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8721
8722         * ext/annodex/Makefile.am:
8723           Fix CFLAGS/LIBS.
8724
8725         * ext/cdio/gstcdiocddasrc.c:
8726         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8727           Include stdlib
8728
8729         * ext/cairo/Makefile.am:
8730         * gst/videofilter/Makefile.am:
8731         * tests/examples/level/Makefile.am:
8732           Use $(LIBM) instead of -lm
8733
8734 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8735
8736         * sys/v4l2/gstv4l2src.c:
8737           Add another example pipeline.
8738
8739 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8740
8741         Patch by: Alexander Eichner <alexeichi@yahoo.de>
8742
8743         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8744           Use define here.
8745
8746         * sys/v4l2/gstv4l2tuner.c:
8747         (gst_v4l2_tuner_set_frequency_and_notify):
8748           Don't touch the property - its still disabled.
8749
8750         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8751         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8752         * sys/v4l2/v4l2src_calls.h:
8753           Improve fallback format negotionation. Fixes #451388
8754
8755 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8756
8757         * tests/check/elements/videocrop.c: (GST_START_TEST):
8758           Fix the test.
8759
8760 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8761
8762         * docs/plugins/Makefile.am:
8763         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8764         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8765         * docs/plugins/inspect/plugin-jpeg.xml:
8766         * docs/plugins/inspect/plugin-png.xml:
8767         * ext/jpeg/gstjpegdec.c:
8768         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8769         (gst_pngdec_sink_setcaps):
8770           More docs. More logs in pngdec.
8771
8772 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
8773
8774         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8775           Initialize num_buffers with minimum value.
8776
8777         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8778         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8779           Handle frame-size query failure gracefully.
8780
8781 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8782
8783         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8784         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8785         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8786         of qt/aac files.
8787
8788 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
8789
8790         * ext/wavpack/gstwavpackdec.c:
8791         (gst_wavpack_dec_clip_outgoing_buffer):
8792         Fix buffer clipping to correctly clip to the segment stop.
8793
8794 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8795
8796         * configure.ac:
8797         * tests/Makefile.am:
8798         Remove bogus check for libcheck, since we check for
8799         gstreamer-check and it pulls in the required info from there,
8800         and we weren't actually _using_ the information for libcheck
8801         ourselves anyway.
8802
8803 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8804
8805         * configure.ac:
8806           Use pkg-config to locate check.
8807
8808 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8809
8810         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8811         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8812         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8813         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8814         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8815         * gst/effectv/gstaging.c: (gst_agingtv_transform):
8816         * gst/effectv/gstdice.c: (gst_dicetv_transform):
8817         * gst/effectv/gstedge.c: (gst_edgetv_transform):
8818         * gst/effectv/gstquark.c: (gst_quarktv_transform):
8819         * gst/effectv/gstrev.c: (gst_revtv_transform):
8820         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8821         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8822         * gst/effectv/gstwarp.c: (gst_warptv_transform):
8823         * gst/matroska/matroska-demux.c:
8824         (gst_matroska_demux_add_wvpk_header),
8825         (gst_matroska_demux_check_subtitle_buffer),
8826         (gst_matroska_decode_buffer):
8827         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
8828           Fix build against core CVS.
8829
8830 2007-07-10  Edward Hervey  <bilboed@gmail.com>
8831
8832         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8833         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
8834         don't have enough granularity to convert that boolean into a
8835         GstFlowReturn.
8836
8837 2007-07-06  Michael Smith <msmith@fluendo.com>
8838
8839         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
8840         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
8841         (gst_alawdec_change_state):
8842         * gst/law/alaw-decode.h:
8843         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
8844         (gst_mulawdec_class_init), (gst_mulawdec_init),
8845         (gst_mulawdec_chain), (gst_mulawdec_change_state):
8846         * gst/law/mulaw-decode.h:
8847           Fix capsnego bogosity in *law decoders. 
8848
8849 2007-07-06  Michael Smith <msmith@fluendo.com>
8850
8851         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
8852         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
8853         (gst_smokeenc_change_state):
8854         * ext/jpeg/gstsmokeenc.h:
8855           Remove stupidity in get/set caps functions.
8856           Fix some refcounting problems.
8857
8858 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8859
8860         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8861         Remove endianness-flipping hack that seems to have been required
8862         only because of a bug in ffmpegcolorspace.
8863         Partially Fixes: #451908
8864
8865 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8866
8867         * docs/plugins/Makefile.am:
8868           Simplify --extra-dir as gtkdoc scans recursively.
8869
8870 2007-07-03  Wim Taymans  <wim@fluendo.com>
8871
8872         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8873
8874         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8875         Set the encoding-name in the rtp caps to all uppercase, as required by
8876         the caps spec.
8877         Some small cleanups in the error paths. Fixes #453037.
8878
8879 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8880
8881         * ext/wavpack/gstwavpackparse.c:
8882         (gst_wavpack_parse_index_get_last_entry),
8883         (gst_wavpack_parse_index_get_entry_from_sample),
8884         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8885         (gst_wavpack_parse_scan_to_find_sample):
8886         * ext/wavpack/gstwavpackparse.h:
8887         Use a GSList for the GArray that is used like a list anyway.
8888
8889 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8890
8891         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8892         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8893         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8894           Add state change function where we set 0/1 as default framerate in
8895           case our setcaps function isn't called, like it might not in a
8896           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8897           gdkpixbufdec trying to create caps with a 0/0 framerate.
8898           Also post an error message on the bus if gst_pad_push() fails when
8899           called from our sink event handler (+1 for flow returns for event
8900           functions in 0.11) instead of failing silently.
8901
8902 2007-06-27  Wim Taymans  <wim@fluendo.com>
8903
8904         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8905         Cast stack args to the proper types. Fixes #451249.
8906
8907 2007-06-27  Wim Taymans  <wim@fluendo.com>
8908
8909         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8910         (new_session_pad), (gst_rtspsrc_setup_streams):
8911         * gst/rtsp/gstrtspsrc.h:
8912         For container formats we only need to activate one of the streams so
8913         that we correctly signal no-more-pads. Fixes #451015.
8914
8915 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8916
8917         * docs/plugins/gst-plugins-good-plugins.args:
8918         * docs/plugins/inspect/plugin-aasink.xml:
8919         * docs/plugins/inspect/plugin-alaw.xml:
8920         * docs/plugins/inspect/plugin-alpha.xml:
8921         * docs/plugins/inspect/plugin-alphacolor.xml:
8922         * docs/plugins/inspect/plugin-annodex.xml:
8923         * docs/plugins/inspect/plugin-apetag.xml:
8924         * docs/plugins/inspect/plugin-audiofx.xml:
8925         * docs/plugins/inspect/plugin-auparse.xml:
8926         * docs/plugins/inspect/plugin-autodetect.xml:
8927         * docs/plugins/inspect/plugin-avi.xml:
8928         * docs/plugins/inspect/plugin-cacasink.xml:
8929         * docs/plugins/inspect/plugin-cairo.xml:
8930         * docs/plugins/inspect/plugin-cdio.xml:
8931         * docs/plugins/inspect/plugin-cutter.xml:
8932         * docs/plugins/inspect/plugin-debug.xml:
8933         * docs/plugins/inspect/plugin-efence.xml:
8934         * docs/plugins/inspect/plugin-effectv.xml:
8935         * docs/plugins/inspect/plugin-esdsink.xml:
8936         * docs/plugins/inspect/plugin-flac.xml:
8937         * docs/plugins/inspect/plugin-flxdec.xml:
8938         * docs/plugins/inspect/plugin-gconfelements.xml:
8939         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8940         * docs/plugins/inspect/plugin-goom.xml:
8941         * docs/plugins/inspect/plugin-halelements.xml:
8942         * docs/plugins/inspect/plugin-icydemux.xml:
8943         * docs/plugins/inspect/plugin-id3demux.xml:
8944         * docs/plugins/inspect/plugin-jpeg.xml:
8945         * docs/plugins/inspect/plugin-ladspa.xml:
8946         * docs/plugins/inspect/plugin-level.xml:
8947         * docs/plugins/inspect/plugin-matroska.xml:
8948         * docs/plugins/inspect/plugin-mulaw.xml:
8949         * docs/plugins/inspect/plugin-multipart.xml:
8950         * docs/plugins/inspect/plugin-navigationtest.xml:
8951         * docs/plugins/inspect/plugin-ossaudio.xml:
8952         * docs/plugins/inspect/plugin-png.xml:
8953         * docs/plugins/inspect/plugin-quicktime.xml:
8954         * docs/plugins/inspect/plugin-rtp.xml:
8955         * docs/plugins/inspect/plugin-rtsp.xml:
8956         * docs/plugins/inspect/plugin-smpte.xml:
8957         * docs/plugins/inspect/plugin-speex.xml:
8958         * docs/plugins/inspect/plugin-taglib.xml:
8959         * docs/plugins/inspect/plugin-udp.xml:
8960         * docs/plugins/inspect/plugin-videobalance.xml:
8961         * docs/plugins/inspect/plugin-videobox.xml:
8962         * docs/plugins/inspect/plugin-videocrop.xml:
8963         * docs/plugins/inspect/plugin-videoflip.xml:
8964         * docs/plugins/inspect/plugin-videomixer.xml:
8965         * docs/plugins/inspect/plugin-wavenc.xml:
8966         * docs/plugins/inspect/plugin-wavparse.xml:
8967         * docs/plugins/inspect/plugin-ximagesrc.xml:
8968           Update docs with caps info.
8969
8970 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8971
8972         * po/POTFILES.in:
8973           Add more files with translatable strings (#450878).
8974
8975 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8976
8977         * MAINTAINERS:
8978         Updating all the maintainers files
8979
8980 2007-06-22  Edward Hervey  <edward@fluendo.com>
8981
8982         * ext/flac/gstflactag.c: (gst_flac_tag_init):
8983         * gst/interleave/deinterleave.c: (deinterleave_init),
8984         (deinterleave_sink_link):
8985         * gst/interleave/interleave.c: (interleave_init):
8986         * gst/median/gstmedian.c: (gst_median_init):
8987         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
8988         Fix memory leaks.
8989         * tests/check/elements/id3demux.c: (pad_added_cb):
8990         Remove unused variable.
8991
8992 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
8993
8994         * ext/gconf/gconf.h:
8995         Make the prototype of gst_gconf_get_key_for_sink_profile
8996         match the implementation.
8997         Patch by: Damien Carbery <damien dot carbery at sun dot com>
8998         Fixes: #449747
8999
9000 2007-06-20  Michael Smith <msmith@fluendo.com>
9001
9002         * gst/rtp/gstrtpdepay.c:
9003           Fix description - rtpdepay is not a payloader.
9004
9005 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
9006
9007         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
9008         (qtdemux_video_caps):
9009         * gst/qtdemux/qtdemux_fourcc.h:
9010           Add MJPG to the variants of motion jpeg.
9011
9012 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
9013
9014         * tests/check/Makefile.am:
9015         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
9016         * tests/check/elements/videocrop.c: (GST_START_TEST):
9017         * tests/check/elements/videofilter.c:
9018         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
9019         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
9020           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
9021           error flags are included and it errors out on compiler warnings
9022           for CVS builds; remove unused variables in various unit tests.
9023
9024 2007-06-19  Wim Taymans  <wim@fluendo.com>
9025
9026         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9027         (rtsp_connection_close), (rtsp_connection_free):
9028         Use threadsafe inet_ntop to convert an ip number to a string. 
9029         Fixes #447961.
9030         Don't leak fd (and ip) when freeing a connection without first closing
9031         it.
9032
9033 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
9034
9035         * configure.ac:
9036         Back to CVS
9037
9038         * gst-plugins-good.doap:
9039         Add 0.10.6 to the doap file.
9040
9041 === release 0.10.6 ===
9042
9043 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
9044
9045         * configure.ac:
9046           releasing 0.10.6, "Wobble Board"
9047
9048 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9049
9050         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9051         (rtsp_connection_free):
9052           Revert previous commit again, since we are frozen (sorry).
9053
9054 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9055
9056         Patch by: Peter Kjellerstedt <pkj at axis com>
9057
9058         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9059         (rtsp_connection_free):
9060           inet_ntoa() uses a static buffer internally, so we need to copy the
9061           returned string if we want to store it for later (#447961).
9062
9063 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
9064
9065         * win32/vs6/autogen.dsp:
9066         * win32/vs6/gst_plugins_good.dsw:
9067         * win32/vs6/libgstalaw.dsp:
9068         * win32/vs6/libgstalpha.dsp:
9069         * win32/vs6/libgstalphacolor.dsp:
9070         * win32/vs6/libgstapetag.dsp:
9071         * win32/vs6/libgstaudiofx.dsp:
9072         * win32/vs6/libgstauparse.dsp:
9073         * win32/vs6/libgstautodetect.dsp:
9074         * win32/vs6/libgstavi.dsp:
9075         * win32/vs6/libgstcutter.dsp:
9076         * win32/vs6/libgstdirectdraw.dsp:
9077         * win32/vs6/libgstdirectsound.dsp:
9078         * win32/vs6/libgsteffectv.dsp:
9079         * win32/vs6/libgstflx.dsp:
9080         * win32/vs6/libgstgoom.dsp:
9081         * win32/vs6/libgsticydemux.dsp:
9082         * win32/vs6/libgstid3demux.dsp:
9083         * win32/vs6/libgstinterleave.dsp:
9084         * win32/vs6/libgstjpeg.dsp:
9085         * win32/vs6/libgstlevel.dsp:
9086         * win32/vs6/libgstmatroska.dsp:
9087         * win32/vs6/libgstmedian.dsp:
9088         * win32/vs6/libgstmonoscope.dsp:
9089         * win32/vs6/libgstmulaw.dsp:
9090         * win32/vs6/libgstmultipart.dsp:
9091         * win32/vs6/libgstqtdemux.dsp:
9092         * win32/vs6/libgstrtp.dsp:
9093         * win32/vs6/libgstrtsp.dsp:
9094         * win32/vs6/libgstsmpte.dsp:
9095         * win32/vs6/libgstspeex.dsp:
9096         * win32/vs6/libgstudp.dsp:
9097         * win32/vs6/libgstvideobalance.dsp:
9098         * win32/vs6/libgstvideobox.dsp:
9099         * win32/vs6/libgstvideocrop.dsp:
9100         * win32/vs6/libgstvideoflip.dsp:
9101         * win32/vs6/libgstvideomixer.dsp:
9102         * win32/vs6/libgstwaveform.dsp:
9103         * win32/vs6/libgstwavenc.dsp:
9104         * win32/vs6/libgstwavparse.dsp:
9105         Mark *.dsp & *.dsw as binary files and convert to DOS line
9106         endings, as they don't load into VS6 correctly otherwise.
9107
9108 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
9109
9110         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9111         (rtsp_connection_connect):
9112         Fix the MingW build. 
9113         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
9114         Fixes: #446981
9115
9116 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
9117
9118         * tests/check/elements/.cvsignore:
9119         * tests/icles/.cvsignore:
9120         Hush the buildbots up
9121
9122 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
9123
9124         * configure.ac:
9125         * sys/Makefile.am:
9126         * sys/directdraw/Makefile.am:
9127         * sys/directsound/Makefile.am:
9128         * sys/waveform/Makefile.am:
9129         Make sure to dist everything needed for win32 builds.
9130
9131 2007-06-14  Edward Hervey  <edward@fluendo.com>
9132
9133         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
9134         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
9135         caps.
9136         Fixes #447458
9137
9138 2007-06-13  Wim Taymans  <wim@fluendo.com>
9139
9140         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
9141         Make sure we allocate enough memory for the codec_data.
9142         Fixes #447210.
9143
9144 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
9145
9146         * win32/MANIFEST:
9147         Add videocrop project file to the win32 manifest.
9148         * win32/vs6/gst_plugins_good.dsw:
9149         Add qtdemux,videocrop and waveform projects to the workspace.
9150         * win32/vs6/libgstqtdemux.dsp:
9151         Add zlib to the link list of qtdemux.
9152         * win32/vs6/libgstvideocrop.dsp:
9153         Add a project file for videocrop.
9154
9155 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9156
9157         * po/POTFILES.in:
9158         Add qtdemux for translation
9159
9160 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9161
9162         * configure.ac:
9163         * docs/plugins/Makefile.am:
9164         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9165         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9166         * docs/plugins/inspect/plugin-videocrop.xml:
9167         * gst-plugins-good.spec.in:
9168         * sys/Makefile.am:
9169         * tests/check/Makefile.am:
9170         * tests/icles/Makefile.am:
9171         * tests/icles/videocrop-test.c:
9172         Move videocrop and osxvideo from -bad.
9173
9174 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9175
9176         * configure.ac:
9177         * docs/plugins/Makefile.am:
9178         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9179         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9180         * docs/plugins/gst-plugins-good-plugins.args:
9181         * docs/plugins/inspect/plugin-qtdemux.xml:
9182         * docs/plugins/inspect/plugin-quicktime.xml:
9183         * win32/MANIFEST:
9184         Move qtdemux from -bad.
9185
9186         * gst-plugins-good.spec.in:
9187         Update spec file to reflect moving of qtdemux and wavpack
9188
9189 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9190         
9191         * win32/MANIFEST:
9192         * docs/plugins/Makefile.am:
9193         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9194         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9195         * docs/plugins/inspect/plugin-directdraw.xml:
9196         * docs/plugins/inspect/plugin-directsound.xml:
9197         * docs/plugins/inspect/plugin-waveform.xml:
9198         Move the waveform plugin from -bad too. Update the inspect xml
9199         files to mention Plugins Good instead of Plugins Bad.
9200
9201 2007-06-12  Andy Wingo  <wingo@pobox.com>
9202
9203         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
9204         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
9205         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
9206         finalization and resuscitation. No longer public.
9207         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
9208         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
9209         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
9210         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
9211         miniobject semantics, and be threadsafe.
9212         (gst_v4l2src_queue_frame): Remove this function, as we just call
9213         the ioctls directly in the two places where we queue buffers.
9214         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
9215         directly.
9216         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
9217         to allocate the pool, which also preallocates the GstBuffers.
9218         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
9219         queueing the frames directly.
9220         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
9221         mmap buffers have been dequeued.
9222
9223         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
9224         real MiniObject instead of rolling our own refcounting and
9225         finalizing. Give it a lock.
9226         (struct _GstV4l2Buffer): Remove one intermediary object, having
9227         the buffers hold the struct v4l2_buffer directly.
9228
9229         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
9230         capture_init so that it can set them on the buffers that it will
9231         create.
9232         (gst_v4l2src_get_read): For better or for worse, include the
9233         timestamping and offsetting code here; really we should be using
9234         bufferalloc though.
9235         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
9236         preallocated, mmap'd buffers.
9237
9238 2007-06-11  Wim Taymans  <wim@fluendo.com>
9239
9240         Patch by: daniel fischer <dan at f3c dot com>
9241
9242         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
9243         (gst_ximage_src_get_caps):
9244         Actually use the display_name property so that we can dump any
9245         available X display. Fixes #445905.
9246
9247 2007-06-11  Wim Taymans  <wim@fluendo.com>
9248
9249         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9250
9251         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
9252         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
9253         Add missing rate fields to caps. Fixes #441118.
9254
9255 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
9256
9257         * win32/vs6/gst_plugins_good.dsw:
9258         * win32/vs8/gst-plugins-good.sln:
9259         Add DirectSound and DirectDraw sinks project files to
9260         workspace and solution files.
9261
9262 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
9263
9264         Patch by: Josh Coalson <xflac at yahoo dot com>,
9265         updated by Alexis Ballier <aballier at gentoo dot org>:
9266
9267         * configure.ac:
9268         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
9269         (gst_flac_dec_setup_seekable_decoder),
9270         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
9271         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
9272         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
9273         * ext/flac/gstflacdec.h:
9274         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9275         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
9276         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
9277         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
9278         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
9279         (gst_flac_enc_chain), (gst_flac_enc_set_property),
9280         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
9281         * ext/flac/gstflacenc.h:
9282         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
9283         
9284 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9285
9286         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
9287         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
9288         not necessary anymore as we need at least that core version. 
9289
9290 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9291
9292         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
9293         (gst_wavpack_dec_chain):
9294         * ext/wavpack/gstwavpackdec.h:
9295         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
9296         (gst_wavpack_parse_push_buffer):
9297         * ext/wavpack/gstwavpackparse.h:
9298         Improve discont handling by checking if the next Wavpack block has
9299         the expected, following block index.
9300
9301 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9302
9303         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
9304           Fix element description.
9305
9306 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9307
9308         * configure.ac:
9309         * docs/plugins/Makefile.am:
9310         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9311         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9312         * docs/plugins/gst-plugins-good-plugins.args:
9313         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9314         * docs/plugins/gst-plugins-good-plugins.signals:
9315         * docs/plugins/inspect/plugin-autodetect.xml:
9316         * docs/plugins/inspect/plugin-gconfelements.xml:
9317         * docs/plugins/inspect/plugin-ladspa.xml:
9318         * docs/plugins/inspect/plugin-rtp.xml:
9319         * docs/plugins/inspect/plugin-wavpack.xml:
9320         * ext/Makefile.am:
9321         * tests/check/Makefile.am:
9322           move wavpack plugin.  See #352605.
9323
9324 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
9325
9326         * configure.ac:
9327         * docs/plugins/Makefile.am:
9328         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9329         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9330         * docs/plugins/gst-plugins-good-plugins.args:
9331         * sys/Makefile.am:
9332         * win32/MANIFEST:
9333         Add DirectDraw & DirectSound plugins to the build and docs.
9334
9335 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
9336
9337         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9338         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
9339           When operating in pull mode, error out correct on not-linked.
9340
9341 2007-06-06  Andy Wingo  <wingo@pobox.com>
9342
9343         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
9344         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
9345         format and size if the ioctls are defined; should fix compilation
9346         on Linux < 2.16.19.
9347
9348 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
9349
9350         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
9351           Printf fixes in debug statements; use LOG level for debug statements
9352           that are printed for each and every frame; convert c++ comments to
9353           C-style comments; not much point using g_try_malloc() if we then not
9354           even check the return value.
9355
9356 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
9357
9358         * configure.ac:
9359           Bump requirements to released versions (core and base 0.10.13).
9360
9361         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
9362           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
9363           own implementation.
9364
9365 2007-06-05  Andy Wingo  <wingo@pobox.com>
9366
9367         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
9368         some useless comments.
9369
9370         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
9371         frames before calling STREAMON, that might leave them in a state
9372         where they can't be dequeued if we go back to NULL without calling
9373         STREAMON, according to the docs.
9374         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
9375         before we call STREAMON.
9376         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
9377         failures. (For me this code hung.) The pool refcounting is still
9378         crack; added a note to that effect.
9379
9380 2007-06-05  Wim Taymans  <wim@fluendo.com>
9381
9382         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
9383         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
9384         Add support for mapping gst structure names to the MIME type equivalent.
9385         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
9386
9387 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
9388
9389         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9390         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
9391         (gst_wavenc_chain), (gst_wavenc_change_state):
9392         * gst/wavenc/gstwavenc.h:
9393         Properly write wav files with width!=depth by having the depth most
9394         significant bytes set and all others zero. Fixes #442535.
9395
9396 2007-06-01  Wim Taymans  <wim@fluendo.com>
9397
9398         * gst/rtsp/rtspconnection.c:
9399         Add include to make buildbot happy.
9400
9401 2007-06-01  Wim Taymans  <wim@fluendo.com>
9402
9403         Patch by: Peter Kjellerstedt  <pkj at axis com>
9404
9405         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9406         (rtsp_connection_connect), (add_date_header),
9407         (rtsp_connection_send), (parse_response_status),
9408         (parse_request_line), (parse_line), (rtsp_connection_receive):
9409         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
9410         * gst/rtsp/rtspdefs.h:
9411         * gst/rtsp/rtspmessage.c: (key_value_foreach),
9412         (rtsp_message_init_request), (rtsp_message_init_response),
9413         (rtsp_message_remove_header), (rtsp_message_append_headers),
9414         (rtsp_message_dump):
9415         * gst/rtsp/rtspmessage.h:
9416         Improves version checking, allowing an RTSP server to reply with "505
9417         RTSP Version not supported.
9418         Adds a Date header to all messages.
9419         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
9420         want to be able to send a response even if something in the request was
9421         invalid. EINVAL is only used when passing wrong arguments to functions.
9422         Do not handle an invalid method in parse_request_line(). Defer this to
9423         the caller so it can respond with "405 Method Not Allowed".
9424         Improves parsing of the timeout parameter to the Session header,
9425         allowing whitespace after the semicolon. 
9426         Avoids a compiler warning due to variables shadowing a function argument.
9427
9428 2007-06-01  Wim Taymans  <wim@fluendo.com>
9429
9430         Based on Patch by: Daniel Charles <dcharles at ti dot com>
9431
9432         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9433         (gst_rtp_amr_depay_process):
9434         * gst/rtp/gstrtpamrdepay.h:
9435         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
9436         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
9437         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
9438         * gst/rtp/gstrtpamrpay.h:
9439         Add support for AMR-WB.
9440         Small cleanups such as using BOILERPLATE.
9441
9442 2007-05-31  Wim Taymans  <wim@fluendo.com>
9443
9444         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
9445         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
9446
9447 2007-05-30  Andy Wingo  <wingo@pobox.com>
9448
9449         * sys/v4l2/gstv4l2object.h: 
9450         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
9451         unintended changes.
9452
9453         * sys/v4l2/v4l2src_calls.h: 
9454         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
9455         the format list in the order that the driver gives it to us.
9456         (gst_v4l2src_probe_caps_for_format_and_size)
9457         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
9458         based on the capabilities of the device.
9459         (gst_v4l2src_grab_frame): Update for object variable renaming.
9460         (gst_v4l2src_set_capture): Update to be strict in its parameters,
9461         as in the set_caps below.
9462         (gst_v4l2src_capture_init): Update for object variable renaming,
9463         and reflow.
9464         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
9465         (gst_v4l2src_capture_deinit): Update for object variable renaming.
9466         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
9467         (gst_v4l2src_get_fps): Remove; these functions don't have much
9468         meaning outside of an atomic set_caps method.
9469         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
9470         known.
9471
9472         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
9473         call to update_fps; not sure about this change.
9474         (gst_v4l2_tuner_set_norm): Work around the fact that for the
9475         moment we don't have an update_fps_func.
9476
9477         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
9478         structures in the object, just store what we need. Do store the
9479         probed caps of the device. Don't store the current frame rate.
9480
9481         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
9482         update_fps_function, for now. Update for new object variable
9483         naming.
9484         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
9485         new object variable naming.
9486         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
9487         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
9488         (gst_v4l2src_get_caps): Rework to probe the device for supported
9489         frame sizes and frame rates.
9490         (gst_v4l2src_set_caps): Rework to be strict in the given
9491         parameters: if someone asks us to have a certain size and rate,
9492         that is what we configure.
9493         (gst_v4l2src_get_read): Update for object variable naming. Don't
9494         leak buffers on short reads.
9495         (gst_v4l2src_get_mmap): Update for object variable naming, and add
9496         comments.
9497         (gst_v4l2src_create): Update for object variable naming.
9498
9499 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9500
9501         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
9502         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
9503         * gst/avi/gstavidemux.h:
9504           Parse subtitle text streams instead of erroring out (#442034). Still
9505           needs a parser for the subtitles to actually show up.
9506
9507 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9508
9509         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
9510         (gst_avi_demux_loop):
9511           Make _push_event() return TRUE if the event could be pushed on at
9512           least one pad and not only if it could be pushed on all pads,
9513           otherwise we'll end up posting an error message on EOS if one or
9514           more source pads are not connected.
9515
9516 2007-05-28  Wim Taymans  <wim@fluendo.com>
9517
9518         * gst/rtsp/rtsptransport.c:
9519         Use renamed RTP bin.
9520
9521 2007-05-28  Wim Taymans  <wim@fluendo.com>
9522
9523         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
9524
9525         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
9526         (gst_video_box_set_property), (gst_video_box_transform_caps),
9527         (video_box_recalc_transform), (gst_video_box_set_caps),
9528         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
9529         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
9530         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
9531         (gst_video_box_i420_i420), (gst_video_box_transform),
9532         (plugin_init):
9533         Add AYUV->AYUV and AYUV->I420 formats. 
9534         Fix negotiation and I420->AYUV conversion.
9535         Fixes #429329.
9536
9537 2007-05-26  Wim Taymans  <wim@fluendo.com>
9538
9539         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
9540         Use different variables for nested for loops so that the outer loop
9541         functions properly and speex files with multiple frames per buffer work
9542         properly.
9543         Fixes #441408.
9544
9545 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9546
9547         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
9548           Don't leak newsegment events.
9549
9550 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9551
9552         * gst/wavparse/Makefile.am:
9553           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
9554           drags it in.
9555
9556 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9557
9558         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9559         (notgst_value_array_append_buffer),
9560         (gst_flac_enc_process_stream_headers),
9561         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
9562         (gst_flac_enc_change_state):
9563         * ext/flac/gstflacenc.h:
9564           Collect headers, add "streamheader" field to output caps and set
9565           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
9566           produces output according to the official FLAC-to-Ogg mapping
9567           instead of completely broken files. Fixes #426044.
9568
9569 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9570
9571         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
9572         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
9573         (gst_id3demux_sink_event):
9574         * gst/id3demux/gstid3demux.h:
9575         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
9576         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
9577         (gst_tag_demux_send_new_segment):
9578         Handle and adjust new-segment events so that downstream really
9579         sees a stream with the tag pieces stripped off the front and back.
9580         Fixes strangeness in seeking when mp3 decoders use the new-segment
9581         byte position to estimate their current playback position timestamp
9582         and then the arriving buffers don't match up.
9583
9584 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9585
9586         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
9587           Don't unnecessarily perform a READY->NULL->READY transition on the
9588           detected audio sink when starting up. Fixes: #440127
9589
9590 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
9591
9592         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
9593         (gst_flac_enc_chain):
9594           Don't crash in chain function if setcaps hasn't been called.
9595
9596 2007-05-24  Wim Taymans  <wim@fluendo.com>
9597
9598         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
9599         Init value to avoid infinte loops.
9600
9601 2007-05-24  Wim Taymans  <wim@fluendo.com>
9602
9603         Patch by: Peter Kjellerstedt  <pkj at axis com>
9604
9605         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
9606         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
9607         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9608         (gst_rtspsrc_play):
9609         (rtsp_connection_send), (rtsp_connection_receive):
9610         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
9611         Fix for new API.
9612
9613         * gst/rtsp/rtspconnection.c: (add_auth_header),
9614         Only add authorisation and session headers when sending messages.
9615
9616         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
9617         (rtsp_message_init_request), (rtsp_message_init_response),
9618         (rtsp_message_unset), (rtsp_message_add_header),
9619         (rtsp_message_remove_header), (rtsp_message_get_header),
9620         (rtsp_message_append_headers), (dump_key_value),
9621         (rtsp_message_dump):
9622         * gst/rtsp/rtspmessage.h:
9623         Add support for multiple headers of the same type by storing the parsed
9624         headers in a GArray instaed of a hashtable.
9625
9626 2007-05-21  Wim Taymans  <wim@fluendo.com>
9627
9628         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9629         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
9630         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
9631         safer shutdown.
9632
9633 2007-05-21  Wim Taymans  <wim@fluendo.com>
9634
9635         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
9636         * gst/rtsp/gstrtpdec.h:
9637         Added signal for backwards compat.
9638
9639 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
9640         
9641         Patch by: René Stadler <mail at renestadler dot de>
9642
9643         * configure.ac:
9644         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9645         (gst_au_parse_parse_header), (gst_au_parse_chain):
9646         * gst/auparse/gstauparse.h:
9647         Use audioconvert for converting from non-native endianness floats
9648         in auparse instead of doing it ourself. Fixes #424527.
9649         This needs the audioconvert from plugins-base CVS.
9650         
9651 2007-05-21  Wim Taymans  <wim@fluendo.com>
9652
9653         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9654         (gst_rtp_h263p_pay_flush):
9655         Fix enum registration.
9656
9657 2007-05-21  Wim Taymans  <wim@fluendo.com>
9658
9659         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
9660
9661         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9662         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
9663         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
9664         (gst_rtp_h263p_pay_flush):
9665         * gst/rtp/gstrtph263ppay.h:
9666         Add new fragmentation mode base on GOB headers. Fixes #438940.
9667
9668 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
9669
9670         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
9671           Printf format fix.
9672
9673 2007-05-18  Wim Taymans  <wim@fluendo.com>
9674
9675         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
9676         Don't crash when an unsupported transport error was returned by the
9677         server, just try to configure the next stream. Fixes #439255.
9678
9679 2007-05-18  Wim Taymans  <wim@fluendo.com>
9680
9681         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9682         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9683         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
9684         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9685         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
9686         * gst/rtsp/gstrtspsrc.h:
9687         Add TCP timeout property and use it for all TCP connection.
9688
9689         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9690         (rtsp_connection_write), (rtsp_connection_next_timeout),
9691         (rtsp_connection_reset_timeout):
9692         Make connect and writes cancelable and make them use the timeout.
9693
9694 2007-05-18  Wim Taymans  <wim@fluendo.com>
9695
9696         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9697         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
9698         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9699         (gst_rtspsrc_setup_streams):
9700         Refactor timeout handling.
9701         Also send keep-alive when dealing with TCP transport.
9702
9703         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9704         (rtsp_connection_free), (rtsp_connection_next_timeout),
9705         (rtsp_connection_reset_timeout):
9706         * gst/rtsp/rtspconnection.h:
9707         Use a timer to handle the session timeouts, add some methods to deal
9708         with timeouts.
9709
9710 2007-05-17  Wim Taymans  <wim@fluendo.com>
9711
9712         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
9713         (gst_rtspsrc_setup_streams):
9714         Ignore streams that fail the setup command, we will retry with a
9715         different transport later on.
9716
9717         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
9718         (rtsp_ext_wms_configure_stream):
9719         Fix encoding name case.
9720
9721 2007-05-16  Edward Hervey  <edward@fluendo.com>
9722
9723         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
9724         Fix build on macosx.
9725
9726 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
9727
9728         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
9729         Replace direct comparison of a string with the string literal "" with
9730         a comparison of the first character with '\0'. Fixes #438926.
9731
9732 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9733
9734         * gst/debug/breakmydata.c (gst_break_my_data_init):
9735           One more try. This should be the proper fix now.
9736
9737 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9738
9739         * gst/debug/breakmydata.c:
9740           Ooops, no // comments please.
9741
9742 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9743
9744         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9745         (gst_break_my_data_init):
9746           Fix gst_buffer_is_writable() assertion.
9747
9748 2007-05-14  David Schleef  <ds@schleef.org>
9749
9750         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9751           video/x-raw-bayer.  Fixes #314160.
9752
9753 2007-05-14  Wim Taymans  <wim@fluendo.com>
9754
9755         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9756         (gst_rtp_theora_depay_parse_configuration):
9757         * gst/rtp/gstrtptheorapay.c: (encode_base64),
9758         (gst_rtp_theora_pay_finish_headers),
9759         (gst_rtp_theora_pay_handle_buffer):
9760         Update theora pay/depayloader in a similar to vorbis.
9761
9762         * gst/rtp/gstrtpvorbisdepay.c:
9763         (gst_rtp_vorbis_depay_parse_configuration):
9764         Update docs.
9765
9766 2007-05-14  Wim Taymans  <wim@fluendo.com>
9767
9768         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9769         When we try to execute a method that is not supported by the server,
9770         don't error out but remove the method from the accepted methods so that
9771         we never try to perform this method again.
9772
9773 2007-05-14  Wim Taymans  <wim@fluendo.com>
9774
9775         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9776         Remove annoying _dump_mem.
9777
9778 2007-05-14  Wim Taymans  <wim@fluendo.com>
9779
9780         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9781         Parse range correctly.
9782
9783         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9784         The baseurl now always has a '/' at the start.
9785
9786 2007-05-14  Wim Taymans  <wim@fluendo.com>
9787
9788         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9789         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9790         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9791         Factor out caps configuration and configure more stuff such as the time
9792         ranges and speed/scale values.
9793
9794         * gst/rtsp/rtsptransport.c:
9795         Add Copyright after non-trival fixes.
9796
9797 2007-05-12  Wim Taymans  <wim@fluendo.com>
9798
9799         Patch by: Peter Kjellerstedt  <pkj at axis com>
9800
9801         * gst/rtsp/gstrtspsrc.h:
9802         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9803         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9804         (rtsp_message_get_header):
9805         * gst/rtsp/rtspmessage.h:
9806         Make channel guint8 where possible.
9807         Make rtsp_message_init_data() take the channel as a guint8.
9808
9809         * gst/rtsp/rtspdefs.c:
9810         Fixed a typo: Timout -> Timeout
9811
9812         * gst/rtsp/rtspdefs.h:
9813         Make RTSP_CHECK() behave as a statement.
9814
9815         * gst/rtsp/sdpmessage.c:
9816         Avoid a compiler warning in INIT_ARRAY().
9817         Fixes #437692.
9818
9819 2007-05-12  Wim Taymans  <wim@fluendo.com>
9820
9821         Patch by: Peter Kjellerstedt  <pkj at axis com>
9822
9823         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
9824         (rtsp_url_get_request_uri):
9825         * gst/rtsp/rtspurl.h:
9826         Add support for query parameters to RTSP URLs.
9827
9828 2007-05-12  Wim Taymans  <wim@fluendo.com>
9829
9830         Patch by: Peter Kjellerstedt  <pkj at axis com>
9831
9832         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9833         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
9834         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
9835         (rtsp_transport_parse), (rtsp_transport_as_text):
9836         * gst/rtsp/rtsptransport.h:
9837         Add validation to rtsp_transport_parse().
9838         Add rtsp_transport_as_text() to generate an RTSP header from an
9839         RTSPTransport.
9840         Change ssrc to guint (was a string) since that is what it is, even
9841         though it is sent as a hex string.
9842         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
9843         incorrect, which can be seen when looking at the examples in the RFC).
9844         Fixes #437670.
9845
9846 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9847
9848         Patch by: Eric Anholt
9849
9850         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
9851           gst_ximage_src_ximage_get):
9852         Use union of all damage between frames to make it faster.
9853         Fixes bug #342463.
9854         Also fix crasher when cursor is at bottom right of window.
9855
9856 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9857
9858         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9859           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
9860           streaming mode regression for file from #343837 with 'bext' chunk
9861           before the 'fmt' chunk.
9862
9863 2007-05-11  Wim Taymans  <wim@fluendo.com>
9864
9865         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9866         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9867         (gst_rtspsrc_handle_src_event),
9868         (gst_rtspsrc_stream_configure_manager),
9869         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9870         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9871         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9872         * gst/rtsp/gstrtspsrc.h:
9873         * gst/rtsp/rtspdefs.h:
9874         Preliminary seek support.
9875         Activate internal pads so that we can receive events on them.
9876         Don't try to parse a range string when it's NULL.
9877
9878 2007-05-11  Wim Taymans  <wim@fluendo.com>
9879
9880         * gst/rtp/README:
9881         Update README with new RTP variables that will be used for
9882         synchronisation.
9883
9884         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9885         (gst_rtp_vorbis_depay_parse_configuration),
9886         (gst_rtp_vorbis_depay_process):
9887         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9888         (gst_rtp_vorbis_pay_finish_headers),
9889         (gst_rtp_vorbis_pay_handle_buffer):
9890         Update vorbis pay and depayloader to draft-04.
9891
9892 2007-05-11  Wim Taymans  <wim@fluendo.com>
9893
9894         * gst/rtsp/rtsptransport.c:
9895         UDP MCAST is actually the default for RTP/AVP.
9896 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
9897
9898         * gst/level/gstlevel.c: (gst_level_transform_ip):
9899         Use guint8 * instead of gpointer then vs6 can build 
9900         in_data += (filter->width / 8).
9901
9902 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9903
9904         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9905           gst_ximage_src_ximage_get):
9906         * sys/ximage/gstximagesrc.h (last_ximage):
9907         When using Damage actually keep the last frame, and not assume
9908         that the buffer we get already has the last frame on it.
9909         Copy the cursor over if we specify a non-zero start x and
9910         start y.
9911
9912 2007-05-11  Wim Taymans  <wim@fluendo.com>
9913
9914         * gst/rtsp/rtsptransport.c:
9915         Make UDP the default transport when not specified.
9916
9917 2007-05-09  David Schleef  <ds@schleef.org>
9918
9919         * gst/level/gstlevel.c:
9920           Revert last change.
9921
9922 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9923
9924         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
9925         (gst_level_transform_ip):
9926         Use guint8 * instead of gpointer then vs6 know the size of data
9927         pointed when moving the pointer.
9928         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
9929         Move instructions after variables declaration.
9930         * win32/vs6/autogen.dsp:
9931         * win32/vs6/libgstrtp.dsp:
9932         * win32/vs6/libgstrtsp.dsp:
9933         Update vs6 project files.
9934
9935 2007-05-09  Wim Taymans  <wim@fluendo.com>
9936
9937         * gst/rtsp/Makefile.am:
9938         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
9939         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
9940         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
9941         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
9942         (rtsp_range_free):
9943         * gst/rtsp/rtsprange.h:
9944         Add code to parse time ranges.
9945         Report DURATION on the stream when possible.
9946
9947 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
9948
9949         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9950         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9951         (gst_videomixer_collected):
9952           Fix strides calculation for AYUV (it's just width*4) (#436910).
9953
9954 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
9955
9956         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
9957         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
9958         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
9959         Sync the GObject properties before each processing step to properly
9960         work with the controller.
9961
9962 2007-05-04  Wim Taymans  <wim@fluendo.com>
9963
9964         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9965         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9966         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9967         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9968         (gst_rtspsrc_change_state):
9969         Let more error state trickle down so that we can catch more error
9970         cases.
9971         Handle keep-alive a little smarter by selecting a method the server
9972         actually supports.
9973         Fix a race in UDP streaming shutdown.
9974
9975 2007-05-04  Wim Taymans  <wim@fluendo.com>
9976
9977         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
9978         Ignore errors when trying to use the keep-alive messages.
9979
9980 2007-05-04  Wim Taymans  <wim@fluendo.com>
9981
9982         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
9983         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
9984         (gst_rtspsrc_stream_configure_manager),
9985         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9986         (gst_rtspsrc_stream_configure_mcast),
9987         (gst_rtspsrc_stream_configure_udp),
9988         (gst_rtspsrc_stream_configure_udp_sink),
9989         (gst_rtspsrc_stream_configure_transport):
9990         Send RTCP messages back to the server over the TCP connection.
9991
9992         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
9993         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9994         (rtsp_connection_receive):
9995         * gst/rtsp/rtspconnection.h:
9996         Factor out and expose lowlevel _write and _read methods.
9997         Implement sending data messages to the server.
9998
9999 2007-05-03  Wim Taymans  <wim@fluendo.com>
10000
10001         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
10002         (gst_multipart_mux_collected):
10003         Fix timestamps on outgoing buffers.
10004
10005 2007-05-03  Wim Taymans  <wim@fluendo.com>
10006
10007         * gst/multipart/multipartmux.c:
10008         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
10009         (gst_multipart_mux_change_state):
10010         Emit NEWSEGMENT events before pushing the first buffer.
10011
10012 2007-05-03  Wim Taymans  <wim@fluendo.com>
10013
10014         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10015         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
10016         (gst_rtspsrc_handle_src_query),
10017         (gst_rtspsrc_stream_configure_manager),
10018         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
10019         (gst_rtspsrc_stream_configure_mcast),
10020         (gst_rtspsrc_stream_configure_udp),
10021         (gst_rtspsrc_stream_configure_udp_sink),
10022         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
10023         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
10024         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10025         (gst_rtspsrc_pause):
10026         Refactor transport configuration code.
10027         Create internal pads for TCP transport so that we can implement events
10028         and queries.
10029         Handle events and queries.
10030         Parse range from the SDP.
10031         Fix race in pause handler where the connection could still be flushing.
10032
10033 2007-05-02  Wim Taymans  <wim@fluendo.com>
10034
10035         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10036         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
10037         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
10038         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
10039         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
10040         (gst_rtspsrc_change_state):
10041         * gst/rtsp/gstrtspsrc.h:
10042         Fix race when multiple udp sources post timeouts, just act on the first
10043         received timeout.
10044         Protect stream list with a recursive lock to fix some races.
10045         Flush connection when we need to do a reconnect or stop.
10046         Make state lock recursive.
10047
10048         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
10049         (rtsp_connection_close):
10050         Some small cleanups.
10051
10052 2007-05-02  Wim Taymans  <wim@fluendo.com>
10053
10054         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10055         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10056         Only set DISCONT when there actually is a discont or when we just
10057         started.
10058
10059 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
10060
10061         * ext/flac/gstflac.c: (plugin_init):
10062         Call bindtextdomain() to get localized strings.
10063
10064 2007-05-02  Wim Taymans  <wim@fluendo.com>
10065
10066         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10067         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
10068         (gst_wavparse_stream_data):
10069         * gst/wavparse/gstwavparse.h:
10070         Be a bit more clever when dealing with VBR files with FACT tags, we
10071         don't want to timestamp buffers in that case but the estimated BPS can
10072         be used for seeking.
10073         Only send close segment in the streaming thread.
10074
10075 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
10076
10077         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10078         Correctly post an error on the bus if something went wrong in the loop
10079         function. This fixes a few cases where the task was paused and nothing
10080         happened anymore.
10081
10082 2007-05-02  Wim Taymans  <wim@fluendo.com>
10083
10084         * gst/rtsp/test.c: (main):
10085         Fix compilation of deprecated test just because I'm too lazy to delete
10086         it.
10087
10088 2007-05-02  Wim Taymans  <wim@fluendo.com>
10089
10090         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10091         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
10092         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
10093         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
10094         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
10095         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
10096         * gst/rtsp/gstrtspsrc.h:
10097         Fix sending RTCP to the right place.
10098         Fix bug in reffing the wrong UDP element.
10099         Use new pad names for the session manager.
10100         Implement handling server requests in interleaved and UDP modes.
10101         Handle session keep-alive in UDP modes.
10102         Remove GCond for handling UDP timeouts.
10103
10104         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
10105         (rtsp_connection_send), (rtsp_connection_read), (read_body),
10106         (rtsp_connection_receive), (rtsp_connection_close):
10107         * gst/rtsp/rtspconnection.h:
10108         Store connection IP address for later.
10109         Add timeout args to all operations that might block forever.
10110         Parse session timeout.
10111         Only close sockets when not already closed.
10112
10113         * gst/rtsp/rtspdefs.c:
10114         * gst/rtsp/rtspdefs.h:
10115         Add timeout return value and error string.
10116
10117         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
10118         Add small comment.
10119
10120 2007-05-01  Wim Taymans  <wim@fluendo.com>
10121
10122         Patch by: Sjoerd Simons <sjoerd at luon dot net>
10123
10124         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
10125         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
10126         * gst/rtp/gstrtpmp4vpay.h:
10127         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
10128
10129 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
10130
10131         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10132           Remove v4l2src from docs, since it breaks the docs build, and the
10133           plugin is only built if --enable-experimental is used anyway.
10134
10135         * docs/plugins/Makefile.am:
10136           Spaces => tab.
10137
10138 2007-04-29  Wim Taymans  <wim@fluendo.com>
10139
10140         * gst/udp/gstmultiudpsink.c: (leave_multicast),
10141         (gst_multiudpsink_add), (gst_multiudpsink_remove):
10142         Add code to drop membership of a multicast group.
10143
10144         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
10145         (gst_udpsink_set_uri):
10146         Implement URI handler.
10147
10148         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10149         (gst_rtspsrc_parse_rtpinfo):
10150         Use URI handler to make udpsink instace.
10151         Improve code to configure port and destination.
10152
10153 2007-04-29  Wim Taymans  <wim@fluendo.com>
10154
10155         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
10156         Fix multicast detection.
10157         Don't try to join a multicast group if the address is not multicast.
10158
10159         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
10160         Small debug improvement.
10161
10162 2007-04-27  Wim Taymans  <wim@fluendo.com>
10163
10164         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10165         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10166         (gst_rtspsrc_handle_message):
10167         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
10168         parent.
10169
10170 2007-04-27  Wim Taymans  <wim@fluendo.com>
10171
10172         * gst/rtp/gstrtpilbcdepay.h:
10173         Fix mode property when specified as an arg.
10174
10175 2007-04-26  Edward Hervey  <edward@fluendo.com>
10176
10177         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10178         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10179         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10180         * docs/plugins/inspect/plugin-osxaudio.xml:
10181         Add documentation for osxaudio plugin.
10182
10183 2007-04-26  Wim Taymans  <wim@fluendo.com>
10184
10185         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10186         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
10187         (gst_rtspsrc_open), (gst_rtspsrc_close),
10188         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10189         (gst_rtspsrc_pause):
10190         * gst/rtsp/gstrtspsrc.h:
10191         Protect state changes with a lock.
10192
10193         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10194         (parse_line):
10195         * gst/rtsp/rtspconnection.h:
10196         Remove some unused stuff.
10197
10198 2007-04-26  Wim Taymans  <wim@fluendo.com>
10199
10200         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
10201         Handle the case where there are exactly 0 bytes to read and the ioctl
10202         did not report an error. Fixes #433530.
10203
10204 2007-04-26  Wim Taymans  <wim@fluendo.com>
10205
10206         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10207         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10208         * gst/wavparse/gstwavparse.h:
10209         Apply DISCONT to buffers.
10210         Only apply timestamp to the first sample after a DISCONT, too many VBR
10211         files cause random jitter in the timestamps. Fixes #433119.
10212
10213 2007-04-25  Wim Taymans  <wim@fluendo.com>
10214
10215         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
10216         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
10217         (gst_rtp_dec_get_property):
10218         * gst/rtsp/gstrtpdec.h:
10219         Add dummy latency property to be backwards compat with rtpbin.
10220
10221         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
10222         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
10223         (gst_rtspsrc_stream_configure_transport),
10224         (gst_rtspsrc_parse_rtpinfo):
10225         * gst/rtsp/gstrtspsrc.h:
10226         Add latency property and configure in the session manager.
10227         Don't set invalid clock-base and seqnum-base on caps, some servers
10228         sometimes don't send them.
10229
10230 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10231
10232         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
10233         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
10234           Double-check that RGB input caps are really RGBA caps (apparently
10235           the core doesn't always catch it if those caps aren't a subset of
10236           our template caps, also see #421543). Fixes #429319 in a way.
10237           Also, don't leak the pad template in the transform_caps function.
10238
10239         * tests/check/Makefile.am:
10240         * tests/check/elements/.cvsignore:
10241         * tests/check/elements/alphacolor.c: (setup_alphacolor),
10242         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
10243         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
10244         (GST_START_TEST), (alphacolor_suite):
10245           Add some basic unit tests for alphacolor.
10246
10247 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10248
10249         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
10250           If we get a fatal flow return in the loop function, first post the
10251           error message and only then send the EOS event downstream, otherwise
10252           applications might get an eos message before the error message and
10253           think everything was ok (related to #429319).
10254
10255 2007-04-25  Wim Taymans  <wim@fluendo.com>
10256
10257         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
10258         Read the channel byte as an unsigned byte.
10259
10260 2007-04-25  Wim Taymans  <wim@fluendo.com>
10261
10262         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
10263         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
10264         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
10265         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
10266         (gst_rtp_gsm_depay_setcaps):
10267         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
10268         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
10269         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
10270         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
10271         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
10272         (gst_ilbc_depay_get_property):
10273         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
10274         * gst/rtp/gstrtpmp4adepay.c:
10275         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
10276         (gst_rtp_pcma_depay_setcaps):
10277         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
10278         (gst_rtp_pcmu_depay_setcaps):
10279         Make sure we configure the clock_rate in the baseclass in the setcaps
10280         function. Fixes #431282.
10281
10282 2007-04-25  Wim Taymans  <wim@fluendo.com>
10283
10284         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10285         (gst_rtspsrc_stream_free), (request_pt_map),
10286         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
10287         * gst/rtsp/gstrtspsrc.h:
10288         Parse server address from SDP.
10289         Hook up a udpsink to send RTCP back to the server.
10290
10291         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10292         * gst/rtsp/rtsptransport.h:
10293         Add some docs.
10294
10295 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
10296
10297         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10298           Make header field check conditional. Fixes #433135
10299
10300 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
10301
10302         * docs/plugins/Makefile.am:
10303         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10304         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10305         * docs/plugins/inspect/plugin-alphacolor.xml:
10306         * gst/alpha/Makefile.am:
10307         * gst/alpha/gstalphacolor.c:
10308         * gst/alpha/gstalphacolor.h:
10309           Add minimal docs blurb to alphacolor; split out headers into
10310           separate header file for gtk-doc.
10311
10312 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10313
10314         * gst/debug/progressreport.c: (gst_progress_report_report):
10315           Don't try to post NULL message (in case we can't query upstream
10316           position or duration).
10317
10318 2007-04-18  Michael Smith  <msmith@fluendo.com>
10319
10320         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
10321         (gst_cutter_get_caps):
10322         * gst/cutter/gstcutter.h:
10323           Fix some of the most obvious bugs in cutter. Now doesn't leak
10324           everything if input is silent.
10325
10326 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
10327
10328         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10329         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
10330         * gst/wavenc/gstwavenc.h:
10331         Wav apparently only supports width==GST_ROUND_UP(depth), everything
10332         else results in a invalid block align and invalid files.
10333
10334 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10335
10336         Patch by: Snaik <snaik32 gmail com>
10337
10338         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
10339           Add missing break statement for BOX_HORIZONTAL case.
10340
10341 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10342
10343         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
10344
10345         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10346         Use correct format strings for integer types.
10347
10348 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10349
10350         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10351         (gst_wavparse_create_sourcepad):
10352         Use gst_riff_create_audio_template_caps () instead of the local caps.
10353         This makes updates of the local caps unecessary whenever libgstriff
10354         gets support for new formats.
10355
10356 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
10357
10358         Patch by: Brian Cameron  <brian.cameron at sun dot com>
10359
10360         * sys/sunaudio/gstsunaudio.c:
10361         * sys/sunaudio/gstsunaudiomixer.c:
10362         * sys/sunaudio/gstsunaudiomixer.h:
10363         * sys/sunaudio/gstsunaudiomixerctrl.c:
10364         * sys/sunaudio/gstsunaudiomixerctrl.h:
10365         * sys/sunaudio/gstsunaudiomixertrack.h:
10366         * sys/sunaudio/gstsunaudiosink.c:
10367         * sys/sunaudio/gstsunaudiosink.h:
10368         * sys/sunaudio/gstsunaudiosrc.c:
10369         * sys/sunaudio/gstsunaudiosrc.h:
10370           Fix and/or update copyright attributions (#430228).
10371
10372 2007-04-13  Wim Taymans  <wim@fluendo.com>
10373
10374         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10375         Fix docs.
10376
10377         * gst/rtsp/URLS:
10378         Add some more example urls.
10379
10380         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10381         (gst_rtp_dec_chain_rtp):
10382         Better debugging.
10383
10384         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
10385         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10386         (gst_rtspsrc_parse_rtpinfo):
10387         Remove unused code.
10388
10389 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10390
10391         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10392         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10393         (gst_wavparse_stream_data):
10394           Relax the audio/mpeg caps again and add FIXME: comment.
10395
10396 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10397
10398         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10399         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10400         (gst_wavparse_stream_data):
10401         * gst/wavparse/gstwavparse.h:
10402           More sanity check for the header fields. Fix type for 'rate' header
10403           field.
10404
10405 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
10406
10407         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
10408         (gst_icydemux_unicodify):
10409           If the metadata strings we get in the stream are not UTF-8, try to
10410           interpret them according to the character encodings specified in the
10411           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
10412           only fall back to locale/ISO-8859-1 if those aren't set or don't
10413           work. Should fix #428901.
10414
10415 2007-04-12  Wim Taymans  <wim@fluendo.com>
10416
10417         * gst/rtp/gstrtph264depay.c:
10418         Use the proper sync word for SPS and PPS.
10419
10420 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10421
10422         * gst/rtp/Makefile.am:
10423         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
10424           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
10425         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
10426           Add a simple hashing implementation that we can use to generate
10427           a 24-bit ident value based on the codebooks for vorbis and theora.
10428         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
10429           gst_rtp_theora_pay_handle_buffer):
10430         * gst/rtp/gstrtpvorbisdepay.c
10431           (gst_rtp_vorbis_depay_parse_configuration,
10432           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
10433         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
10434           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
10435           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
10436           Use the hashing function, ensuring that the same codebooks result
10437           in the same ident and thus the same SDP description.
10438           Various log fixes/changes.
10439
10440 2007-04-12  Wim Taymans  <wim@fluendo.com>
10441
10442         Patch by: jerry tan <jerry dot tan at sun dot com>
10443
10444         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
10445         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
10446         application's responsibility to make sure it open the device once.
10447         Remove a careless error if AUDIODEV is set. Fixes #392620.
10448
10449 2007-04-12  Wim Taymans  <wim@fluendo.com>
10450
10451         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10452         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
10453         * gst/rtsp/gstrtpdec.h:
10454         Make backward compat with rtpbin by adding the request-pt-map signals.
10455
10456         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
10457         (new_session_pad), (request_pt_map),
10458         (gst_rtspsrc_stream_configure_transport),
10459         (gst_rtspsrc_stream_configure_caps),
10460         (gst_rtspsrc_activate_streams):
10461         * gst/rtsp/gstrtspsrc.h:
10462         Implement request-pt-map signals instead of setting caps on the buffers
10463         for the session manager.
10464
10465 2007-04-11  Wim Taymans  <wim@fluendo.com>
10466
10467         * gst/udp/gstudp.c: (plugin_init):
10468         Register GstNetBuffer in plugin_init so that the type can be used from
10469         multiple threads without races.
10470
10471 2007-04-10  Wim Taymans  <wim@fluendo.com>
10472
10473         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
10474         (gst_rtp_amr_depay_process):
10475         Fix depayloader clock_rate and some cleanups.
10476
10477         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
10478         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10479         * gst/rtp/gstrtph264depay.h:
10480         Don't push codec_data in the adapter because it might get flushed when
10481         we get a discont.
10482
10483         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10484         Handle multiple AU per packet.
10485
10486         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
10487         (gst_rtp_sv3v_depay_plugin_init):
10488         Disable rank, this one does not work.
10489         Remove timestamping, base class does that.
10490
10491 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
10492
10493         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
10494           limit caps to the formats we announce in the template
10495
10496         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10497         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10498         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
10499           fix some crashers/asserts when dealing with broken files
10500
10501 2007-04-10  Wim Taymans  <wim@fluendo.com>
10502
10503         Patch by: Peter Kjellerstedt  <pkj at axis com>
10504
10505         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10506         * gst/rtp/gstrtpL16depay.c:
10507         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10508         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
10509         (gst_rtp_speex_depay_setcaps):
10510         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10511         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
10512         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
10513         Fix some compiler warnings. Fixes #428182.
10514
10515 2007-04-06  Wim Taymans  <wim@fluendo.com>
10516
10517         * gst/rtsp/Makefile.am:
10518         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
10519         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
10520         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
10521         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
10522         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
10523         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
10524         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
10525         (create_rtcp), (gst_rtp_dec_request_new_pad),
10526         (gst_rtp_dec_release_pad):
10527         * gst/rtsp/gstrtpdec.h:
10528         * gst/rtsp/gstrtsp.c: (plugin_init):
10529         Morph RTPDec into something compatible with RTPBin as a fallback.
10530         Various other style fixes.
10531
10532         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
10533         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
10534         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
10535         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
10536         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10537         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
10538         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10539         * gst/rtsp/gstrtspsrc.h:
10540         Implement RTPBin session manager handling.
10541         Don't try to add empty properties to caps.
10542         Implement fallback session manager, handling.
10543         Don't combine errors from RTCP streams, just ignore them.
10544
10545         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
10546         * gst/rtsp/rtsptransport.h:
10547         Implement fallback session manager.
10548         Make RTPBin the default one when available.
10549
10550 2007-04-05  Wim Taymans  <wim@fluendo.com>
10551
10552         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10553         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
10554         This element is ready to be autoplugged.
10555
10556 2007-04-05  Julien MOUTTE  <julien@moutte.net>
10557
10558         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10559         Don't leave the offsets defined by upstream element on the
10560         compressed data buffer we are pushing downstream. Make them
10561         GST_BUFFER_OFFSET_NONE.
10562
10563 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
10564
10565         * gst/avi/README:
10566         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10567         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10568         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
10569         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10570         (gst_avi_demux_calculate_durations_from_index),
10571         (gst_avi_demux_stream_header_push),
10572         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
10573         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
10574           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
10575
10576 2007-04-03  Wim Taymans  <wim@fluendo.com>
10577
10578         * gst/smpte/barboxwipes.c:
10579         Fix error as spotted by Snaik <snaik32 at gmail dot com>
10580
10581 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10582
10583         * gst/wavparse/gstwavparse.c:
10584         Support audio/x-raw-float in wav files. This only works with
10585         plugins-base CVS, using an older version doesn't have any
10586         disadvantages though.
10587
10588 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10589
10590         * configure.ac:
10591         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10592         (gst_au_parse_parse_header), (gst_au_parse_chain):
10593         * gst/auparse/gstauparse.h:
10594         Revert last change as we don't want plugins-good to depend on
10595         plugins-base CVS now.
10596
10597 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10598
10599         * configure.ac:
10600         Require gst-plugins-base CVS for audioconvert with non-native
10601         float support and width/depth fix in libgstriff.
10602
10603         Patch by: René Stadler <mail at renestadler dot de>
10604
10605         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10606         (gst_au_parse_parse_header), (gst_au_parse_chain):
10607         * gst/auparse/gstauparse.h:
10608         Don't swap the floats ourself if they're not in native endianness.
10609         Instead let audioconvert handle this. Fixes #339838.
10610
10611 2007-03-29  Wim Taymans  <wim@fluendo.com>
10612
10613         * gst/rtp/gstasteriskh263.h:
10614         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
10615         (gst_rtp_h263p_depay_change_state):
10616         * gst/rtp/gstrtph263pdepay.h:
10617         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10618         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
10619         (gst_rtp_h264_depay_change_state):
10620         * gst/rtp/gstrtph264depay.h:
10621         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10622         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
10623         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10624         Flush adapter on disconts.
10625
10626 2007-03-29  Wim Taymans  <wim@fluendo.com>
10627
10628         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
10629         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
10630         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
10631         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10632         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10633         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
10634         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10635         (gst_rtp_mp4v_depay_process):
10636         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
10637         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
10638         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
10639         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10640         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
10641         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
10642         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
10643         Use more efficient adapter and rtpbuffer methods when possible.
10644
10645 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10646
10647         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10648         (gst_wavenc_sink_setcaps):
10649         Correctly handle width!=depth input.
10650         * gst/wavparse/gstwavparse.c:
10651         Already export in the caps that width==8 uses unsigned samples and
10652         everything else uses signed samples.
10653
10654 2007-03-29  Wim Taymans  <wim@fluendo.com>
10655
10656         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10657
10658         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
10659         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
10660         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
10661         (gst_dynudpsink_close):
10662         * gst/udp/gstdynudpsink.h:
10663         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10664         (gst_udpsrc_create), (gst_udpsrc_set_property),
10665         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
10666         * gst/udp/gstudpsrc.h:
10667         Rework the socket allocation a bit based on the sockfd argument so that
10668         it becomes usable.
10669         Add a closefd property to instruct the udp elements to close the custom
10670         file descriptors when going to READY. Fixes #423304.
10671         API:GstUDPSrc::closefd property
10672         API:GstDynUDPSink::closefd property
10673
10674 2007-03-29  Wim Taymans  <wim@fluendo.com>
10675
10676         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10677
10678         * gst/rtp/Makefile.am:
10679         * gst/rtp/gstrtp.c: (plugin_init):
10680         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
10681         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
10682         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
10683         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
10684         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
10685         (gst_rtp_h264_pay_plugin_init):
10686         * gst/rtp/gstrtph264pay.h:
10687         Added H264 payloader. Fixes #423782.
10688
10689         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10690         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10691         Small fixes.
10692
10693 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10694
10695         * gst/wavparse/gstwavparse.c:
10696         Actually support depths from 1 to 32, not only 8 to 32.
10697
10698 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10699
10700         * gst/wavparse/gstwavparse.c:
10701         Add support for wav files containing audio/x-raw-int with random
10702         depths between 1 and 32 bits.
10703
10704 2007-03-28  Wim Taymans  <wim@fluendo.com>
10705
10706         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
10707
10708         * gst/rtp/Makefile.am:
10709         * gst/rtp/gstrtp.c: (plugin_init):
10710         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
10711         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
10712         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
10713         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
10714         (gst_rtp_mp4a_depay_get_property),
10715         (gst_rtp_mp4a_depay_change_state),
10716         (gst_rtp_mp4a_depay_plugin_init):
10717         * gst/rtp/gstrtpmp4adepay.h:
10718         Added MP4A-LATM depayloader. Fixes #417792.
10719
10720         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10721         (gst_rtp_mp4v_depay_process):
10722         Fixup depayloader, setting codec_data, using more efficient adaptor and
10723         rtpbuffer handling.
10724
10725         * gst/rtsp/URLS:
10726         Add url to test above.
10727
10728 2007-03-25  Wim Taymans  <wim@fluendo.com>
10729
10730         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
10731         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
10732         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
10733         (gst_rtspsrc_media_to_caps),
10734         (gst_rtspsrc_stream_configure_transport),
10735         (gst_rtspsrc_stream_configure_caps),
10736         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
10737         * gst/rtsp/gstrtspsrc.h:
10738         Handle default clock-rates for static payload types, rearrange stuff so
10739         that the rtpmap field in the sdp can override the defaults.
10740         Parse RTP-Info field to get the seqnum and timebase fields that should
10741         go in the caps.
10742         Delay configuring caps after we got the RTP-Info from the PLAY reply from
10743         the server. 
10744
10745 2007-03-22  Wim Taymans  <wim@fluendo.com>
10746
10747         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10748
10749         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10750         Accept complex pipeline descriptions as an audio profile instead of just
10751         a single element. Fixes #420658.
10752
10753 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10754
10755         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10756           Rename registered type in preparation of GstTagDemux moving to
10757           -base at some point in the future.
10758
10759 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
10760
10761         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10762           Streaming mode fixes: don't unref buffer we don't own any longer;
10763           remove bogus adapter flush. Fixes #419338.
10764
10765 2007-03-17  David Schleef  <ds@schleef.org>
10766
10767         * REQUIREMENTS: Change the format to key/value, add a bunch of
10768           information, remove a bunch of requirements that are for
10769           other GStreamer packages.
10770
10771 2007-03-17  David Schleef  <ds@schleef.org>
10772
10773         * REQUIREMENTS: Fix a few things.  This file really needs a
10774         good once-over.
10775
10776 2007-03-15  Edward Hervey  <edward@fluendo.com>
10777
10778         * sys/Makefile.am:
10779         Don't forget to distribute the sys/osxaudio/ directory.
10780
10781 2007-03-15  Edward Hervey  <edward@fluendo.com>
10782
10783         * configure.ac:
10784         * sys/Makefile.am:
10785         * sys/osxaudio/Makefile.am:
10786         * sys/osxaudio/gstosxaudio.c:
10787         * sys/osxaudio/gstosxaudiosink.c:
10788         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10789         (gst_osx_audio_sink_getcaps),
10790         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10791         * sys/osxaudio/gstosxaudiosrc.c:
10792         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10793         (gst_osx_audio_src_create_ringbuffer):
10794         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10795         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10796         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10797         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10798         * sys/osxaudio/gstosxringbuffer.h:
10799         Activate osxaudio in gst-plugins-good with proper build setup.
10800         Add inlined documentation.
10801         Fix debug statements
10802         Fix ringbuffer when pausing.
10803         Fixes #323471
10804
10805 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10806         * gst/rtp/gstrtppcmapay.c:
10807         * gst/rtp/gstrtppcmapay.h:
10808         * gst/rtp/gstrtppcmupay.c:
10809         * gst/rtp/gstrtppcmupay.h:
10810         Ported mulaw and alaw payloaders to use new base class
10811
10812 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10813
10814         * po/af.po:
10815         * po/az.po:
10816         * po/cs.po:
10817         * po/en_GB.po:
10818         * po/it.po:
10819         * po/nl.po:
10820         * po/or.po:
10821         * po/sq.po:
10822         * po/sr.po:
10823         * po/sv.po:
10824         * po/uk.po:
10825         * po/vi.po:
10826           Update translations.
10827
10828 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10829
10830         * configure.ac:
10831           Fix string replace error (AG_AG_GST_* => AG_GST_*).
10832
10833 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10834
10835         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
10836           Fix handling of -1 values for start and stop values when seeking,
10837           and SEEK_CUR+SEEK_END here as well.
10838
10839 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
10840
10841         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
10842           Fix handling of -1 values for start and stop values when seeking, 
10843           and SEEK_CUR+SEEK_END.
10844
10845 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10846
10847         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10848           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
10849           the image format a variable-length NUL-terminated string; in
10850           versions before that the image format is a fixed-length string of
10851           3 characters (see #348644 for a sample tag).
10852           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
10853
10854 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10855
10856         * win32/MANIFEST:
10857         Add new project files to MANIFEST.
10858         * win32/vs6/libgstaudiofx.dsp:
10859         * win32/vs6/libgstrtp.dsp:
10860         * win32/vs6/libgstrtsp.dsp:
10861         Update project files.
10862         
10863 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10864
10865         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10866         (gst_avi_demux_parse_index):
10867         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10868         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10869           Printf format fixes; also add some missing quotes in translated
10870           strings. Fixes #416728 and #416727.
10871
10872 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10873
10874         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10875           Tim and I can't think of any reason the child audio sink needs to 
10876           be set back to NULL after successfully determining that it can 
10877           reach READY - it gets immediately set back to READY by the caller
10878           anyway, causing an unnecessary close/open of any audio devices
10879           involved.
10880
10881 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10882
10883         * po/LINGUAS:
10884         * po/ja.po:
10885           Add ja.po file from #377306.
10886
10887 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10888
10889         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10890         * sys/sunaudio/gstsunaudiomixertrack.c:
10891         (gst_sunaudiomixer_track_new):
10892           Actually translate sunaudio mixer track labels instead of just
10893           marking the strings as translatable (#377306); clean up weird
10894           label string mapping code that serves no apparent purpose. Also
10895           set the 'untranslated-label' property when creating mixer tracks
10896           if the GstMixerTrack base class supports this.
10897
10898         * tests/check/Makefile.am:
10899         * tests/check/elements/.cvsignore:
10900         * tests/check/elements/sunaudio.c: (GST_START_TEST),
10901         (sunaudio_suite):
10902           Very minimalistic unit test for sunaudiomixer element (compiles, but not
10903           actually tested on a system where sunaudiomixer is available).
10904
10905 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10906
10907         * tests/check/Makefile.am:
10908         Re-enable the states test and see if it works on the buildbots.
10909
10910 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10911
10912         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10913         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10914         (gst_dvdec_change_state):
10915         * ext/dv/gstdvdec.h:
10916         Infer pixel-aspect-ratio from the video frame format if it isn't
10917         provided by the container, as happens when playing DV from AVI
10918         or Quicktime containers.
10919
10920         Patch by: Wim Taymans <wim@fluendo.com>
10921         Fixes #380944
10922
10923 2007-03-09  Wim Taymans  <wim@fluendo.com>
10924
10925         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10926         When activated, remove the udpsrc timeout, we have dataflow and timeouts
10927         will later be handled by the jitterbuffer.
10928
10929 2007-03-09  Wim Taymans  <wim@fluendo.com>
10930
10931         * ext/taglib/gstid3v2mux.cc:
10932         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10933         Fixes #414496.
10934         
10935         Patch by: Alex Lancaster <alexl at users sourceforge net>
10936
10937 2007-03-09  Wim Taymans  <wim@fluendo.com>
10938
10939         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10940         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
10941         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10942         (gst_avi_demux_chain):
10943         Fix stream position reporting after a seek. Fixes #416445.
10944
10945 2007-03-08  Wim Taymans  <wim@fluendo.com>
10946
10947         Patch by: René Stadler <mail at renestadler dot de>
10948
10949         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10950         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
10951         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
10952         Make avidemux accept optional header chunks in any order.
10953         Fixes #415446.
10954
10955 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10956
10957         * tests/check/Makefile.am:
10958         Disable the states check until the remaining Valgrind errors
10959         are fixed or suppressed.
10960
10961 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10962
10963         * tests/check/elements/.cvsignore:
10964           Add audiodynamic check to .cvsignore
10965
10966 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10967
10968         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10969
10970         * gst/audiofx/Makefile.am:
10971         * gst/audiofx/audiodynamic.c:
10972         (gst_audio_dynamic_characteristics_get_type),
10973         (gst_audio_dynamic_mode_get_type),
10974         (gst_audio_dynamic_set_process_function),
10975         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
10976         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
10977         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
10978         (gst_audio_dynamic_transform_hard_knee_compressor_int),
10979         (gst_audio_dynamic_transform_hard_knee_compressor_float),
10980         (gst_audio_dynamic_transform_soft_knee_compressor_int),
10981         (gst_audio_dynamic_transform_soft_knee_compressor_float),
10982         (gst_audio_dynamic_transform_hard_knee_expander_int),
10983         (gst_audio_dynamic_transform_hard_knee_expander_float),
10984         (gst_audio_dynamic_transform_soft_knee_expander_int),
10985         (gst_audio_dynamic_transform_soft_knee_expander_float),
10986         (gst_audio_dynamic_transform_ip):
10987         * gst/audiofx/audiodynamic.h:
10988         * gst/audiofx/audiofx.c: (plugin_init):
10989         Add new audiodynamic element which can act as a compressor or
10990         expander. Supported are hard-knee and soft-knee operation modes with
10991         user-specified ratio and threshold.
10992         Attack and release parameters are not yet implemented but will follow.
10993         * docs/plugins/Makefile.am:
10994         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10995         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10996         * docs/plugins/gst-plugins-good-plugins.args:
10997         * docs/plugins/inspect/plugin-audiofx.xml:
10998         Integrate audiodynamic into the docs.
10999         * tests/check/Makefile.am:
11000         * tests/check/elements/audiodynamic.c: (setup_dynamic),
11001         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
11002         Add unit test for audiodynamic.
11003
11004 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
11005
11006         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
11007         Free handles that we allocated when exiting via the error paths.
11008
11009 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
11010
11011         * gst/level/gstlevel.c: (gst_level_class_init),
11012         (gst_level_set_caps), (gst_level_start), (gst_level_event),
11013         (gst_level_transform_ip):
11014         * gst/level/gstlevel.h:
11015           Resolve message timestamps against the playback segment.
11016
11017 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11018
11019         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
11020         (gst_id3demux_sink_activate):
11021           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
11022           caps passed to it (previously one code path assumed it took ownership
11023           while another one assumed it didn't, while in fact it sometimes did and
11024           sometimes didn't ...).
11025
11026         * configure.ac:
11027         * tests/files/Makefile.am:
11028         * tests/files/id3-407349-1.tag:
11029         * tests/files/id3-407349-2.tag:
11030           Add directory where data for unit tests can be stored.
11031
11032         * tests/Makefile.am:
11033         * tests/check/Makefile.am:
11034         * tests/check/elements/.cvsignore:
11035         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
11036         (read_tags_from_file), (run_check_for_file),
11037         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
11038           Add unit test for id3demux, and in particular for bug #407349. Only
11039           testing pull-mode for now; push mode doesn't work yet because the test
11040           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
11041
11042 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11043
11044         * tests/check/Makefile.am:
11045           Add missing backslash at end of line.
11046
11047 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
11048
11049         Trigger rebuild.
11050
11051 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11052
11053         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
11054         * gst/id3demux/id3tags.h:
11055         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11056         (parse_obsolete_tdat_frame):
11057           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
11058           the four-digit number will be interpreted as a year, whereas it is
11059           month and day in DDMM format. Instead, parse TDAT frames and fix up
11060           the date in the GST_TAG_DATE tag later if we also extracted a year.
11061           Fixes #407349.
11062
11063 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
11064
11065         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
11066         (gst_switch_commit_new_kid):
11067         Fix up the dispose logic so it doesn't leak, and fix setting of 
11068         the child state so that we don't set a child to our current state 
11069         just as we are changing it to something else.
11070
11071 2007-03-06  Wim Taymans  <wim@fluendo.com>
11072
11073         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
11074         (gst_goom_chain):
11075         * gst/goom/gstgoom.h:
11076         Document, fix and improve goom adapter behaviour.
11077         Fixes #407006.
11078
11079 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11080
11081         * ext/esd/esdsink.c: (gst_esdsink_open):
11082         Unref static pad template after using it.
11083
11084 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11085
11086         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
11087         (gst_switch_commit_new_kid):
11088         Fix up the reference counting of the child elements.
11089
11090 2007-03-05  Wim Taymans  <wim@fluendo.com>
11091
11092         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
11093         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
11094         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
11095         Fix encoding-name case.
11096
11097 2007-03-05  Wim Taymans  <wim@fluendo.com>
11098
11099         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
11100         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
11101         (gst_rtp_speex_depay_process):
11102         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
11103         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
11104         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
11105         (gst_rtp_speex_pay_change_state):
11106         * gst/rtp/gstrtpspeexpay.h:
11107         Fix speex (de)payloader. Fixes #358040.
11108
11109 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11110
11111         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
11112         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
11113         Install fakesink in NULL by fixing some broken logic. This obviates
11114         the need to manually set _IS_SINK.
11115         Add some comments and remove a little cruft while I'm at it.
11116
11117 2007-03-05  Wim Taymans  <wim@fluendo.com>
11118
11119         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
11120         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
11121
11122 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11123
11124         * po/POTFILES.in:
11125           Update.
11126
11127 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11128
11129         * tests/check/Makefile.am:
11130         Gah! Also disable gconfvideosink from the tests, otherwise
11131         it will instantiate autovideosink, and dfbvideosink and
11132         leak on the buildbots.
11133
11134 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11135
11136         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
11137         (gst_cdio_cdda_src_finalize):
11138         Make sure we always destroy our libcdio handle.
11139
11140 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11141
11142         * tests/check/Makefile.am:
11143         Disable autovideosink so the buildbots don't barf over memory
11144         leaked in the directfb sink.
11145
11146 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11147
11148         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
11149         Chain up in dispose
11150
11151 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11152
11153         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11154         (gst_multipart_find_pad_by_mime):
11155         Use gst_pad_new_from_static_template instead of
11156         static_pad_template_get+pad_new.
11157
11158 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11159
11160         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
11161         Catch the case where no clock has been set.
11162
11163 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11164
11165         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
11166         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
11167         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
11168         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
11169         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
11170         (gst_gconf_audio_src_finalize), (do_toggle_element):
11171         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
11172         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
11173         (do_toggle_element):
11174         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
11175         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
11176         (gst_gconf_video_src_finalize), (do_toggle_element):
11177         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
11178         (gst_switch_sink_reset), (gst_switch_sink_set_child):
11179         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11180         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11181         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11182         (gst_shout2send_init), (gst_shout2send_finalize):
11183         * gst/debug/testplugin.c: (gst_test_class_init),
11184         (gst_test_finalize):
11185         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
11186         (gst_flxdec_dispose):
11187         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
11188         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
11189         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
11190         (gst_rtspsrc_finalize):
11191         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
11192         * gst/rtsp/rtspextwms.h:
11193         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
11194         (gst_smpte_finalize):
11195         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
11196         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
11197         (gst_udpsink_finalize):
11198         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
11199         (gst_wavparse_sink_activate):
11200         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
11201         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
11202         (gst_oss_src_finalize):
11203         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
11204         * sys/v4l2/gstv4l2object.h:
11205         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11206         (gst_v4l2src_finalize):
11207         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
11208
11209         Fix a bunch of leaks shown by the newly-added states test.
11210
11211 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11212
11213         * ext/dv/gstdvdec.c: (gst_dvdec_init):
11214         Use gst_pad_new_from_static_template instead of 
11215         static_pad_template_get+pad_new.
11216
11217 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11218
11219         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11220
11221         * ext/libcaca/Makefile.am:
11222         * gst/debug/Makefile.am:
11223           Don't mix tabs and spaces (#414168).
11224
11225 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11226
11227         * tests/check/generic/.cvsignore:
11228           Ignore files to please buildbot.
11229
11230 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11231
11232         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
11233         (gst_wavparse_stream_data):
11234           Unbreak my previous commit (swapped nominator & denominator). Tim,
11235           thanks for spotting.
11236
11237 2007-03-02  Wim Taymans  <wim@fluendo.com>
11238
11239         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
11240         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
11241         (gst_cdio_cdda_src_finalize):
11242         Small code cleanups.
11243         Don't use pad_alloc as the base class cannot deal with the error codes.
11244
11245 2007-03-02  Wim Taymans  <wim@fluendo.com>
11246
11247         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
11248         (gst_udpsrc_create):
11249         Fix doc.
11250
11251 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11252
11253         Patch by: René Stadler <mail@renestadler.de>
11254
11255         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
11256         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11257         (gst_wavparse_stream_data):
11258           Handle rounding better to not drop last sample frame. Fixes #356692
11259
11260 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
11261
11262         * tests/check/Makefile.am:
11263         Disable cacasink from the states check too - it also calls exit(1)
11264         on us when it can't find a terminal to talk to.
11265
11266 2007-03-02  Wim Taymans  <wim@fluendo.com>
11267
11268         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11269
11270         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
11271         (gst_udpsrc_create), (gst_udpsrc_set_property),
11272         (gst_udpsrc_get_property):
11273         * gst/udp/gstudpsrc.h:
11274         Add support to strip proprietary headers. Fixes #350296.
11275
11276 2007-03-02  Wim Taymans  <wim@fluendo.com>
11277
11278         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
11279         Fix compilation.
11280
11281 2007-03-02  Wim Taymans  <wim@fluendo.com>
11282
11283         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11284
11285         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
11286         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
11287         (gst_rtp_mp2t_depay_set_property),
11288         (gst_rtp_mp2t_depay_get_property):
11289         * gst/rtp/gstrtpmp2tdepay.h:
11290         Add support to strip off proprietary headers. Fixes #350278.
11291
11292 2007-03-02  Wim Taymans  <wim@fluendo.com>
11293
11294         * ext/hal/hal.c:
11295         Fix compilation.
11296
11297 2007-03-02  Wim Taymans  <wim@fluendo.com>
11298
11299         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
11300         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
11301         (gst_sunaudiosrc_open):
11302         * sys/sunaudio/gstsunaudiosrc.h:
11303         Remove device-name from GstSunAudioSrc. Fixes #412597.
11304
11305 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11306
11307         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11308         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11309         Having NULL as UDI previously selected the default sink/src. Change
11310         this back but mention it in the debug output.
11311         * ext/hal/hal.c: (gst_hal_get_alsa_element),
11312         (gst_hal_get_oss_element), (gst_hal_get_string),
11313         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
11314         (gst_hal_get_audio_src):
11315         * ext/hal/hal.h:
11316         Refactor a bit, check all error conditions, greatly improve debugging
11317         and fix some possible memory leaks. Also implement OSS support
11318         and allow specifying an UDI that points to a real device. For this the
11319         child device which supports ALSA (preferred) or OSS is used.
11320         As a side effect this makes it impossible now to get a alsasink in
11321         halaudiosrc and a alsasrc in halaudiosink.
11322
11323 2007-03-01  Wim Taymans  <wim@fluendo.com>
11324
11325         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
11326         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
11327         Errors from the udp sources are not fatal unless all of them are in
11328         error.
11329
11330 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11331
11332         * tests/check/Makefile.am:
11333         Disable aasink in the states test. I suspect this is the element that
11334         is calling exit(1) when it can't proceed.
11335
11336 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11337
11338         * tests/check/Makefile.am:
11339         Draw plugins in from the build tree sys/ dir, rather than picking
11340         up the already installed versions.
11341
11342 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11343
11344         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
11345         Error out correctly when getting xcontext fails.
11346
11347 2007-03-01  Wim Taymans  <wim@fluendo.com>
11348
11349         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
11350         Make state change to PAUSED NO_PREROLL because that's what it will be in
11351         the future and rtspsrc relies on it.
11352
11353         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
11354         (gst_rtspsrc_change_state):
11355         Don't error out when we don't get an error from the state change
11356         function.
11357
11358 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11359
11360         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11361         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11362           Check if the device UDI is set before trying to query HAL
11363           about it and give a useful error message if it wasn't set.
11364         * ext/hal/hal.c: (gst_hal_get_string):
11365           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
11366           gives an assertion failure in D-Bus when running with
11367           DBUS_FATAL_WARNINGS=1.
11368
11369 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11370
11371         * configure.ac:
11372           Convert to new AG_GST style.
11373
11374 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11375
11376         * tests/check/Makefile.am:
11377         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
11378           add test for states
11379
11380 2007-02-28  Wim Taymans  <wim@fluendo.com>
11381
11382         * tests/check/elements/.cvsignore:
11383         Add new videofilter check to .cvsignore.
11384
11385 2007-02-28  Wim Taymans  <wim@fluendo.com>
11386
11387         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
11388         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11389         (gst_avi_demux_loop), (gst_avi_demux_chain):
11390         Fix combined flow return. Fixes #412608.
11391
11392 2007-02-28  Wim Taymans  <wim@fluendo.com>
11393
11394         * gst/videofilter/Makefile.am:
11395         Dist header..
11396
11397 2007-02-28  Wim Taymans  <wim@fluendo.com>
11398
11399         * gst/videofilter/gstgamma.h:
11400         Add header too.
11401
11402 2007-02-28  Wim Taymans  <wim@fluendo.com>
11403
11404         Patch by: Mark Nauwelaerts <manauw at skynet be>
11405
11406         * gst/videofilter/Makefile.am:
11407         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
11408         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
11409         (gst_gamma_get_property), (gst_gamma_calculate_tables),
11410         (oil_tablelookup_u8), (gst_gamma_set_caps),
11411         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
11412         Port gamma filter to 0.10. Fixes #412704.
11413
11414         * tests/check/Makefile.am:
11415         * tests/check/elements/videofilter.c: (setup_filter),
11416         (cleanup_filter), (check_filter), (GST_START_TEST),
11417         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
11418         Add unit tests for videofilters.
11419
11420 2007-02-28  Wim Taymans  <wim@fluendo.com>
11421
11422         * gst/rtsp/URLS:
11423         Add another interesting test url.
11424
11425         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
11426         Don't allow getting header fields from data packets.
11427
11428 2007-02-28  Michael Smith  <msmith@fluendo.com>
11429
11430         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11431         (gst_shout2send_init), (gst_shout2send_start),
11432         (gst_shout2send_set_property), (gst_shout2send_get_property):
11433         * ext/shout2/gstshout2.h:
11434           Add a property for username.
11435
11436 2007-02-27  Christian Schallerr <christian@fluendo.com>
11437
11438         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
11439
11440 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11441
11442         * gst/rtsp/Makefile.am:
11443         Fix make check too.
11444
11445 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11446
11447         * gst/rtsp/base64.c: (util_base64_encode):
11448         * gst/rtsp/base64.h:
11449         Commit missing files for base64 encoding.
11450
11451 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11452
11453         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11454
11455         * configure.ac:
11456         * ext/annodex/Makefile.am:
11457         * ext/jpeg/Makefile.am:
11458         * ext/speex/Makefile.am:
11459         * gst/alpha/Makefile.am:
11460         * gst/cutter/Makefile.am:
11461         * gst/debug/Makefile.am:
11462         * gst/effectv/Makefile.am:
11463         * gst/goom/Makefile.am:
11464         * gst/level/Makefile.am:
11465         * gst/smpte/Makefile.am:
11466         * gst/videofilter/Makefile.am:
11467           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
11468
11469 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11470
11471         * gst/rtsp/Makefile.am:
11472         * gst/rtsp/rtspconnection.c: (append_auth_header),
11473         (rtsp_connection_send), (rtsp_connection_set_auth):
11474         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
11475         from icecast to replace it. Relicensed from GPL courtesy of Mike
11476         Smith.
11477
11478 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11479
11480         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
11481         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
11482         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
11483         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
11484         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
11485         (gst_rtspsrc_uri_set_uri):
11486         * gst/rtsp/gstrtspsrc.h:
11487         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11488         (append_auth_header), (rtsp_connection_send),
11489         (rtsp_connection_free), (rtsp_connection_set_auth):
11490         * gst/rtsp/rtspconnection.h:
11491         * gst/rtsp/rtspdefs.h:
11492         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
11493         * gst/rtsp/rtspurl.h:
11494
11495         Implement simple Basic Authentication support so that urls like
11496         rtsp://user:pass@hostname/rtspstream work on hosts that require
11497         authentication.
11498
11499 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
11500
11501         * sys/v4l2/gstv4l2object.c:
11502         * sys/v4l2/gstv4l2tuner.c:
11503         * sys/v4l2/v4l2_calls.c:
11504         Fix segfault when oppening a radio device.
11505         
11506 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
11507
11508         * gst/level/gstlevel.c: (gst_level_set_caps),
11509         (gst_level_transform_ip):
11510         * sys/v4l2/README:
11511         * tests/check/elements/level.c: (GST_START_TEST):
11512           Fix level for multi-channel case.
11513
11514 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
11515
11516         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
11517         (gst_level_transform_ip):
11518         * gst/level/gstlevel.h:
11519           Use function pointer for process function and add process functions
11520           for float audio.
11521
11522 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
11523
11524         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11525         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11526         (gst_v4l2src_capture_init):
11527           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
11528           fixes #407369
11529
11530 2007-02-18  Wim Taymans  <wim@fluendo.com>
11531
11532         * gst/rtp/Makefile.am:
11533         * gst/rtp/gstrtp.c: (plugin_init):
11534         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
11535         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
11536         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
11537         (gst_rtp_mp2t_pay_plugin_init):
11538         * gst/rtp/gstrtpmp2tpay.h:
11539         Added simple mpeg transport stream payloader.
11540
11541 2007-02-16  Wim Taymans  <wim@fluendo.com>
11542
11543         * gst/rtsp/URLS:
11544         Add example H264 rtsp url.
11545
11546         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11547         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11548         Don't convert values to lowercase or we might mess up base64 encoded
11549         properties.
11550
11551 2007-02-16  Wim Taymans  <wim@fluendo.com>
11552
11553         * gst/rtp/README:
11554         Fix case of string params.
11555
11556         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
11557         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
11558         Fix depayloader, support more packet types.
11559         Add sync codes to make sure the packetizer can do its job.
11560
11561         * gst/rtp/gstrtpmp4gdepay.c:
11562         * gst/rtp/gstrtpmp4gpay.c:
11563         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
11564         Fix caps case again.
11565
11566 2007-02-15  Wim Taymans  <wim@fluendo.com>
11567
11568         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
11569         Set right caps on output buffers.
11570
11571 2007-02-14  Wim Taymans  <wim@fluendo.com>
11572
11573         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
11574         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
11575         Clear stack allocated SDPMedia struct before calling _init() on it.
11576         Clarify this in the docs as well.
11577
11578 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
11579
11580         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
11581         (do_change_child):
11582         Don't reset the profile when going switching states, as it makes
11583         the element non-reusable.
11584
11585 2007-02-14  Wim Taymans  <wim@fluendo.com>
11586
11587         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
11588         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
11589         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
11590         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
11591         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
11592         (sdp_parse_line):
11593         * gst/rtsp/sdpmessage.h:
11594         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
11595         Fix memory management of SDP messages. Fixes #407793.
11596
11597 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
11598
11599         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
11600
11601         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
11602         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
11603
11604 2007-02-14  Wim Taymans  <wim@fluendo.com>
11605
11606         Patch by: jp.liu <jp_liu at astrocom dot cn>
11607
11608         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11609         Fix parsing of password field in url. Fixes #407797.
11610
11611 2007-02-14  Wim Taymans  <wim@fluendo.com>
11612
11613         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11614         (gst_wavparse_reset), (gst_wavparse_init),
11615         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
11616         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11617         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11618         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
11619         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11620         (gst_wavparse_loop), (gst_wavparse_chain),
11621         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
11622         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
11623         (plugin_init):
11624         * gst/wavparse/gstwavparse.h:
11625         Update docs.
11626         Use boilerplate.
11627         Various code cleanups.
11628         When the bitrate is not known (bps == 0 or compressed formats) let
11629         downstream element guestimate the duration and position and don't
11630         generate timestamps or durations. Fixes #405213.
11631         Fix EOS and ERROR conditions in chain mode, we just need to forward the
11632         error flowreturn upstream.
11633
11634 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
11635
11636         * ext/gconf/Makefile.am:
11637         * ext/gconf/gconf.c: (gst_gconf_get_string),
11638         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
11639         (gst_gconf_render_bin_with_default):
11640         * ext/gconf/gconf.h:
11641         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
11642         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
11643         (gst_gconf_audio_sink_dispose), (do_change_child),
11644         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
11645         (cb_change_child), (gst_gconf_audio_sink_change_state):
11646         * ext/gconf/gstgconfaudiosink.h:
11647         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
11648         (gst_switch_sink_class_init), (gst_switch_sink_reset),
11649         (gst_switch_sink_init), (gst_switch_sink_dispose),
11650         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
11651         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
11652         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
11653         * ext/gconf/gstswitchsink.h:
11654         * gst/autodetect/gstautoaudiosink.c:
11655         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
11656         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
11657         (gst_auto_audio_sink_detect):
11658         * gst/autodetect/gstautovideosink.c:
11659         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
11660         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
11661         (gst_auto_video_sink_detect):
11662         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
11663         and a child that implements the GConf key monitoring. The end goal of
11664         this is an audio sink that can be changed on the fly, but at the 
11665         moment it still only changes on the next READY transition.
11666
11667 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11668
11669         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11670         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11671         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
11672         (gst_avi_demux_calculate_durations_from_index),
11673         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11674         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11675         (gst_avi_demux_loop):
11676           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
11677
11678 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11679
11680         * configure.ac:
11681         * docs/plugins/Makefile.am:
11682           Add crossreferences to glib/gobject/gstream docs.
11683
11684 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11685
11686         * gst/monoscope/Makefile.am:
11687         * gst/monoscope/gstmonoscope.c:
11688           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
11689           (but no LIBS, since we only use defines from the headers).
11690
11691 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11692
11693         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
11694
11695         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
11696         (gst_wavparse_stream_data):
11697           Fix massive memory leak when operating in streaming mode due to
11698           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
11699           Fixes #407057.
11700
11701 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11702
11703         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11704         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
11705         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
11706         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11707         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11708         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11709         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
11710         (gst_avi_demux_calculate_durations_from_index),
11711         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11712         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
11713         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11714         * gst/avi/gstavidemux.h:
11715           Save some memory (8%) by repacking the index entry structure (more to
11716           come). Add more FIXMEs to questionable parts.
11717
11718 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11719
11720         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11721         (gst_v4l2src_get_caps):
11722         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11723         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11724         (gst_v4l2src_capture_init):
11725           More FIXME comments and messaging changes.
11726
11727 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11728
11729         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11730         (gst_goom_change_state):
11731         * gst/goom/gstgoom.h:
11732           Improved docs and use GST_DEBUG_FUNCPTR.
11733
11734         * gst/level/gstlevel.c: (gst_level_class_init):
11735           Use GST_DEBUG_FUNCPTR.
11736
11737         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11738         (gst_monoscope_chain), (gst_monoscope_change_state):
11739           Improved docs source cleanups.
11740
11741 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11742
11743         * gst/debug/Makefile.am:
11744         * gst/debug/gstdebug.c: (plugin_init):
11745         * gst/debug/gstpushfilesrc.c:
11746         * gst/debug/gstpushfilesrc.h:
11747           Add code for a pushfilesrc element that implements a pushfile:// URI
11748           handler, to make debugging push-mode operation of demuxer/decoders
11749           that support both easier in connection with seek/playbin/etc.
11750           The element isn't registered at the moment.
11751
11752 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
11753
11754         * gst/avi/gstavimux.c:
11755           Comment a #if 0 in caps template definition as VS6 seems to 
11756         do not support it.
11757         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11758           Use gst_guint64_to_gdouble for conversion.
11759         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11760           Move variables declaration before the first instruction.
11761         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11762           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11763           And don't include netdb.h for G_OS_WIN32
11764         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11765           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11766           by VS6 then use an other way to initialize SDPMedia structure.
11767         * gst/udp/gstdynudpsink.h:
11768         * gst/udp/gstdynudpnetutils.h:
11769           Do not include <sys/time.h> for G_OS_WIN32
11770         * gst/udp/gstudpsrc.c:
11771           Define socklen_t as int for G_OS_WIN32
11772         * win/common/config.h.in:
11773           Undef HAVE_NETINET_IN_H
11774         * win32/vs6/gst_plugins_good.dsw:
11775         * win32/vs6/libgstrtp.dsp:
11776         * win32/vs6/libgstrtsp.dsp:
11777         * win32/vs6/libgstautogen.dsp:
11778         * win32/vs6/libgstaudiofx.dsp:
11779         * win32/vs6/libgstudp.dsp:
11780           Add and update project files.
11781         * win32/common/gstudp-enumtypes.c:
11782         * win32/common/gstudp-enumtypes.h:
11783           Add a copy of udp enumtypes to win32/common as in core 
11784           and base.
11785         
11786 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
11787
11788         * configure.ac:
11789           Activate monoscope when building with --enable-experimental. Fix
11790           --enable-external configure switch description.
11791
11792         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11793         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11794           Help gst-indent.
11795
11796 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
11797
11798         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11799           Explicitly cast result of pointer arithmetic to integer in order to
11800           avoid compiler warnings on some 64-bit systems. Should fix #406018.
11801
11802 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
11803
11804         * gst/debug/progressreport.c:
11805           Some more docs.
11806
11807 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11808
11809         * docs/plugins/inspect/plugin-rtp.xml:
11810           Update for new elements.
11811
11812         * gst/debug/progressreport.h:
11813           Commit newly-created header file as well.
11814
11815 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11816
11817         * docs/plugins/Makefile.am:
11818         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11819         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11820         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11821         * gst/debug/Makefile.am:
11822         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
11823         (gst_progress_report_do_query), (gst_progress_report_report):
11824           Make progressreport element post messages with the current progress
11825           on the bus. Also add some basic docs for it.
11826
11827 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11828
11829         * ext/hal/hal.c: (gst_hal_get_string):
11830         * ext/hal/hal.h:
11831           Some small cleanups; deal with errors when parsing the HAL ALSA
11832           capabilities a bit better.
11833
11834 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11835
11836         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11837           Let's try this again and use the right cast this time.
11838
11839 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11840
11841         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11842           Add cast to avoid compiler warnings with older GLib versions
11843           where the nick/name members in GEnumValue are not declared as
11844           constant strings.
11845
11846 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11847
11848         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
11849         (gst_gconf_render_bin_from_key),
11850         (gst_gconf_get_default_audio_sink):
11851         * ext/gconf/gconf.h:
11852         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
11853         (do_toggle_element), (gst_gconf_audio_sink_set_property),
11854         (gst_gconf_audio_sink_get_property):
11855           In gconfaudiosink, get the right key as the old key in do_toggle
11856           (ie. one dependent on the profile selected). Log some more stuff so
11857           we can see what's actually going on.
11858
11859 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
11860
11861         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11862         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11863         (gst_audio_amplify_set_process_function),
11864         (gst_audio_amplify_setup):
11865         * gst/audiofx/audioamplify.h:
11866         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11867         (gst_audio_invert_class_init), (gst_audio_invert_setup):
11868         * gst/audiofx/audioinvert.h:
11869         Some small cleanups and port both elements to the new GstAudioFilter
11870         base class to save a few lines of common code.
11871         * gst/audiofx/Makefile.am:
11872         Link against libgstaudio for the above changes
11873
11874 2007-01-29  Wim Taymans  <wim@fluendo.com>
11875
11876         * tests/check/elements/.cvsignore:
11877         Some more ignores.
11878
11879 2007-01-26  Wim Taymans  <wim@fluendo.com>
11880
11881         Patch by: charles <charlesg3 at gmail dot com>
11882
11883         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11884         (set_shout_metadata), (gst_shout2send_event):
11885         * ext/shout2/gstshout2.h:
11886         Properly handle tags in shout2send. Fixes #399825.
11887
11888 2007-01-25  Wim Taymans  <wim@fluendo.com>
11889
11890         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11891         (gst_rtspsrc_activate_streams):
11892         Convert SDP fields to upper/lowercase following the rules in the SDP to
11893         caps document. 
11894
11895 2007-01-25  Wim Taymans  <wim@fluendo.com>
11896
11897         * gst/rtp/README:
11898         * gst/rtp/gstrtpilbcdepay.c:
11899         * gst/rtp/gstrtpilbcpay.c:
11900         * gst/rtp/gstrtpmp4gdepay.c:
11901         * gst/rtp/gstrtpmp4gpay.c:
11902         * gst/rtp/gstrtpspeexdepay.c:
11903         * gst/rtp/gstrtpspeexpay.c:
11904         * gst/rtp/gstrtpsv3vdepay.c:
11905         * gst/rtp/gstrtptheoradepay.c:
11906         * gst/rtp/gstrtptheorapay.c:
11907         * gst/rtp/gstrtpvorbisdepay.c:
11908         * gst/rtp/gstrtpvorbispay.c:
11909         Fix case of encoding-name and key/value pairs to match the document.
11910         This is to make interoperation with SDP case-insensitive as required by
11911         the relevant RFCs.
11912
11913 2007-01-25  Wim Taymans  <wim@fluendo.com>
11914
11915         * configure.ac:
11916         Bump required -core/-base to CVS
11917
11918 2007-01-25  Wim Taymans  <wim@fluendo.com>
11919
11920         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
11921         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
11922         * gst/rtp/gstrtpL16pay.h:
11923         Fill up to MTU using adapter.
11924         Timestamp rtp packets.
11925
11926 2007-01-25  Edward Hervey  <edward@fluendo.com>
11927
11928         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11929         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
11930         Use G_GSIZE_FORMAT in print statements for portability.
11931         Fixes build on macosx.
11932
11933 2007-01-24  Wim Taymans  <wim@fluendo.com>
11934
11935         * gst/rtp/Makefile.am:
11936         * gst/rtp/gstrtp.c: (plugin_init):
11937         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
11938         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
11939         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
11940         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
11941         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
11942         (gst_rtp_L16_depay_plugin_init):
11943         * gst/rtp/gstrtpL16depay.h:
11944         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
11945         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
11946         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
11947         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
11948         (gst_rtp_L16_pay_plugin_init):
11949         * gst/rtp/gstrtpL16pay.h:
11950         Port and enable raw audio payloader/depayloader. Needs a bit more work
11951         on the payloader side.
11952
11953 2007-01-24  Wim Taymans  <wim@fluendo.com>
11954
11955         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
11956         (gst_rtspsrc_stream_configure_transport),
11957         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
11958         * gst/rtsp/gstrtspsrc.h:
11959         Only unblock the udp pads when we linked and activated them all.
11960         Fixes #395688.
11961
11962 2007-01-24  Wim Taymans  <wim@fluendo.com>
11963
11964         * gst/rtp/Makefile.am:
11965         * gst/rtp/gstrtp.c: (plugin_init):
11966         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
11967         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
11968         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
11969         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
11970         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
11971         * gst/rtp/gstrtpac3depay.h:
11972         Added simple AC3 depayloader (RFC 4184).
11973
11974         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
11975         Fix a leak.
11976
11977 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
11978
11979         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11980
11981         * gst/audiofx/Makefile.am:
11982         * gst/audiofx/audioamplify.c:
11983         (gst_audio_amplify_clipping_method_get_type),
11984         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
11985         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
11986         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
11987         (gst_audio_amplify_set_caps),
11988         (gst_audio_amplify_transform_int_clip),
11989         (gst_audio_amplify_transform_int_wrap_negative),
11990         (gst_audio_amplify_transform_int_wrap_positive),
11991         (gst_audio_amplify_transform_float_clip),
11992         (gst_audio_amplify_transform_float_wrap_negative),
11993         (gst_audio_amplify_transform_float_wrap_positive),
11994         (gst_audio_amplify_transform_ip):
11995         * gst/audiofx/audioamplify.h:
11996         * gst/audiofx/audiofx.c: (plugin_init):
11997         Add new element "audioamplify". This allows scaling of raw audio
11998         samples, similar to the "volume" element, but provides different modes
11999         for clipping and allows unlimited amplification. It's mainly targeted
12000         for creative sound design and not as a replacement of the "volume"
12001         element. Fixes #397162
12002         * docs/plugins/Makefile.am:
12003         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12004         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12005         * docs/plugins/gst-plugins-good-plugins.args:
12006         * docs/plugins/inspect/plugin-audiofx.xml:
12007         Add docs for audioamplify and integrate them into the build system
12008         * tests/check/Makefile.am:
12009         * tests/check/elements/audioamplify.c: (setup_amplify),
12010         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
12011         Add fairly extensive unit test suite for audioamplify
12012
12013 2007-01-24  Wim Taymans  <wim@fluendo.com>
12014
12015         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
12016         Unblock pads after adding the pads to the element so that autopluggers
12017         get a change to link something. Possibly fixes #395688.
12018
12019 2007-01-24  Wim Taymans  <wim@fluendo.com>
12020
12021         * gst/rtp/gstrtpamrdepay.c:
12022         * gst/rtp/gstrtpgsmdepay.c:
12023         * gst/rtp/gstrtph263pdepay.c:
12024         * gst/rtp/gstrtph263ppay.c:
12025         * gst/rtp/gstrtph264depay.c:
12026         * gst/rtp/gstrtpilbcdepay.c:
12027         * gst/rtp/gstrtpmp2tdepay.c:
12028         * gst/rtp/gstrtpmp4gdepay.c:
12029         * gst/rtp/gstrtpmp4gpay.c:
12030         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
12031         * gst/rtp/gstrtpmp4vpay.c:
12032         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
12033         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
12034         (gst_rtp_mpa_depay_process):
12035         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
12036         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
12037         * gst/rtp/gstrtppcmadepay.c:
12038         * gst/rtp/gstrtppcmudepay.c:
12039         * gst/rtp/gstrtpspeexdepay.c:
12040         * gst/rtp/gstrtpspeexpay.c:
12041         * gst/rtp/gstrtpsv3vdepay.c:
12042         * gst/rtp/gstrtptheoradepay.c:
12043         * gst/rtp/gstrtptheorapay.c:
12044         * gst/rtp/gstrtpvorbisdepay.c:
12045         * gst/rtp/gstrtpvorbispay.c:
12046         Fix caps with payload numbers.
12047         Add some fixed payload numbers to caps when possible.
12048
12049 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
12050
12051         reviewed by: Stefan Kost  <ensonic@users.sf.net>
12052
12053         * gst/audiofx/Makefile.am:
12054         * gst/audiofx/audiofx.c: (plugin_init):
12055         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
12056         (gst_audio_invert_class_init), (gst_audio_invert_init),
12057         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
12058         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
12059         (gst_audio_invert_transform_float),
12060         (gst_audio_invert_transform_ip):
12061         * gst/audiofx/audioinvert.h:
12062         Add new audiofx element "audioinvert". This element swaps the upper
12063         and lower half of samples and can be used for example for a
12064         wide-stereo effect. Fixes #396057
12065         * docs/plugins/Makefile.am:
12066         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12067         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12068         * docs/plugins/gst-plugins-good-plugins.args:
12069         * docs/plugins/inspect/plugin-audiofx.xml:
12070         Add docs for the audioinvert element and add them to the build system.
12071         * tests/check/Makefile.am:
12072         * tests/check/elements/audioinvert.c: (setup_invert),
12073         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
12074         Add unit test suite for the audioinvert element.
12075
12076 2007-01-23  Wim Taymans  <wim@fluendo.com>
12077
12078         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
12079         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
12080         Parse config params as string and int.
12081         Parse and use AU header length
12082
12083 2007-01-23  Wim Taymans  <wim@fluendo.com>
12084
12085         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
12086         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
12087         * gst/smpte/gstmask.c: (_gst_mask_register):
12088         * gst/smpte/gstmask.h:
12089         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
12090         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
12091         (gst_smpte_paint_triangle_clock):
12092         constify some static structs.
12093         Don't update the mask if nothing changed to the params.
12094         Make sure we never draw outside of the picture. Fixes #398325.
12095
12096 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
12097
12098         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
12099           Error out properly when pull_range fails while we're reading the
12100           headers, instead of just pausing the task silently. Fixes #399338.
12101
12102 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12103
12104         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
12105           Some more sanity checks to make sure the input formats match and the
12106           input pads are actually negotiated, in case someone tries to feed
12107           buffers from fakesrc or filesrc. Fixes #398299.
12108           Also const-ify an array, just because we can.
12109
12110 2007-01-19  Edward Hervey  <edward@fluendo.com>
12111
12112         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
12113         Ignore previous commit, that was only valid for widths and heights
12114         that are multiples of 4.
12115         Copy over size/stride macros from jpegdec. This allows the element
12116         to work with any width,height...
12117         ... but puts in evidence that the actual transformations only work
12118         with width/height that are multiples of 4.
12119
12120 2007-01-19  Edward Hervey  <edward@fluendo.com>
12121
12122         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
12123         Allocate buffers of the right size.
12124         The proper size of a I420 buffer in bytes is:
12125         
12126             width * height * 3
12127             ------------------
12128                     2
12129
12130 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12131
12132         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12133           Proxy getcaps on sink pads too, so that we either end up with the
12134           same dimensions on all pads or error out if that's not possible
12135           (seems to work even!). Fixes #398086, I think.
12136
12137 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12138
12139         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12140         * docs/plugins/gst-plugins-good-plugins.args:
12141         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12142           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
12143           fix integer properties with -1 as minimum value.
12144
12145         * docs/plugins/inspect/plugin-1394.xml:
12146         * docs/plugins/inspect/plugin-aasink.xml:
12147         * docs/plugins/inspect/plugin-alaw.xml:
12148         * docs/plugins/inspect/plugin-alpha.xml:
12149         * docs/plugins/inspect/plugin-alphacolor.xml:
12150         * docs/plugins/inspect/plugin-annodex.xml:
12151         * docs/plugins/inspect/plugin-apetag.xml:
12152         * docs/plugins/inspect/plugin-audiofx.xml:
12153         * docs/plugins/inspect/plugin-auparse.xml:
12154         * docs/plugins/inspect/plugin-autodetect.xml:
12155         * docs/plugins/inspect/plugin-avi.xml:
12156         * docs/plugins/inspect/plugin-cacasink.xml:
12157         * docs/plugins/inspect/plugin-cairo.xml:
12158         * docs/plugins/inspect/plugin-cdio.xml:
12159         * docs/plugins/inspect/plugin-cutter.xml:
12160         * docs/plugins/inspect/plugin-debug.xml:
12161         * docs/plugins/inspect/plugin-dv.xml:
12162         * docs/plugins/inspect/plugin-efence.xml:
12163         * docs/plugins/inspect/plugin-effectv.xml:
12164         * docs/plugins/inspect/plugin-esdsink.xml:
12165         * docs/plugins/inspect/plugin-flac.xml:
12166         * docs/plugins/inspect/plugin-flxdec.xml:
12167         * docs/plugins/inspect/plugin-gconfelements.xml:
12168         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
12169         * docs/plugins/inspect/plugin-goom.xml:
12170         * docs/plugins/inspect/plugin-halelements.xml:
12171         * docs/plugins/inspect/plugin-icydemux.xml:
12172         * docs/plugins/inspect/plugin-id3demux.xml:
12173         * docs/plugins/inspect/plugin-jpeg.xml:
12174         * docs/plugins/inspect/plugin-level.xml:
12175         * docs/plugins/inspect/plugin-matroska.xml:
12176         * docs/plugins/inspect/plugin-mulaw.xml:
12177         * docs/plugins/inspect/plugin-multipart.xml:
12178         * docs/plugins/inspect/plugin-navigationtest.xml:
12179         * docs/plugins/inspect/plugin-ossaudio.xml:
12180         * docs/plugins/inspect/plugin-png.xml:
12181         * docs/plugins/inspect/plugin-rtp.xml:
12182         * docs/plugins/inspect/plugin-rtsp.xml:
12183         * docs/plugins/inspect/plugin-shout2send.xml:
12184         * docs/plugins/inspect/plugin-smpte.xml:
12185         * docs/plugins/inspect/plugin-speex.xml:
12186         * docs/plugins/inspect/plugin-taglib.xml:
12187         * docs/plugins/inspect/plugin-udp.xml:
12188         * docs/plugins/inspect/plugin-videobalance.xml:
12189         * docs/plugins/inspect/plugin-videobox.xml:
12190         * docs/plugins/inspect/plugin-videoflip.xml:
12191         * docs/plugins/inspect/plugin-videomixer.xml:
12192         * docs/plugins/inspect/plugin-wavenc.xml:
12193         * docs/plugins/inspect/plugin-wavparse.xml:
12194         * docs/plugins/inspect/plugin-ximagesrc.xml:
12195           Update to CVS.
12196
12197 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
12198
12199         Patch by: Sebastian Dröge <slomo circular-chaos org>
12200
12201         * gst/audiofx/audiopanorama.c:
12202           Fix doc section name (Fixes #397946)
12203
12204 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
12205
12206         * sys/v4l2/gstv4l2object.c:
12207         (gst_v4l2_object_install_properties_helper),
12208         (gst_v4l2_object_set_property_helper),
12209         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
12210         * sys/v4l2/gstv4l2object.h:
12211         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
12212         (gst_v4l2src_init), (gst_v4l2src_set_property),
12213         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
12214         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12215         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
12216         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
12217         (gst_v4l2src_capture_deinit):
12218           Fix EIO handing when capturing. Add new property to specify the number of
12219           buffers to enque (and remove the borked num-buffers usage).
12220
12221 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
12222
12223         Patch by: Sebastian Dröge <slomo circular-chaos org>
12224
12225         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
12226         (gst_audio_panorama_set_process_function):
12227           Use a function array for process methods, add more docs and define the
12228           startindex of enums.
12229
12230 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
12231
12232         Patch by: Mark Nauwelaerts <manauw at skynet be>
12233
12234         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
12235         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
12236         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
12237         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
12238         (gst_avi_mux_riff_get_avi_header),
12239         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
12240         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
12241         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
12242         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
12243         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
12244         (gst_avi_mux_change_state):
12245         * gst/avi/gstavimux.h:
12246         * tests/check/elements/avimux.c: (teardown_src_pad):
12247           Add support for more than one audio stream; write better AVIX
12248           header; refactor code a bit; don't announce vorbis caps on our audio
12249           sink pads since we don't support it anyway. Closes #379298.
12250
12251 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
12252
12253         Patch by: Sebastian Dröge <slomo circular-chaos org>
12254
12255         * gst/audiofx/audiopanorama.c:
12256         (gst_audio_panorama_method_get_type),
12257         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
12258         (gst_audio_panorama_set_process_function),
12259         (gst_audio_panorama_set_property),
12260         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
12261         (gst_audio_panorama_transform_m2s_int_simple),
12262         (gst_audio_panorama_transform_s2s_int_simple),
12263         (gst_audio_panorama_transform_m2s_float_simple),
12264         (gst_audio_panorama_transform_s2s_float_simple):
12265         * gst/audiofx/audiopanorama.h:
12266           Add 'method' property and provide a simple (non-psychoacustic)
12267           processing method (#394859).
12268
12269         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
12270         (panorama_suite):
12271           Tests for new method.
12272
12273 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
12274
12275         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
12276         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
12277           Set correct caps on outgoing pulled buffers, or things blow up
12278           after recent core changes.
12279
12280 2007-01-11  Wim Taymans  <wim@fluendo.com>
12281
12282         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12283
12284         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
12285         (gst_multipart_mux_request_new_pad),
12286         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
12287         (gst_multipart_mux_change_state):
12288         Return FLOW errors ASAP. Fixes #394977.
12289         Misc cleanups.
12290
12291 2007-01-11  Wim Taymans  <wim@fluendo.com>
12292
12293         Patch by: Lutz Mueller <lutz at topfrose dot de>
12294
12295         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
12296         Check for stream pad before activating. 
12297
12298 2007-01-10  Wim Taymans  <wim@fluendo.com>
12299
12300         Patch by: Peter Kjellerstedt  <pkj at axis com>
12301
12302         * gst/rtsp/COPYING.MIT:
12303         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
12304         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
12305         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
12306         (gst_rtspsrc_stream_configure_transport),
12307         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
12308         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
12309         (gst_rtspsrc_parse_methods),
12310         (gst_rtspsrc_create_transports_string),
12311         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
12312         (gst_rtspsrc_open), (gst_rtspsrc_close):
12313         * gst/rtsp/gstrtspsrc.h:
12314         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12315         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
12316         (parse_request_line), (parse_line), (rtsp_connection_read),
12317         (rtsp_connection_close):
12318         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
12319         (rtsp_method_as_text), (rtsp_header_as_text),
12320         (rtsp_status_as_text), (rtsp_find_header_field),
12321         (rtsp_find_method):
12322         * gst/rtsp/rtspdefs.h:
12323         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
12324         (rtsp_ext_wms_configure_stream):
12325         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
12326         (rtsp_message_new_request), (rtsp_message_init_request),
12327         (rtsp_message_new_response), (rtsp_message_init_response),
12328         (rtsp_message_init_data), (rtsp_message_unset),
12329         (rtsp_message_free), (rtsp_message_add_header),
12330         (rtsp_message_get_header), (rtsp_message_set_body),
12331         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
12332         * gst/rtsp/rtspmessage.h:
12333         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
12334         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
12335         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
12336         (sdp_message_dump):
12337         Allow url to be NULL to be able to use it for server connections.
12338         Can now send responses as well as requests.
12339         No longer hangs in an endless loop if EOF is received.
12340         Can now convert a status code to a text string.
12341         Return RTSP_HDR_INVALID for unknown headers.
12342         Return RTSP_INVALID for unknown methods.
12343         Copy CSeq and Session headers from the request.
12344         Only free memory corresponding to the currently set message type.
12345         Added const to function arguments as appropriate.
12346         Avoid a compiler warning when initializing nmedia.
12347         Use guint rather than gint to avoid compiler warnings.
12348         Fix crasher in wms extension.
12349         Factor out stream setup from open_connection.
12350         Delay activation of streams when actual data is received from the
12351         server, this prepares us to do proper protocol switching.
12352         Added new license.
12353         Fixes #380895.
12354
12355
12356 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
12357
12358         Patch by: Sebastian Dröge <slomo ubuntu com>
12359
12360         * docs/plugins/Makefile.am:
12361         * gst/audiofx/audiopanorama.c:
12362           Some small docs fixes (#394851).
12363
12364 2007-01-09  Wim Taymans  <wim@fluendo.com>
12365
12366         * gst/avi/gstavidemux.c:
12367         Fix docs.
12368
12369 2007-01-09  Wim Taymans  <wim@fluendo.com>
12370
12371         * gst/rtp/Makefile.am:
12372         * gst/rtp/gstrtp.c: (plugin_init):
12373         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
12374         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
12375         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
12376         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
12377         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
12378         * gst/rtp/gstrtpmpvdepay.h:
12379           Added RFC 2250 MPEG Video Depayloader.
12380
12381         * gst/rtp/gstrtpL16depay.h:
12382         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
12383         (gst_rtp_h263p_depay_process):
12384         Fix Header file. Small cleanups.
12385
12386         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
12387         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
12388         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
12389         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
12390         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
12391         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
12392         (gst_rtp_mp4v_depay_change_state):
12393         Remove usused code. Remove Adapter from state Change. Added debug.
12394
12395         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
12396         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
12397         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
12398         * gst/rtp/gstrtpmpadepay.h:
12399         Subclass base depayloader.
12400         Added debug.
12401         Support static payload type assignment as well.
12402
12403         * gst/rtp/gstrtpmpapay.c:
12404         Fix caps.
12405
12406 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
12407
12408         Patch by: Vincent Torri  <vtorri at univ-evry fr>
12409
12410         * ext/jpeg/gstjpegdec.c:
12411         * ext/jpeg/gstjpegenc.c:
12412         * ext/jpeg/smokecodec.c:
12413           These libjpeg callbacks should return a 'boolean' (unsigned char
12414           apparently) and not a 'gboolean' (which maps to gint). Fixes
12415           warnings when compiling with MingW (#393427).
12416
12417         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12418           Use ioctlsocket on win32.
12419
12420         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12421           Some printf format fixes for win32.
12422
12423 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
12424
12425         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12426           Use gst_guint64_to_gdouble for conversion.
12427         * win32/vs6/libgstmatroska.dsp:
12428           Add zlib to the link.
12429         * win32/vs6/libgstvideobox.dsp:
12430           Update liboil library name (project is linked to 
12431           liboil-0.3-0.lib now).
12432           
12433 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
12434
12435         * gst/matroska/Makefile.am:
12436           If zlib is available and used, we must link it explicitly for
12437           things to work on MingW (fixes #392855).
12438
12439 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
12440
12441         * ext/esd/esdsink.c: (gst_esdsink_delay):
12442           Don't return bogus values when esd_get_delay() fails for some
12443           reason (#392189).
12444
12445 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12446
12447         * sys/ximage/gstximagesrc.c: (composite_pixel):
12448           Fix presumably copy'n'pasto for 16bpp depth.
12449
12450 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12451
12452         * gst/matroska/matroska-mux.c:
12453         (gst_matroska_mux_audio_pad_setcaps):
12454           The "signed" field in audio caps is of boolean type, trying to use
12455           gst_structure_get_int() to extract it will fail. Fixing this makes
12456           matroskamux accept raw audio input (#387121) (use at your own risk
12457           though, due to the matroska spec being not entirely useful in this
12458           respect).
12459           Also fix up raw audio structures in template caps so that they
12460           represent what our setcaps function will actually accept, so that
12461           converters know what to convert to.
12462           Finally, don't fail if there isn't an "endianness" field in 8-bit
12463           PCM caps.
12464
12465 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
12466
12467         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12468         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12469         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12470         (teardown_cmmldec):
12471         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12472         (teardown_cmmlenc):
12473         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12474           reapply consistent pad (de)activation
12475
12476 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12477
12478         * configure.ac:
12479         Back to CVS
12480
12481         * gst-plugins-good.doap:
12482         Add 0.10.5 doap entry
12483
12484 === release 0.10.5 ===
12485
12486 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
12487
12488         * configure.ac:
12489           releasing 0.10.5, "The Path of Thorns"
12490
12491 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12492
12493         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12494         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12495         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12496         (teardown_cmmldec):
12497         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12498         (teardown_cmmlenc):
12499         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12500           revert my freeze breakage
12501
12502 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12503
12504         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12505         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12506         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12507         (teardown_cmmldec):
12508         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12509         (teardown_cmmlenc):
12510         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12511           consistent pad (de)activation
12512
12513 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12514
12515         * configure.ac:
12516         * ext/Makefile.am:
12517         Disable LADPSA, as it has moved to the -bad module for the duration.
12518
12519 2006-12-18  Wim Taymans  <wim@fluendo.com>
12520
12521         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
12522         (gst_signal_processor_event):
12523         Reset flow_state back to _OK after a flush stop so that we exit our
12524         error state after the flush. Fixes #374213
12525
12526 2006-12-16  David Schleef  <ds@schleef.org>
12527
12528         * sys/osxvideo/osxvideosink.h:
12529         * sys/osxvideo/osxvideosink.m:
12530           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
12531
12532 2006-12-16  David Schleef  <ds@schleef.org>
12533
12534         Patch by: Vijay Santhanam <vijay santhanam gmail com>
12535
12536         * sys/osxvideo/Makefile.am:
12537         * sys/osxvideo/osxvideosink.h:
12538         * sys/osxvideo/osxvideosink.m:
12539           Preliminary patch for porting osxvideosink
12540
12541 2006-12-16  Wim Taymans  <wim@fluendo.com>
12542
12543         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12544
12545         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
12546         (gst_videomixer_set_master_geometry),
12547         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
12548         (gst_videomixer_reset), (gst_videomixer_init),
12549         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
12550         (gst_videomixer_release_pad), (gst_videomixer_collected),
12551         (gst_videomixer_change_state):
12552         Introduce some locking around the videomixer state so that it does not
12553         crash when adding/removing pads. Fixes #383043.
12554
12555 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12556
12557         * configure.ac:
12558           Make sure libcaca can actually be used instead of just checking for
12559           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
12560           cross-compiling (fixes #384587).
12561
12562 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12563
12564         * Makefile.am:
12565         * gst-plugins-good.doap:
12566         * gst-plugins-good.spec.in:
12567           adding doap file
12568
12569 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12570
12571         * configure.ac:
12572           libflac-1.1.3 changed API again, but we can't build against it yet,
12573           so make sure our check doesn't use libflac-1.1.3 and add a comment
12574           to this effect.
12575
12576 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12577
12578         * gst/effectv/gstquark.c: (gst_quarktv_transform),
12579         (gst_quarktv_planetable_clear):
12580           Add some NULL pointer checks (possibly related to #385623).
12581
12582 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12583
12584         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
12585         (gst_tag_demux_chain):
12586         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12587           In streaming mode, if the first buffer we get doesn't have an
12588           offset, fix it up to be 0, otherwise trimming won't work later on
12589           and we'll be typefinding application/x-id3, which may result in
12590           decodebin plugging an endless number of id3demux elements as a
12591           consequence. Fixes #385031.
12592           
12593 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12594
12595         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
12596           Ignore the buffer_time the sound device reports. Turns out it is 
12597           sometimes completely bogus and we're better off without it.
12598
12599 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12600
12601         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12602         (gst_matroska_demux_video_caps):
12603         * gst/matroska/matroska-ids.c:
12604         (gst_matroska_track_init_video_context):
12605         * gst/matroska/matroska-ids.h:
12606           Try harder to extract the framerate for video tracks correctly and
12607           save it directly instead of converting it back and forth a few
12608           times. Mostly makes a difference for very small framerates (<1).
12609           Fixes #380199.
12610
12611 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12612
12613         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
12614         (gst_gconf_audio_src_dispose), (do_toggle_element):
12615         * ext/gconf/gstgconfaudiosrc.h:
12616           Remove gconf notify hook when the gconfaudiosrc element is
12617           destroyed, otherwise the callback may be called on an
12618           already-destroyed instance and bad things happen. Should fix
12619           #378184.
12620           Also ignore gconf key changes when the source is already running.
12621
12622 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
12623
12624         Patch by: Sebastian Dröge  <mail at slomosnail de>
12625
12626         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12627           We need to be able to read and parse any possible floating point string
12628           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
12629           will parse the former only in certain locales though, so we really need
12630           to canonicalise the separator to '.' and then use g_ascii_strtod() to
12631           make sure we can parse either version at all times.
12632           Fixes #382982 for real.
12633
12634 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12635
12636         * sys/sunaudio/gstsunaudiomixerctrl.c:
12637         * sys/sunaudio/gstsunaudiosrc.c:
12638
12639         Use the sunaudio debug category.
12640
12641         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
12642         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
12643         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12644         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
12645         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
12646         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
12647         (gst_sunaudiosink_reset):
12648         * sys/sunaudio/gstsunaudiosink.h:
12649
12650         Uses the sunaudio debug category for all debug output
12651         Implements the _delay() callback to synchronise video playback better
12652         Change the segtotal and segsize values back to the parent class 
12653           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
12654           respectively)
12655         Measure the samples written to the device vs. played.
12656         Keep track of segments in the device by writing empty eof frames, and
12657         sleep using a GCond when we get too far ahead and risk overrunning the
12658         sink's ringbuffer.
12659
12660         Fixes: #360673
12661
12662 2006-12-08  Wim Taymans  <wim@fluendo.com>
12663
12664         Patch by: Sebastian Dröge  <mail at slomosnail de >
12665
12666         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
12667         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
12668         * gst/audiofx/audiopanorama.h:
12669         Fix audiopanorame with float samples. Fixes #383726.
12670
12671 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12672
12673         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
12674         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
12675         (gst_sunaudiosrc_reset):
12676
12677         Implement reset functions to unblock the src/sink more quickly on 
12678         state change requests.
12679         Patch by: Brian Cameron <brian dot cameron at sun com>
12680
12681 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12682
12683         * sys/sunaudio/gstsunaudiomixer.c:
12684         (gst_sunaudiomixer_change_state):
12685         Construct the correct mixer device name when the AUDIODEV env var
12686         is set.
12687
12688         Patch by: Jerry Tan <jerry.tan at sun dot com>
12689         Fixes: #383596
12690
12691 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12692
12693         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
12694         Apply patch to open the mixer control and set the MULTIPLE_OPEN
12695         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
12696         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
12697         Patch by: Jerry Tan <jerry.tan at sun dot com>
12698         Fixes: #349015
12699
12700 2006-12-07  Wim Taymans  <wim@fluendo.com>
12701
12702         * gst/smpte/gstmask.h:
12703         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
12704         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
12705         (gst_smpte_collected), (gst_smpte_set_property),
12706         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
12707         * gst/smpte/gstsmpte.h:
12708         Port to 0.10 some more. 
12709         Added duration property to specify the duration of the transition.
12710         Make framerate a fraction.
12711         Deprecate fps property, we only use negotiated fps.
12712         Added docs.
12713         Fix collectpad usage.
12714         Reset state in READY.
12715         Send NEWSEGMENT event.
12716         Fix racy updates of object properties.
12717         Added debug category.
12718         Fixes #383323.
12719
12720 2006-12-06  Wim Taymans  <wim@fluendo.com>
12721
12722         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12723
12724         * gst/videomixer/videomixer.c:
12725         (gst_videomixer_set_master_geometry),
12726         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
12727         Don't reset xpos and ypos in the setcaps function because causes
12728         unexpected behaviour.
12729         Fixes #382179.
12730
12731 2006-12-06  Wim Taymans  <wim@fluendo.com>
12732
12733         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
12734         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
12735         Keep track of the buffer timestamp in the collectdata member instead
12736         of modifying the buffer without making the metadata writable first.
12737         Fixes #382277.
12738
12739 2006-12-06  Wim Taymans  <wim@fluendo.com>
12740
12741         Patch by: Rob Taylor <robtaylor at floopily dot org>
12742
12743         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12744         If using multicast in udpsrc, bind to the multicast address rather than
12745         IN_ADDR_ANY.
12746         This allows the simultanous use of multiple udpsrcs listening on
12747         different multicat addresses. Without this all udpsrcs will receive all
12748         packets from all subscribed multicast addresses.
12749         Fixes #383001.
12750
12751 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12752
12753         * ext/taglib/gstid3v2mux.cc:
12754         Don't attempt to write a NULL frame into the ID3 tag set when the 
12755         createFrame method returned NULL.
12756         Fixes: #381857
12757         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12758
12759 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12760
12761         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12762         Use g_strtod() instead of sscanf to parse doubles, so that it will
12763         try parsing in the C locale if the current locale fails.
12764         Fixes: #382982
12765         Patch by: Sebastian Dröge  <mail at slomosnail de >
12766
12767 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
12768
12769         * win32/MANIFEST:
12770         Fix compilation on win32 under VS8
12771         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12772         Partially fixes #381175
12773
12774 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12775
12776         * gst/avi/gstavimux.c:
12777           accept all mpegversions,fixes #380825
12778           spotted by: Jerome Alet  
12779
12780 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12781
12782         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12783         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12784         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12785         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12786           cleanup the error message a bit more
12787
12788 2006-11-28  Wim Taymans  <wim@fluendo.com>
12789
12790         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12791         Fix width and height properties.
12792
12793         * ext/libcaca/gstcacasink.h:
12794         Fix compilation on newer libcaca that require us to include a new
12795         header. Fixes #379918.
12796
12797 2006-11-28  Wim Taymans  <wim@fluendo.com>
12798
12799         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12800         * gst/rtsp/gstrtspsrc.h:
12801         * gst/rtsp/rtspext.h:
12802         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12803         (rtsp_ext_wms_get_context):
12804         Add method so that extensions can choose to disable the setup of
12805         a stream.
12806         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12807
12808 2006-11-27  Wim Taymans  <wim@fluendo.com>
12809
12810         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12811
12812         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12813         Push header in a separate buffer instead of memcpy:ing all data.
12814         Change LF => CRLF in headers.
12815         Move trailing LF to header. Fixes #379792.
12816
12817 2006-11-27  Wim Taymans  <wim@fluendo.com>
12818
12819         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12820         Small buffer overflow fix and improve debugging.
12821
12822 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12823
12824         * ext/esd/esdmon.h:
12825         * ext/esd/esdsink.h:
12826           remove obsolete _factory_init protos
12827
12828 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12829
12830         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
12831         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12832         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
12833         (gst_avi_demux_read_subindexes_push),
12834         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12835         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12836         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
12837         (gst_avi_demux_massage_index),
12838         (gst_avi_demux_calculate_durations_from_index),
12839         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12840         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12841         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12842           remove dead code, tweak debugs statements, add comments, use
12843           _uint64_scale instead _uint64_scale_int when using guint64 values,
12844           small optimizations, reflow some error handling
12845
12846 2006-11-22  Edward Hervey  <edward@fluendo.com>
12847
12848         * po/.cvsignore:
12849         We never put .pot files in cvs. Let's ignore them all.
12850
12851 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12852
12853         * po/POTFILES.in:
12854           ... but better exclude files that aren't disted.
12855
12856 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12857
12858         * po/POTFILES.in:
12859           Add v4l2 source files to list of files with translations, so the
12860           strings are actually extracted (however bad they still may be).
12861
12862 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12863
12864         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12865           Minor clean-ups: const-ify static array, remove trailing comma from
12866           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12867
12868 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
12869
12870         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12871         Make sure that g_free always gets called on the same pointer that was 
12872         returned by g_malloc.  Fixes #376594.
12873         Do not leak memory if decompressed size is wrong.
12874         Remove unneeded check of return value of g_malloc.
12875         Patch by: René Stadler <mail@renestadler.de>
12876
12877 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
12878
12879         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12880           Add missing curly brackets.
12881
12882 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
12883
12884         * sys/v4l2/v4l2src_calls.c:
12885         Fix capture_deinit.
12886
12887 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12888
12889         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12890         (gst_matroska_mux_request_new_pad):
12891           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12892
12893         * tests/check/elements/matroskamux.c: (setup_src_pad),
12894         (setup_sink_pad), (GST_START_TEST):
12895         Activate pads before using them.
12896
12897 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12898
12899         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12900           Initialise variable to get rid of bogus compiler warning.
12901
12902 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
12903
12904         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12905
12906         * gst/rtp/gstrtph263pay.c:
12907         * gst/rtp/gstrtph263pdepay.c:
12908         * gst/rtp/gstrtph263ppay.c:
12909           Specify H.263 variant and version in the caps (fixes #361637)
12910
12911 2006-11-15  Wim Taymans  <wim@fluendo.com>
12912
12913         * gst/rtsp/rtspconnection.c: (read_body):
12914         Don't set a data pointer to NULL and a size > 0 when we deal
12915         with empty packets.
12916
12917         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12918         (rtsp_message_init_response), (rtsp_message_init_data),
12919         (rtsp_message_unset), (rtsp_message_free),
12920         (rtsp_message_take_body):
12921         Check that we can't create invalid empty packets. 
12922
12923 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12924
12925         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12926
12927         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
12928         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
12929         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
12930         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
12931         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
12932         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
12933         * gst/matroska/matroska-mux.h:
12934           Add basic tag writing support; implement releasing pads (#374658).
12935
12936 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12937
12938         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12939         (gst_matroska_demux_audio_caps):
12940           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
12941
12942 2006-11-14  David Schleef  <ds@schleef.org>
12943
12944         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
12945
12946 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
12947
12948         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12949
12950         * win32/vs8/gst-plugins-good.sln:
12951         * win32/vs8/libgst1394.vcproj:
12952         * win32/vs8/libgstaasink.vcproj:
12953         * win32/vs8/libgstalaw.vcproj:
12954         * win32/vs8/libgstalpha.vcproj:
12955         * win32/vs8/libgstalphacolor.vcproj:
12956         * win32/vs8/libgstannodex.vcproj:
12957         * win32/vs8/libgstapetag.vcproj:
12958         * win32/vs8/libgstaudiofx.vcproj:
12959         * win32/vs8/libgstauparse.vcproj:
12960         * win32/vs8/libgstautodetect.vcproj:
12961         * win32/vs8/libgstavi.vcproj:
12962         * win32/vs8/libgstcacasink.vcproj:
12963         * win32/vs8/libgstcdio.vcproj:
12964         * win32/vs8/libgstcutter.vcproj:
12965         * win32/vs8/libgstdv.vcproj:
12966         * win32/vs8/libgsteffectv.vcproj:
12967         * win32/vs8/libgstflac.vcproj:
12968         * win32/vs8/libgstflxdec.vcproj:
12969         * win32/vs8/libgstgoom.vcproj:
12970         * win32/vs8/libgsticydemux.vcproj:
12971         * win32/vs8/libgstid3demux.vcproj:
12972         * win32/vs8/libgstjpeg.vcproj:
12973         * win32/vs8/libgstladspa.vcproj:
12974         * win32/vs8/libgstlevel.vcproj:
12975         * win32/vs8/libgstmatroska.vcproj:
12976         * win32/vs8/libgstmikmod.vcproj:
12977         * win32/vs8/libgstmng.vcproj:
12978         * win32/vs8/libgstmonoscope.vcproj:
12979         * win32/vs8/libgstmulaw.vcproj:
12980         * win32/vs8/libgstmultipart.vcproj:
12981         * win32/vs8/libgstpng.vcproj:
12982         * win32/vs8/libgstrtp.vcproj:
12983         * win32/vs8/libgstrtsp.vcproj:
12984         * win32/vs8/libgstshout2.vcproj:
12985         * win32/vs8/libgstsmpte.vcproj:
12986         * win32/vs8/libgstspeex.vcproj:
12987         * win32/vs8/libgsttaglib.vcproj:
12988         * win32/vs8/libgstudp.vcproj:
12989         * win32/vs8/libgstvideobalance.vcproj:
12990         * win32/vs8/libgstvideobox.vcproj:
12991         * win32/vs8/libgstvideoflip.vcproj:
12992         * win32/vs8/libgstvideomixer.vcproj:
12993         * win32/vs8/libgstwavenc.vcproj:
12994         * win32/vs8/libgstwavparse.vcproj:
12995           Make end-of-line returns unixy, so that when the files are checked
12996           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
12997           Hopefully fixes #366492.
12998
12999 2006-11-14  Wim Taymans  <wim@fluendo.com>
13000
13001         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13002         Disable init_frames delay timestamp adjustment, it does not
13003         seem to be needed at all. Fixes #369621.
13004
13005 2006-11-13  Wim Taymans  <wim@fluendo.com>
13006
13007         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13008
13009         * gst/videomixer/videomixer.c:
13010         (gst_videomixer_set_master_geometry),
13011         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
13012         (gst_videomixer_collect_free), (gst_videomixer_reset),
13013         (gst_videomixer_init), (gst_videomixer_finalize),
13014         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
13015         (gst_videomixer_collected), (gst_videomixer_change_state):
13016         Fix memleak by unref'ing collectpads instance (when finalizing)
13017         Implement releasing a request pad. Fixes #374479.
13018
13019 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
13020
13021         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
13022
13023         * win32/vs8/gst-plugins-good.sln:
13024         * win32/vs8/libgst1394.vcproj:
13025         * win32/vs8/libgstaasink.vcproj:
13026         * win32/vs8/libgstalaw.vcproj:
13027         * win32/vs8/libgstalpha.vcproj:
13028         * win32/vs8/libgstalphacolor.vcproj:
13029         * win32/vs8/libgstannodex.vcproj:
13030         * win32/vs8/libgstapetag.vcproj:
13031         * win32/vs8/libgstaudiofx.vcproj:
13032         * win32/vs8/libgstauparse.vcproj:
13033         * win32/vs8/libgstautodetect.vcproj:
13034         * win32/vs8/libgstavi.vcproj:
13035         * win32/vs8/libgstcacasink.vcproj:
13036         * win32/vs8/libgstcdio.vcproj:
13037         * win32/vs8/libgstcutter.vcproj:
13038         * win32/vs8/libgstdv.vcproj:
13039         * win32/vs8/libgsteffectv.vcproj:
13040         * win32/vs8/libgstflac.vcproj:
13041         * win32/vs8/libgstflxdec.vcproj:
13042         * win32/vs8/libgstgoom.vcproj:
13043         * win32/vs8/libgsticydemux.vcproj:
13044         * win32/vs8/libgstid3demux.vcproj:
13045         * win32/vs8/libgstjpeg.vcproj:
13046         * win32/vs8/libgstladspa.vcproj:
13047         * win32/vs8/libgstlevel.vcproj:
13048         * win32/vs8/libgstmatroska.vcproj:
13049         * win32/vs8/libgstmikmod.vcproj:
13050         * win32/vs8/libgstmng.vcproj:
13051         * win32/vs8/libgstmonoscope.vcproj:
13052         * win32/vs8/libgstmulaw.vcproj:
13053         * win32/vs8/libgstmultipart.vcproj:
13054         * win32/vs8/libgstpng.vcproj:
13055         * win32/vs8/libgstrtp.vcproj:
13056         * win32/vs8/libgstrtsp.vcproj:
13057         * win32/vs8/libgstshout2.vcproj:
13058         * win32/vs8/libgstsmpte.vcproj:
13059         * win32/vs8/libgstspeex.vcproj:
13060         * win32/vs8/libgsttaglib.vcproj:
13061         * win32/vs8/libgstudp.vcproj:
13062         * win32/vs8/libgstvideobalance.vcproj:
13063         * win32/vs8/libgstvideobox.vcproj:
13064         * win32/vs8/libgstvideoflip.vcproj:
13065         * win32/vs8/libgstvideomixer.vcproj:
13066         * win32/vs8/libgstwavenc.vcproj:
13067         * win32/vs8/libgstwavparse.vcproj:
13068           Add VS8 project files (note that many of the plugins in ext are
13069           disabled by default). Fixes #366492.
13070
13071 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
13072
13073         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
13074           we do not translate debug messages
13075
13076 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
13077
13078         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
13079           fix categorisation, make short desc more explicit, remove unused code
13080           Fixes #372021
13081
13082 2006-11-08  Wim Taymans  <wim@fluendo.com>
13083
13084         * gst/rtp/gstrtpL16depay.c:
13085         * gst/rtp/gstrtpamrdepay.c:
13086         * gst/rtp/gstrtpamrpay.c:
13087         * gst/rtp/gstrtpgsmdepay.c:
13088         * gst/rtp/gstrtph263pay.c:
13089         * gst/rtp/gstrtph263pdepay.c:
13090         * gst/rtp/gstrtph263ppay.c:
13091         * gst/rtp/gstrtph264depay.c:
13092         * gst/rtp/gstrtpmp2tdepay.c:
13093         * gst/rtp/gstrtpmp4gdepay.c:
13094         * gst/rtp/gstrtpmp4gpay.c:
13095         * gst/rtp/gstrtpmp4vdepay.c:
13096         * gst/rtp/gstrtpmp4vpay.c:
13097         * gst/rtp/gstrtpmpadepay.c:
13098         * gst/rtp/gstrtpmpapay.c:
13099         * gst/rtp/gstrtppcmadepay.c:
13100         * gst/rtp/gstrtppcmapay.c:
13101         * gst/rtp/gstrtppcmudepay.c:
13102         * gst/rtp/gstrtppcmupay.c:
13103         * gst/rtp/gstrtpspeexdepay.c:
13104         * gst/rtp/gstrtpspeexpay.c:
13105         * gst/rtp/gstrtpsv3vdepay.c:
13106         Fix element descriptions.
13107
13108 2006-11-08  Wim Taymans  <wim@fluendo.com>
13109
13110         * gst/rtp/gstrtpvorbisdepay.c:
13111         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
13112         Fix description.
13113         Small cleanup in the payloader.
13114
13115 2006-11-08  Wim Taymans  <wim@fluendo.com>
13116
13117         * gst/rtp/Makefile.am:
13118         * gst/rtp/gstrtp.c: (plugin_init):
13119         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
13120         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
13121         (gst_rtp_theora_depay_finalize),
13122         (gst_rtp_theora_depay_parse_configuration),
13123         (gst_rtp_theora_depay_setcaps),
13124         (gst_rtp_theora_depay_switch_codebook),
13125         (gst_rtp_theora_depay_process),
13126         (gst_rtp_theora_depay_set_property),
13127         (gst_rtp_theora_depay_get_property),
13128         (gst_rtp_theora_depay_change_state),
13129         (gst_rtp_theora_depay_plugin_init):
13130         * gst/rtp/gstrtptheoradepay.h:
13131         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
13132         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
13133         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
13134         (gst_rtp_theora_pay_init_packet),
13135         (gst_rtp_theora_pay_flush_packet),
13136         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
13137         (gst_rtp_theora_pay_handle_buffer),
13138         (gst_rtp_theora_pay_plugin_init):
13139         * gst/rtp/gstrtptheorapay.h:
13140         Add theora pay/depayloaders.
13141
13142 2006-11-06  Wim Taymans  <wim@fluendo.com>
13143
13144         * gst/rtp/Makefile.am:
13145         We depend on gsttag to generate the vorbis comments.
13146
13147         * gst/rtp/gstrtpvorbisdepay.c:
13148         (gst_rtp_vorbis_depay_parse_configuration),
13149         (gst_rtp_vorbis_depay_setcaps),
13150         (gst_rtp_vorbis_depay_switch_codebook),
13151         (gst_rtp_vorbis_depay_process):
13152         * gst/rtp/gstrtpvorbisdepay.h:
13153         Parse configuration string in the depayloader.
13154         Implement selecting and switching to a new codebook.
13155         Receiving vorbis over RTP now works.
13156
13157         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
13158         (gst_rtp_vorbis_pay_init_packet),
13159         (gst_rtp_vorbis_pay_finish_headers),
13160         (gst_rtp_vorbis_pay_handle_buffer):
13161         * gst/rtp/gstrtpvorbispay.h:
13162         Set timestamps on outgoing buffers and RTP packets.
13163         Fix configuration string, prepend number of Packet headers.
13164         Fix encoding of ident string.
13165         Add delivery-method to caps.
13166         Streaming vorbis over RTP now works.
13167
13168 2006-11-06  Wim Taymans  <wim@fluendo.com>
13169
13170         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13171         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
13172         (gst_rtp_vorbis_pay_handle_buffer):
13173         * gst/rtp/gstrtpvorbispay.h:
13174         Generate a valid configuration string in the caps based on the
13175         vorbis headers.
13176
13177 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
13178
13179         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
13180         * ext/cdio/gstcdio.h:
13181         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
13182           Move CD-TEXT utility function into common file so it can also be
13183           used by a future cdioparanoiasrc.
13184
13185 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
13186         
13187         * sys/v4l2/Makefile.am:
13188         * sys/v4l2/gstv4l2object.c:
13189         * sys/v4l2/gstv4l2src.c:
13190         * sys/v4l2/gstv4l2xoverlay.c:
13191         * sys/v4l2/v4l2_calls.c:
13192         * sys/v4l2/v4l2src_calls.c:
13193         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
13194         xoverlay code that is still not implemented.
13195
13196 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
13197
13198         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
13199           We require a -base more recent than 0.10.9, so it's safe to use
13200           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
13201
13202         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
13203         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
13204           Use _newsegment_full() now that we depend on a recent enough core.
13205
13206         * gst/wavparse/gstwavparse.c:
13207           Remove cruft that we don't need any longer now that we depend on
13208           a recent enough -base.
13209
13210 2006-10-31  Wim Taymans  <wim@fluendo.com>
13211
13212         * gst/rtp/Makefile.am:
13213         * gst/rtp/gstrtp.c: (plugin_init):
13214         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
13215         (gst_rtpilbcpay_setcaps):
13216         Fix and activate ILBC pay and depayloaders. Fixes #368162.
13217
13218 2006-10-31  Wim Taymans  <wim@fluendo.com>
13219
13220         * ext/speex/gstspeexdec.c: (speex_dec_convert),
13221         (speex_dec_sink_event), (speex_dec_chain_parse_header):
13222         Some small cleanups, use _scale.
13223
13224 2006-10-31  Wim Taymans  <wim@fluendo.com>
13225
13226         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13227         Use higher precision scale function.
13228
13229 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
13230
13231         Patch by: Michal Benes  <michal dot benes at itonis tv>
13232
13233         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
13234         (gst_matroska_demux_read_track_encodings),
13235         (gst_matroska_decode_buffer):
13236           Fix several issues with encoded/compressed/encrypted/signed tracks;
13237           also, remove superfluous newline characters from some debug
13238           statements. (#366155)
13239
13240 2006-10-30  Wim Taymans  <wim@fluendo.com>
13241
13242         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
13243         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
13244         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
13245         (gst_smokedec_change_state):
13246         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13247         (gst_smokeenc_init), (gst_smokeenc_finalize),
13248         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
13249         (gst_smokeenc_resync), (gst_smokeenc_chain),
13250         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
13251         (gst_smokeenc_change_state):
13252         Various cleanups, capsnego and leak fixes.
13253
13254 2006-10-30  Wim Taymans  <wim@fluendo.com>
13255
13256         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13257
13258         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
13259         Fix videomixer so that it can handle any combination of framerates.
13260         Fixes #367221.
13261
13262 2006-10-28  Wim Taymans  <wim@fluendo.com>
13263
13264         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13265         (gst_avi_demux_parse_file_header),
13266         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
13267         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
13268         (gst_avi_demux_chain):
13269         Fix position query for audio. also fixes timestamps in streaming
13270         mode and bug #364958.
13271         Small cleanups.
13272
13273 2006-10-27  Wim Taymans  <wim@fluendo.com>
13274
13275         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
13276         * ext/libpng/gstpngenc.h:
13277         Fix strides. Fixes #364856.
13278         Cleanup capsnego.
13279         Set caps on outgoing buffers.
13280
13281 2006-10-18  Wim Taymans  <wim@fluendo.com>
13282
13283         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
13284
13285         * gst/rtp/gstrtpgsmpay.c:
13286         * gst/rtp/gstrtph263pay.c:
13287         * gst/rtp/gstrtpmpapay.c:
13288         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
13289         (gst_rtp_pcma_pay_handle_buffer):
13290         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
13291         Add static payload numbers in addition to the dynamic ones.
13292         Fixes #361639.
13293
13294 2006-10-18  Wim Taymans  <wim@fluendo.com>
13295
13296         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
13297         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
13298         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
13299         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
13300         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
13301         * gst/rtsp/rtspdefs.h:
13302         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13303         * gst/rtsp/rtspurl.h:
13304         Reuse already existing enum for lower transport.
13305         Add rtspt and rtspu protocols.
13306         Send redirect to rtspt when udp times out.
13307
13308 2006-10-18  Wim Taymans  <wim@fluendo.com>
13309
13310         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
13311         (gst_wavparse_stream_data):
13312         Fix seeking some more, mostly for speed changes.
13313
13314 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
13315
13316         Patch by: Fredrik Persson  <frepe at bredband net>
13317
13318         * sys/v4l2/gstv4l2tuner.c:
13319         * sys/v4l2/gstv4l2tuner.h:
13320           Fix _set_channel(): remove useless g_object_notify() for "channel"
13321           property that doesn't exist any longer and therefore now also
13322           useless redirect (#338818).
13323
13324 2006-10-17  Wim Taymans  <wim@fluendo.com>
13325
13326         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
13327         Some drivers do not support unsetting the non-blocking flag once the
13328         device is opened. In those cases, close/open the device in
13329         non-blocking mode. Fixes #362673.
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           dear stefan, framespersecond is not frameperiod, reverting but adding
13337           comment
13338
13339 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13340
13341         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13342         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13343         (gst_v4l2src_get_fps):
13344           Numerator is numerator and denominator is denominator. Say that aloud
13345           5 times and retry after next beer.
13346
13347 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
13348
13349         Patch by: Josep Torra Valles  <josep at fluendo com>
13350
13351         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
13352         * ext/esd/esdsink.c: (gst_esdsink_write):
13353         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
13354         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
13355         (gst_flac_dec_send_newsegment):
13356         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
13357         (gst_flac_enc_tell_callback):
13358         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
13359         (smokecodec_parse_header), (smokecodec_decode):
13360         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
13361         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
13362         * gst/goom/Makefile.am:
13363         * gst/goom/gstgoom.c:
13364         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
13365         * gst/rtsp/gstrtspsrc.c:
13366         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13367         * gst/udp/gstudpsink.c:
13368         * gst/udp/gstudpsrc.c:
13369         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
13370         * sys/sunaudio/gstsunaudiomixertrack.h:
13371           Fix a bunch of problems discovered by the Forte compiler, mostly type
13372           mixups and pointer arithmetics with void pointers. Fixes #362603.
13373
13374 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13375
13376         * ext/speex/gstspeex.c: (plugin_init):
13377         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
13378         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
13379         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
13380         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
13381         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
13382         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
13383         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
13384         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
13385         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
13386         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
13387         (gst_speex_enc_chain), (gst_speex_enc_get_property),
13388         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
13389         * ext/speex/gstspeexenc.h:
13390           Miscellaneous clean-ups, among other things: speexenc => enc to
13391           enhance code readability; change speexenc => speex_enc; in chain
13392           function unref input buffer in case of error; take reference in
13393           event function; use boilerplate macro; use gst_pad_query_peer_*
13394           convenience functions.
13395
13396 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13397
13398         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
13399         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
13400         (gst_speexenc_set_header_on_caps):
13401           Fix some mem leaks.
13402
13403 2006-10-11  Wim Taymans  <wim@fluendo.com>
13404
13405         * gst/rtsp/URLS:
13406         Added some other URL.
13407
13408         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
13409         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
13410         (gst_rtspsrc_open), (gst_rtspsrc_play),
13411         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13412         * gst/rtsp/gstrtspsrc.h:
13413         Work on fallback to TCP connection when the UDP socket times out.
13414         Handler server requests, just reply with OK for now.
13415
13416         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13417         * gst/rtsp/rtspdefs.h:
13418         Added some more Real extension headers.
13419
13420         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13421         Fix parsing of urls with a ':' that is not part of the hostname:port
13422         part of the url.
13423
13424 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
13425
13426         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
13427         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
13428         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13429           Activate pad before adding it to the already-running element.
13430
13431         * tests/check/elements/icydemux.c: (icydemux_found_pad):
13432           Activate newly-created pad too.
13433
13434 2006-10-11  Wim Taymans  <wim@fluendo.com>
13435
13436         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
13437
13438         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13439         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
13440         (gst_udpsrc_start):
13441         Fix some leaks in caps and uris. Fixes #361252.
13442
13443 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
13444
13445         * gst/wavparse/Makefile.am:
13446           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
13447
13448 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
13449
13450         * sys/v4l2/gstv4l2xoverlay.c:
13451         * sys/v4l2/gstv4l2xoverlay.h:
13452         Fix build as per the patch in #338818 comment 36.
13453
13454 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
13455
13456         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
13457           Activate pads before adding them to the source.
13458
13459 2006-10-06  Wim Taymans  <wim@fluendo.com>
13460
13461         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
13462         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
13463         Activate pads before adding.
13464
13465 2006-10-06  Wim Taymans  <wim@fluendo.com>
13466
13467         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
13468         (gst_multipart_find_pad_by_mime):
13469         Activate pads before adding.
13470
13471         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
13472         BOILERPLATE sets parent_class for us.
13473
13474 2006-10-06  Wim Taymans  <wim@fluendo.com>
13475
13476         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
13477         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
13478         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
13479         (gst_rtspsrc_alloc_udp_ports),
13480         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13481         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
13482         (gst_rtspsrc_create_transports_string),
13483         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
13484         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13485         * gst/rtsp/gstrtspsrc.h:
13486         Rework how the transport string is constructed, try to share channels
13487         and udp ports.
13488         Make most of the stuff less dependant on RTP as we are also going to use
13489         it for RDT.
13490         Add support for transport specific session managers.
13491
13492         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
13493         Implement _flush().
13494
13495         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13496         * gst/rtsp/rtspdefs.h:
13497         Add generic error return code.
13498
13499         * gst/rtsp/rtspext.h:
13500         Add support for pluggable tranport strings.
13501
13502         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
13503         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
13504         (rtsp_ext_wms_get_context):
13505         Detect WMServer and activate the extension.
13506
13507         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
13508         (rtsp_transport_get_manager), (rtsp_transport_parse):
13509         * gst/rtsp/rtsptransport.h:
13510         Added methods to get mime/manager for certain transports.
13511
13512 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
13513
13514         * ext/cairo/gsttimeoverlay.c:
13515         (gst_cairo_time_overlay_update_font_height):
13516         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
13517         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
13518         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13519         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13520         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13521         * ext/libpng/gstpngdec.c: (user_endrow_callback):
13522         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
13523         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
13524         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
13525         (gst_avi_demux_stream_data):
13526         * gst/cutter/gstcutter.c: (gst_cutter_chain):
13527         * gst/debug/efence.c: (gst_efence_buffer_alloc),
13528         (gst_fenced_buffer_copy):
13529         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13530         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
13531         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
13532         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
13533         (gst_rtspsrc_handle_message):
13534         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
13535         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13536           Printf format fixes.
13537
13538 2006-10-04  Wim Taymans  <wim@fluendo.com>
13539
13540         * gst/rtsp/Makefile.am:
13541         Dist new .h file too.
13542
13543 2006-10-04  Wim Taymans  <wim@fluendo.com>
13544
13545         * gst/rtsp/Makefile.am:
13546         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
13547         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
13548         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
13549         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
13550         (gst_rtspsrc_parse_rtpmap),
13551         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
13552         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13553         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
13554         * gst/rtsp/gstrtspsrc.h:
13555         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13556         * gst/rtsp/rtspdefs.h:
13557         * gst/rtsp/rtspext.h:
13558         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
13559         (rtsp_ext_wms_get_context):
13560         * gst/rtsp/rtspextwms.h:
13561         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
13562         (rtsp_transport_parse):
13563         * gst/rtsp/rtsptransport.h:
13564         Factor out extension in separate module.
13565         Fix getcaps to filter against the padtemplate.
13566         Use Content-Base if the server gives one.
13567         Rework the transport parsing a bit for future extensions.
13568         Added some Real Header field definitions.
13569
13570 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13571
13572         * docs/plugins/Makefile.am:
13573         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13574         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13575           added v4l2 stubs
13576         * gst-plugins-good.spec.in:
13577           add v4l2
13578
13579 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
13580
13581         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
13582           Extract disc/album/medium number and count and try harder
13583           to extract track number/count.
13584
13585 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13586
13587         * configure.ac:
13588         * sys/Makefile.am:
13589           add build stuff for v4l2, needs --enable-experimental until
13590           the last bits are resolved
13591
13592 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
13593
13594         * tests/check/Makefile.am:
13595           Disable autodetect test temporarily, so that the build bots
13596           update -bad and the ranks of unreliable video sinks in there.
13597
13598         * tests/check/elements/autodetect.c: (GST_START_TEST):
13599           Skip test if no usable videosink is found.
13600
13601 2006-09-29  Wim Taymans  <wim@fluendo.com>
13602
13603         * gst/rtsp/URLS:
13604         Add some more URLs.
13605
13606         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13607         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13608         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
13609         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
13610         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
13611         (gst_rtspsrc_loop), (gst_rtspsrc_send),
13612         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13613         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
13614         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13615         * gst/rtsp/gstrtspsrc.h:
13616         Add timeout property to control UDP timeouts.
13617         Fix error messages.
13618         Also start a loop function when operating in UDP mode so that we can
13619         do some more stuff async.
13620         Handle element messages from udpsrc to detect timeouts. If a timeout
13621         happens we currently generate an error.
13622         API: rtspsrc::timeout property.
13623
13624         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13625         (gst_udpsrc_create):
13626         Really implement the timeout in microseconds and not milliseconds.
13627
13628 2006-09-29  Wim Taymans  <wim@fluendo.com>
13629
13630         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13631         (gst_udpsrc_create), (gst_udpsrc_set_property),
13632         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
13633         * gst/udp/gstudpsrc.h:
13634         Added property to post a message on timeout.
13635         Updated docs.
13636         When restarting the select, initialize the fdsets again.
13637         Init control sockets so we don't accidentally close a random socket.
13638         API: GstUDPSrc::timeout property
13639
13640 2006-09-29  Wim Taymans  <wim@fluendo.com>
13641
13642         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
13643         Fix flag registration.
13644
13645         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13646         Reading 0 also means 'no more commands'
13647
13648 2006-09-29  Wim Taymans  <wim@fluendo.com>
13649
13650         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
13651
13652         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
13653         Fix possible infinite loop when shutting down, a read can also return
13654         0 to indicate no more messages are available. Fixes #358156.
13655
13656 2006-09-25  Wim Taymans  <wim@fluendo.com>
13657
13658         * gst/autodetect/gstautoaudiosink.c:
13659         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
13660         (gst_auto_audio_sink_find_best):
13661         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
13662         Small cleanups.
13663         don't try to set "sync" property when it is not available.
13664
13665 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13666
13667         Patch by: Peter Kjellerstedt  <pkj at axis com>
13668
13669         * gst/alpha/gstalpha.c:
13670         * gst/rtp/gstrtpamrdepay.c:
13671         * gst/rtsp/gstrtspsrc.c:
13672         * gst/udp/gstudpsrc.c:
13673         * gst/videomixer/videomixer.c:
13674           Include stdlib.h in some more places, makes things compile
13675           with uClibc and -Werror (#357592).
13676
13677 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13678
13679         * ext/jpeg/gstjpegdec.c:
13680           Set minimum height to 8 (from 16), our code should handle
13681           that fine. Some of the buttons on the apple trailer site
13682           are apparently only 15 pixels high (see #357470).
13683
13684 2006-09-23  Wim Taymans  <wim@fluendo.com>
13685
13686         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
13687         (gst_rtspsrc_open):
13688         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13689         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13690         (rtsp_connection_receive):
13691         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13692         * gst/rtsp/rtspdefs.h:
13693         Improve error reporting.
13694
13695 2006-09-23  Wim Taymans  <wim@fluendo.com>
13696
13697         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
13698         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
13699         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
13700         * gst/rtp/gstrtpdepay.c:
13701         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
13702         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
13703         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
13704         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
13705         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
13706         (gst_rtp_mp2t_depay_plugin_init):
13707         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
13708         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
13709         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
13710         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
13711         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
13712         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
13713         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
13714         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
13715         Fix klass typos.
13716         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
13717
13718 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13719
13720         * configure.ac:
13721           Need  -base CVS for gst_base_rtp_depayload_push_ts().
13722
13723 2006-09-22  Wim Taymans  <wim@fluendo.com>
13724
13725         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13726         Don't check for a tag that is never there and check if we read the
13727         correct tag. Fixes seeking again.
13728         We must post an error when all pads are unlinked.
13729
13730 2006-09-22  Wim Taymans  <wim@fluendo.com>
13731
13732         * gst/rtp/Makefile.am:
13733         * gst/rtp/gstrtp.c: (plugin_init):
13734         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
13735         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13736         (gst_rtp_vorbis_pay_reset_packet),
13737         (gst_rtp_vorbis_pay_init_packet),
13738         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
13739         (gst_rtp_vorbis_pay_handle_buffer):
13740         More fixage, set endoder-params correctly in the payloader.
13741
13742 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13743
13744         * gst/autodetect/gstautoaudiosink.c:
13745         (gst_auto_audio_sink_base_init):
13746         * gst/autodetect/gstautovideosink.c:
13747         (gst_auto_video_sink_base_init):
13748           Make static pad templates static to appease valgrind's leak
13749           detector.
13750
13751         * tests/check/Makefile.am:
13752         * tests/check/elements/.cvsignore:
13753         * tests/check/elements/autodetect.c: (GST_START_TEST),
13754         (autodetect_suite):
13755           Add simple test for the ghostpad lockup on shutdown fixed in core
13756           CVS (audio bit disabled because it would need dozens of alsa
13757           suppressions and I'm too lazy to add those now).
13758
13759 2006-09-22  Wim Taymans  <wim@fluendo.com>
13760
13761         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13762         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13763         Small cleanups.
13764
13765         * gst/rtp/Makefile.am:
13766         * gst/rtp/gstrtp.c: (plugin_init):
13767         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13768         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13769         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13770         (gst_rtp_vorbis_depay_process),
13771         (gst_rtp_vorbis_depay_set_property),
13772         (gst_rtp_vorbis_depay_get_property),
13773         (gst_rtp_vorbis_depay_change_state),
13774         (gst_rtp_vorbis_depay_plugin_init):
13775         * gst/rtp/gstrtpvorbisdepay.h:
13776         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13777         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13778         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13779         (gst_rtp_vorbis_pay_flush_packet),
13780         (gst_rtp_vorbis_pay_append_buffer),
13781         (gst_rtp_vorbis_pay_handle_buffer),
13782         (gst_rtp_vorbis_pay_plugin_init):
13783         * gst/rtp/gstrtpvorbispay.h:
13784         Add experimental vorbis pay and depayloaders.
13785
13786 2006-09-21  Wim Taymans  <wim@fluendo.com>
13787
13788         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13789         Fix profile-level-id parsing and setup.
13790
13791 2006-09-21  Wim Taymans  <wim@fluendo.com>
13792
13793         * gst/udp/README:
13794         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13795         Update README, simple cleanup.
13796
13797 2006-09-21  Wim Taymans  <wim@fluendo.com>
13798
13799         * gst/rtp/README:
13800         Update README with some examples.
13801
13802         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13803         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13804         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13805         (gst_rtp_mp4g_pay_setcaps):
13806         * gst/rtp/gstrtpmp4gpay.h:
13807         Make optional RTP parameters of type STRING, as required by the
13808         application/x-rtp caps specification.
13809
13810 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13811
13812         * gst/rtp/gstrtph263pdepay.c:
13813         * gst/rtp/gstrtph263ppay.c:
13814         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13815         RTP header.
13816
13817 2006-09-20  Wim Taymans  <wim@fluendo.com>
13818
13819         * gst/rtp/Makefile.am:
13820         And makefile too.
13821
13822 2006-09-20  Wim Taymans  <wim@fluendo.com>
13823
13824         * gst/rtp/gstrtp.c: (plugin_init):
13825         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
13826         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
13827         (decode_base64), (gst_rtp_asf_depay_setcaps),
13828         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
13829         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
13830         (gst_rtp_asf_depay_plugin_init):
13831         * gst/rtp/gstrtpasfdepay.h:
13832         Added preliminary ASF depayloader.
13833
13834         * gst/rtp/gstrtph264depay.c: (decode_base64):
13835         Fix base64 decoding.
13836
13837 2006-09-20  Wim Taymans  <wim@fluendo.com>
13838
13839         * gst/rtsp/URLS:
13840         Added some test URLS.
13841
13842         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
13843         (gst_rtspsrc_loop), (gst_rtspsrc_open):
13844         * gst/rtsp/gstrtspsrc.h:
13845         When creating streams, give access to the complete SDP.
13846         Fix some leaks.
13847         Collect and merge global stream properties in stream caps.
13848         Preliminary support for WMServer.
13849
13850         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13851         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13852         (rtsp_connection_receive):
13853         * gst/rtsp/rtspconnection.h:
13854         Make connection interruptable.
13855         Refactor to make it reconnectable.
13856         Don't fail on short reads when reading data packets.
13857
13858         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
13859         (rtsp_url_get_port):
13860         * gst/rtsp/rtspurl.h:
13861         Add methods for getting/setting the port.
13862
13863         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13864         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13865         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13866         (sdp_media_get_format), (sdp_parse_line),
13867         (sdp_message_parse_buffer):
13868         Fix headers. 
13869         Add methods for getting multiple attributes with the same name.
13870         Increase buffer size when parsing.
13871         Fix parsing of a=foo fields.
13872
13873         * gst/rtsp/test.c: (main):
13874         Update to new connection API.
13875
13876         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13877         (rtsp_message_init_response), (rtsp_message_init_data),
13878         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13879         * gst/rtsp/rtspmessage.h:
13880         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13881         * gst/rtsp/rtsptransport.h:
13882         * gst/rtsp/sdp.h:
13883         * gst/rtsp/sdpmessage.h:
13884         * gst/rtsp/gstrtsp.c:
13885         * gst/rtsp/gstrtsp.h:
13886         * gst/rtsp/gstrtpdec.c:
13887         * gst/rtsp/gstrtpdec.h:
13888         * gst/rtsp/rtsp.h:
13889         * gst/rtsp/rtspdefs.c:
13890         * gst/rtsp/rtspdefs.h:
13891         Dual licensed under MIT and LGPL now.
13892
13893 2006-09-19  Wim Taymans  <wim@fluendo.com>
13894
13895         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13896         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13897         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13898         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13899         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13900         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13901         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13902         * gst/rtsp/gstrtspsrc.h:
13903         Reorganize stream parsing and creation.
13904         Detect container formats in interleaved mode.
13905         Keep more state about the streams.
13906         Assume a server also supports PLAY if it does not say.
13907         Add unicast and interleaved properties to TCP transport requests to make
13908         some servers happy (WMServer).
13909
13910         * gst/rtsp/sdpmessage.h:
13911         Add some defines for the standard Bandwidth types.
13912
13913 2006-09-19  Wim Taymans  <wim@fluendo.com>
13914
13915         * gst/rtsp/test.c: (main):
13916         Fix build.
13917
13918 2006-09-19  Wim Taymans  <wim@fluendo.com>
13919
13920         * gst/wavparse/gstwavparse.c:
13921         Add ms-gsm to the src template.
13922
13923 2006-09-18  Wim Taymans  <wim@fluendo.com>
13924
13925         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13926         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
13927         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13928         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
13929         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13930         * gst/rtsp/gstrtspsrc.h:
13931         Small cleanups, added documentation.
13932         Try to clean up the requests and responses.
13933         Refactor parsing the supported methods.
13934
13935         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
13936         (rtsp_connection_create), (rtsp_connection_send),
13937         (parse_response_status), (parse_request_line),
13938         (rtsp_connection_receive), (rtsp_connection_close),
13939         (rtsp_connection_free):
13940         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
13941         (rtsp_transport_init), (rtsp_transport_parse),
13942         (rtsp_transport_free):
13943         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13944         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
13945         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
13946         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
13947         Use g_return_val some more.
13948
13949         * gst/rtsp/rtspdefs.h:
13950         Add more enum values to track initial states.
13951
13952         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
13953         (rtsp_message_init_request), (rtsp_message_new_response),
13954         (rtsp_message_init_response), (rtsp_message_init_data),
13955         (rtsp_message_unset), (rtsp_message_free),
13956         (rtsp_message_add_header), (rtsp_message_remove_header),
13957         (rtsp_message_get_header), (rtsp_message_set_body),
13958         (rtsp_message_take_body), (rtsp_message_get_body),
13959         (rtsp_message_steal_body), (rtsp_message_dump):
13960         * gst/rtsp/rtspmessage.h:
13961         Reorder arguments, object goes as the first one.
13962         Use g_return_val some more.
13963
13964 2006-09-18  Wim Taymans  <wim@fluendo.com>
13965
13966         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
13967         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
13968         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
13969         * gst/rtsp/gstrtspsrc.h:
13970         Export sometimes source pad with correct caps on the template, create
13971         the ghostpad from the template.
13972         Remove RTCP template as we never expose RTCP.
13973         Protect against invalid body size.
13974         Avoid memcpy when creating the output buffer.
13975         Properly post an error and send EOS when the loop function is shut down.
13976
13977 2006-09-18  Wim Taymans  <wim@fluendo.com>
13978
13979         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13980
13981         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13982         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
13983         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13984         * gst/rtsp/gstrtspsrc.h:
13985         Make sure we can never set an invalid location.
13986
13987         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
13988         * gst/rtsp/rtspmessage.h:
13989         Added _steal_body method for future use.
13990
13991         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
13992         Make freeing of NULL url return immediatly.
13993
13994 2006-09-18  Wim Taymans  <wim@fluendo.com>
13995
13996         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13997
13998         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
13999         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
14000         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
14001         (gst_rtspsrc_change_state):
14002         * gst/rtsp/gstrtspsrc.h:
14003         Use boilerplate.
14004         Make rtspsrc subclass GstBin to make state changes easier.
14005         Add Range header field on the PLAY request.
14006
14007 2006-09-18  Wim Taymans  <wim@fluendo.com>
14008
14009         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14010
14011         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
14012         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
14013         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
14014         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
14015         * gst/rtsp/rtspconnection.c: (inet_aton):
14016         Small cleanups.
14017         when multicast is selected as the transport, create UDP sources and
14018         connect to the multicast group.
14019         Move parsing and setting of caps to a common place.
14020         Fixes #349894.
14021
14022 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
14023
14024         * ext/flac/gstflactag.c:
14025         * gst/alpha/gstalpha.c:
14026         * gst/debug/breakmydata.c:
14027         * gst/debug/negotiation.c:
14028         * gst/debug/testplugin.c:
14029         * gst/effectv/gstaging.c:
14030         * gst/effectv/gstdice.c:
14031         * gst/effectv/gstedge.c:
14032         * gst/effectv/gstquark.c:
14033         * gst/effectv/gstrev.c:
14034         * gst/effectv/gstshagadelic.c:
14035         * gst/effectv/gstvertigo.c:
14036         * gst/effectv/gstwarp.c:
14037         * gst/multipart/multipartdemux.c:
14038         * gst/multipart/multipartmux.c:
14039         * gst/videobox/gstvideobox.c:
14040         * gst/videofilter/gstgamma.c:
14041         * gst/videofilter/gstvideotemplate.c:
14042         * gst/videomixer/videomixer.c:
14043         * sys/sunaudio/gstsunaudiosrc.h:
14044         More G_OBJECT macro fixing.
14045
14046 2006-09-16  Wim Taymans  <wim@fluendo.com>
14047
14048         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
14049
14050         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
14051         Correctly set the dwLength in strh.
14052         With this patch, the file duration is now displayed correctly in window
14053         media player and the AVI plays completely. Fixes #356147
14054
14055 2006-09-15  Wim Taymans  <wim@fluendo.com>
14056
14057         Patch by: Darren Kenny <darren dot kenny at sun dot com>
14058
14059         * sys/sunaudio/gstsunaudiomixerctrl.c:
14060         (gst_sunaudiomixer_ctrl_build_list):
14061         Set the output track as the MASTER so that the gnome-settings-daemon
14062         keybindings for changing the volume using the keyboard works.
14063         Fixes #356142.
14064
14065 2006-09-15  Wim Taymans  <wim@fluendo.com>
14066
14067         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
14068         Fix documentation, it is not possible to control the framerate of jpegdec
14069         using filtered caps yet. Fixes #355210.
14070         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
14071         stop when there is an error.
14072
14073 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
14074
14075         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
14076         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
14077           Don't interpret a first buffer with an offset of NONE as
14078           'from the middle of the stream', but only a first buffer
14079           that has a valid buffer offset that's non-zero (see #345449).
14080
14081 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
14082
14083         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
14084         (gst_icydemux_typefind_or_forward):
14085         * gst/icydemux/gsticydemux.h:
14086           When we merge/collect multiple incoming buffers for typefinding
14087           purposes, keep an initial 0 offset on the first outgoing buffer
14088           as well (otherwise id3demux won't work right). Fixes #345449.
14089           Also Make buffer metadata writable before setting buffer caps.
14090
14091         * tests/check/elements/icydemux.c: (typefind_succeed),
14092         (cleanup_icydemux), (push_data), (GST_START_TEST),
14093         (icydemux_suite):
14094           Small test case for the above.
14095
14096 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
14097
14098         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
14099         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
14100         (gst_avi_demux_stream_header_push),
14101         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14102         (gst_avi_demux_loop):
14103           More code reuse and better logging in _peek_chunk(). Reintroduce check
14104           for chunk sizes before reading them (avoid oom). Better handling for 
14105           invalid chunksizes when streaming.
14106
14107 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
14108
14109         * gst/level/gstlevel.c: (gst_level_set_property):
14110         * gst/level/gstlevel.h:
14111           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
14112           René Stadler
14113
14114 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
14115
14116         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14117         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14118         (gst_avi_demux_stream_data):
14119           Revert one change to fix streaming avi (adapter size != data size).
14120
14121 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
14122
14123         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
14124
14125         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
14126         (gst_matroska_demux_reset),
14127         (gst_matroska_demux_read_track_encodings),
14128         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
14129         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14130         (gst_matroska_demux_subtitle_caps):
14131         * gst/matroska/matroska-ids.h:
14132           Add support for VOBSUB subtitle tracks and zlib-compressed
14133           tracks. Make sure we start on a keyframe after a seek. (#343348)
14134
14135 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
14136
14137         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
14138         (gst_matroska_demux_push_flac_codec_priv_data),
14139         (gst_matroska_demux_push_xiph_codec_priv_data),
14140         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14141         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
14142         * gst/matroska/matroska-ids.h:
14143           Add basic FLAC support (#311586), not perfect yet though, needs some
14144           tweaking in flacdec; also, seeking could be better.
14145           Do better bounds checking when deserialising vorbis stream headers
14146           to make sure we don't read beyond the end of the buffer on bad input.
14147
14148 2006-09-04  Wim Taymans  <wim@fluendo.com>
14149
14150         Patch by: Alessandro Decina <alessandro at nnva dot org>
14151
14152         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
14153         Seeking back in a file containing a CMML stream errors out if the seek
14154         goes back up to the CMML headers. This is because after the seek the xml
14155         processing instruction <?xml ...?> is submitted to the xml parser again, 
14156         which results in an error. The attached patch fixes the problem. 
14157         Fixes #353908.
14158
14159         * ext/annodex/gstcmmlenc.h:
14160         Fix authors name.
14161
14162
14163 2006-08-28  Andy Wingo  <wingo@pobox.com>
14164
14165         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
14166         New helper function to lessen the ifdefs.
14167         (GST_INFO_OBJECT): 
14168         (gst_dv1394src_iso_receive): Use it.
14169         (gst_dv1394src_create): Also use the control sockets in iec61883
14170         mode.
14171         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
14172         handle for AVC operations; fixes #348233.
14173
14174 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
14175
14176         * configure.ac:
14177         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14178         * docs/plugins/inspect/plugin-audiofx.xml:
14179         * docs/plugins/inspect/plugin-audiofxgood.xml:
14180         * gst/audiofx/Makefile.am:
14181         * gst/audiofx/audiofx.c:
14182         * gst/audiofxgood/.cvsignore:
14183         * gst/audiofxgood/Makefile.am:
14184         * gst/audiofxgood/audiofx.c:
14185         * gst/audiofxgood/audiopanorama.c:
14186         * gst/audiofxgood/audiopanorama.h:
14187           Rename again (audiofxgood -> audiofx).
14188
14189 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
14190
14191         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
14192         (gst_avi_demux_stream_scan):
14193           Initialze variables.
14194
14195 2006-08-25  Wim Taymans  <wim@fluendo.com>
14196
14197         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14198         (gst_avi_demux_init), (gst_avi_demux_finalize),
14199         (gst_avi_demux_reset), (gst_avi_demux_index_last),
14200         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
14201         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
14202         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14203         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
14204         (gst_avi_demux_massage_index),
14205         (gst_avi_demux_calculate_durations_from_index),
14206         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
14207         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14208         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
14209         (gst_avi_demux_change_state):
14210         * gst/avi/gstavidemux.h:
14211         More attempts to turn this into readable code.
14212         Don't leak adapters.
14213         Calculate duration according to index more efficiently.
14214         Don't try to act like we drive the pipeline in chain mode.
14215
14216 2006-08-25  Wim Taymans  <wim@fluendo.com>
14217
14218         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
14219         Fix build.
14220
14221 2006-08-25  Wim Taymans  <wim@fluendo.com>
14222
14223         Patch by: Alessandro Decina <alessandro at nnva dot org>
14224
14225         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
14226         Do some extra sanity checks.
14227         Fixes #350340.
14228
14229         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
14230         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
14231         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
14232         Check if clip->start_time is valid before adding the clip to the
14233         track list.
14234         Reset enc->preamble going from PAUSED to READY.
14235         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
14236         only used for EOS.
14237         Only post an error message if we were the one that created the fatal
14238         GstFlowReturn value.
14239
14240         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
14241         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
14242         Parse the seconds field of the npt-sec time format using %llu rather than
14243         %d and check that the value scaled by GST_SECOND doesn't overflow.
14244         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
14245         Lookup a clip's track with clip->track rather than clip->id which
14246         makes no sense.
14247         Identify a clip by its track and start time and not its xml id.
14248         do some more input checking and make sure we don't do undefined shifts.
14249
14250         * tests/check/elements/cmmldec.c: (setup_cmmldec),
14251         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
14252         (cmml_tag_message_pop), (check_headers), (push_clip_full),
14253         (push_clip), (push_empty_clip), (check_output_clip),
14254         (GST_START_TEST), (cmmldec_suite):
14255         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
14256         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
14257         (check_headers), (push_clip), (check_clip_times), (check_clip),
14258         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
14259         Added some more checks.
14260
14261 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14262
14263         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
14264         (gst_audio_panorama_set_property),
14265         (gst_audio_panorama_get_property),
14266         (gst_audio_panorama_transform_m2s_int),
14267         (gst_audio_panorama_transform_s2s_int),
14268         (gst_audio_panorama_transform_m2s_float),
14269         (gst_audio_panorama_transform_s2s_float):
14270         * gst/audiofxgood/audiopanorama.h:
14271         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14272           Make also the pan-property float (saves scaling and yields better
14273           resolution)
14274
14275 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14276
14277         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14278         (gst_audio_panorama_transform_m2s_float),
14279         (gst_audio_panorama_transform_s2s_float):
14280           ChangeLog surgery to add cymax's real name
14281
14282
14283 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14284
14285         Patch by: René Stadler <mail@renestadler.de>
14286
14287         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14288         (gst_audio_panorama_transform_m2s_int),
14289         (gst_audio_panorama_transform_s2s_int),
14290         (gst_audio_panorama_transform_m2s_float),
14291         (gst_audio_panorama_transform_s2s_float),
14292         (gst_audio_panorama_transform):
14293         * gst/audiofxgood/audiopanorama.h:
14294           Added float support
14295
14296 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14297
14298         * gst/audiofxgood/audiopanorama.c:
14299         (gst_audio_panorama_transform_m2s):
14300           Fix docs & debug category. Add Fixme for volume pan levels.
14301
14302 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14303
14304         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14305         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14306         (gst_avi_demux_stream_header_pull),
14307         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14308         (gst_avi_demux_chain):
14309           unbreak AVI index handling, some more debug, remove an obsolete
14310           adapter_flush that caused streaming to wander off in the wild
14311
14312 2006-08-24  Wim Taymans  <wim@fluendo.com>
14313
14314         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14315         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
14316         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
14317         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14318         (gst_avi_demux_calculate_durations_from_index),
14319         (gst_avi_demux_stream_header_push),
14320         (gst_avi_demux_stream_header_pull):
14321         * gst/avi/gstavidemux.h:
14322         Some more cleanups. 
14323         Fix totalFrames parsing in ODML.
14324         Disable use of index for length calculation in case of ODML as this is
14325         broken now.
14326
14327 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
14328
14329         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
14330           Use libgsttag helper function here too.
14331
14332 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
14333
14334         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14335         (gst_avi_demux_init), (gst_avi_demux_dispose),
14336         (gst_avi_demux_reset), (gst_avi_demux_index_next),
14337         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
14338         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14339         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
14340         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
14341         (gst_avi_demux_parse_subindex),
14342         (gst_avi_demux_read_subindexes_push),
14343         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
14344         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14345         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
14346         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
14347         (gst_avi_demux_stream_header_pull),
14348         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14349         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
14350         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
14351         (gst_avi_demux_change_state):
14352         * gst/avi/gstavidemux.h:
14353           Initial streaming support for avidemux (fixes #336465)
14354
14355 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14356
14357         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14358           There is no taglibmux element ...
14359
14360         * gst/rtsp/gstrtspsrc.c:
14361           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
14362           was complaining about unknown entity here.
14363
14364 2006-08-22  Wim Taymans  <wim@fluendo.com>
14365
14366         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14367         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
14368         (gst_avi_demux_process_next_entry):
14369         * gst/avi/gstavidemux.h:
14370         Mark DISCONT.
14371         Remove old unused fields and reorder the struct a bit.
14372
14373 2006-08-22  Wim Taymans  <wim@fluendo.com>
14374
14375         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
14376         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
14377         (gst_rtspsrc_pause):
14378         * gst/rtsp/gstrtspsrc.h:
14379         * sys/oss/gstosssink.c: (gst_oss_sink_open),
14380         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
14381         Small documentation updates.
14382
14383 2006-08-22  Wim Taymans  <wim@fluendo.com>
14384
14385         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14386         (gst_avi_demux_index_entry_for_time),
14387         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14388         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
14389         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14390         (gst_avi_demux_next_data_buffer),
14391         (gst_avi_demux_calculate_durations_from_index),
14392         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
14393         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14394         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14395         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
14396         * gst/avi/gstavidemux.h:
14397         Precalc most of the duration query for each stream.
14398         Make seeking more correct.
14399         Use GstSegment to track position and duration.
14400         Code cleanups and leak fixes.
14401         Calculate correct total duration based on index length.
14402
14403 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
14404
14405         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
14406         (parse_insert_string_field):
14407           If strings in text fields are marked ISO8859-1, but contain
14408           valid UTF-8 already, then handle them as UTF-8 and ignore
14409           the encoding. (#351794)
14410
14411 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14412
14413         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
14414         (gst_flac_dec_write), (gst_flac_dec_loop),
14415         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
14416         (gst_flac_dec_src_query):
14417         * ext/flac/gstflacdec.h:
14418           Make flac-in-ogg work (#352100).
14419
14420 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14421
14422         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
14423           Don't unref buffers of which we've already given away
14424           ownership to the adapter.
14425
14426 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14427
14428         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
14429           Make metadata extraction actually work.
14430
14431         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
14432         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
14433         (gst_speexenc_chain):
14434           Fix metadata writing: replace old code which wrote completely
14435           broken tags with libgsttag-based code. Plus miscellaneous
14436           code cleanups (use static pad templates etc.) and a bunch
14437           of leak fixes.
14438
14439 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14440
14441         * gst/audiopanorama/.cvsignore:
14442         * gst/audiopanorama/Makefile.am:
14443         * gst/audiopanorama/audiofx.c:
14444         * gst/audiopanorama/audiopanorama.c:
14445         * gst/audiopanorama/audiopanorama.h:
14446           die! die! die! you should never have been there
14447
14448 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
14449
14450         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14451         Fix invalid memory access in audiopanorama test suite.
14452
14453 2006-08-21  Edward Hervey  <edward@fluendo.com>
14454
14455         * tests/check/elements/.cvsignore:
14456         ignore built file
14457
14458 2006-08-21  Wim Taymans  <wim@fluendo.com>
14459
14460         * gst/rtp/Makefile.am:
14461         Fix the build again.
14462
14463 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14464
14465         * gst/audiofxgood/.cvsignore:
14466         * gst/audiofxgood/Makefile.am:
14467         * gst/audiofxgood/audiofx.c: (plugin_init):
14468         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14469         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14470         (gst_audio_panorama_set_property),
14471         (gst_audio_panorama_get_property),
14472         (gst_audio_panorama_get_unit_size),
14473         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14474         (gst_audio_panorama_transform_m2s),
14475         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14476         * gst/audiofxgood/audiopanorama.h:
14477           resubmit with the desired name *again*
14478
14479 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14480
14481         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
14482         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
14483           use g_assert in _get_unit_size
14484
14485 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14486
14487         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14488         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14489         * docs/plugins/inspect/plugin-audiofxgood.xml:
14490           cleanup -unused.txt to make it useful, add previously missing docs
14491
14492         * ext/Makefile.am:
14493           Quietly (accidentally) enable LADSPA for building by default, 
14494           despite the fact that it doesn't meet the plugin checklist.
14495             -- Added by Jan Schmidt 18 Dec 2006
14496
14497         * ext/esd/esdmon.c:
14498         * ext/esd/esdsink.c:
14499         * ext/esd/gstesd.c: (plugin_init):
14500           reflow to get rid of two external symbols
14501
14502         * gst/audiofxgood/audiofx.c: (plugin_init):
14503           re-add
14504
14505 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14506
14507         * configure.ac:
14508         * gst/audiofxgood/.cvsignore:
14509         * gst/audiofxgood/Makefile.am:
14510         * gst/audiofxgood/audiofx.c
14511         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14512         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14513         (gst_audio_panorama_set_property),
14514         (gst_audio_panorama_get_property),
14515         (gst_audio_panorama_get_unit_size),
14516         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14517         (gst_audio_panorama_transform_m2s),
14518         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14519         * gst/audiofxgood/audiopanorama.h:
14520         * tests/check/Makefile.am:
14521         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
14522         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
14523         (panorama_suite), (main):
14524         Add audiofxgood plugin with audiopanorama element
14525
14526 2006-08-18  Wim Taymans  <wim@fluendo.com>
14527
14528         * docs/plugins/Makefile.am:
14529         More Oss docs fixage. 
14530
14531 2006-08-18  Wim Taymans  <wim@fluendo.com>
14532
14533         * gst/rtp/Makefile.am:
14534         * gst/rtp/gstrtp.c: (plugin_init):
14535         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
14536         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
14537         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
14538         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
14539         (gst_rtp_sv3v_depay_get_property),
14540         (gst_rtp_sv3v_depay_change_state),
14541         (gst_rtp_sv3v_depay_plugin_init):
14542         * gst/rtp/gstrtpsv3vdepay.h:
14543         Added experimental SVQ3 depayloader.
14544
14545 2006-08-18  Edward Hervey  <edward@fluendo.com>
14546
14547         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
14548         (gst_dvdemux_loop), (gst_dvdemux_change_state):
14549         * ext/dv/gstdvdemux.h:
14550         When handling seek requests, don't send the newsegment event from the
14551         calling thread. Instead save it so it can be sent from the streaming
14552         thread.
14553
14554 2006-08-17  Wim Taymans  <wim@fluendo.com>
14555
14556         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14557
14558         * gst/multipart/multipartdemux.c: (multipart_parse_header):
14559         Accept leading whitespace before the boundary
14560         This patch makes the demuxer allow some whitespace before the actual
14561         boundary. This makes the demuxer work with the ``old'' gstreamer
14562         multipartmuxer again (which placed an extra \n before the start
14563         of the stream) Fixes #349068.
14564
14565 2006-08-17  Wim Taymans  <wim@fluendo.com>
14566
14567         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
14568         Error out on non-implemented stuff.
14569
14570 2006-08-16  Wim Taymans  <wim@fluendo.com>
14571
14572         Patch by: Andy Wingo <wingo at pobox dot com>
14573
14574         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
14575         (gst_signal_processor_start), (gst_signal_processor_stop),
14576         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
14577         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
14578         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
14579         (gst_signal_processor_change_state):
14580         Make ladspa elements reusable. Fixes #350006.
14581
14582 2006-08-16  Wim Taymans  <wim@fluendo.com>
14583
14584         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
14585         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
14586         names as possible. Fixes #349901.
14587
14588 2006-08-16  Wim Taymans  <wim@fluendo.com>
14589
14590         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
14591         (gst_signal_processor_do_pushes):
14592         A push() gives away our refcount so we should not use the buffer on the
14593         pen anymore.
14594
14595 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14596
14597         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14598         (gst_oss_mixer_element_finalize):
14599           Don't leak device string.
14600
14601 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14602
14603         * configure.ac:
14604           Require CVS of GStreamer core and -base (for
14605           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
14606
14607         * ext/taglib/gstid3v2mux.cc:
14608           Write extended comment tags properly (#348762).
14609
14610         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14611         (parse_comment_frame):
14612           Extract COMM frames into extended comments, which makes it
14613           easier to properly retain the description bit of the tag
14614           and maintain this information when re-tagging (#348762).
14615
14616 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14617
14618         * tests/check/Makefile.am:
14619           Don't try to run annodex unit tests if the annodex
14620           plugin has not been built (Fixes #351116).
14621
14622 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14623
14624         * gst/autodetect/gstautoaudiosink.c:
14625         (gst_auto_audio_sink_find_best):
14626           When we can't find a usable audiosink, don't error out,
14627           but use a fake sink instead and post a warning message
14628           on the bus (#341278).
14629
14630 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14631
14632         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
14633         * sys/oss/gstosssink.c:
14634         * sys/oss/gstosssrc.c:
14635           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
14636           ossmixer's new device property.
14637
14638         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14639         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14640           Add docs for OSS elements.
14641
14642         * docs/plugins/inspect/plugin-aasink.xml:
14643         * docs/plugins/inspect/plugin-alaw.xml:
14644         * docs/plugins/inspect/plugin-alpha.xml:
14645         * docs/plugins/inspect/plugin-alphacolor.xml:
14646         * docs/plugins/inspect/plugin-annodex.xml:
14647         * docs/plugins/inspect/plugin-apetag.xml:
14648         * docs/plugins/inspect/plugin-auparse.xml:
14649         * docs/plugins/inspect/plugin-autodetect.xml:
14650         * docs/plugins/inspect/plugin-avi.xml:
14651         * docs/plugins/inspect/plugin-cacasink.xml:
14652         * docs/plugins/inspect/plugin-cairo.xml:
14653         * docs/plugins/inspect/plugin-cdio.xml:
14654         * docs/plugins/inspect/plugin-cutter.xml:
14655         * docs/plugins/inspect/plugin-debug.xml:
14656         * docs/plugins/inspect/plugin-dv.xml:
14657         * docs/plugins/inspect/plugin-efence.xml:
14658         * docs/plugins/inspect/plugin-effectv.xml:
14659         * docs/plugins/inspect/plugin-esdsink.xml:
14660         * docs/plugins/inspect/plugin-flac.xml:
14661         * docs/plugins/inspect/plugin-flxdec.xml:
14662         * docs/plugins/inspect/plugin-gconfelements.xml:
14663         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14664         * docs/plugins/inspect/plugin-goom.xml:
14665         * docs/plugins/inspect/plugin-halelements.xml:
14666         * docs/plugins/inspect/plugin-icydemux.xml:
14667         * docs/plugins/inspect/plugin-id3demux.xml:
14668         * docs/plugins/inspect/plugin-jpeg.xml:
14669         * docs/plugins/inspect/plugin-level.xml:
14670         * docs/plugins/inspect/plugin-matroska.xml:
14671         * docs/plugins/inspect/plugin-mulaw.xml:
14672         * docs/plugins/inspect/plugin-multipart.xml:
14673         * docs/plugins/inspect/plugin-navigationtest.xml:
14674         * docs/plugins/inspect/plugin-ossaudio.xml:
14675         * docs/plugins/inspect/plugin-png.xml:
14676         * docs/plugins/inspect/plugin-rtp.xml:
14677         * docs/plugins/inspect/plugin-rtsp.xml:
14678         * docs/plugins/inspect/plugin-shout2send.xml:
14679         * docs/plugins/inspect/plugin-smpte.xml:
14680         * docs/plugins/inspect/plugin-speex.xml:
14681         * docs/plugins/inspect/plugin-taglib.xml:
14682         * docs/plugins/inspect/plugin-udp.xml:
14683         * docs/plugins/inspect/plugin-videobalance.xml:
14684         * docs/plugins/inspect/plugin-videobox.xml:
14685         * docs/plugins/inspect/plugin-videoflip.xml:
14686         * docs/plugins/inspect/plugin-videomixer.xml:
14687         * docs/plugins/inspect/plugin-wavenc.xml:
14688         * docs/plugins/inspect/plugin-wavparse.xml:
14689         * docs/plugins/inspect/plugin-ximagesrc.xml:
14690           Update to CVS version.
14691           
14692 2006-08-16  Wim Taymans  <wim@fluendo.com>
14693
14694         * gst/rtp/gstrtpamrdepay.c:
14695         * gst/rtp/gstrtpmp4gdepay.c:
14696         Caps extra properties must be defined as strings for
14697         depayloaders because they are generated from an SDP.
14698
14699         * gst/rtp/Makefile.am:
14700         * gst/rtp/gstrtp.c: (plugin_init):
14701         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
14702         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
14703         (gst_rtp_h264_depay_finalize), (decode_base64),
14704         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
14705         (gst_rtp_h264_depay_set_property),
14706         (gst_rtp_h264_depay_get_property),
14707         (gst_rtp_h264_depay_change_state),
14708         (gst_rtp_h264_depay_plugin_init):
14709         * gst/rtp/gstrtph264depay.h:
14710         Added basic, not completely functional RFC 3984 H264 depayloader.
14711
14712 2006-08-16  Wim Taymans  <wim@fluendo.com>
14713
14714         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14715         Add pads after setting them up.
14716
14717         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14718         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
14719         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
14720         (gst_rtspsrc_stream_setup_rtp),
14721         (gst_rtspsrc_stream_configure_transport),
14722         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
14723         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14724         (gst_rtspsrc_pause):
14725         * gst/rtsp/gstrtspsrc.h:
14726         Fix interleaved mode.
14727          - Protect streaming with lock.
14728          - Combine flows
14729          - set caps on outgoing buffers.
14730          - strip trailing \0 from data packets.
14731          - Configure RTP/RTCP in stream.
14732         Use DEBUG_OBJECT more.
14733
14734 2006-08-16  Wim Taymans  <wim@fluendo.com>
14735
14736         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
14737         Turn a g_print into a DEBUG line.
14738
14739 2006-08-13  Wim Taymans  <wim@fluendo.com>
14740
14741         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
14742         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14743         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14744         (gst_oss_mixer_element_get_property),
14745         (gst_oss_mixer_element_change_state):
14746         * sys/oss/gstossmixerelement.h:
14747         Small cleanups. Better error reporting.
14748         Add device property for the mixer instead of the hardcoded
14749         /dev/mixer. Fixes #350785.
14750         API: GstOssMixerElement::device property
14751
14752 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14753
14754         Patch by: Jens Granseuer <jensgr at gmx net>
14755
14756         * gconf/Makefile.am:
14757           Make --disable-schemas work right (they still need
14758           to be copied to the installation directory, just not
14759           applied). Fixes #351347 (also #344100).
14760           
14761 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14762
14763         * configure.ac: back to HEAD
14764
14765 === release 0.10.4 ===
14766
14767 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
14768
14769         * configure.ac:
14770           releasing 0.10.4, "Dear Leader"
14771
14772 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14773
14774         Patch by: Edward Hervey <edward@fluendo.com>
14775
14776         * configure.ac:
14777         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14778         (gst_wavparse_stream_data):
14779         Send the newsegment event in the streaming thread.
14780         Fixes #347529
14781
14782 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14783
14784         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14785         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14786         (gst_smokeenc_resync), (gst_smokeenc_chain):
14787           Refuse sink caps in the encoder if width or height is not a
14788           multiple of 16, the encoder does not support that yet (#349939);
14789           along the same lines, check the return value of the encoder
14790           setup function; also remove some debug log clutter.
14791
14792 2006-08-04  Andy Wingo  <wingo@pobox.com>
14793
14794         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14795         whether a processor can work in place or not, and for keeping
14796         track of its state. Change the FlowReturn instance variable from
14797         "state" to "flow_state", all callers changed.
14798
14799         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14800         (gst_signal_processor_start, gst_signal_processor_stop)
14801         (gst_signal_processor_cleanup): New functions to manage the
14802         processor's state.
14803         (gst_signal_processor_setcaps): start() as well as setup() here.
14804         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14805         (gst_signal_processor_change_state): Stop and cleanup the
14806         processor as we go to NULL.
14807
14808         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14809         INPLACE_BROKEN is not set.
14810
14811         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14812         Do the alloc_buffer in bytes, not frames.
14813         
14814 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14815
14816         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14817         Fix rgb masks when recording in < 24bpp.
14818
14819 2006-08-04  Andy Wingo  <wingo@pobox.com>
14820
14821         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14822         (gst_signal_processor_prepare)
14823         (gst_signal_processor_update_inputs)
14824         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
14825         (gst_signal_processor_flush)
14826         (gst_signal_processor_sink_activate_push)
14827         (gst_signal_processor_src_activate_pull)
14828         (gst_signal_processor_change_state): Remove the last of the code
14829         that assumes that we process whole buffers at a time. Fix some
14830         debugging. Seems to work now in some cases.
14831         (gst_signal_processor_src_activate_pull): BPB
14832
14833 2006-08-01  Andy Wingo  <wingo@pobox.com>
14834
14835         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
14836         Fix nframes-choosing.
14837         (gst_signal_processor_init): Init pending_in and pending_out.
14838
14839         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
14840         more default sample rate, although we never check that the sample
14841         rate actually gets set. Something for the future.
14842         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
14843         (gst_signal_processor_event): Refcount fixen.
14844         (gst_signal_processor_process): Pull the number of frames to
14845         process from the sizes of the buffers in the input pens.
14846         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
14847         (gst_signal_processor_do_pulls): Add an nframes argument, and use
14848         it instead of buffer_frames.
14849         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
14850         to do_pulls.
14851         (gst_signal_processor_chain)
14852         (gst_signal_processor_sink_activate_push)
14853         (gst_signal_processor_src_activate_pull):  Refcount fixen.
14854
14855         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
14856
14857 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
14858
14859         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
14860         (gst_signal_processor_process):
14861           don't query buffer-frames from caps, add lots of debug-log,
14862           try fix for assert (#349189)
14863
14864 2006-07-31  Wim Taymans  <wim@fluendo.com>
14865
14866         * gst/udp/gstudpsrc.c:
14867         Fix docs.
14868
14869 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
14870
14871         * ext/ladspa/gstsignalprocessor.c:
14872         (gst_signal_processor_add_pad_from_template),
14873         (gst_signal_processor_init), (gst_signal_processor_setcaps),
14874         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14875         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14876         (gst_signal_processor_sink_activate_push),
14877         (gst_signal_processor_src_activate_pull),
14878         (gst_signal_processor_change_state):
14879          Add debugs logs here and there, add more error handling, add some
14880          FIXME comments, filed #349189
14881
14882 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14883
14884         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14885         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14886         Set caps on buffer correctly.  Fixes bug #349155.
14887
14888 2006-07-28  Wim Taymans  <wim@fluendo.com>
14889
14890         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14891
14892         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14893         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14894         (gst_multipart_demux_finalize), (get_line_end),
14895         (multipart_parse_header), (multipart_find_boundary),
14896         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14897         (gst_multipart_set_property), (gst_multipart_get_property):
14898         Uses GstAdapter instead of own buffering.
14899         Actually parses the mime-type correctly (In tests the mime-type was
14900         always "" with the old version).
14901         Uses the Content-length header if available to speed up things.
14902         Reliably autoscans the boundary name by default.
14903         Fixes #349068.
14904
14905         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14906         Don't start the stream with a \n.
14907
14908 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14909
14910         Patch by: Brian Cameron <brian dot cameron at sun com>
14911
14912         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14913           Open source with O_NONBLOCK (#349015).
14914
14915 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
14916
14917         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14918         (gst_avi_demux_massage_index):
14919         * gst/avi/gstavidemux.h:
14920           Whitespace fixes and more debug
14921
14922 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14923
14924         * gst/autodetect/gstautoaudiosink.c:
14925         (gst_auto_audio_sink_create_element_with_pretty_name),
14926         (gst_auto_audio_sink_find_best),
14927         (gst_auto_audio_sink_change_state):
14928           Get rid of old and unused magic sound-server properties stuff.
14929           Add suffix to child sink's name that makes it easy to see from
14930           the name alone which type it actually is (alsa, oss, esd, etc.).
14931
14932 2006-07-27  Wim Taymans  <wim@fluendo.com>
14933
14934         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14935         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
14936         (gst_udpsrc_start):
14937         * gst/udp/gstudpsrc.h:
14938         Rename "buffer" to "buffer-size" to make clear it is a size we set and
14939         not some sort of feature we enable.
14940
14941 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14942
14943         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
14944           Use CLOSE_SOCKET() here instead of close() to maintain
14945           win32 workiness.
14946
14947 2006-07-27  Wim Taymans  <wim@fluendo.com>
14948
14949         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14950
14951         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14952         (gst_udpsrc_create), (gst_udpsrc_set_property),
14953         (gst_udpsrc_get_property), (gst_udpsrc_start):
14954         * gst/udp/gstudpsrc.h:
14955         Added "buffer-size" property to control the kernel receive buffer size.
14956         Update documentation.
14957         Small cleanups. Fixes #348752.
14958         API: buffer-size property
14959
14960 2006-07-26  Wim Taymans  <wim@fluendo.com>
14961
14962         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
14963
14964         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
14965         (gst_rtp_pcma_pay_handle_buffer):
14966         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
14967         (gst_rtp_pcmu_pay_handle_buffer):
14968         Fix timestamp calculation on outgoing RTP packets.
14969         Fixes #348675.
14970
14971 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14972
14973         * ext/taglib/gstid3v2mux.cc:
14974           Fix writing of comment frames (should be COMM not TCOM),
14975           is still sub-optimal though, since we don't retain or
14976           extract the comment descriptions properly (#334375,
14977           also see #334375).
14978
14979 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14980
14981         * gst/wavparse/gstwavparse.c:
14982           #define 'fact' RIFF chunk if we are not compiling against
14983           -base CVS (we don't want to depend on -base CVS for this
14984           one define only, and also not for release order reasons).
14985
14986 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14987
14988         * ext/taglib/gstid3v2mux.cc:
14989           Handle multiple tags of the same type properly. Re-inject
14990           unparsed ID3v2 frames that we get as binary blobs from
14991           id3demux into the tag again so we don't lose information
14992           when retagging (#334375).
14993
14994 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14995
14996         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
14997           Document newly-added properties properly, so that there is a
14998           'Since: 0.10.4' in the plugin docs. Convert some property
14999           names into canonical GObject style (GObject will do that
15000           internally anyway).
15001
15002 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
15003
15004         * gst/id3demux/id3tags.c:
15005         (id3demux_add_id3v2_frame_blob_to_taglist):
15006           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
15007           well, and add the version to the blob's buffer caps, since that
15008           information will be needed for deserialisation later on (#348644).
15009
15010 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
15011
15012         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
15013         (gst_avi_demux_parse_stream):
15014          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
15015          indentation and spacing.
15016
15017 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15018
15019         * docs/plugins/Makefile.am:
15020         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15021         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15022         * docs/plugins/gst-plugins-good-plugins.args:
15023         * docs/plugins/inspect/plugin-1394.xml:
15024         * docs/plugins/inspect/plugin-aasink.xml:
15025         * docs/plugins/inspect/plugin-alaw.xml:
15026         * docs/plugins/inspect/plugin-alpha.xml:
15027         * docs/plugins/inspect/plugin-alphacolor.xml:
15028         * docs/plugins/inspect/plugin-annodex.xml:
15029         * docs/plugins/inspect/plugin-apetag.xml:
15030         * docs/plugins/inspect/plugin-auparse.xml:
15031         * docs/plugins/inspect/plugin-autodetect.xml:
15032         * docs/plugins/inspect/plugin-avi.xml:
15033         * docs/plugins/inspect/plugin-cacasink.xml:
15034         * docs/plugins/inspect/plugin-cairo.xml:
15035         * docs/plugins/inspect/plugin-cdio.xml:
15036         * docs/plugins/inspect/plugin-cutter.xml:
15037         * docs/plugins/inspect/plugin-debug.xml:
15038         * docs/plugins/inspect/plugin-dv.xml:
15039         * docs/plugins/inspect/plugin-efence.xml:
15040         * docs/plugins/inspect/plugin-effectv.xml:
15041         * docs/plugins/inspect/plugin-esdsink.xml:
15042         * docs/plugins/inspect/plugin-flac.xml:
15043         * docs/plugins/inspect/plugin-flxdec.xml:
15044         * docs/plugins/inspect/plugin-gconfelements.xml:
15045         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
15046         * docs/plugins/inspect/plugin-goom.xml:
15047         * docs/plugins/inspect/plugin-halelements.xml:
15048         * docs/plugins/inspect/plugin-icydemux.xml:
15049         * docs/plugins/inspect/plugin-id3demux.xml:
15050         * docs/plugins/inspect/plugin-jpeg.xml:
15051         * docs/plugins/inspect/plugin-level.xml:
15052         * docs/plugins/inspect/plugin-matroska.xml:
15053         * docs/plugins/inspect/plugin-mulaw.xml:
15054         * docs/plugins/inspect/plugin-multipart.xml:
15055         * docs/plugins/inspect/plugin-navigationtest.xml:
15056         * docs/plugins/inspect/plugin-ossaudio.xml:
15057         * docs/plugins/inspect/plugin-png.xml:
15058         * docs/plugins/inspect/plugin-rtp.xml:
15059         * docs/plugins/inspect/plugin-rtsp.xml:
15060         * docs/plugins/inspect/plugin-shout2send.xml:
15061         * docs/plugins/inspect/plugin-smpte.xml:
15062         * docs/plugins/inspect/plugin-speex.xml:
15063         * docs/plugins/inspect/plugin-udp.xml:
15064         * docs/plugins/inspect/plugin-videobalance.xml:
15065         * docs/plugins/inspect/plugin-videobox.xml:
15066         * docs/plugins/inspect/plugin-videoflip.xml:
15067         * docs/plugins/inspect/plugin-videomixer.xml:
15068         * docs/plugins/inspect/plugin-wavenc.xml:
15069         * docs/plugins/inspect/plugin-wavparse.xml:
15070         * docs/plugins/inspect/plugin-ximagesrc.xml:
15071           Update files to CVS/Prerelease version, add esdsink docs.
15072
15073         * ext/esd/esdsink.c:
15074           Add gtk-doc blurb.
15075
15076         * gst/rtp/gstrtpmp4vpay.c:
15077           Fix typo in element description.
15078
15079 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15080
15081         * ext/esd/esdsink.c: (gst_esdsink_open),
15082         (gst_esdsink_factory_init):
15083           Prevent libesd from auto-spawning a sound daemon if it
15084           is not already running. Now that we don't do evil stuff
15085           like that any longer we can give esdsink a rank so that
15086           autoaudiosink will try it as well if all other audio
15087           sinks fail (#343051).
15088
15089 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15090
15091         * ext/esd/Makefile.am:
15092           Oops, need to remove README from EXTRA_DIST as well.
15093
15094 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15095
15096         * ext/esd/README:
15097           Remove, it contains nothing useful anyway.
15098
15099         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
15100         (gst_esdsink_delay):
15101           Some small clean-ups; use GST_BOILERPLATE etc.
15102
15103 2006-07-24  Wim Taymans  <wim@fluendo.com>
15104
15105         * gst/law/alaw-decode.c: (alawdec_getcaps):
15106         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
15107         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
15108         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
15109         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
15110
15111 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
15112
15113         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15114         (gst_wavparse_other), (gst_wavparse_perform_seek),
15115         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
15116         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
15117         (gst_wavparse_pad_query):
15118         * gst/wavparse/gstwavparse.h:
15119           Use information from 'fact' chunk for length calculation of compressed
15120           samples. Calculate bps if bogus value is found in wav header (embeded
15121           mp2/mp3).
15122           
15123
15124 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15125
15126         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
15127
15128         * configure.ac:
15129         * gst/udp/Makefile.am:
15130         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
15131         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
15132         * gst/udp/gstdynudpsink.h:
15133         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
15134         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
15135         * gst/udp/gstmultiudpsink.h:
15136         * gst/udp/gstudp.c: (plugin_init):
15137         * gst/udp/gstudpsink.h:
15138         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
15139         (gst_udpsrc_start), (gst_udpsrc_stop):
15140         * gst/udp/gstudpsrc.h:
15141         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
15142         (gst_udp_net_utils_win32_wsa_startup):
15143         * gst/udp/gstudpnetutils.h:
15144           Port udp plugin to win32 (#345288).
15145
15146 2006-07-24  Wim Taymans  <wim@fluendo.com>
15147
15148         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
15149         Remove unwanted DEBUG line.
15150
15151 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
15152
15153         * gst/id3demux/gstid3demux.c: (plugin_init):
15154         * gst/id3demux/id3tags.c:
15155         (id3demux_add_id3v2_frame_blob_to_taglist):
15156         * gst/id3demux/id3tags.h:
15157           On second thought, it might be wiser and more efficient
15158           not to do tag registration from a streaming thread.
15159
15160 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
15161
15162         * gst/id3demux/id3tags.c:
15163         (id3demux_add_id3v2_frame_blob_to_taglist),
15164         (id3demux_id3v2_frames_to_tag_list):
15165           Put ID3v2 frames we can't parse as binary blobs into private
15166           tags, so that they are not lost when retagging, at least once
15167           id3v2mux has been taught to re-inject those frames again.
15168           See bug #334375.
15169
15170 2006-07-21  Wim Taymans  <wim@fluendo.com>
15171
15172         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15173         (gst_avi_demux_process_next_entry):
15174         Fix some leaks.
15175
15176         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
15177         Don't use \n in debug lines.
15178
15179 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
15180
15181         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15182         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15183           Add annodex and icydemux, cleanup the sections a bit
15184
15185 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
15186
15187         Patch by: Alex Lancaster <alexl at users sourceforge net>
15188
15189         * ext/taglib/gstid3v2mux.cc:
15190           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
15191           ID3v2 TSSE frames (#347898).
15192
15193 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
15194
15195         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
15196           Respect mpegversion for "video/mpeg" and give message in case of
15197           unhandled versions.
15198
15199 2006-07-17  Wim Taymans  <wim@fluendo.com>
15200
15201         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
15202         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
15203         (gst_pngdec_chain), (gst_pngdec_sink_event),
15204         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
15205         (gst_pngdec_sink_activate_push):
15206         * ext/libpng/gstpngdec.h:
15207         Use statically allocated segment instead of leaking.
15208         Various cleanups.
15209         Fix flush and seek handling.
15210
15211 2006-07-16  Wim Taymans  <wim@fluendo.com>
15212
15213         * gst/rtp/Makefile.am:
15214         * gst/rtp/gstrtp.c: (plugin_init):
15215         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
15216         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
15217         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
15218         (gst_rtp_mp4g_depay_set_property),
15219         (gst_rtp_mp4g_depay_get_property),
15220         (gst_rtp_mp4g_depay_change_state),
15221         (gst_rtp_mp4g_depay_plugin_init):
15222         * gst/rtp/gstrtpmp4gdepay.h:
15223         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
15224         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
15225         (gst_rtp_mp4g_pay_flush):
15226         Added simple generic mpeg4 depayloader.
15227         Fix generic mpeg4 payloader.
15228
15229 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
15230
15231         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
15232           Don't try doing state changes on a NULL pointer.
15233
15234 2006-07-14  Wim Taymans  <wim@fluendo.com>
15235
15236         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
15237
15238         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
15239         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
15240         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
15241         * gst/rtp/gstrtpamrdepay.h:
15242         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
15243         Fixes #321191
15244
15245 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15246
15247         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15248         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
15249         Fix segfault when moving mouse pointer to the bottom right corner.
15250
15251 2006-07-12  Wim Taymans  <wim@fluendo.com>
15252
15253         * gst/rtp/Makefile.am:
15254         * gst/rtp/gstrtp.c: (plugin_init):
15255         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
15256         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
15257         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
15258         (gst_rtp_mp2t_depay_set_property),
15259         (gst_rtp_mp2t_depay_get_property),
15260         (gst_rtp_mp2t_depay_change_state),
15261         (gst_rtp_mp2t_depay_plugin_init):
15262         * gst/rtp/gstrtpmp2tdepay.h:
15263         Added mpeg2 TS depayloader. Closing #347234.
15264
15265 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
15266
15267         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
15268           Remove g_assert that shouldn't be there and was triggered
15269           after trying to open a device that doesn't exist or can't
15270           be opened for some other reason (#347972).
15271
15272 2006-07-10  Edward Hervey  <edward@fluendo.com>
15273
15274         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15275         (gst_avi_demux_stream_header), (push_tag_lists):
15276         * gst/avi/gstavidemux.h:
15277         Don't push tag events found by gst_riff_parse_info() before outputting
15278         GST_EVENT_NEWSEGMENT.
15279
15280 2006-07-10  Wim Taymans  <wim@fluendo.com>
15281
15282         * gst/rtsp/Makefile.am:
15283         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
15284         (rtsp_connection_close):
15285         * gst/rtsp/rtspdefs.h:
15286         replaced closesocket and close in code with one CLOSE_SOCKET. 
15287         Some more cleanups. Fixes #345301.
15288
15289 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
15290
15291         * gst/autodetect/gstautoaudiosink.c:
15292           Fix example pipeline in docs.
15293
15294 2006-07-10  Wim Taymans  <wim@fluendo.com>
15295
15296         Patch by: Rob Taylor <robtaylor at floopily dot org>
15297
15298         * gst/udp/gstmultiudpsink.c: (join_multicast),
15299         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
15300         If a destination is added before the stream is set to PAUSED, the
15301         multicast group is not joined as the socket is not created yet. 
15302         Also TTL and LOOP should also be set. Fixes #346921.
15303
15304 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15305
15306         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15307         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15308         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
15309         (gst_ximage_src_init):
15310         * sys/ximage/gstximagesrc.h:
15311         Fix use-damage property to actually work :)
15312         Add startx, starty, endx, endy properties so screencasts other than full
15313         screen ones can work.
15314
15315 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15316
15317         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15318         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15319         (gst_ximage_src_class_init), (gst_ximage_src_init):
15320         * sys/ximage/gstximagesrc.h:
15321         Add use_damage property to offer ability to choose whether to use
15322         XDamage or not.
15323
15324 2006-07-07  Wim Taymans  <wim@fluendo.com>
15325
15326         * gst/goom/filters.c: (zoomFilterSetResolution):
15327         Avoid goom coredumping by clearing memory. 
15328         Fixes 345679.
15329
15330 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
15331
15332         * win32/vs6/libgstid3demux.dsp:
15333         Add a link to libgsttag-0.10.lib.
15334
15335 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15336
15337         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15338         (gst_tag_demux_read_range):
15339         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15340         (gst_id3demux_read_range):
15341           Don't return FLOW_UNEXPECTED when a buffer is before
15342           the start of the stream (which might happen with
15343           large ID3v2 tags if the tag reading was done pullrange
15344           based and we then switched to push mode later on).
15345           Fixes regression introduced by commit from June 29th.
15346
15347 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15348
15349         * ext/taglib/gstid3v2mux.cc:
15350           Make UTF-8 the default encoding when writing string
15351           tags (before, our UTF-8 strings would automatically
15352           be converted to ISO-8859-1 by taglib and written as
15353           ISO-8859-1 fields if that was possible).
15354
15355         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
15356         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
15357         (test_taglib_id3mux_with_tags):
15358           Add test case that makes sure our UTF-8 strings have
15359           actually been written into the tag as UTF-8.
15360
15361 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15362
15363         * configure.ac:
15364           Let's try that again.
15365
15366 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15367
15368         * configure.ac:
15369           Disable monoscope plugin for now until it fulfills
15370           all the requirements.
15371
15372 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15373
15374         * configure.ac:
15375         * gst/monoscope/Makefile.am:
15376         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
15377         (gst_monoscope_class_init), (gst_monoscope_init),
15378         (gst_monoscope_finalize), (gst_monoscope_reset),
15379         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
15380         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
15381         (gst_monoscope_sink_event), (gst_monoscope_src_event),
15382         (gst_monoscope_change_state), (plugin_init):
15383         * gst/monoscope/gstmonoscope.h:
15384           Port monoscope visualisation to 0.10.
15385
15386 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15387
15388         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
15389         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
15390           Return FLOW_UNEXPECTED when at the end of the file, not
15391           FLOW_ERROR. Fixes 'internal stream error' errors that
15392           would sometimes occur in totem when scrubbing to the
15393           end of an ID3v1 tagged mp3 file.
15394
15395 2006-07-03  Edward Hervey  <edward@fluendo.com>
15396
15397         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
15398         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
15399         (gst_pngdec_sink_event), (gst_pngdec_change_state):
15400         * ext/libpng/gstpngdec.h:
15401         Implement buffer clipping/dropping using GstSegment.
15402         This provides accurate seeking.
15403
15404 2006-07-03  Edward Hervey  <edward@fluendo.com>
15405
15406         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15407         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
15408         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
15409         (gst_avi_demux_process_next_entry), (push_tag_lists),
15410         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
15411         * gst/avi/gstavidemux.h:
15412         Proper aggregation of each stream's GstFlowReturn in order to figure out
15413         whether the task should stop or not.
15414         Don't send inline events before pushing out a NEW_SEGMENT, more
15415         specifically for GST_TAG_EVENT.
15416         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
15417         sub-indexes.
15418
15419 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
15420
15421         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15422
15423         * sys/sunaudio/gstsunaudiomixerctrl.c:
15424         (gst_sunaudiomixer_ctrl_build_list):
15425           Move "Monitor" slider to input tab so it works more like
15426           sdtaudiocontrol, which is what people on Solaris are used
15427           to using for their mixer program (#346259).
15428
15429 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15430
15431         * tests/check/elements/level.c: (GST_START_TEST):
15432           fix a leak, clean up at the end
15433
15434 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15435
15436         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15437         (gst_matroska_demux_send_event),
15438         (gst_matroska_demux_loop_stream_parse_id):
15439         * gst/matroska/matroska-ids.h:
15440           Send tag event after newsegment event.
15441
15442 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15443
15444         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15445         (gst_id3demux_read_range):
15446           Make sure we don't return GST_FLOW_OK with a NULL buffer in
15447           certain cases where a read beyond the end of the file is
15448           requested. Fixes #345930.
15449
15450         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15451         (gst_tag_demux_read_range):
15452           Fix same issue here as well.
15453
15454 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15455
15456         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
15457         
15458         Fix hypothetical crash.
15459
15460 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
15461
15462         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15463
15464         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
15465           Do not modify the ports value. If the user has turned off the
15466           built-in speakers, then we should not reset it in the prepare
15467           function, since this causes the built-in speakers to turn
15468           back on anytime the user changes a track in totem, rhythmbox,
15469           etc. (#346066).
15470
15471 2006-06-23  Wim Taymans  <wim@fluendo.com>
15472
15473         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
15474         Fix double caps unref when negotiation fails.
15475
15476 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15477
15478         * ext/annodex/gstcmmldec.c:
15479         * ext/annodex/gstcmmlenc.c:
15480         * ext/annodex/gstcmmlparser.c:
15481         * ext/dv/gstdvdec.c:
15482         * ext/dv/gstdvdemux.c:
15483         * ext/gdk_pixbuf/pixbufscale.c:
15484         * ext/jpeg/gstjpegenc.c:
15485         * ext/jpeg/gstsmokedec.c:
15486         * ext/jpeg/gstsmokeenc.c:
15487         * ext/libpng/gstpngdec.c:
15488         * ext/libpng/gstpngenc.c:
15489         * ext/speex/gstspeexenc.c:
15490         * gst/alpha/gstalphacolor.c:
15491         * gst/cutter/gstcutter.c:
15492         * gst/debug/gstnavigationtest.c:
15493         * gst/icydemux/gsticydemux.c:
15494         * gst/level/gstlevel.c:
15495         * gst/multipart/multipart.c:
15496         * gst/rtp/gstrtpamrpay.c:
15497         * gst/rtp/gstrtpdepay.c:
15498         * gst/rtp/gstrtpilbcpay.c:
15499         * gst/rtp/gstrtpmp4gpay.c:
15500         * gst/rtp/gstrtpmp4vpay.c:
15501         * gst/rtsp/gstrtpdec.c:
15502         * gst/rtsp/gstrtspsrc.c:
15503         * gst/udp/gstdynudpsink.c:
15504         * gst/udp/gstmultiudpsink.c:
15505         * gst/udp/gstudpsrc.c:
15506         * gst/videobox/gstvideobox.c:
15507         * gst/videofilter/gstvideoflip.c:
15508           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
15509           plus two minor macro fixes.
15510
15511 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15512
15513         * gst/matroska/matroska-demux.c:
15514         (gst_matroska_demux_check_subtitle_buffer),
15515         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15516         (gst_matroska_demux_subtitle_caps):
15517         * gst/matroska/matroska-ids.c:
15518         (gst_matroska_track_init_subtitle_context):
15519         * gst/matroska/matroska-ids.h:
15520           Try to fix up broken matroska files containing subtitle
15521           streams with non-UTF8 character encodings (courtesy of
15522           mkvmerge) using either the encoding specified in the
15523           GST_SUBTITLE_ENCODING environment variable or the
15524           current locale's character set if it is non-UTF8.
15525           Fixes #337076.
15526
15527 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15528
15529         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
15530           Set image type from APIC frame as "image-type" field
15531           of GST_TAG_IMAGE buffer caps (#344605).
15532
15533 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
15534
15535         * ext/flac/Makefile.am:
15536         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
15537         (gst_flac_dec_reset_decoders),
15538         (gst_flac_dec_setup_seekable_decoder),
15539         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
15540         (gst_flac_dec_metadata_callback),
15541         (gst_flac_dec_metadata_callback_seekable),
15542         (gst_flac_dec_metadata_callback_stream),
15543         (gst_flac_dec_error_callback),
15544         (gst_flac_dec_error_callback_seekable),
15545         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
15546         (gst_flac_dec_read_stream), (gst_flac_dec_write),
15547         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
15548         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
15549         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
15550         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
15551         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
15552         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
15553         (gst_flac_dec_sink_activate_push),
15554         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
15555         * ext/flac/gstflacdec.h:
15556           Support chain-based operation, should make flac-over-DAAP
15557           work (#340492).
15558
15559 2006-06-20  Wim Taymans  <wim@fluendo.com>
15560
15561         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15562         Doc updates, merge some unused symbols.
15563
15564 2006-06-20  Wim Taymans  <wim@fluendo.com>
15565
15566         * docs/plugins/Makefile.am:
15567         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15568         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15569         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
15570         * gst/rtsp/gstrtspsrc.c:
15571         * gst/rtsp/gstrtspsrc.h:
15572         Added documentation for the rtsp plugin. Fixes #345393.
15573
15574 2006-06-20  Wim Taymans  <wim@fluendo.com>
15575
15576         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15577         (rtsp_connection_close), (rtsp_connection_free):
15578         Use better G_OS_* macros. Fixes #345301 some more.
15579
15580 2006-06-20  Wim Taymans  <wim@fluendo.com>
15581
15582         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15583
15584         * sys/sunaudio/Makefile.am:
15585         * sys/sunaudio/gstsunaudio.c: (plugin_init):
15586         * sys/sunaudio/gstsunaudiomixerctrl.c:
15587         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
15588         (gst_sunaudiomixer_ctrl_list_tracks),
15589         (gst_sunaudiomixer_ctrl_get_volume),
15590         (gst_sunaudiomixer_ctrl_set_volume),
15591         (gst_sunaudiomixer_ctrl_set_mute),
15592         (gst_sunaudiomixer_ctrl_set_record):
15593         * sys/sunaudio/gstsunaudiomixerctrl.h:
15594         * sys/sunaudio/gstsunaudiomixertrack.c:
15595         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
15596         * sys/sunaudio/gstsunaudiomixertrack.h:
15597         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
15598         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
15599         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
15600         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
15601         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
15602         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
15603         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
15604         (gst_sunaudiosrc_reset):
15605         * sys/sunaudio/gstsunaudiosrc.h:
15606         Add a SunAudio source plugin.
15607         Support stereo and right/left channel gain in the mixer plugin.
15608         Support the RECORD flag so that you can switch between line-input and
15609         microphone in gnome-volume-control.
15610         Code cleanups like using an enumerator for track number instead of an 
15611         integer. Fixes #344923.
15612
15613 2006-06-20  Wim Taymans  <wim@fluendo.com>
15614
15615         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
15616
15617         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15618         (rtsp_connection_close):
15619         Make RTSP plugin compile on windows. Fixes #345301.
15620         Some changes to original patch to catch errors better.
15621         use ifdef WIN32 instead of ifndef.
15622
15623 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15624
15625         * configure.ac:
15626         If we have libraw1394 >= 1.2.1, then we need libiec61883.
15627
15628 2006-06-18  Edward Hervey  <edward@fluendo.com>
15629
15630         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15631         After a failed buffer alloc, we need to abort the jpeg decoding (it
15632         started when parsing headers to figure out how many bytes we need
15633         to request downstream).
15634
15635 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
15636
15637         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15638
15639         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
15640           Make sure we don't read beyond the end of the file (#345232).
15641
15642 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
15643
15644         * configure.ac:
15645           Fix --disable-external (can't set conditionals conditionally,
15646           #343602).
15647
15648 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
15649
15650         * autogen.sh:
15651         * configure.ac:
15652         * docs/Makefile.am:
15653           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
15654
15655         * docs/plugins/Makefile.am:
15656         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15657         * docs/plugins/inspect/plugin-taglib.xml:
15658           Add/fix apev2mux docs.
15659
15660 2006-06-14  Wim Taymans  <wim@fluendo.com>
15661
15662         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15663         (gst_dvdec_finalize), (gst_dvdec_sink_event),
15664         (gst_dvdec_change_state):
15665         Reset segment info on flush.
15666         Alloc segment in _init, free in _finalize.
15667
15668         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
15669         Don't send segments twice.
15670
15671 2006-06-14  Wim Taymans  <wim@fluendo.com>
15672
15673         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15674         Respect segment.stop. Fixes #342592.
15675
15676 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15677
15678         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15679           No language specified means the implied language is English
15680           according to the matroska spec (partially fixes #344708);
15681           add some more debug output.
15682
15683 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15684
15685         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
15686         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15687         (gst_wavparse_chain):
15688           When operating chain-based, don't make any assumptions about the
15689           chunking of the incoming data and make streaming work on days other
15690           than the second Thursday after a full moon. Also fix up debug
15691           messages here and there and make use of the most excellent new
15692           gst_pad_query_peer_duration() utility function.
15693           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
15694
15695         * gst/wavparse/gstwavparse.h:
15696           Remove trailing comma after last enum value, some compilers don't
15697           like that.
15698
15699 2006-06-13  Wim Taymans  <wim@fluendo.com>
15700
15701         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
15702         Handle premature EOS gracefully.
15703
15704 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
15705
15706         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15707           Prevent out of bounds array access when scrubbing towards
15708           the end of the file between the last index entry and the
15709           end. Fixes occasional 'start <= stop' newsegment event
15710           assertions when scrubbing in MJPEG files.
15711
15712 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15713
15714         * tests/check/elements/.cvsignore:
15715           And another one.
15716
15717 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15718
15719         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15720         (scan_encoded_string), (parse_picture_frame):
15721           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
15722
15723         * configure.ac:
15724           Require core >= 0.10.8 (for GST_TAG_IMAGE and
15725           GST_TAG_PPEVIEW_IMAGE used in the patch above).
15726
15727 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15728
15729         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
15730           gratuitous comment changes
15731         * tests/check/elements/level.c: (GST_START_TEST):
15732           fix level test leaks
15733
15734 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15735
15736         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
15737         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
15738           Use gst_pad_query_peer_duration() utility function here.
15739
15740 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15741
15742         * autogen.sh:
15743           require am17
15744         * configure.ac:
15745         * ext/annodex/Makefile.am:
15746         * ext/cdio/Makefile.am:
15747         * ext/dv/Makefile.am:
15748         * ext/esd/Makefile.am:
15749         * ext/flac/Makefile.am:
15750         * ext/gdk_pixbuf/Makefile.am:
15751         * ext/ladspa/Makefile.am:
15752         * ext/libcaca/Makefile.am:
15753         * ext/speex/Makefile.am:
15754         * ext/taglib/Makefile.am:
15755         * sys/oss/Makefile.am:
15756         * sys/sunaudio/Makefile.am:
15757         * sys/ximage/Makefile.am:
15758           clean up build further
15759
15760 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15761
15762         * gconf/Makefile.am:
15763           Honour --disable-schemas-install configure option. Fixes #344100.
15764
15765 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15766
15767         * tests/examples/level/Makefile.am:
15768           Add -lm to LIBS for pow() function, don't assume one of our
15769           dependencies (such as libxml-2.0) drags it in automatically
15770           (#343603).
15771
15772 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15773
15774         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
15775
15776         * configure.ac:
15777           We should use $SED and not $(SED) in configure.ac (#343678).
15778
15779 2006-06-09  Wim Taymans  <wim@fluendo.com>
15780
15781         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15782
15783         * sys/sunaudio/gstsunaudiomixerctrl.c:
15784         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15785         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15786         (gst_sunaudiomixer_ctrl_set_mute):
15787         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15788         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15789         (gst_sunaudiosink_write):
15790         Attached find a patch that fixes a number of bugs with the SunAudio
15791         mixer plugin and fixes #344101:
15792         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15793            tracks onto the tracklist causing gnome-volume-control's preferences
15794            dialog to be messed up and would core dump if you checked/unchecked
15795            any item.
15796         2. We weren't previously setting the MUTE flag properly.  Fixing this
15797            makes gnome-volume-control work better.
15798         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15799            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15800            gnome-volume-control look better.
15801         Also some minor cleanup in gstsunaudiosink.c.
15802
15803 2006-06-09  Wim Taymans  <wim@fluendo.com>
15804
15805         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15806         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15807         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15808         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15809         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15810         * ext/jpeg/gstjpegdec.h:
15811         API: Added IDCT method property
15812         Small cleanups.
15813         Avoid dynamic allocation of trivial fixed structure.
15814         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15815
15816 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15817
15818         * configure.ac:
15819         We now require libraw1394 >= 1.1.0 and that version onwards all
15820         have .pc files.
15821
15822 2006-06-02  Edward Hervey  <edward@fluendo.com>
15823
15824         * gst/law/alaw-decode.c: (alawdec_getcaps): 
15825         Trying to get items from an ANY or EMPTY caps is ... stupid.
15826
15827 2006-06-02  Edward Hervey  <edward@fluendo.com>
15828
15829         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
15830         (gst_dvdec_chain), (gst_dvdec_change_state):
15831         * ext/dv/gstdvdec.h:
15832         Added GstSegment handling, now implements dropping/clipping.
15833
15834 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15835
15836         * ext/aalib/gstaasink.h:
15837         * ext/annodex/gstcmmldec.h:
15838         * ext/cairo/gsttimeoverlay.h:
15839         * ext/dv/gstdvdec.h:
15840         * ext/dv/gstdvdemux.h:
15841         * ext/esd/esdmon.h:
15842         * ext/esd/esdsink.h:
15843         * ext/flac/gstflacenc.h:
15844         * ext/gconf/gstgconfaudiosink.h:
15845         * ext/gconf/gstgconfaudiosrc.h:
15846         * ext/gconf/gstgconfvideosink.h:
15847         * ext/gconf/gstgconfvideosrc.h:
15848         * ext/gdk_pixbuf/gstgdkanimation.h:
15849         * ext/gdk_pixbuf/pixbufscale.h:
15850         * ext/hal/gsthalaudiosink.h:
15851         * ext/hal/gsthalaudiosrc.h:
15852         * ext/jpeg/gstjpegenc.h:
15853         * ext/jpeg/gstsmokedec.h:
15854         * ext/jpeg/gstsmokeenc.h:
15855         * ext/libcaca/gstcacasink.h:
15856         * ext/libmng/gstmngdec.h:
15857         * ext/libmng/gstmngenc.h:
15858         * ext/libpng/gstpngdec.h:
15859         * ext/libpng/gstpngenc.h:
15860         * ext/raw1394/gstdv1394src.h:
15861         * ext/speex/gstspeexenc.h:
15862         * gst/autodetect/gstautoaudiosink.h:
15863         * gst/autodetect/gstautovideosink.h:
15864         * gst/avi/gstavidemux.h:
15865         * gst/cutter/gstcutter.h:
15866         * gst/debug/efence.h:
15867         * gst/debug/gstnavigationtest.h:
15868         * gst/debug/gstnavseek.h:
15869         * gst/flx/gstflxdec.h:
15870         * gst/goom/gstgoom.h:
15871         * gst/icydemux/gsticydemux.h:
15872         * gst/id3demux/gstid3demux.h:
15873         * gst/law/alaw-decode.h:
15874         * gst/law/alaw-encode.h:
15875         * gst/law/mulaw-decode.h:
15876         * gst/law/mulaw-encode.h:
15877         * gst/matroska/matroska-mux.h:
15878         * gst/median/gstmedian.h:
15879         * gst/oldcore/gstaggregator.h:
15880         * gst/oldcore/gstfdsink.h:
15881         * gst/oldcore/gstmd5sink.h:
15882         * gst/oldcore/gstmultifilesrc.h:
15883         * gst/oldcore/gstpipefilter.h:
15884         * gst/oldcore/gstshaper.h:
15885         * gst/oldcore/gststatistics.h:
15886         * gst/rtp/gstasteriskh263.h:
15887         * gst/rtp/gstrtpL16depay.h:
15888         * gst/rtp/gstrtpL16pay.h:
15889         * gst/rtp/gstrtpamrdepay.h:
15890         * gst/rtp/gstrtpamrpay.h:
15891         * gst/rtp/gstrtpdepay.h:
15892         * gst/rtp/gstrtpgsmdepay.h:
15893         * gst/rtp/gstrtpgsmpay.h:
15894         * gst/rtp/gstrtph263pay.h:
15895         * gst/rtp/gstrtph263pdepay.h:
15896         * gst/rtp/gstrtph263ppay.h:
15897         * gst/rtp/gstrtpmp4gpay.h:
15898         * gst/rtp/gstrtpmp4vdepay.h:
15899         * gst/rtp/gstrtpmp4vpay.h:
15900         * gst/rtp/gstrtpmpadepay.h:
15901         * gst/rtp/gstrtpmpapay.h:
15902         * gst/rtp/gstrtppcmadepay.h:
15903         * gst/rtp/gstrtppcmapay.h:
15904         * gst/rtp/gstrtppcmudepay.h:
15905         * gst/rtp/gstrtppcmupay.h:
15906         * gst/rtp/gstrtpspeexdepay.h:
15907         * gst/rtp/gstrtpspeexpay.h:
15908         * gst/rtsp/gstrtpdec.h:
15909         * gst/rtsp/gstrtspsrc.h:
15910         * gst/smpte/gstsmpte.h:
15911         * gst/udp/gstdynudpsink.h:
15912         * gst/udp/gstmultiudpsink.h:
15913         * gst/udp/gstudpsink.h:
15914         * gst/udp/gstudpsrc.h:
15915         * gst/videofilter/gstvideobalance.h:
15916         * gst/videofilter/gstvideoflip.h:
15917         * sys/oss/gstossdmabuffer.h:
15918         * sys/oss/gstossmixerelement.h:
15919         * sys/oss/gstosssink.h:
15920         * sys/oss/gstosssrc.h:
15921         * sys/osxvideo/osxvideosink.h:
15922         * sys/sunaudio/gstsunaudiomixer.h:
15923         * sys/sunaudio/gstsunaudiosink.h:
15924         * sys/ximage/gstximagesrc.h:
15925         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15926
15927 2006-05-31  Wim Taymans  <wim@fluendo.com>
15928
15929         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
15930         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
15931         (gst_goom_src_setcaps), (gst_goom_src_event),
15932         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
15933         (gst_goom_change_state):
15934         * gst/goom/gstgoom.h:
15935         Handle QoS.
15936         Handle flushing, discont and events.
15937         Fix timestamps and various other cleanups.
15938
15939 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15940
15941         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
15942         Fix bus reset when using libiec61883
15943
15944 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15945
15946         * configure.ac:
15947         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
15948         * ext/raw1394/Makefile.am:
15949         Add CFLAGS.
15950         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
15951         New method, to receive using libiec61883.
15952         (gst_dv1394src_iso_receive),
15953         #ifdef'd out if libiec61883 is present.
15954         (gst_dv1394src_bus_reset),
15955         Get userdata correctly if using libiec61883. 
15956         (gst_dv1394src_create),
15957         When using libiec61883, only poll one fd and no need to read.
15958         (gst_dv1394src_discover_avc_node),
15959         Replace g_warnings.
15960         (gst_dv1394src_start),
15961         Create new handle when we know which dv port.  More reliable
15962         than setting port on an existing handle.  Initialise libiec61883.
15963         (gst_dv1394src_stop):
15964         If using libiec61883, then cleanup its handle properly.
15965         * ext/raw1394/gstdv1394src.h:
15966         Add libiec61883 handle.
15967
15968 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15969
15970         * gst/avi/gstavidemux.c:
15971           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
15972         * win32/MANIFEST:
15973           sort file listing
15974         * win32/vs6/libgstavi.dsp:
15975           add gstavimux.c to the project
15976         * win32/vs6/libgstid3demux.dsp:
15977           add link to zlib library
15978         * win32/vs6/libgstmatroska.dsp:
15979           add matroska-ids.c to the project
15980
15981 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15982
15983         Patch by: Sebastian Dröge  <mail at slomosnail de >
15984
15985         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15986         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15987         * ext/taglib/Makefile.am:
15988         * ext/taglib/gstapev2mux.cc:
15989         * ext/taglib/gstapev2mux.h:
15990         * ext/taglib/gstid3v2mux.cc:
15991         * ext/taglib/gsttaglibmux.c: (plugin_init):
15992         * ext/taglib/gsttaglibmux.h:
15993           Add apev2mux element (#343122).
15994         
15995         * tests/check/Makefile.am:
15996         * tests/check/elements/apev2mux.c:
15997         (test_taglib_apev2mux_create_tags),
15998         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
15999         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
16000         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
16001         (apev2mux_suite), (main):
16002           Add unit test for apev2mux element.
16003
16004 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16005
16006         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
16007         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16008         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16009           GST_PTR_FORMAT should be used to print caps in debug statements.
16010
16011 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16012
16013         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
16014
16015         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
16016         (ape_demux_parse_tags):
16017           Some clean-ups and additions: map APE 'file' tag to
16018           GST_TAG_LOCATION (#343123); add support for extracting
16019           the track count and clean up parsing a bit (#343127).
16020
16021 2006-05-28  Edward Hervey  <edward@fluendo.com>
16022
16023         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
16024         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
16025
16026 2006-05-28  Edward Hervey  <edward@fluendo.com>
16027
16028         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
16029         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
16030         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
16031         * ext/jpeg/gstjpegdec.h:
16032         Clip outgoing buffers according to currently configured segment.
16033
16034 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16035
16036         * ext/taglib/gstid3v2mux.cc:
16037           Handle  writing of track-count or album-volume-count without
16038           track-number or albume-volume-number (in this case the number
16039           will just be set to 0).
16040
16041         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
16042           It would be nice if we actually checked the values received for
16043           track/album-volume number/count in  _check_tags(), rather than
16044           setting them again ...
16045
16046 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16047
16048         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
16049           A track/volume number or count of 0 does not make sense,
16050           just ignore it along with negative numbers (a tag might
16051           only contain a track count without a track number).
16052
16053 2006-05-27  Edward Hervey  <edward@fluendo.com>
16054
16055         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
16056         (gst_jpeg_dec_sink_event):
16057         Abort decompression when receiving FLUSH_STOP. This should avoid
16058         issues when interrupting decoding with flushes.
16059
16060 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
16061
16062         * ext/flac/gstflac.c:
16063           Don't #include file we don't dist any longer.
16064
16065 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
16066
16067         * README:
16068           Replace current README (containing the release notes from
16069           some 0.9.x version) with a proper README taken from the core.
16070
16071 2006-05-24  Wim Taymans  <wim@fluendo.com>
16072
16073         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
16074         Implement EOS correctly by either posting
16075         SEGMENT_DONE or pushing an EOS message depending
16076         on the seek type. Fixes #342592
16077
16078 2006-05-24  Wim Taymans  <wim@fluendo.com>
16079
16080         * gst/law/alaw-decode.c: (gst_alawdec_chain):
16081         * gst/law/alaw-decode.h:
16082         * gst/law/alaw-encode.c: (gst_alawenc_chain):
16083         * gst/law/alaw-encode.h:
16084         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
16085         * gst/law/mulaw-decode.h:
16086         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
16087         * gst/law/mulaw-encode.h:
16088         Some cleanups in the chain functions.
16089         Remove some GStreamer 0.0.2 bits.
16090
16091 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16092
16093         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16094
16095         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
16096           gst_collect_pads_stop() needs to be called before chaining up
16097           to the parent class (#342734).
16098
16099 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16100
16101         * ext/flac/Makefile.am:
16102         * ext/flac/flac_compat.h:
16103         * ext/flac/gstflac.c:
16104         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
16105         * ext/flac/gstflacenc.c:
16106           Remove backwards compatibility cruft for dealing with FLAC API
16107           changes in the 1.0.x series - we require 1.1.1 or newer these days.
16108
16109 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16110
16111         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16112         (gst_matroska_demux_push_xiph_codec_priv_data),
16113         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
16114         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
16115         * gst/matroska/matroska-ids.h:
16116         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
16117         (gst_matroska_mux_video_pad_setcaps),
16118         (xiph3_streamheader_to_codecdata),
16119         (vorbis_streamheader_to_codecdata),
16120         (theora_streamheader_to_codecdata),
16121         (gst_matroska_mux_audio_pad_setcaps),
16122         (gst_matroska_mux_write_data):
16123           Add support for muxing/demuxing theora video (#342448; too bad
16124           none of the usual linux players can actually play this). Playback
16125           in GStreamer will require additional changes to theoradec in -base.
16126           Refactor streamheaders <=> CodecPrivateData code a bit; some small
16127           cleanups.
16128
16129 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16130
16131         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
16132         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
16133           Fix crashes when the horizontal subsampling is 1.
16134           Fixes #342097.
16135
16136 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16137
16138         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16139
16140         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
16141         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16142         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16143         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
16144         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
16145         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16146         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
16147         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16148         (gst_avi_mux_change_state):
16149         * gst/avi/gstavimux.h:
16150           Some enhancements for avimux (#342526):
16151            - add odml (large file) index support
16152            - store codec init data (e.g. huffyuv)
16153            - miscellaneous other fixes/cleanups
16154
16155 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
16156
16157         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
16158         Don't output any tag when we encounter a negative track number - the
16159         tag type is uint, so we end up outputting huge positive numbers
16160         instead. (Fixes: #342029)
16161
16162 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16163
16164         * configure.ac:
16165           update for new GSTPB_PLUGINS_DIR
16166
16167 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
16168
16169         * rtp/gst/gstrtph263pay.c:
16170         Properly set static caps for H263 at 34.
16171
16172 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
16173
16174         Patch by: James "Doc" Livingston  <doclivingston gmail com>
16175
16176         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
16177           Merge event tags and tag setter tags correctly (#339918). Also,
16178           don't leak taglist in case of an error.
16179           
16180 2006-05-17  Edward Hervey  <edward@fluendo.com>
16181
16182         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
16183         We can only do caps intersection if the othercaps are non-empty and not
16184         ANY. Else we return the pad template (base_caps).
16185
16186 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
16187
16188         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16189           Fix crash when outputting debugging information for certain
16190           pictures (always good to use the right struct member for
16191           the number of records in an array).
16192
16193 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
16194
16195         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
16196
16197         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
16198         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
16199         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
16200         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
16201         (gst_ebml_read_float), (gst_ebml_read_ascii),
16202         (gst_ebml_read_binary):
16203           Don't create unnecessary sub-buffers all the time. Dramatically
16204           improves performance with multiple concurrently running
16205           matroskademux instances (#341818) (and avoids doing
16206           unnecessarily inefficient things in the general case).
16207
16208 2006-05-16  Edward Hervey  <edward@fluendo.com>
16209
16210         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
16211         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
16212         return value of gst_pad_push_event().
16213
16214 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
16215
16216         * gst/autodetect/gstautoaudiosink.c:
16217         (gst_auto_audio_sink_find_best):
16218         * gst/autodetect/gstautovideosink.c:
16219         (gst_auto_video_sink_find_best):
16220         Make the name of the child element be based on the name of the
16221         parent, so that debug output is more useful.
16222         
16223         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
16224         (parse_insert_string_field), (parse_split_strings):
16225         Rework string parsing to always walk over BOM markers in UTF16
16226         strings, using the endianness indicated by the innermost one,
16227         then trying the opposite endianness if that fails to convert
16228         to valid UTF-8. Fixes #341774
16229
16230 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16231
16232         Patch from: Matthieu <matthieu at fluendo dot com>
16233
16234         * ext/libpng/Makefile.am:
16235         Add LIBPNG_CFLAGS.
16236
16237 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
16238
16239         * ext/taglib/gstid3v2mux.cc:
16240           Add support for writing images (APIC frames) into ID3v2
16241           tags (picture type always set to 'other' for now though).
16242
16243 2006-05-14  Michael Smith  <msmith@fluendo.com>
16244
16245         * gst/wavparse/gstwavparse.c:
16246           Update docs; wavparse implements push and pull modes.
16247
16248 2006-05-12  Wim Taymans  <wim@fluendo.com>
16249
16250         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
16251         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
16252         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
16253         Ooops, bitten by the copy-and-paste design paradigm, fixes
16254         seek again.
16255
16256 2006-05-12  Wim Taymans  <wim@fluendo.com>
16257
16258         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
16259         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
16260         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
16261         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16262         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16263         (gst_avi_demux_massage_index),
16264         (gst_avi_demux_calculate_durations_from_index),
16265         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
16266         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
16267         (gst_avi_demux_loop):
16268         * gst/avi/gstavidemux.h:
16269         Some cleanups, prepare to use GstSegment.
16270         Fix error in entry walking code.
16271         Fix VBR detection.
16272         Smarter timestamp calculation code.
16273         Uniform error/eos handling.
16274
16275 2006-05-12  Michael Smith  <msmith@fluendo.com>
16276
16277         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
16278         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
16279           Fix use of uninitialised values if we're NOT seeking in ready.
16280           Fix typos.
16281
16282 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
16283
16284         * gst/wavparse/Makefile.am:
16285           Add CFLAGS and LIBS for libgstbase, fixes build on
16286           Cygwin (#341489).
16287
16288 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16289
16290         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
16291           Some more debug info. No need to check whether the string
16292           returned by g_convert() is really UTF-8 - either it is or
16293           we get NULL returned.
16294
16295 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
16296
16297         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
16298           Fix parsing of numeric genre strings some more, by ensuring that
16299           we only try and parse strings that a) Start with '(' and b) Consist
16300           only of digits.
16301           Also, when finding an escaping '((' sequence, bust it back to '(' by
16302           swallowing the first parenthesis
16303
16304 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16305
16306         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
16307         (gst_esdsink_open), (gst_esdsink_close):
16308         * ext/esd/esdsink.h:
16309           Move the esd_get_server_info() into gst_esdsink_open() and fail
16310           with a decent error message on errors.
16311
16312 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16313
16314         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
16315         (gst_esdmon_channels_get_type):
16316         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
16317         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
16318         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
16319         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
16320         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
16321         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
16322         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
16323         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
16324         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
16325         * gst/videomixer/videomixer.c:
16326         (gst_video_mixer_background_get_type):
16327           Const-ify GEnumValue arrays.
16328
16329 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16330
16331         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
16332
16333         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
16334         (gst_avi_mux_do_video_buffer):
16335           Work around gst_buffer_make_metadata_writable() bug that
16336           results in avimux marking all frames in the index as
16337           keyframes (#340859).
16338           
16339 2006-05-08  Wim Taymans  <wim@fluendo.com>
16340
16341         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
16342         Make parsing of urls suck slightly less.
16343
16344 2006-05-08  Edward Hervey  <edward@fluendo.com>
16345
16346         * autogen.sh: (CONFIGURE_DEF_OPT): 
16347         libtoolize on Darwin/MacOSX is called glibtoolize.
16348
16349 2006-05-08  Wim Taymans  <wim@fluendo.com>
16350
16351         Patch by: Jens Granseuer <jensgr at gmx dot net>
16352
16353         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
16354         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
16355         C89 compliance fixes. Fixes #340980
16356
16357 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
16358
16359         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16360         * ext/flac/gstflacdec.h:
16361           Handle segment seeks that include the end of the file as stop point
16362           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
16363           message instead of an EOS event in case we're in segment seek
16364           mode (fixes #340699).
16365           
16366 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
16367
16368         * ext/cairo/gsttextoverlay.c:
16369         * ext/flac/gstflacdec.c:
16370         * ext/gdk_pixbuf/pixbufscale.c:
16371         * gst/apetag/gstapedemux.c:
16372         * gst/debug/breakmydata.c:
16373         * gst/debug/testplugin.c:
16374         * gst/matroska/ebml-write.c:
16375         * gst/multipart/multipartdemux.c:
16376         * sys/osxaudio/gstosxaudiosink.c:
16377         * sys/osxaudio/gstosxaudiosrc.c:
16378         Add semicolons after GST_BOILERPLATE[_FULL] so that
16379         indent doesn't mess up following lines.
16380
16381 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
16382
16383         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16384
16385         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
16386           Don't leak caps when freeing the stream context (#340623).
16387
16388 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
16389
16390         * configure.ac:
16391           Back to CVS
16392
16393 === release 0.10.3 ===
16394
16395 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
16396
16397         * configure.ac:
16398           releasing 0.10.3, "Desplazado"
16399
16400 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16401
16402         * gst/matroska/matroska-mux.c:
16403         (gst_matroska_mux_stream_is_vorbis_header),
16404         (gst_matroska_mux_write_data):
16405           Don't strcmp() NULL strings.
16406           Only start new clusters on video keyframes, not on any
16407           random audio buffer that doesn't have the DELTA_UNIT
16408           flag set (fixes 'make check' again).
16409
16410 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16411
16412         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16413
16414         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
16415         (gst_matroska_mux_stream_is_vorbis_header),
16416         (gst_matroska_mux_write_data):
16417           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
16418           value and then dead-lock when muxing vorbis audio streams
16419           (the three vorbis header buffers carry no timestamp, and it
16420           would try to mux these after all video buffers). Fixes #340346.
16421
16422           Improve clustering: start a new cluster also whenever we get
16423           a keyframe.     
16424
16425 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16426
16427         * win32/common/config.h:
16428         * win32/MANIFEST
16429           add the generated file as well
16430
16431 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16432
16433         * Makefile.am:
16434         * configure.ac:
16435         * win32/common/config.h.in:
16436           add win32 stuff
16437
16438 2006-05-03  Michael Smith  <msmith@fluendo.com>
16439
16440         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
16441           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
16442           SUCKS.
16443
16444 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16445
16446         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
16447         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16448         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16449           don't leak caps-string
16450
16451 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16452
16453         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16454         (gst_id3demux_sink_activate):
16455           Let core insert default error message for TYPE_NOT_FOUND
16456           errors, it's just as good as our own and has the added
16457           bonus of being translated.
16458
16459 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16460
16461         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
16462         (gst_tag_demux_sink_event):
16463         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
16464         (gst_id3demux_sink_event):
16465           Post an error message when we get an EOS event and were not
16466           able to find out the type of stream.
16467
16468         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
16469         (test_taglib_id3mux_with_tags):
16470           Decrease num-buffers to 16 per iteration again, otherwise the
16471           many memcpy()s and reallocations in the test will hammer slow
16472           CPUs completely and make the test timeout.
16473
16474 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16475
16476         * configure.ac:
16477           figure out where plugins-base plugins are
16478         * tests/check/Makefile.am:
16479           use plugins-base plugins, so we have typefind functions
16480         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
16481           increase num-buffers, this makes sure the test errors out instead
16482           of timing out when no typefind functions are present
16483
16484 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16485
16486         * docs/plugins/Makefile.am:
16487           also check .cc files for gtk-doc markup
16488         * configure.ac:
16489         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16490         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16491         * tests/check/Makefile.am:
16492         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
16493         * ext/Makefile.am:
16494         * ext/taglib/Makefile.am:
16495         * ext/taglib/gstid3v2mux.h:
16496         * ext/taglib/gsttaglibmux.c:
16497         * ext/taglib/gsttaglibmux.h:
16498           move taglib-based id3v2muxer to -good.  Fixes #336110.
16499
16500 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16501
16502         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
16503           ... and fix multichannel/WAVFORMATEX support again.
16504
16505 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
16506
16507         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16508         (gst_wavparse_class_init), (gst_wavparse_dispose),
16509         (gst_wavparse_reset), (gst_wavparse_init),
16510         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
16511         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
16512         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
16513         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
16514         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
16515         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16516         (gst_wavparse_stream_data), (gst_wavparse_loop),
16517         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16518         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16519         (gst_wavparse_change_state), (plugin_init):
16520         * gst/wavparse/gstwavparse.h:
16521           Add push (streaming) mode to wavparse (fixes #337625)
16522
16523 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16524
16525         * configure.ac:
16526         * tests/Makefile.am:
16527           add ximagesrc icles test
16528
16529 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16530
16531         * configure.ac:
16532         * docs/plugins/Makefile.am:
16533         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16534         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16535         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
16536         (gst_cmml_enc_push_clip):
16537         * sys/Makefile.am:
16538         * sys/ximage/Makefile.am:
16539         * sys/ximage/gstximagesrc.c:
16540           Move ximagesrc plug-in to good after review.  Fixes #336756.
16541
16542 2006-04-28  Michael Smith  <msmith@fluendo.com>
16543
16544         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
16545         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
16546         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
16547         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
16548         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16549         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
16550         * gst/icydemux/gsticydemux.h:
16551           Fix event handling: cache events when typefinding and forward later.
16552
16553 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16554
16555         * sys/osxaudio/gstosxaudiosink.c:
16556         (plugin_init):
16557          Register osxaudiosrc to the plugin.
16558         * sys/osxaudio/gstosxaudiosrc.c:
16559         (gst_osx_audio_src_osxelement_do_init),
16560         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
16561         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
16562         (gst_osx_audio_src_get_property),
16563         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
16564         (gst_osx_audio_src_osxelement_init):
16565         * sys/osxaudio/gstosxaudiosrc.h:
16566           Port of osxaudiosrc to 0.10.
16567         * sys/osxaudio/Makefile.am:
16568           Add osxaudiosrc
16569
16570 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16571
16572         * sys/osxaudio/gstosxringbuffer.c:
16573         * sys/osxaudio/gstosxringbuffer.h:
16574           Forgot to commit earlier, part of the OSX audio plugin port
16575
16576 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16577
16578         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
16579         (parse_split_strings):
16580           Recognise and skip any byte order marker (BOM) in
16581           UTF-16 strings.
16582
16583 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16584
16585         * docs/plugins/Makefile.am:
16586         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16587         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16588         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16589         * docs/plugins/inspect/plugin-avi.xml:
16590         * gst/avi/gstavidemux.c:
16591         * gst/avi/gstavimux.c:
16592           Add docs for both avidemux and avimux.
16593
16594 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16595
16596         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16597
16598         * gst/avi/Makefile.am:
16599         * gst/avi/gstavi.c: (plugin_init):
16600         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
16601         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
16602         (gst_avi_mux_class_init), (gst_avi_mux_init),
16603         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16604         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
16605         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
16606         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16607         (gst_avi_mux_riff_get_avix_header),
16608         (gst_avi_mux_riff_get_video_header),
16609         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
16610         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
16611         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16612         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
16613         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
16614         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
16615         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16616         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
16617         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
16618         (gst_avi_mux_change_state):
16619         * gst/avi/gstavimux.h:
16620           Port AVI muxer to GStreamer-0.10 (#332031).
16621
16622         * tests/check/Makefile.am:
16623         * tests/check/elements/avimux.c:
16624         * tests/check/elements/.cvsignore:
16625           Add unit test for AVI muxer.
16626
16627 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
16628
16629         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16630         (gst_wavparse_class_init), (gst_wavparse_reset),
16631         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16632         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16633         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16634         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16635         (gst_wavparse_stream_data), (gst_wavparse_loop),
16636         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
16637         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
16638         (plugin_init):
16639         * gst/wavparse/gstwavparse.h:
16640           reverted patch #337625 for the price of 1 hour sleep
16641
16642 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16643
16644         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16645         (gst_wavparse_class_init), (gst_wavparse_reset),
16646         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16647         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
16648         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16649         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16650         (gst_wavparse_stream_data), (gst_wavparse_loop),
16651         (gst_wavparse_chain), (plugin_init):
16652         * gst/wavparse/gstwavparse.h:
16653           correct partial implementation of push mode
16654           (from my last commit)
16655
16656 2006-04-26  Wim Taymans  <wim@fluendo.com>
16657
16658         * ext/esd/esdsink.c:
16659         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
16660         it is not in esd.h
16661
16662 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
16663
16664         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
16665         (gst_au_parse_class_init), (gst_au_parse_init),
16666         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
16667         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
16668         (gst_au_parse_chain), (gst_au_parse_src_convert),
16669         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
16670         (gst_au_parse_sink_event), (gst_au_parse_src_event),
16671         (gst_au_parse_change_state):
16672         * gst/auparse/gstauparse.h:
16673           Rewrite auparse to suck a little bit less: make source pad
16674           dynamic, so decodebin/playbin work with non-raw formats
16675           like alaw/mulaw; add query function for duration/position
16676           queries; check whether we have enough data before attempting
16677           to parse the header (instead of crashing when that is not the
16678           case); work around audioconvert sucking by swapping endianness
16679           to the native endianness ourselves for float formats; send
16680           initial newsegment event. Fixes #161712.
16681
16682 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16683
16684         * sys/osxaudio/Makefile.am:
16685         * sys/osxaudio/gstosxaudioelement.c:
16686         (gst_osx_audio_element_get_type),
16687         (gst_osx_audio_element_class_init):
16688         * sys/osxaudio/gstosxaudioelement.h:
16689         * sys/osxaudio/gstosxaudiosink.c:
16690         (gst_osx_audio_sink_osxelement_do_init),
16691         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
16692         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
16693         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
16694         (gst_osx_audio_sink_create_ringbuffer),
16695         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
16696         (plugin_init):
16697         * sys/osxaudio/gstosxaudiosink.h:
16698         Port of osxaudiosink to 0.10
16699
16700 2006-04-26  Wim Taymans  <wim@fluendo.com>
16701
16702         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
16703         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
16704         the size of the ringbuffer. This should fix hangs with older 
16705         esd sound servers.
16706
16707 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16708
16709         * ext/aalib/gstaasink.c:
16710         * ext/annodex/gstcmmldec.c:
16711         * ext/annodex/gstcmmlenc.c:
16712         * ext/cairo/gsttextoverlay.c:
16713         * ext/cairo/gsttimeoverlay.c:
16714         * ext/cdio/gstcdiocddasrc.c:
16715         * ext/dv/gstdvdec.c:
16716         * ext/dv/gstdvdemux.c:
16717         * ext/esd/esdmon.c:
16718         * ext/esd/esdsink.c:
16719         * ext/flac/gstflacenc.c:
16720         * ext/flac/gstflactag.c:
16721         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16722         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16723         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16724         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16725         * ext/gdk_pixbuf/pixbufscale.c:
16726         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16727         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16728         * ext/jpeg/gstjpegdec.c:
16729         * ext/jpeg/gstjpegenc.c:
16730         * ext/jpeg/gstsmokedec.c:
16731         * ext/jpeg/gstsmokeenc.c:
16732         * ext/libcaca/gstcacasink.c:
16733         * ext/libmng/gstmngdec.c:
16734         * ext/libmng/gstmngenc.c:
16735         * ext/libpng/gstpngdec.c:
16736         * ext/libpng/gstpngenc.c:
16737         * ext/mikmod/gstmikmod.c:
16738         * ext/raw1394/gstdv1394src.c:
16739         * ext/shout2/gstshout2.c: (gst_shout2send_init):
16740         * ext/shout2/gstshout2.h:
16741         * ext/speex/gstspeexdec.c:
16742         * ext/speex/gstspeexenc.c:
16743         * gst/alpha/gstalpha.c:
16744         * gst/alpha/gstalphacolor.c:
16745         * gst/apetag/gstapedemux.c:
16746         * gst/auparse/gstauparse.c:
16747         * gst/autodetect/gstautoaudiosink.c:
16748         (gst_auto_audio_sink_base_init):
16749         * gst/autodetect/gstautovideosink.c:
16750         (gst_auto_video_sink_base_init):
16751         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16752         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16753         * gst/cutter/gstcutter.c:
16754         * gst/debug/breakmydata.c:
16755         * gst/debug/efence.c:
16756         * gst/debug/gstnavigationtest.c:
16757         * gst/debug/gstnavseek.c:
16758         * gst/debug/negotiation.c:
16759         * gst/debug/progressreport.c:
16760         * gst/debug/testplugin.c:
16761         * gst/effectv/gstaging.c:
16762         * gst/effectv/gstdice.c:
16763         * gst/effectv/gstedge.c:
16764         * gst/effectv/gstquark.c:
16765         * gst/effectv/gstrev.c:
16766         * gst/effectv/gstshagadelic.c:
16767         * gst/effectv/gstvertigo.c:
16768         * gst/effectv/gstwarp.c:
16769         * gst/flx/gstflxdec.c:
16770         * gst/goom/gstgoom.c:
16771         * gst/icydemux/gsticydemux.c:
16772         * gst/id3demux/gstid3demux.c:
16773         * gst/interleave/deinterleave.c:
16774         * gst/interleave/interleave.c:
16775         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16776         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16777         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16778         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16779         * gst/level/gstlevel.c:
16780         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16781         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16782         * gst/median/gstmedian.c:
16783         * gst/monoscope/gstmonoscope.c:
16784         * gst/multipart/multipartdemux.c:
16785         * gst/multipart/multipartmux.c:
16786         * gst/oldcore/gstaggregator.c:
16787         * gst/oldcore/gstfdsink.c:
16788         * gst/oldcore/gstmd5sink.c:
16789         * gst/oldcore/gstmultifilesrc.c:
16790         * gst/oldcore/gstpipefilter.c:
16791         * gst/oldcore/gstshaper.c:
16792         * gst/oldcore/gststatistics.c:
16793         * gst/rtp/gstasteriskh263.c:
16794         * gst/rtp/gstrtpL16depay.c:
16795         * gst/rtp/gstrtpL16pay.c:
16796         * gst/rtp/gstrtpamrdepay.c:
16797         * gst/rtp/gstrtpamrpay.c:
16798         * gst/rtp/gstrtpdepay.c:
16799         * gst/rtp/gstrtpgsmpay.c:
16800         * gst/rtp/gstrtph263pay.c:
16801         * gst/rtp/gstrtph263pdepay.c:
16802         * gst/rtp/gstrtph263ppay.c:
16803         * gst/rtp/gstrtpilbcdepay.c:
16804         * gst/rtp/gstrtpmp4gpay.c:
16805         * gst/rtp/gstrtpmp4vdepay.c:
16806         * gst/rtp/gstrtpmp4vpay.c:
16807         * gst/rtp/gstrtpmpadepay.c:
16808         * gst/rtp/gstrtpmpapay.c:
16809         * gst/rtp/gstrtppcmadepay.c:
16810         * gst/rtp/gstrtppcmapay.c:
16811         * gst/rtp/gstrtppcmudepay.c:
16812         * gst/rtp/gstrtppcmupay.c:
16813         * gst/rtp/gstrtpspeexdepay.c:
16814         * gst/rtp/gstrtpspeexpay.c:
16815         * gst/rtsp/gstrtpdec.c:
16816         * gst/rtsp/gstrtspsrc.c:
16817         * gst/smpte/gstsmpte.c:
16818         * gst/udp/gstdynudpsink.c:
16819         * gst/udp/gstmultiudpsink.c:
16820         * gst/udp/gstudpsink.c:
16821         * gst/udp/gstudpsrc.c:
16822         * gst/videobox/gstvideobox.c:
16823         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16824         * gst/videofilter/gstvideobalance.c:
16825         * gst/videofilter/gstvideoflip.c:
16826         * gst/videofilter/gstvideotemplate.c:
16827         (gst_videotemplate_base_init):
16828         * gst/videomixer/videomixer.c:
16829         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16830         (gst_wavparse_class_init), (gst_wavparse_dispose),
16831         (gst_wavparse_reset), (gst_wavparse_init),
16832         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
16833         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
16834         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
16835         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
16836         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16837         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16838         (gst_wavparse_change_state):
16839         * gst/wavparse/gstwavparse.h:
16840         * sys/oss/gstossmixerelement.c:
16841         * sys/oss/gstosssink.c:
16842         * sys/oss/gstosssrc.c:
16843         * sys/osxaudio/gstosxaudioelement.c:
16844         * sys/osxaudio/gstosxaudiosink.c:
16845         * sys/osxaudio/gstosxaudiosrc.c:
16846         * sys/sunaudio/gstsunaudiomixer.c:
16847         * sys/sunaudio/gstsunaudiosink.c:
16848           Define GstElementDetails as const and also static (when defined as
16849           global)
16850
16851 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16852
16853         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16854           Source pad has fixed caps. If we don't set this, bad
16855           things happen when the window is resized.
16856
16857 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16858
16859         * gst/matroska/Makefile.am:
16860         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16861         (gst_matroska_demux_handle_src_event):
16862         * gst/matroska/matroska-ids.c:
16863         (gst_matroska_track_init_video_context),
16864         (gst_matroska_track_init_audio_context),
16865         (gst_matroska_track_init_subtitle_context),
16866         (gst_matroska_track_init_complex_context):
16867         * gst/matroska/matroska-ids.h:
16868           Handle case where the TrackType ebml chunk does not come before the
16869           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16870           events.
16871
16872 2006-04-25  Wim Taymans  <wim@fluendo.com>
16873
16874         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16875         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16876         It's codec_data, not codec_info.
16877
16878 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16879
16880         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16881
16882         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16883           Handle codec_data for VfW compatibility codec IDs (#339451)
16884
16885         * gst/matroska/matroska-mux.c:
16886         (gst_matroska_mux_video_pad_setcaps):
16887           Same here, handle codec_data and add additional caps we can handle
16888           now to the pad template (huffyuv, dv and h263 video) (#339451)
16889
16890 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16891
16892         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
16893
16894         * gst/matroska/matroska-mux.c:
16895         (gst_matroska_mux_create_buffer_header),
16896         (gst_matroska_mux_write_data):
16897           Fix timestamping of B-frames, use signed integers, do
16898           some rounding (#339678).
16899
16900 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
16901
16902         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16903         just make it compile with --disable-gst-debug.
16904
16905 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
16906
16907         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16908         Fix a bad conversion using gst_guint64_to_gdouble.
16909         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
16910         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16911         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
16912     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
16913         mistake.
16914
16915 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
16916
16917         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16918         Use gst_guint64_to_gdouble for conversions
16919         * win32/vs6/gst_plugins_good.dsw:
16920         * win32/vs6/libgsticydemux.dsp:
16921         Add a project file for icydemux
16922
16923 2006-04-21  Wim Taymans  <wim@fluendo.com>
16924
16925         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16926
16927         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16928         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
16929         When splitting audio chunks, the block alignment is not taken in
16930         consideration, so the smaller chunks could be of size which is 
16931         not a multiple of the block alignment. Fixes #336904
16932
16933 2006-04-21  Wim Taymans  <wim@fluendo.com>
16934
16935         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
16936         Use scale functions
16937
16938 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16939
16940         * ext/dv/gstdv.c: (plugin_init):
16941           Fix build.
16942
16943 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16944
16945         * gst/debug/progressreport.c: (gst_progress_report_finalize),
16946         (gst_progress_report_class_init), (gst_progress_report_init),
16947         (gst_progress_report_do_query), (gst_progress_report_report),
16948         (gst_progress_report_set_property),
16949         (gst_progress_report_get_property):
16950           Add 'format' property to force querying to a particular format.
16951
16952 2006-04-21  Andy Wingo  <wingo@pobox.com>
16953
16954         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
16955         best, on big endian systems. Drop its rank in that case. OTOH on
16956         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
16957
16958 2006-04-21  Michael Smith  <msmith@fluendo.com>
16959
16960         * configure.ac:
16961         * gst/icydemux/Makefile.am:
16962         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
16963         (gst_icydemux_base_init), (gst_icydemux_class_init),
16964         (gst_icydemux_reset), (gst_icydemux_init),
16965         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
16966         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
16967         (unicodify), (gst_icydemux_unicodify),
16968         (gst_icydemux_parse_and_send_tags),
16969         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16970         (gst_icydemux_chain), (gst_icydemux_change_state),
16971         (gst_icydemux_send_tag_event), (plugin_init):
16972         * gst/icydemux/gsticydemux.h:
16973         * tests/check/Makefile.am:
16974         * tests/check/elements/icydemux.c: (typefind_succeed),
16975         (plugin_init), (icydemux_found_pad), (create_icydemux),
16976         (cleanup_icydemux), (push_data), (GST_START_TEST),
16977         (icydemux_suite), (main):
16978           Add icydemux, and tests.
16979
16980 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16981
16982         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16983           Post SEGMENT_DONE message in TIME format.
16984
16985 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16986
16987         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16988
16989         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
16990         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
16991           Fix index creation when we have to scan the file to create
16992           an index. There may be other types of RIFF 'LIST' chunks than
16993           'movi' and we need to skip them properly as well or we'll end up
16994           reading garbage (#336889). Some other cosmetic changes.
16995           
16996 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16997
16998         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
16999         (gst_flac_dec_handle_seek_event):
17000           Add support for segment seeks (fixes #338290). Also demote
17001           some recurring debug message from DEBUG to LOG level.
17002
17003 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17004
17005         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17006         (gst_matroskademux_do_index_seek),
17007         (gst_matroska_demux_handle_seek_event),
17008         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
17009         * gst/matroska/matroska-ids.h:
17010           Set DISCONT flag on first buffer after a discontinuity.
17011           Fix newsegment events sent when seeking and honour KEY_UNIT
17012           seek flag. Create pad with bogus caps if we don't recognise
17013           the stream codec id.
17014
17015         * gst/matroska/matroska-demux.h:
17016           Fix GObject macros.
17017
17018 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17019
17020         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
17021
17022         * gst/matroska/matroska-demux.c:
17023         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
17024           Handle end of segment properly when set; don't dead-lock when
17025           posting start of segment message when doing a segment seek.
17026           Fixes #338810.
17027
17028 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17029
17030         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
17031         (gst_matroska_demux_plugin_init):
17032           Make mpeg2 aac audio work: create artificial private codec data
17033           chunk which faad2 seems to require, just as we do for mpeg4 aac.
17034           Also call gst_riff_init(). Partially fixes #338767.
17035
17036 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
17037
17038         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
17039         (gst_wavenc_class_init), (gst_wavenc_init),
17040         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
17041         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
17042         (gst_wavenc_chain), (gst_wavenc_change_state):
17043         * gst/wavenc/gstwavenc.h:
17044           Set caps on first outgoing buffer, so that it doesn't error out
17045           immediately with a non-negotiated error (#338716). Rewrite and
17046           clean up a bit; fix setcaps function to parse things properly;
17047           fix sink caps (8bit audio is unsigned and doesn't have depth);
17048           use boilerplate macros; remove unused properties stuff.
17049
17050 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17051
17052         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17053           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
17054           handle MJPEG streams and might be autoplugged for those if the
17055           user doesn't have jpegdec installed (resulting in a cryptic error
17056           message about huffman tables). Better to disable JPEG decoding here
17057           and let the user figure out that she needs to install jpegdec.
17058
17059 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17060
17061         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17062         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
17063         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
17064         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17065           Make work with packetised/framed input (e.g. png-in-quicktime). Use
17066           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
17067           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
17068           debug messages. Fix boilerplate macros.
17069
17070 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17071
17072         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
17073         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
17074           No need to special-case for Gdk-2.0 any longer, we require
17075           Gdk 2.2 or newer; minor clean-ups.
17076
17077 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17078
17079         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
17080         (gst_shout2send_class_init), (gst_shout2send_init),
17081         (set_shout_metadata), (gst_shout2send_set_metadata),
17082         (gst_shout2send_event), (gst_shout2send_start),
17083         (gst_shout2send_connect), (gst_shout2send_stop),
17084         (gst_shout2send_render), (gst_shout2send_set_property),
17085         (gst_shout2send_get_property), (gst_shout2send_setcaps),
17086         (plugin_init):
17087         * ext/shout2/gstshout2.h:
17088         * po/POTFILES.in:
17089           Rewrite a bit: use GstBaseSink::start and stop instead of a state
17090           change function; use GST_ELEMENT_ERROR for error reporting, not
17091           g_error() or GST_ERROR(); don't unref caps in setcaps function,
17092           will cause crashes or assertion failures; remove (unused) "sync"
17093           property, basesink already has such a property; misc. other
17094           minor fixes and cleanups.
17095
17096 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17097
17098         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
17099         * ext/esd/gstesd.c: (plugin_init):
17100         * po/POTFILES.in:
17101           Add translatable error message for when we cannot
17102           connect to the sound server, as "Cannot open resource
17103           for writing" isn't really an acceptable message to show
17104           to the user in this case.
17105
17106 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17107
17108         * sys/oss/gst-i18n-plugin.h:
17109           Remove bogus file that doesn't belong here.
17110
17111 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
17112
17113         Patch by: Philippe Valembois
17114
17115         * ext/shout2/gstshout2.c: (gst_shout2send_init),
17116         (gst_shout2send_set_metadata), (gst_shout2send_event),
17117         (gst_shout2send_render), (gst_shout2send_change_state):
17118         * ext/shout2/gstshout2.h:
17119           Handle tags being received before the connection to
17120           the server is established properly (see #338636).
17121
17122 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
17123
17124         * ext/shout2/gstshout2.c: (gst_shout2send_render):
17125           Don't crash in case the connection to the server fails:
17126           don't set pointer to NULL by assigning FALSE; error out
17127           properly by using GST_ELEMENT_ERROR and returning
17128           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
17129           before resetting the pointer.
17130
17131 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
17132
17133         * gst/id3demux/id3tags.c:
17134         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
17135         (Fixes #338713)
17136
17137 2006-04-12  Wim Taymans  <wim@fluendo.com>
17138
17139         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17140         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
17141         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
17142         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
17143         (gst_gdk_pixbuf_chain):
17144         Some cleanups.
17145         Added RGBA as a possible output format.
17146         Correctly free the supported mimetypes.
17147         deprecate silent arg, it's not used.
17148         Return result from _alloc_buffer to peer.
17149
17150 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
17151
17152         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
17153           Don't leak memory allocated by gst_buffer_new_and_alloc() by
17154           overwriting GST_BUFFER_MALLOCDATA.
17155
17156 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
17157
17158         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17159         (user_endrow_callback), (user_end_callback),
17160         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
17161         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
17162         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
17163         * ext/libpng/gstpngdec.h:
17164           Handle more than one frame if the content is framed,
17165           like with png-in-quicktime (#331917).
17166
17167 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17168
17169         * sys/oss/Makefile.am:
17170         * sys/oss/common.h:
17171         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
17172         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
17173         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
17174         (gst_oss_src_unprepare):
17175           - the user-visible error strings were in the wrong category
17176           - and the messages were not marked for translation
17177           - which is actually a good thing, because they were exactly
17178             the kind of message you would never want anyone to see
17179           - the macros were using variables that didn't exist in the macro
17180             arguments
17181           - and they were obviously copied from each other and then modified
17182           - so a common header makes sense
17183
17184 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17185
17186         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17187           Don't try to modify read-only data.
17188
17189         * gst/matroska/matroska-demux.c:
17190         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
17191           Fix comment (won't crash any longer now).
17192
17193 2006-04-10  Michael Smith  <msmith@fluendo.com>
17194
17195         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
17196           Use copies of header buffers for caps to avoid circular refcounting
17197           problems (as in theoradec, vorbisdec).
17198
17199         * tests/check/elements/cmmldec.c: (GST_START_TEST):
17200           Fix a typo in test that meant it was testing the wrong thing.
17201
17202         * tests/check/elements/cmmlenc.c: (check_headers):
17203           Fix refcount checks now that we use buffer-copies for caps.
17204
17205 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17206
17207         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
17208         (gst_matroska_demux_handle_seek_event),
17209         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
17210         (gst_matroska_demux_subtitle_caps),
17211         (gst_matroska_demux_plugin_init):
17212           Use static pad templates with ANY caps for audio and video
17213           source pads and get rid of a lot of unnecessary (and partially
17214           broken) code for the template caps. Clean up caps finding
17215           functions. Fixes playback of audio files/streams that do not
17216           contain the sample rate and/or number of channels in the audio
17217           context (happens a lot with vorbis/mp3 .mka files it seems).
17218           Fixes #337183.
17219           Also add myself to copyright holders.
17220
17221 2006-04-10  Michael Smith  <msmith@fluendo.com>
17222
17223         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
17224           Use g_list_delete_link () instead of g_list_remove_link () so that
17225           we free the link as well as the contained data.
17226
17227 2006-04-10  Wim Taymans  <wim@fluendo.com>
17228
17229         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
17230
17231         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
17232         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
17233         (gst_avi_demux_stream_header):
17234         Fix some crashers with empty chunks. (Fixes #337749)
17235
17236 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
17237
17238         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
17239           use G_GINT64_CONSTANT for INT64 constants
17240         * gst/videofilter/gstvideobalance.c:
17241           define rint for WIN32 #define rint(x) (floor((x)+0.5))
17242         * win32/vs6/libgstavi.dsp:
17243          add missing libraries for the link and remove avimux.c from
17244          the project as it isn't ported to 0.10 yet
17245         
17246 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
17247
17248         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17249           Even better would be if we actually did the right thing
17250           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
17251
17252 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17253
17254         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17255           Can't just replace 1LL with 1L here just because MSVC doesn't
17256           support it, as it might lead to incorrect results when doing the
17257           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
17258           force a 64-bit constant in a way that all compilers are happy with.
17259
17260 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17261
17262         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17263         * ext/esd/esdsink.c: (gst_esdsink_class_init):
17264         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
17265         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
17266         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17267         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
17268         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
17269         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
17270         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
17271         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
17272         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
17273         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
17274         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
17275         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
17276         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17277         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
17278         * gst/avi/gstavimux.c: (gst_avimux_class_init):
17279         * gst/debug/efence.c: (gst_efence_class_init):
17280         * gst/debug/negotiation.c: (gst_negotiation_class_init):
17281         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
17282         * gst/goom/gstgoom.c: (gst_goom_class_init):
17283         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
17284         * gst/interleave/deinterleave.c: (deinterleave_class_init):
17285         * gst/interleave/interleave.c: (interleave_class_init):
17286         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
17287         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
17288         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
17289         * gst/median/gstmedian.c: (gst_median_class_init):
17290         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
17291         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
17292         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
17293         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
17294         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
17295         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
17296         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
17297         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
17298         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
17299         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
17300         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
17301         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
17302         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
17303         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
17304         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
17305         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
17306         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
17307         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
17308         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
17309         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
17310         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
17311         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
17312         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
17313         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
17314         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
17315         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
17316         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
17317         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17318         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
17319         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
17320         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
17321         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
17322         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
17323         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
17324         * sys/osxaudio/gstosxaudioelement.c:
17325         (gst_osxaudioelement_class_init):
17326         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
17327         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
17328         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
17329         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
17330
17331 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17332
17333         * ext/mikmod/gstmikmod.h:
17334         * gst/level/gstlevel.h:
17335         Fix more broken GObject macros
17336
17337 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17338
17339         * ext/annodex/gstcmmldec.h:
17340         * ext/annodex/gstcmmlenc.h:
17341         * ext/annodex/gstcmmltag.h:
17342         * ext/cairo/gsttextoverlay.h:
17343         * ext/ladspa/gstsignalprocessor.h:
17344         * gst/matroska/ebml-read.h:
17345         * gst/matroska/ebml-write.h:
17346         * sys/osxaudio/gstosxaudioelement.h:
17347         Fix broken GObject macros
17348
17349 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17350
17351         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17352           Don't try to seek beyond the end of the file (would
17353           occasionally display error dialogs in totem when seeking
17354           to the end) (#335869). Will still throw an error though
17355           if the file is truncated and the total_samples value in
17356           the stream header is wrong.
17357
17358 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
17359
17360         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
17361         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
17362         (gst_flac_dec_metadata_callback):
17363         * ext/flac/gstflacdec.h:
17364           If the stream header doesn't contain the total number of samples,
17365           search for the last flac frame at the end of the file and calculate
17366           the total duration from that frame's offset (fixes #337609).
17367
17368 2006-04-07  Edward Hervey  <edward@fluendo.com>
17369
17370         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
17371         Don't unref the GstPadTemplate returned by
17372         gst_element_class_get_pad_template().
17373
17374 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17375
17376         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
17377
17378         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
17379         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
17380         * sys/sunaudio/gstsunaudiosink.h:
17381           Use spec->segsize and spec->segtotal in the prepare function
17382           to initialise the ring buffer instead of using the buffer-time
17383           property (#337421).
17384
17385 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17386
17387         * configure.ac:
17388           Bump core requirements to CVS for gst_pad_query_peer_duration()
17389           which is used by speexdec.
17390
17391 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
17392
17393         * ext/speex/gstspeex.c: (plugin_init):
17394         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
17395         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
17396         (speex_get_sink_query_types), (speex_dec_sink_query),
17397         (speex_get_src_query_types), (speex_dec_src_query),
17398         (speex_dec_src_event), (speex_dec_sink_event),
17399         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
17400         (speex_dec_chain_parse_data), (speex_dec_chain),
17401         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
17402         (speex_dec_change_state):
17403         * ext/speex/gstspeexdec.h:
17404           Fix seeking and duration queries (#337033); clean up and
17405           refactor a bit.
17406
17407 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17408
17409         * ext/raw1394/gstdv1394src.c:
17410           distinguish between device not found and could not open for
17411           reading
17412
17413 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17414
17415         * Makefile.am:
17416         * configure.ac:
17417         * pkgconfig/.cvsignore:
17418         * pkgconfig/Makefile.am:
17419         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
17420           add a .pc file so other modules can use good plugins in tests
17421
17422 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17423
17424         * configure.ac:
17425           clean up, use AS_VERSION and AS_NANO
17426         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
17427           use PACKAGE_VERSION define
17428         * po/af.po:
17429         * po/az.po:
17430         * po/cs.po:
17431         * po/en_GB.po:
17432         * po/hu.po:
17433         * po/it.po:
17434         * po/nb.po:
17435         * po/nl.po:
17436         * po/or.po:
17437         * po/sq.po:
17438         * po/sr.po:
17439         * po/sv.po:
17440         * po/uk.po:
17441         * po/vi.po:
17442           updated
17443
17444 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
17445
17446         * ext\jpeg\smokecodec.c:
17447           use of GST_DEBUG instead of DEBUG(a...) for WIN32
17448         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
17449           move first instruction after all variables declarations
17450         * gst\alpha\gstalpha.c:
17451         * gst\effectv\gstshagadelic.c:
17452         * gst\smpte\paint.c:
17453         * gst\videofilter\gstvideobalance.c:
17454           define M_PI if it's not defined (it's not defined on WIN32)
17455         * gst\cutter\gstcutter.c: (gst_cutter_chain):
17456         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
17457         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
17458         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
17459         (gst_matroska_demux_video_caps):
17460         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
17461         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
17462           use gst_guint64_to_gdouble for conversions
17463         * gst\goom\filters.c: (setPixelRGB_):
17464           fix a debug which was using undefined variable
17465         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
17466         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
17467           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
17468         * win32/vs6:
17469           add vs6 projects files for most of plugins-good
17470         
17471 2006-03-30  j^  <j@bootlab.org>
17472
17473         * ext/aalib/gstaasink.c:
17474         * ext/annodex/gstcmmldec.c:
17475         * ext/annodex/gstcmmlenc.c:
17476         * ext/cairo/gsttextoverlay.c:
17477         * ext/cairo/gsttimeoverlay.c:
17478         * ext/cdio/gstcdiocddasrc.c:
17479         * ext/dv/gstdvdec.c:
17480         * ext/esd/esdmon.c:
17481         * ext/esd/esdsink.c:
17482         * ext/flac/gstflacdec.c:
17483         * ext/flac/gstflacenc.c:
17484         * ext/flac/gstflactag.c:
17485         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
17486         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
17487         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
17488         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
17489         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17490         * ext/gdk_pixbuf/pixbufscale.c:
17491         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
17492         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
17493         * ext/jpeg/gstjpegdec.c:
17494         * ext/jpeg/gstjpegenc.c:
17495         * ext/jpeg/gstsmokedec.c:
17496         * ext/jpeg/gstsmokeenc.c:
17497         * ext/libcaca/gstcacasink.c:
17498         * ext/libmng/gstmngdec.c:
17499         * ext/libmng/gstmngenc.c:
17500         * ext/libpng/gstpngdec.c:
17501         * ext/libpng/gstpngenc.c:
17502         * ext/mikmod/gstmikmod.c:
17503         * ext/raw1394/gstdv1394src.c:
17504         * ext/shout2/gstshout2.c:
17505         * ext/speex/gstspeexdec.c:
17506         * ext/speex/gstspeexenc.c:
17507         * gst/alpha/gstalpha.c:
17508         * gst/alpha/gstalphacolor.c:
17509         * gst/auparse/gstauparse.c:
17510         * gst/autodetect/gstautoaudiosink.c:
17511         (gst_auto_audio_sink_base_init):
17512         * gst/autodetect/gstautovideosink.c:
17513         (gst_auto_video_sink_base_init):
17514         * gst/avi/gstavimux.c: (gst_avimux_base_init):
17515         * gst/cutter/gstcutter.c:
17516         * gst/debug/breakmydata.c:
17517         * gst/debug/efence.c:
17518         * gst/debug/gstnavigationtest.c:
17519         * gst/debug/negotiation.c:
17520         * gst/debug/progressreport.c:
17521         * gst/debug/testplugin.c:
17522         * gst/effectv/gstaging.c:
17523         * gst/effectv/gstdice.c:
17524         * gst/effectv/gstedge.c:
17525         * gst/effectv/gstquark.c:
17526         * gst/effectv/gstrev.c:
17527         * gst/effectv/gstvertigo.c:
17528         * gst/effectv/gstwarp.c:
17529         * gst/flx/gstflxdec.c:
17530         * gst/goom/gstgoom.c:
17531         * gst/interleave/deinterleave.c:
17532         * gst/interleave/interleave.c:
17533         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
17534         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
17535         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
17536         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
17537         * gst/level/gstlevel.c:
17538         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
17539         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
17540         * gst/median/gstmedian.c:
17541         * gst/monoscope/gstmonoscope.c:
17542         * gst/multipart/multipartdemux.c:
17543         * gst/multipart/multipartmux.c:
17544         * gst/oldcore/gstmd5sink.c:
17545         * gst/oldcore/gstmultifilesrc.c:
17546         * gst/oldcore/gstpipefilter.c:
17547         * gst/oldcore/gstshaper.c:
17548         * gst/oldcore/gststatistics.c:
17549         * gst/rtp/gstasteriskh263.c:
17550         * gst/rtp/gstrtpL16depay.c:
17551         * gst/rtp/gstrtpL16pay.c:
17552         * gst/rtp/gstrtpamrdepay.c:
17553         * gst/rtp/gstrtpamrpay.c:
17554         * gst/rtp/gstrtpdepay.c:
17555         * gst/rtp/gstrtpgsmpay.c:
17556         * gst/rtp/gstrtph263pay.c:
17557         * gst/rtp/gstrtph263pdepay.c:
17558         * gst/rtp/gstrtph263ppay.c:
17559         * gst/rtp/gstrtpmp4gpay.c:
17560         * gst/rtp/gstrtpmp4vdepay.c:
17561         * gst/rtp/gstrtpmp4vpay.c:
17562         * gst/rtp/gstrtpmpadepay.c:
17563         * gst/rtp/gstrtpmpapay.c:
17564         * gst/rtp/gstrtppcmadepay.c:
17565         * gst/rtp/gstrtppcmapay.c:
17566         * gst/rtp/gstrtppcmudepay.c:
17567         * gst/rtp/gstrtppcmupay.c:
17568         * gst/rtp/gstrtpspeexdepay.c:
17569         * gst/rtp/gstrtpspeexpay.c:
17570         * gst/rtsp/gstrtpdec.c:
17571         * gst/smpte/gstsmpte.c:
17572         * gst/videobox/gstvideobox.c:
17573         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
17574         * gst/videofilter/gstvideobalance.c:
17575         * gst/videofilter/gstvideoflip.c:
17576         * gst/videofilter/gstvideotemplate.c:
17577         (gst_videotemplate_base_init):
17578         * gst/videomixer/videomixer.c:
17579         * gst/wavenc/gstwavenc.c:
17580         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
17581          better/unified long descriptions
17582          Fixed #336602
17583          Some cleanups to auparse, don't send multiple newsegments.
17584
17585 2006-03-29  Wim Taymans  <wim@fluendo.com>
17586
17587         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
17588
17589         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
17590         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
17591         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
17592         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
17593         * ext/dv/gstdvdemux.h:
17594         Seek in READY patch. Only works for pull based mode.
17595         Fixes #323880
17596
17597 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
17598
17599         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
17600         (gst_gdk_pixbuf_event):
17601           Fix two crashers: don't unref the same caps twice, and
17602           set pixbuf loader to NULL after freeing it.
17603
17604 2006-03-27  Wim Taymans  <wim@fluendo.com>
17605
17606         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
17607         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
17608         (gst_speexenc_chain):
17609         * ext/speex/gstspeexenc.h:
17610         Don't leak adapter.
17611         A push *always* takes ownership of the buffer, even on
17612         errors.
17613         Small cleanups.
17614
17615 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
17616
17617         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
17618           Create source pad without leaking.
17619
17620 2006-03-24  Wim Taymans  <wim@fluendo.com>
17621
17622         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17623         * ext/flac/gstflacdec.h:
17624         * ext/flac/gstflacenc.h:
17625         Spifify a bit.
17626         Fix deadly lock order error in seeking code, STREAM_LOCK
17627         cannot be taken within LOCK and the streaming variables are
17628         protected with the STREAM_LOCK anyway.
17629
17630 2006-03-24  Wim Taymans  <wim@fluendo.com>
17631
17632         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
17633         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
17634         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
17635         this patch combines the global init_frames with the stream
17636         init_frames. Rationale being that the global delay should 
17637         be subtracted from any stream delay.
17638         Fixes #335858.
17639
17640 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
17641
17642         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
17643         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
17644         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17645         * gst/videomixer/videomixer.c: (gst_videomixer_init):
17646         use DEBUG_FUNCPTR for collectpads
17647
17648 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
17649
17650         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
17651           Don't crash when encoding images where the number of rows isn't
17652           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
17653
17654 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17655
17656         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
17657         * gst/interleave/deinterleave.c: (deinterleave_change_state):
17658         * gst/interleave/interleave.c: (interleave_change_state):
17659         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
17660           More state change function fixes.
17661
17662 2006-03-23  Wim Taymans  <wim@fluendo.com>
17663
17664         * ext/esd/esdsink.c: (gst_esdsink_class_init),
17665         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
17666         (gst_esdsink_prepare), (gst_esdsink_unprepare),
17667         (gst_esdsink_delay), (gst_esdsink_reset):
17668         * ext/esd/esdsink.h:
17669         Fix esd choppy playback by configuring audiosink
17670         correctly. Fixes #325191
17671
17672 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17673
17674         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
17675           Make state change function thread-safe.
17676
17677 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17678
17679         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
17680         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
17681           Don't try to read beyond the end of the file just because
17682           the header claims a bigger size (like with truncated files).
17683
17684 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17685
17686         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17687         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
17688         (gst_wavparse_stream_data), (gst_wavparse_loop):
17689         * gst/wavparse/gstwavparse.h:
17690           Delay source pad creation until we have the first chunk of
17691           media data, so the we can examine the data and adjust the
17692           caps accordingly if required. This makes playback of .wav
17693           files with DTS-declared-as-PCM content work (#313266).
17694
17695 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
17696
17697         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17698         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
17699         Don't attempt typefinding on too-short buffers that have been
17700         completely trimmed away. (Fixes #330239)
17701
17702         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17703         Improve the debug output
17704
17705 2006-03-21  Wim Taymans  <wim@fluendo.com>
17706
17707         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17708         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
17709         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
17710         (gst_esdsink_set_property), (gst_esdsink_get_property):
17711         Some cleanups.
17712         Reset fd to -1 when we close them.
17713
17714 2006-03-21  Wim Taymans  <wim@fluendo.com>
17715
17716         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
17717         the OPTIONS request result is optional so don't
17718         fail on it.
17719
17720 2006-03-21  Edward Hervey  <edward@fluendo.com>
17721
17722         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
17723         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
17724         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17725         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17726         (gst_wavparse_change_state):
17727         gcc 4.1 unreferenced pointer fixes.
17728
17729 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17730
17731         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17732
17733         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
17734           Fix block alignment calculation. Alignment should be done before
17735           adding the byte offset where the data starts (#335231).
17736
17737 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17738
17739         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
17740           Ensure that we set correct caps on buffers that are transferred
17741           direct from the input.
17742
17743 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17744
17745         * gst/goom/filters.c: (zoomFilterDestroy):
17746         * gst/goom/goom_core.c: (goom_close):
17747           Free filter data when cleaning up. (Fixes: #334995)
17748
17749 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
17750
17751         * configure.ac:
17752           Don't compile udp and rtsp plugins on win32 (mingw) or other
17753           systems that don't have <sys/socket.h> for some reason (#316203).
17754
17755 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17756
17757         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17758         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17759         * ext/raw1394/gstdv1394src.h:
17760           Change bus reset handler so it reports useful information such as
17761           whether the device being used connected or disconnected
17762
17763 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17764
17765         * gst/id3demux/id3v2frames.c:
17766         (parse_relative_volume_adjustment_two):
17767           We only care about gain and peak data for the master volume.
17768
17769 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17770
17771         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17772         (parse_id_string), (parse_unique_file_identifier),
17773         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17774           Read replay gain tags (#323721).
17775
17776 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17777
17778         * configure.ac:
17779           Bump requirements to gst-plugins-base CVS because
17780           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17781
17782 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17783
17784         * rtp/gst/gstrtppcmadepay.c:
17785         Fixed one of the caps in the code from mulaw to alaw.
17786
17787 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17788
17789         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17790           Ensure that we set caps on the buffers we pass.
17791
17792         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17793         (gst_id3demux_sink_activate):
17794           Ensure that we set caps on the buffers we pass.
17795
17796           Use STREAM, TYPE_NOT_FOUND as the error class when
17797           typefinding fails.
17798
17799 2006-03-15  Edward Hervey  <edward@fluendo.com>
17800
17801         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17802         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17803         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17804         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17805         (gst_jpeg_dec_setcaps):
17806         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17807         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17808         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17809         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17810         (gst_mngdec_src_getcaps):
17811         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17812         (gst_pngdec_caps_create_and_set):
17813         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17814         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17815         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17816         * gst/alpha/gstalpha.c: (gst_alpha_init):
17817         * gst/auparse/gstauparse.c: (gst_au_parse_init):
17818         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17819         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17820         * gst/cutter/gstcutter.c: (gst_cutter_init):
17821         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17822         (gst_efence_checkgetrange):
17823         * gst/debug/negotiation.c: (gst_negotiation_init):
17824         * gst/flx/gstflxdec.c: (gst_flxdec_init):
17825         * gst/goom/gstgoom.c: (gst_goom_init):
17826         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
17827         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
17828         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
17829         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
17830         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
17831         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
17832         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
17833         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17834         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17835         (gst_wavparse_create_sourcepad):
17836         Fix memleak with gst_static_pad_template_get().
17837         This uses gst_pad_new_from_static_template() instead.
17838         Fixes #333512
17839
17840 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17841
17842         * configure.ac:
17843           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
17844           used by id3demux.
17845
17846         * gst/id3demux/gstid3demux.c: (plugin_init):
17847         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17848         (parse_user_text_identification_frame),
17849         (parse_unique_file_identifier):
17850           Add support for UFID and TXXX frames and extract musicbrainz tags.
17851
17852 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17853
17854         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17855           Catch short reads, like they might happen with truncated
17856           files (see #305279); remove unnecessary indentation.
17857
17858 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17859
17860         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17861           Fix DIB image inversion for pictures with a
17862           depth != 8 (#305279).
17863
17864 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17865
17866         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17867         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17868         * ext/jpeg/gstjpegdec.h:
17869           Fix durations on outgoing buffers after seeking
17870           in MJPEG files (#334083); some minor clean-ups.
17871
17872 2006-03-13  Wim Taymans  <wim@fluendo.com>
17873
17874         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17875         (gst_wavparse_change_state):
17876         Implement seek in READY (re-fixes #327658)
17877
17878 2006-03-13  Wim Taymans  <wim@fluendo.com>
17879
17880         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17881         * ext/esd/esdmon.c: (gst_esdmon_get):
17882         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17883         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17884         (gst_gdk_pixbuf_sink_getcaps):
17885         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17886         (gst_jpegenc_setcaps):
17887         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17888         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17889         (gst_smokeenc_setcaps):
17890         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17891         (gst_mngdec_src_getcaps):
17892         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17893         (gst_mngenc_chain):
17894         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17895         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17896         * ext/speex/gstspeexdec.c: (speex_dec_convert),
17897         (speex_dec_src_event), (speex_dec_chain):
17898         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17899         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17900         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17901         (gst_negotiation_pad_link), (gst_negotiation_chain):
17902         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17903         (gst_flxdec_chain):
17904         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17905         (deinterleave_chain):
17906         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17907         * gst/median/gstmedian.c: (gst_median_link):
17908         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17909         (gst_monoscope_chain):
17910         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17911         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17912         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17913         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17914         close #333784 unref the result of gst_pad_get_parent()
17915         by: Christophe Fergeau.
17916
17917 2006-03-09  Wim Taymans  <wim@fluendo.com>
17918
17919         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17920         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
17921         Handle events in push mode better, can now do non-flushing
17922         seeks in push mode as well.
17923
17924 2006-03-07  Wim Taymans  <wim@fluendo.com>
17925
17926         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17927         Applied patch from Kai Vehmanen, fixes #333624.
17928
17929 2006-03-06  Julien MOUTTE  <julien@moutte.net>
17930
17931         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
17932         Implement paletted and grayscale png files handling.
17933         (#150363).
17934
17935 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17936
17937         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
17938         (gst_speexenc_chain):
17939           fix a tag list assert
17940           follow gst-plugins-base/ext/ogg/README; set OFFSET
17941           and OFFSET_END.  Muxes correctly with gst-plugins-base
17942           > 0.9.3
17943
17944 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17945
17946         * gst/id3demux/Makefile.am:
17947         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
17948         (gst_id3demux_chain), (gst_id3demux_sink_activate):
17949           Use new typefind helper functions here as well, and
17950           do typefinding in pull-mode if upstream supports that.
17951
17952 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17953
17954         * sys/sunaudio/gstsunaudiomixerctrl.c:
17955         (gst_sunaudiomixer_ctrl_get_volume),
17956         (gst_sunaudiomixer_ctrl_set_volume):
17957         * sys/sunaudio/gstsunaudiomixertrack.c:
17958         (gst_sunaudiomixer_track_new):
17959           Remove unused variables, breaks build from CVS
17960           with -Werror (#333392, patch by: Benjamin Pineau)
17961
17962 2006-03-03  Wim Taymans  <wim@fluendo.com>
17963
17964         * docs/plugins/Makefile.am:
17965         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17966         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17967         Added wavparse docs.
17968
17969         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
17970         (gst_wavparse_reset), (gst_wavparse_init),
17971         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
17972         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
17973         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17974         (gst_wavparse_stream_data), (gst_wavparse_loop),
17975         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
17976         (gst_wavparse_change_state):
17977         * gst/wavparse/gstwavparse.h:
17978         Implement seek in READY (fixes #327658)
17979         Added docs and did some cleanups.
17980
17981 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
17982
17983         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17984         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17985         (gst_avi_demux_calculate_durations_from_index),
17986         (gst_avi_demux_stream_header):
17987         * gst/avi/gstavidemux.h:
17988           If we have an index, use a duration based on the index instead
17989           of blindly trusting the information in the stream headers
17990           (fixes #331817).
17991
17992 2006-03-03  Wim Taymans  <wim@fluendo.com>
17993
17994         * docs/plugins/Makefile.am:
17995         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17996         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17997         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17998         Added smoke and jpeg to the docs.
17999
18000         * ext/jpeg/Makefile.am:
18001         * ext/jpeg/gstjpeg.c: (plugin_init):
18002         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
18003         * ext/jpeg/gstjpegenc.h:
18004         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
18005         (gst_smokedec_chain):
18006         * ext/jpeg/gstsmokedec.h:
18007         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18008         * ext/jpeg/gstsmokeenc.h:
18009         * ext/jpeg/smokecodec.h:
18010         Port smokedec (fixes #331905).
18011         Added some docs.
18012         Some cleanups.
18013
18014 2006-03-03  Wim Taymans  <wim@fluendo.com>
18015
18016         * docs/plugins/Makefile.am:
18017         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18018         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18019         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18020         Added videobalance and videoflip to the docs.
18021
18022         * gst/videofilter/Makefile.am:
18023         * gst/videofilter/gstvideobalance.c:
18024         (gst_video_balance_update_tables_planar411),
18025         (gst_video_balance_is_passthrough),
18026         (gst_video_balance_update_properties), (oil_tablelookup_u8),
18027         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
18028         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
18029         (gst_video_balance_finalize), (gst_video_balance_class_init),
18030         (gst_video_balance_init), (gst_video_balance_interface_supported),
18031         (gst_video_balance_interface_init),
18032         (gst_video_balance_colorbalance_list_channels),
18033         (gst_video_balance_colorbalance_set_value),
18034         (gst_video_balance_colorbalance_get_value),
18035         (gst_video_balance_colorbalance_init),
18036         (gst_video_balance_set_property), (gst_video_balance_get_property),
18037         (gst_video_balance_get_type), (plugin_init):
18038         * gst/videofilter/gstvideobalance.h:
18039         Ported to 0.10. (Fixes #326160)
18040         Added docs.
18041
18042         * gst/videofilter/gstvideoflip.c:
18043         * gst/videofilter/gstvideoflip.h:
18044         Added docs.
18045
18046 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
18047
18048         * configure.ac:
18049           Bump requirements to current core and -base CVS
18050           (core for new typefind helper API, and -base for the
18051           WAVFORMATEX support that was added to libgstriff and
18052           is needed by wavparse).
18053         
18054         * gst/apetag/Makefile.am:
18055         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
18056         (gst_tag_demux_sink_activate):
18057           Use new typefind helpers for typefinding instead of our
18058           home-grown stuff; also, do typefinding in pull-mode if
18059           upstream supports that.
18060
18061 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
18062
18063         Reviewed by: Christian Schaller <christian@fluendo.com>
18064
18065         This patch fixes bug: 329107
18066
18067         This Changelog entry is for a commit done on February 17
18068
18069         * ext/gconf/gconf.c
18070         * ext/gconf/gconf.h
18071         * ext/gconf/gstgconfaudiosink.c
18072         * ext/gconf/gstgconfaudiosink.h
18073         * gconf/gstreamer.schemas.in
18074
18075 2006-02-28  Wim Taymans  <wim@fluendo.com>
18076
18077         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
18078         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18079         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
18080         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
18081         Use DEBUG_OBJECT more.
18082
18083 2006-02-28  Wim Taymans  <wim@fluendo.com>
18084
18085         * docs/plugins/Makefile.am:
18086         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18087         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18088         Added dvdec and dvdemux to docs.
18089
18090         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
18091         Added docs.
18092         Check frame sizes so we don't crash when don't have enough
18093         data.
18094         Send nice error messages on error.
18095
18096         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
18097         (gst_dvdemux_class_init), (gst_dvdemux_init),
18098         (gst_dvdemux_finalize), (gst_dvdemux_reset),
18099         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18100         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18101         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
18102         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
18103         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
18104         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
18105         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
18106         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
18107         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
18108         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
18109         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
18110         * ext/dv/gstdvdemux.h:
18111         Added docs.
18112         Implement pull mode.
18113         Fix memleaks.
18114         Reduce memcpy for the video demuxing.
18115
18116 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
18117
18118         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
18119         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
18120         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
18121         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
18122           Add a little extra debug. Make the decoder not return NOT_LINKED,
18123           as we want to continue decoding all CMML and emitting tags.
18124
18125 2006-02-27  Michael Smith  <msmith@fluendo.com>
18126
18127         * ext/annodex/gstskeltag.c:
18128         * ext/annodex/gstskeltag.h:
18129           Deleted; these files aren't used any more either.
18130
18131 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18132
18133         * ext/Makefile.am: Fix dist-check.
18134
18135 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18136
18137         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
18138         memleak.
18139
18140 2006-02-25  Alessandro Decina <alessandro@nnva.org>
18141
18142         * ext/annodex/Makefile.am:
18143         * ext/annodex/gstannodex.c:
18144         * ext/annodex/gstcmmldec.c:
18145         * ext/annodex/gstcmmlenc.c:
18146         * ext/annodex/gstcmmlparser.c:
18147         * ext/annodex/gstcmmlparser.h:
18148         * ext/annodex/gstcmmlutils.c:
18149         * tests/check/elements/cmmldec.c:
18150         * tests/check/elements/cmmlenc.c:
18151           Fix a memleak in gst_cmml_track_list_add_clip.
18152           Handle overflows in clip's start and end times.
18153           Add the "encoded" parameter to cmmldec and cmmlenc caps.
18154           Do not parse junk at the end of a CMML preamble buffer.
18155           Register a libxml error handler to not print stuff on stderr.
18156           Check for bad clip start and end times in the testsuites.
18157
18158 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18159
18160         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
18161         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
18162         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
18163         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
18164         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
18165         possible memleaks.
18166
18167 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18168
18169         * tests/check/Makefile.am:
18170         * tests/check/elements/cmmldec.c:
18171         * tests/check/elements/cmmlenc.c: Fix tests so that they use
18172         the plugins-base tags.
18173
18174 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18175
18176         * ext/Makefile.am: Re-enable module.
18177
18178 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18179
18180         * tests/check/Makefile.am: Forgot to remove that test.
18181
18182 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18183
18184         * ext/annodex/Makefile.am:
18185         * ext/annodex/gstannodex.c: (plugin_init):
18186         * ext/annodex/gstcmmldec.c:
18187         * ext/annodex/gstskeldec.c:
18188         * ext/annodex/gstskeldec.h:
18189         * tests/check/Makefile.am:
18190         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
18191
18192 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18193
18194         * tests/check/Makefile.am: Disable those checks as well.
18195
18196 2006-02-24  Julien MOUTTE  <julien@moutte.net>
18197
18198         * ext/Makefile.am: Disable annodex for now until we figure out
18199         how to make it build.
18200         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
18201         Add a rule to your checklist : "please try to at least build 
18202         what you are going to commit into -good, or if you are too lazy
18203         to do that, please check that the buildbots are not crying because
18204         of your commit."
18205
18206 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
18207
18208         * configure.ac:
18209         * ext/Makefile.am:
18210         * ext/gdk_pixbuf/Makefile.am:
18211         * ext/gdk_pixbuf/gstgdkpixbuf.c:
18212         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18213         * ext/gdk_pixbuf/pixbufscale.c:
18214         * ext/gdk_pixbuf/pixbufscale.h:
18215           Gdkpixbuf ported from 0.8 to 0.10 by
18216           Renato Filho <renato.filho@indt.org.br>.
18217           gst_loader and gdkpixbufanimation still need port.
18218
18219 2006-02-24  Michael Smith  <msmith@fluendo.com>
18220
18221         * configure.ac:
18222         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18223         * ext/Makefile.am:
18224         * ext/annodex/Makefile.am:
18225         * ext/annodex/gstannodex.c:
18226         * ext/annodex/gstannodex.h:
18227         * ext/annodex/gstcmmldec.c:
18228         * ext/annodex/gstcmmldec.h:
18229         * ext/annodex/gstcmmlenc.c:
18230         * ext/annodex/gstcmmlenc.h:
18231         * ext/annodex/gstcmmlparser.c:
18232         * ext/annodex/gstcmmlparser.h:
18233         * ext/annodex/gstcmmltag.c:
18234         * ext/annodex/gstcmmltag.h:
18235         * ext/annodex/gstcmmlutils.c:
18236         * ext/annodex/gstcmmlutils.h:
18237         * ext/annodex/gstskeldec.c:
18238         * ext/annodex/gstskeldec.h:
18239         * ext/annodex/gstskeltag.c:
18240         * ext/annodex/gstskeltag.h:
18241         * tests/check/Makefile.am:
18242         * tests/check/elements/cmmldec.c:
18243         * tests/check/elements/cmmlenc.c:
18244         * tests/check/elements/skeldec.c:
18245           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
18246           Includes tests & docs, oh my! Passes Thomas's -good checklist
18247           entirely. Wow.
18248
18249 2006-02-24  Michael Smith  <msmith@fluendo.com>
18250
18251         * autogen.sh:
18252           Check for automake 1.9 as well.
18253
18254 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18255
18256         * ext/flac/gstflacenc.c:
18257           Change min. sample rate to 8kHz to match flacdec's.
18258           
18259 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
18260
18261         * ext/cdio/Makefile.am:
18262           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
18263           required for Cygwin, see #317048)
18264
18265         * gst/rtp/gstasteriskh263.c:
18266           Cygwin has includes for both the unix network socket API
18267           and the windows API, but only one can be included, so fix
18268           includes to only use one or the other, prefering the unxi
18269           one (#317048).
18270
18271 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
18272
18273         * rtp/gst/gstrtppcmadepay.c:
18274         * rtp/gst/gstrtppcmadepay.h:
18275         * rtp/gst/gstgstrtppcmapay.c:
18276         * rtp/gst/gstgstrtppcmapay.h:
18277         * rtp/gst/gstrtppcmudepay.c:
18278         * rtp/gst/gstrtppcmudepay.h:
18279         * rtp/gst/gstrtppcmupay.c:
18280         * rtp/gst/gstrtppcmupay.h:
18281         * rtp/gst/Makefile.am:
18282         * rtp/gst/gstrtp.c:
18283         * rtp/gst/README:
18284         Separated the G711 payloaders/depayloaders into separate elements for
18285         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
18286
18287 2006-02-22  Wim Taymans  <wim@fluendo.com>
18288
18289         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
18290         (gst_dvdec_change_state):
18291         * ext/dv/gstdvdec.h:
18292         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
18293         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18294         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18295         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
18296         (gst_dvdemux_flush), (gst_dvdemux_chain),
18297         (gst_dvdemux_change_state):
18298         * ext/dv/gstdvdemux.h:
18299         Ueber spiffify some more, added debug category.
18300         Use _scale.
18301         Use segments, respect playback rate from newsegment.
18302         Fix refcount issue.
18303
18304 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18305
18306         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
18307         (gst_signal_processor_process):
18308         Fix compilation of LADPSA. It doesn't seem to work, and isn't
18309         enabled for the build, but it helps me win the feature-count
18310         competitions ooh yeah.
18311
18312 2006-02-19  Wim Taymans  <wim@fluendo.com>
18313
18314         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
18315         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
18316         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
18317         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
18318         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
18319         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
18320         Use scaling code for added precission and more correct stop
18321         position in case scale==0.
18322
18323 2006-02-19  Wim Taymans  <wim@fluendo.com>
18324
18325         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
18326         (gst_flxdec_chain):
18327         * gst/flx/gstflxdec.h:
18328         Implement DURATION query.
18329
18330 2006-02-19  Wim Taymans  <wim@fluendo.com>
18331
18332         * gst/flx/flx_color.h:
18333         * gst/flx/flx_fmt.h:
18334         * gst/flx/gstflxdec.c: (gst_flxdec_init),
18335         (gst_flxdec_src_query_handler), (flx_decode_color),
18336         (gst_flxdec_chain):
18337         * gst/flx/gstflxdec.h:
18338         Set MALLOCDATA for the temp buffers so we don't leak.
18339         Some debug cleanups.
18340         Consume all data in the adapter before leaving the chain
18341         function. Fixes #330678.
18342
18343 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
18344
18345         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18346         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
18347          Handle 0 data size in otherwise valid frames.
18348          Handle numeric strings in 2.4.0 even when not in parentheses 
18349
18350 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
18351
18352         * gst/matroska/matroska-demux.c:
18353         (gst_matroska_demux_subtitle_caps),
18354         (gst_matroska_demux_plugin_init):
18355         * gst/matroska/matroska-ids.h:
18356           Recognise SSA/ASS and USF subtitle formats and
18357           set proper caps when they are found.
18358
18359 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18360
18361         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
18362         (gst_jpeg_dec_chain):
18363           Fix invalid memory access for some odd-sized images
18364           (see image contained in quicktime stream in #327083);
18365           use g_malloc() instead of g_alloca().
18366
18367 2006-02-17  Wim Taymans  <wim@fluendo.com>
18368
18369         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18370         Patch from Sebastien Cote, fixes #319884
18371
18372 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18373
18374         * ext/cdio/gstcdio.c: (plugin_init):
18375           Init debug category (#331253).
18376
18377 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18378
18379         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
18380           Pass extra_data to gst_riff_create_audio_caps(), so that
18381           WAVEFORMATEX stuff works. Post audio codec name and post
18382           it as taglist on the bus. Allow up to 8 channesl for raw
18383           PCM in the source pad template caps.
18384
18385 2006-02-16  Wim Taymans  <wim@fluendo.com>
18386
18387         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18388         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18389         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
18390         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
18391         (gst_multipart_set_property), (gst_multipart_get_property):
18392         Applied #318663. Gives quite a few false positives in
18393         autoscan mode, but it's better than nothing. Not closing yet.
18394
18395 2006-02-16  Wim Taymans  <wim@fluendo.com>
18396
18397         * docs/plugins/Makefile.am:
18398         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18399         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18400         * docs/plugins/gst-plugins-good-plugins.args:
18401         * docs/plugins/inspect/plugin-udp.xml:
18402         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
18403         (gst_udpsrc_start):
18404         Update documentation.
18405         Fix args.
18406
18407 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
18408
18409         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18410         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
18411         frame size. (Fixes #331368)
18412
18413 2006-02-16  Wim Taymans  <wim@fluendo.com>
18414
18415         * gst/rtsp/README:
18416         Updated README.
18417
18418         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
18419         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
18420         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
18421         * gst/rtsp/gstrtspsrc.h:
18422         Make sure the RTP port is an even port an try to allocate 
18423         another if not.
18424         Added retry property to control max retries for port allocation.
18425         Make sure RTCP port is RTP port+1.
18426         Cleanup when port allocation fails.
18427         Fixes #319183.
18428         
18429 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18430
18431         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
18432           Don't ignore return value of the parent class's state
18433           change function (#331385, patch by: Wouter Paesen).
18434
18435 2006-02-15  Wim Taymans  <wim@fluendo.com>
18436
18437         * configure.ac:
18438         * docs/plugins/Makefile.am:
18439         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18440         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18441         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18442         * ext/Makefile.am:
18443         * ext/hal/Makefile.am:
18444         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
18445         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
18446         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
18447         (do_toggle_element), (gst_hal_audio_sink_set_property),
18448         (gst_hal_audio_sink_get_property),
18449         (gst_hal_audio_sink_change_state):
18450         * ext/hal/gsthalaudiosink.h:
18451         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
18452         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
18453         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
18454         (do_toggle_element), (gst_hal_audio_src_set_property),
18455         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
18456         * ext/hal/gsthalaudiosrc.h:
18457         * ext/hal/gsthalelements.c: (plugin_init):
18458         * ext/hal/gsthalelements.h:
18459         * ext/hal/hal.c: (gst_hal_get_string),
18460         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
18461         (gst_hal_get_audio_src):
18462         * ext/hal/hal.h:
18463         Add HAL sound device wrapper plugins. Closes #329106
18464
18465 2006-02-15  Wim Taymans  <wim@fluendo.com>
18466
18467         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
18468         Add comment in a fultile attempt to stop the copy-and-paste 
18469         paradigm leading to duplication of bad code.
18470
18471         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
18472         Mime parameters have to be checked case insensitive
18473
18474 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18475
18476         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
18477           Advance stream time for lagging subtitle streams by sending
18478           newsegment events with the update flag set.
18479
18480 2006-02-14  Edward Hervey  <edward@fluendo.com>
18481
18482         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
18483         There can be bogus data before the hdrl LIST tag in the RIFF header.
18484         It's hard to say if it's not respecting the AVI specifications or not,
18485         but since Google Video is producing AVIs like that and the other player
18486         don't seem to complain, I guess we should do the same.
18487
18488 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
18489
18490         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
18491         (parse_split_strings):
18492         Add more validation to ensure that a char encoding conversion
18493         produced a valid UTF-8 string.
18494
18495 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
18496
18497         Reviewed by: Edward Hervey  <edward@fluendo.com>
18498
18499         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18500         Properly handle end of segment. Closes #330885.
18501
18502 2006-02-13  Wim Taymans  <wim@fluendo.com>
18503
18504         * gst/rtp/gstrtpmp4gpay.h:
18505         For got to commit this one.
18506
18507 2006-02-12  Wim Taymans  <wim@fluendo.com>
18508
18509         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
18510         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
18511         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
18512         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
18513         * gst/rtp/gstrtpmp4gpay.h:
18514         Make more things work.
18515         Handle ACC config strings.
18516
18517 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18518
18519         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
18520           set timestamps if no incoming timestamps set
18521
18522 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
18523
18524         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
18525         (gst_tag_demux_do_typefind):
18526           ... and fix the very same leaks in GstTagDemux.
18527
18528 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
18529
18530         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
18531         (gst_id3demux_do_typefind):
18532         Fix a couple of mem leaks. (Patch by Jonathan Matthew
18533         <jonathan at kaolin dot wh9 dot net>)
18534
18535 2006-02-10  Wim Taymans  <wim@fluendo.com>
18536
18537         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
18538         First set options, then set caps or else the baseclass
18539         will not know about the options, duh.
18540
18541 2006-02-10  Wim Taymans  <wim@fluendo.com>
18542
18543         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
18544         (gst_rtp_mp4v_pay_setcaps):
18545         Don't waste time looking for a config string if we have codec_info
18546         on the incomming caps.
18547
18548 2006-02-10  Wim Taymans  <wim@fluendo.com>
18549
18550         * gst/rtp/README:
18551         Say something about case-sensitivity of caps vs mime-attributes.
18552
18553         * gst/rtp/Makefile.am:
18554         * gst/rtp/gstrtp.c: (plugin_init):
18555         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18556         (gst_rtp_amr_pay_handle_buffer):
18557         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
18558         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
18559         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
18560         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
18561         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
18562         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
18563         (gst_rtp_mp4g_pay_plugin_init):
18564         * gst/rtp/gstrtpmp4gpay.h:
18565         Added beginnings of mpeg4-generic payloader (RFC 3640)
18566
18567 2006-02-09  Wim Taymans  <wim@fluendo.com>
18568
18569         * gst/rtsp/Makefile.am:
18570         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
18571         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
18572         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
18573         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
18574         (gst_rtpdec_change_state):
18575         * gst/rtsp/gstrtpdec.h:
18576         * gst/rtsp/gstrtsp.c: (plugin_init):
18577         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
18578         * gst/rtsp/rtspconnection.c: (read_body),
18579         (rtsp_connection_receive):
18580         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
18581         Resurected rtpdec to make rtspsrc happy again.
18582         Skip attributes from the session id.
18583         Don't crash when dumping a message with an empty body.
18584
18585
18586 2006-02-09  Wim Taymans  <wim@fluendo.com>
18587
18588         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18589         Added more meaningfull warnings when something goes wrong.
18590         Clear F bit on outgoing AMR packets.
18591
18592         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18593         (gst_rtp_amr_pay_handle_buffer):
18594         Added debugging category
18595         Support payloading of multiple AMR frames.
18596
18597         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
18598         Added some debugging.
18599
18600 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18601
18602         * configure.ac:
18603           Back to CVS
18604
18605 === release 0.10.2 ===
18606
18607 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18608
18609         * configure.ac:
18610           releasing 0.10.2, "Papa was a rolling stone"
18611
18612 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18613
18614         * configure.ac:
18615           Bump core and plugins-base requirement to 0.10.2.2
18616           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
18617
18618 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18619
18620         * ext/flac/gstflac.c: (plugin_init):
18621         * ext/speex/gstspeex.c: (plugin_init):
18622           Register musicbrainz tags.
18623
18624 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18625
18626         * ext/gconf/gconf.h:
18627           Remove declaration of function that no longer exists.
18628
18629 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18630
18631         * ext/shout2/gstshout2.c: (gst_shout2send_render),
18632         (gst_shout2send_setcaps), (gst_shout2send_change_state):
18633         Make shout2 work for non ogg streams
18634
18635 2006-02-06  Wim Taymans  <wim@fluendo.com>
18636
18637         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18638         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
18639         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
18640         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
18641         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
18642         * gst/udp/gstmultiudpsink.h:
18643         Updated docs.
18644         Added properties bytes-served, bytes_to_serve.
18645         Post proper error messages,
18646         Emit client added signal too.
18647
18648 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18649
18650         * docs/plugins/Makefile.am:
18651         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18652         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18653         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18654         (gst_multiudpsink_get_stats):
18655           adding docs for multiudpsink
18656
18657 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18658
18659         * gst/level/gstlevel.c: (gst_level_transform_ip):
18660           peak below decay is not necessarily an error, so don't ERROR log
18661
18662 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18663
18664         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
18665         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
18666         (gst_ebml_write_seek):
18667         * gst/matroska/ebml-write.h:
18668           Make sure we send a newsegment event in BYTES format
18669           before sending buffers (#328531).
18670
18671 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18672
18673         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
18674         (gst_dvdemux_sink_query):
18675         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
18676         * ext/speex/gstspeexdec.c: (speex_get_query_types),
18677         (speex_dec_src_query):
18678         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
18679         (gst_speexenc_sink_query):
18680         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18681         * gst/matroska/matroska-demux.c:
18682         (gst_matroska_demux_get_src_query_types),
18683         (gst_matroska_demux_handle_src_query):
18684         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
18685         (gst_wavparse_pad_query):
18686           Pass unhandled queries upstream instead of just dropping
18687           them (#326446). Update query type arrays here and there.
18688
18689 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18690
18691         * tests/check/elements/matroskamux.c: (setup_src_pad):
18692           Collectpads in core got changed and now also holds a
18693           reference to any pad that is part of it. Fix refcount
18694           checks in test case accordingly.
18695
18696 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18697
18698         * gst/apetag/gstapedemux.h:
18699           Fix include, for now GstTagDemux is in the apetag dir.
18700
18701 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18702
18703         * docs/plugins/Makefile.am:
18704         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18705         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18706         * docs/plugins/inspect/plugin-cdio.xml:
18707           Add cdio plugin to docs.
18708
18709         * ext/cdio/gstcdiocddasrc.c:
18710           Add gtk-doc blurb.
18711
18712         * ext/cdio/gstcdio.c:
18713           The plugin is called 'cdio' not 'cddio'.
18714
18715 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18716
18717         * configure.ac:
18718         * docs/plugins/Makefile.am:
18719         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18720         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18721         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18722         * docs/plugins/inspect/plugin-apetag.xml:
18723         * gst/apetag/Makefile.am:
18724         * gst/apetag/gstapedemux.c:
18725         * gst/apetag/gstapedemux.h:
18726         * gst/apetag/gsttagdemux.c:
18727         * gst/apetag/gsttagdemux.h:
18728           Add APE tag demuxer (#325649).
18729
18730 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18731
18732         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
18733         (gst_gconf_get_default_video_sink),
18734         (gst_gconf_get_default_audio_src),
18735         (gst_gconf_get_default_video_src):
18736         * ext/gconf/gconf.h:
18737         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
18738         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
18739         (do_toggle_element):
18740         * ext/gconf/gstgconfaudiosink.h:
18741         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
18742         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18743         (do_toggle_element):
18744         * ext/gconf/gstgconfaudiosrc.h:
18745         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18746         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18747         (do_toggle_element):
18748         * ext/gconf/gstgconfvideosink.h:
18749         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18750         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18751         (do_toggle_element):
18752         * ext/gconf/gstgconfvideosrc.h:
18753           Ignore changing the GConf key to "". Ignore GConf key updates
18754           that don't actually change the string.
18755           For now, ignore the GConf key when the state is > READY, as
18756           it breaks streaming. Sometime it will be nice to bring the
18757           new sink online even mid-stream, by sending NEWSEGMENT info
18758           and possibly prerolling.
18759           (Fixes #326736)
18760
18761 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18762
18763         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18764         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18765         (zoomFilterSetResolution), (zoomFilterDestroy),
18766         (zoomFilterFastRGB), (pointFilter):
18767         * gst/goom/filters.h:
18768         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18769         (goom_update), (goom_close):
18770         * gst/goom/goom_core.h:
18771         * gst/goom/goom_tools.h:
18772         * gst/goom/graphic.c:
18773         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18774         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18775         * gst/goom/gstgoom.h:
18776         * gst/goom/lines.c: (goom_lines):
18777         * gst/goom/lines.h:
18778           Make goom reentrant by moving all important static variables
18779           into instance structures.
18780           (Fixes #329181)
18781
18782 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
18783
18784         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18785         (gst_avi_demux_all_source_pads_unlinked),
18786         (gst_avi_demux_process_next_entry):
18787         * gst/avi/gstavidemux.h:
18788           Third attempt, use gst_pad_is_linked() this time.
18789
18790 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18791
18792         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18793         (parse_split_strings):
18794         Adjust for data length indicators when parsing (Fixes #329810)
18795         Fix stupid bug parsing UTF-8 tag text.
18796         Output tag strings with multiple fields as multiple tags, so the
18797         app gets all the data.
18798
18799 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18800
18801         * ext/flac/gstflacenc.c:
18802         Fixed a bug add in last commit, where no event is send. Thanks Tim to
18803         show me.
18804         
18805 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18806
18807         * ext/flac/gstflacenc.c:
18808         * gst/matroska/ebml-read.c:
18809         Just make it compile with --disable-gst-debug.
18810
18811 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
18812
18813         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18814         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18815         (id3v2_genre_fields_to_taglist):
18816           Never output a tag with a null contents string.
18817
18818 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18819
18820         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18821           Only pause if all pads are unlinked AND we've tried to send data
18822           on all of them at least once.
18823
18824 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18825
18826         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
18827         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
18828           Make loop function/task pause itself when all source pads are
18829           unlinked.
18830
18831 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18832
18833         * configure.ac:
18834         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
18835           Use new functions from core to render a bin from a
18836           string. Fixes build. Up requirements to core CVS.
18837
18838 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18839
18840         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
18841           Don't push buffers into the adapter that we are going to
18842           push downstream again without framing anyway. Also, the
18843           adaptor takes ownership of buffers put into it (fixes
18844           auparse pushing invalid buffers for .au files with
18845           ADPCM contents). Finally, set caps on all outgoing buffers.
18846
18847 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18848
18849         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
18850         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
18851         (gst_id3demux_send_tag_event):
18852         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
18853         Someone should kick my butt. Remove ID3v1 tags from the end of the
18854         file.
18855
18856         Improve error messages. Send the TAG message as soon as we complete
18857         typefinding, instead of waiting until we send the first buffer.
18858         Downstream tag event is still sent before the first buffer.
18859
18860 2006-01-27  Jan Gerber  <j@bootlab.org>
18861
18862         Reviewed by: Andy Wingo <wingo@pobox.com>
18863
18864         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18865         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18866         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18867         to not have warings flooding stderr. this is the suggested way
18868         also used in dvgrab and kino. (#328336)
18869
18870 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18871
18872         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18873         (gst_oss_sink_init), (gst_oss_sink_finalise):
18874           Free the device name string when finalised.
18875
18876 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
18877
18878         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18879           Don't put function calls in g_return_if_fail() statements,
18880           or they'll be replaced with NOOPs if someone compiles with
18881           G_DISABLE_CHECKS defined.
18882           
18883 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
18884
18885         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18886         Never trust ANY information encoded in a media file, especially
18887         when it's giving you sizes. (Fixes #328452)
18888
18889 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
18890
18891         * gst/rtp/gstrtpg711pay.c:
18892         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18893         bug #325148.
18894
18895 2006-01-23  Edward Hervey  <edward@fluendo.com>
18896
18897         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18898         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18899         * gst/matroska/matroska-ids.h:
18900         Added recognition of Real Audio and Video streams in matroska demuxer.
18901
18902 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18903
18904         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18905           Remove errant break statement, and fix compilation with
18906           older GCC.
18907
18908 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
18909
18910         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18911
18912         * sys/sunaudio/gstsunaudiomixerctrl.c:
18913         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18914           Export functions that are needed in other parts of the code,
18915           makes the mixer actually work; adjust magic minimum buffer-time
18916           value from 3ms to 5ms to work around stuttering during mp3
18917           playback (#327765).
18918
18919 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
18920
18921         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18922
18923         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
18924         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
18925           Fix possible deadlock in matroska muxer (#327825).
18926
18927 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
18928
18929         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
18930         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18931         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
18932         * gst/rtsp/sdpmessage.h:
18933         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
18934         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
18935           C89 fixes: declare variables at the beginning of a block and
18936           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
18937           <jensgr at gmx dot net>).
18938
18939 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18940
18941         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18942         * gst/id3demux/id3tags.h:
18943         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18944         (parse_comment_frame), (parse_text_identification_frame),
18945         (id3v2_tag_to_taglist), (id3v2_are_digits),
18946         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
18947         (parse_split_strings), (free_tag_strings):
18948           Rewrite parsing of text tags to handle multiple NULL terminated
18949           strings. Parse numeric genre strings and ID3v2 type
18950           "(3)(6)Alternative" style genre strings.
18951           Parse dates that are only YYYY or YYYY-mm format.
18952           (Fixes #328241 and #322154)
18953
18954 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
18955
18956         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
18957           Don't forget to initialize liboil, otherwise our oil functions
18958           will crash (fixes #327871; patch by: Christoph Burghardt
18959           <hawkes at web dot de>).
18960
18961 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18962
18963         * configure.ac:
18964           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
18965           like in the core and gst-plugins-base. Fixes #324367 and #326683;
18966           patch by: Brian Cameron <brian dot cameron at sun dot com>
18967
18968 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18969
18970         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
18971         * ext/cdio/gstcdio.h:
18972         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
18973           Fix build for libcdio versions >= 76; give slightly lower rank
18974           than cdparanoia.
18975
18976 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18977
18978         * configure.ac:
18979         * ext/Makefile.am:
18980         * ext/cdio/Makefile.am:
18981         * ext/cdio/gstcdio.c:
18982         * ext/cdio/gstcdio.h:
18983         * ext/cdio/gstcdiocddasrc.c:
18984         * ext/cdio/gstcdiocddasrc.h:
18985           Port libcdio cdda source, formerly known as cddasrc, now known as
18986           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
18987           but that's not tested (fixes #317658).
18988
18989 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18990
18991         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
18992           Fix conversion from TIME to BYTES format (fixes #326864;
18993           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
18994
18995 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
18996
18997         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18998           Fix compilation of id3demux when zlib is not present.
18999           (Fixes #326602; patch by: Sergey Scobich)
19000
19001 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
19002
19003         * ext/esd/Makefile.am:
19004           Add $(ESD_CFLAGS), otherwise build will fail for folks
19005           with libesd in a non-standard prefix (#327009).
19006
19007 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19008
19009         * configure.ac:
19010           back to HEAD
19011
19012 === release 0.10.1 ===
19013
19014 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
19015
19016         * configure.ac:
19017           releasing 0.10.1, "Li"
19018
19019 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19020
19021           patch by: Wim Taymans
19022
19023         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
19024           fix memleak.  Fixes #326618
19025
19026 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19027
19028           patch by: Mike Smith
19029
19030         * gst/level/gstlevel.c: (gst_level_message_new),
19031         (gst_level_message_append_channel):
19032           Fix memleak.  Fixes #326612
19033
19034 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19035
19036         * configure.ac:
19037           prereleasing
19038         * po/af.po:
19039         * po/az.po:
19040         * po/cs.po:
19041         * po/en_GB.po:
19042         * po/hu.po:
19043         * po/it.po:
19044         * po/nb.po:
19045         * po/nl.po:
19046         * po/or.po:
19047         * po/sq.po:
19048         * po/sr.po:
19049         * po/sv.po:
19050         * po/uk.po:
19051         * po/vi.po:
19052           update translations
19053
19054 2006-01-10  Michael Smith  <msmith@fluendo.com>
19055
19056         * gst/level/gstlevel.c: (gst_level_class_init),
19057         (gst_level_dispose):
19058           Don't leak filter arrays.
19059
19060 2006-01-09 Brian Cameron <brian.cameron@sun.com>
19061
19062         reviewed by: Christian Schaller <uraeus@gnome.org>
19063         
19064         * configure.ac:
19065         * gst-plugins-good.spec.in:
19066         * sys/Makefile.am:
19067         * sys/sunaudio/Makefile.am:
19068         * sys/sunaudio/gstsunaudio.c: (plugin_init):
19069         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
19070         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
19071         (gst_sunaudiomixer_change_state):
19072         * sys/sunaudio/gstsunaudiomixer.h:
19073         * sys/sunaudio/gstsunaudiomixerctrl.c:
19074         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
19075         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
19076         (gst_sunaudiomixer_ctrl_list_tracks),
19077         (gst_sunaudiomixer_ctrl_get_volume),
19078         (gst_sunaudiomixer_ctrl_set_volume),
19079         (gst_sunaudiomixer_ctrl_set_mute),
19080         (gst_sunaudiomixer_ctrl_set_record):
19081         * sys/sunaudio/gstsunaudiomixerctrl.h:
19082         * sys/sunaudio/gstsunaudiomixertrack.c:
19083         (gst_sunaudiomixer_track_class_init),
19084         (gst_sunaudiomixer_track_init), (fill_labels),
19085         (gst_sunaudiomixer_track_new):
19086         * sys/sunaudio/gstsunaudiomixertrack.h:
19087         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
19088         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
19089         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
19090         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
19091         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
19092         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
19093         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
19094         * sys/sunaudio/gstsunaudiosink.h:
19095
19096         Add SunAudio plugin - tested to make sure it doesn't break
19097         the build under GNU/Linux.      
19098
19099 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
19100
19101         * gst-plugins-good/gst/udp/gstdynudpsink.c:
19102         * gst-plugins-good/gst/udp/gstudpsrc.c:
19103         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
19104         overrides the port or multicast parameters. Fixes bugs #323021.
19105         API addition: adds GstUDPSrc::sockfd property   
19106
19107 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
19108
19109         * ext/gconf/Makefile.am:
19110         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
19111         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
19112         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
19113         (do_toggle_element), (cb_toggle_element),
19114         (gst_gconf_audio_src_change_state):
19115         * ext/gconf/gstgconfaudiosrc.h:
19116         * ext/gconf/gstgconfelements.c: (plugin_init):
19117         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
19118         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
19119         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
19120         (do_toggle_element), (cb_toggle_element),
19121         (gst_gconf_video_src_change_state):
19122         * ext/gconf/gstgconfvideosrc.h:
19123           Add new gconfaudiosrc and gconfvideosrc elements
19124           (needed for gnome-sound-recorder).
19125
19126 2006-01-06  Edward Hervey  <edward@fluendo.com>
19127
19128         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
19129         Add gst_element_no_more_pads() for proper decodebin behaviour.
19130         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
19131         (parse_text_identification_frame), (parse_split_strings):
19132         Failure to decode some tags is not a GST_ERROR() but a
19133         GST_WARNING()
19134         When iterating over a chunk of text, check that we haven't gone too
19135         far.
19136
19137 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
19138
19139         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19140         (plugin_init):
19141           call oil_init() when using liboil
19142
19143 2006-01-04  Wim Taymans  <wim@fluendo.com>
19144
19145         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
19146         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
19147         Fix leaks.
19148
19149 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
19150
19151         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19152
19153         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
19154         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
19155         (gst_flac_dec_change_state):
19156           Don't g_assert() where we should just return FALSE; remove
19157           unnecessary g_assert(); initialize some fields properly in
19158           state change function (fixes #325504). Also, use
19159           GST_DEBUG_OBJECT in two more places.
19160
19161 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19162
19163         * configure.ac:
19164           also remove smoothwave's Makefile.am
19165         * docs/plugins/Makefile.am:
19166           fix plugin docs
19167
19168 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19169
19170         * tests/examples/Makefile.am:
19171           added missing Makefile.am
19172
19173 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19174
19175         * configure.ac:
19176         * gst/level/Makefile.am:
19177         * gst/level/level-example.c:
19178         * tests/Makefile.am:
19179         * tests/examples/level/Makefile.am:
19180         * tests/examples/level/level-example.c: (message_handler), (main):
19181           moved level-example to tests/examples/level-example
19182         * tests/old/examples/level/demo.c: (main):
19183         * tests/old/examples/level/plot.c: (main):
19184           some initial fixes
19185
19186 2005-12-29  Michael Smith  <msmith@fluendo.com>
19187
19188         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19189         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
19190         * gst/udp/gstmultiudpsink.h:
19191           Track packets sent per client in addition to bytes sent; provide
19192           this info through get-stats signal
19193
19194 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19195
19196         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
19197           Can't use gst_object_unref() on a GstAdapter (#325191).
19198
19199 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
19200
19201         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
19202         If a broken tag has 0 bytes payload, at least still skip
19203         the 10 byte header
19204
19205 2005-12-22  Philippe Khalaf  <burger@speedy.org>
19206
19207         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
19208         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19209         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
19210         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19211           Making these depayloaders (H263+ and mpeg4 video) inherit from
19212           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
19213
19214 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19215
19216         * docs/plugins/gst-plugins-good-plugins.args:
19217         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19218         Regenerate the plugin hiearchy.
19219
19220 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19221
19222         * docs/plugins/Makefile.am:
19223         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19224         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19225         * docs/plugins/gst-plugins-good-plugins.args:
19226         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
19227         (gst_id3demux_base_init), (gst_id3demux_class_init),
19228         (gst_id3demux_chain):
19229         * gst/id3demux/gstid3demux.h:
19230           Add documentation for id3demux.
19231           Don't fail if the first buffer is not at offset 0, just
19232           attempt to typefind and do pass through
19233           Rename the gst_type function from gst_gst_id3demux..
19234
19235 2005-12-20  Michael Smith  <msmith@fluendo.com>
19236
19237         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19238         (gst_multiudpsink_add), (gst_multiudpsink_remove),
19239         (gst_multiudpsink_get_stats):
19240         * gst/udp/gstmultiudpsink.h:
19241           Collect statistics; return them from get_stats.
19242
19243 2005-12-19  Edward Hervey  <edward@fluendo.com>
19244
19245         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
19246         Stupid signedness issue...
19247
19248 2005-12-19  Edward Hervey  <edward@fluendo.com>
19249
19250         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19251         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
19252         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
19253         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
19254         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
19255         Construct index for indexless files.
19256         Make sure pad/buffers are correctly reset to NULL once we don't need
19257         them anymore, else we get lovely segfaults/assertions.
19258         * gst/wavparse/gstwavparse.c:
19259         Yes, you can have 96KHz audio and wma in wav :(
19260
19261 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19262
19263         * configure.ac:
19264           Check for optional dependency on zlib for id3demux
19265
19266         * gst/id3demux/Makefile.am:
19267         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
19268         (gst_id3demux_base_init), (gst_id3demux_class_init),
19269         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
19270         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
19271         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
19272         (gst_id3demux_set_property), (gst_id3demux_get_property),
19273         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
19274         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
19275         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
19276         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
19277         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
19278         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
19279         (simple_find_peek), (simple_find_suggest),
19280         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
19281         (plugin_init):
19282         * gst/id3demux/gstid3demux.h:
19283         * gst/id3demux/id3tags.c: (read_synch_uint),
19284         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
19285         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
19286         (id3demux_id3v2_frames_to_tag_list):
19287         * gst/id3demux/id3tags.h:
19288         * gst/id3demux/id3v2.4.0-frames.txt:
19289         * gst/id3demux/id3v2.4.0-structure.txt:
19290         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
19291         (parse_comment_frame), (parse_text_identification_frame),
19292         (id3v2_tag_to_taglist), (parse_split_strings):
19293           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
19294           otherwise it discards them. Works on my test files. 
19295
19296         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
19297           Don't send EOS to a non-existing srcpad
19298           The debug category can be static
19299
19300 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19301
19302         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
19303         * ext/esd/esdsink.c: (gst_esdsink_prepare):
19304         * gst/multipart/multipartdemux.c:
19305           change some char* into char[]
19306
19307 2005-12-16  Wim Taymans  <wim@fluendo.com>
19308
19309         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
19310         (gst_wavparse_other), (gst_wavparse_perform_seek),
19311         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19312         (gst_wavparse_loop), (gst_wavparse_pad_convert),
19313         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
19314         * gst/wavparse/gstwavparse.h:
19315         Use GstSegment to implement more seeking features.
19316
19317 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19318
19319         * gst/rtsp/rtspconnection.c:
19320           Add <netinet/in.h> include and move <arpa/inet.h> include
19321           to make things work on OpenBSD as well (fixes #323717;
19322           patch by: Benjamin Pineau)
19323
19324 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19325
19326         * gst/rtp/gstrtpspeexdepay.c:
19327         * gst/rtp/gstrtpspeexpay.c:
19328         Set clock rate to be fixed in 8000. It fixes bug #324012.
19329
19330 2005-12-14  Philippe Khalaf  <burger@speedy.org>
19331
19332         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
19333         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
19334         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
19335         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19336         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19337         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
19338         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
19339         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19340         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
19341         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19342         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
19343         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
19344         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
19345         * gst-plugins-good/gst/rtp/README:
19346         Fixed payload range in payloder caps. Removed payload range completely
19347         from depayloaders as they don't require payload type in their caps.
19348         In effect, there isn't any specific payload type for any given codec,
19349         only suggestions.
19350         Fixes bug #324011.
19351
19352 2005-12-13  Julien MOUTTE  <julien@moutte.net>
19353
19354         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19355         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
19356         (gst_videomixer_collected): Code cleanup and re-enabling 
19357         queued time validity check for correct EOS handling.
19358
19359 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
19360
19361         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
19362         (gst_oss_mixer_element_get_property),
19363         (gst_oss_mixer_element_change_state):
19364         Add 'device-name' property and fix state change function.
19365
19366 2005-12-13  Edward Hervey  <edward@fluendo.com>
19367
19368         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
19369         If the speed of the file is null in the header, set the frame_time to
19370         the default setting of GST_SECOND / 70. Which is the default
19371         frame_delay for .fli files as stated in this document :
19372         http://www.compuphase.com/flic.htm
19373         Would be nice to have the time conversion done properly too (duration =
19374         flxh->frames * flxdec->frame_time)
19375
19376 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19377
19378         * docs/plugins/Makefile.am:
19379         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19380         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19381         * docs/plugins/gst-plugins-good-plugins.hierarchy:
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): Adding
19385         documentation for videomixer on my way with a funny sample
19386         pipeline.
19387
19388 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19389
19390         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19391         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19392         (gst_videomixer_update_queues), (gst_videomixer_collected):
19393         Fix caps negotiation. (#323896)
19394
19395 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
19396
19397         * gst/matroska/matroska-demux.c:
19398         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
19399           Set correct timestamps on audio laces, fixes playback of mp3 from
19400                 matroska.
19401
19402 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19403
19404         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
19405         (gst_au_parse_class_init), (gst_au_parse_init),
19406         (gst_au_parse_dispose), (gst_au_parse_chain),
19407         (gst_au_parse_change_state), (plugin_init):
19408         * gst/auparse/gstauparse.h:
19409           Use gst_object_unref() for GstObjects instead of
19410           g_object_unref() and fix a mem leak in a debug
19411           statement; while we're at it, also borgify, use
19412           boilerplate macros and clean up a little bit.
19413
19414 2005-12-11  Edward Hervey  <edward@fluendo.com>
19415
19416         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
19417         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
19418         Added pull mode.
19419
19420 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19421
19422         * gst/goom/gstgoom.c:
19423         * gst/level/level-example.c: (main):
19424         * gst/smoothwave/demo-osssrc.c: (main):
19425           Use audiotestsrc instead of sinesrc (#323798).
19426
19427 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
19428
19429         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
19430           more debug-func-ptr usage
19431
19432 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
19433
19434         * gst/flx/flx_color.c: (flx_colorspace_convert):
19435         * gst/flx/flx_color.h:
19436         * gst/flx/flx_fmt.h:
19437         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
19438         * gst/flx/gstflxdec.h:
19439           Now flxdec works on big-endian machines as well.
19440
19441 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19442
19443         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
19444         (gst_fenced_buffer_copy):
19445           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
19446           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
19447           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
19448           and use GST_DEBUG_FUNCPTR for pad functions.
19449
19450 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19451
19452         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
19453         (gst_flac_dec_class_init), (gst_flac_dec_init),
19454         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
19455         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
19456         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
19457         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
19458         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
19459         (gst_flac_dec_change_state):
19460         * ext/flac/gstflacdec.h:
19461           Rewrite flacdec a bit, so that even seeking might work now. Most
19462           importantly, don't act upon any flow return values we get, just tell
19463           the decoder everything's dandy and act on the flow return values
19464           later on in the loop function. We don't want to mess up the internal
19465           decoder state for non-fatal things like flushing pads etc. Other
19466           than that, use GstSegment (segment seeks don't work yet though, but
19467           should be easy to add), use boilerplate macros, drop the superfluous
19468           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
19469           lots of other things.
19470
19471 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19472
19473         * configure.ac:
19474           Update comment in OSS includes check.
19475
19476         * sys/oss/gstossdmabuffer.c:
19477         * sys/oss/gstosshelper.c:
19478         * sys/oss/gstossmixer.c:
19479         * sys/oss/gstossmixertrack.c:
19480         * sys/oss/gstosssink.c:
19481         * sys/oss/gstosssrc.c:
19482         * sys/oss/oss_probe.c:
19483           Don't assume the OSS soundcard.h include is always in
19484           the sys/ directory. Instead, use the existing defines
19485           from config.h to include the right file. Fixes
19486           compilation on OpenBSD 3.8 (#323718).
19487
19488 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19489
19490         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19491         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19492         * docs/plugins/inspect/plugin-1394.xml:
19493         * docs/plugins/inspect/plugin-aasink.xml:
19494         * docs/plugins/inspect/plugin-alaw.xml:
19495         * docs/plugins/inspect/plugin-alpha.xml:
19496         * docs/plugins/inspect/plugin-alphacolor.xml:
19497         * docs/plugins/inspect/plugin-auparse.xml:
19498         * docs/plugins/inspect/plugin-autodetect.xml:
19499         * docs/plugins/inspect/plugin-avi.xml:
19500         * docs/plugins/inspect/plugin-cacasink.xml:
19501         * docs/plugins/inspect/plugin-cairo.xml:
19502         * docs/plugins/inspect/plugin-cutter.xml:
19503         * docs/plugins/inspect/plugin-debug.xml:
19504         * docs/plugins/inspect/plugin-dv.xml:
19505         * docs/plugins/inspect/plugin-efence.xml:
19506         * docs/plugins/inspect/plugin-effectv.xml:
19507         * docs/plugins/inspect/plugin-esdsink.xml:
19508         * docs/plugins/inspect/plugin-flac.xml:
19509         * docs/plugins/inspect/plugin-flxdec.xml:
19510         * docs/plugins/inspect/plugin-gconfelements.xml:
19511         * docs/plugins/inspect/plugin-goom.xml:
19512         * docs/plugins/inspect/plugin-jpeg.xml:
19513         * docs/plugins/inspect/plugin-level.xml:
19514         * docs/plugins/inspect/plugin-matroska.xml:
19515         * docs/plugins/inspect/plugin-mulaw.xml:
19516         * docs/plugins/inspect/plugin-multipart.xml:
19517         * docs/plugins/inspect/plugin-navigationtest.xml:
19518         * docs/plugins/inspect/plugin-ossaudio.xml:
19519         * docs/plugins/inspect/plugin-png.xml:
19520         * docs/plugins/inspect/plugin-rtp.xml:
19521         * docs/plugins/inspect/plugin-rtsp.xml:
19522         * docs/plugins/inspect/plugin-shout2send.xml:
19523         * docs/plugins/inspect/plugin-smpte.xml:
19524         * docs/plugins/inspect/plugin-speex.xml:
19525         * docs/plugins/inspect/plugin-udp.xml:
19526         * docs/plugins/inspect/plugin-videobox.xml:
19527         * docs/plugins/inspect/plugin-videoflip.xml:
19528         * docs/plugins/inspect/plugin-videomixer.xml:
19529         * docs/plugins/inspect/plugin-wavenc.xml:
19530         * docs/plugins/inspect/plugin-wavparse.xml:
19531         * ext/flac/gstflac.c: (plugin_init):
19532         * ext/flac/gstflacdec.c: (flacdec_get_type),
19533         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
19534         (gst_flac_dec_init), (gst_flac_dec_finalize),
19535         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
19536         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
19537         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
19538         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
19539         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
19540         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
19541         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
19542         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
19543         * ext/flac/gstflacdec.h:
19544         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
19545         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
19546         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
19547         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
19548         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
19549         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
19550         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
19551         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
19552         (gst_flac_enc_change_state):
19553         * ext/flac/gstflacenc.h:
19554           borgify and fix up documentation
19555
19556 2005-12-09  Michael Smith  <msmith@fluendo.com>
19557
19558         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
19559           Accept a wider range of flac files, more closely matching flac spec.
19560
19561 2005-12-08  Julien MOUTTE  <julien@moutte.net>
19562
19563         * docs/plugins/Makefile.am: Add multipart elements.
19564         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19565         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
19566         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19567         * gst/multipart/multipartdemux.c:
19568         * gst/multipart/multipartmux.c: Add docs.
19569
19570 2005-12-07  Edward Hervey  <edward@fluendo.com>
19571
19572         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
19573         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
19574         (gst_avi_demux_invert):
19575         Memleak and crasher fixes.
19576         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
19577         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
19578         Memleak fixes
19579
19580 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19581
19582         * ext/aalib/gstaasink.h:
19583         * ext/cairo/gsttextoverlay.h:
19584         * ext/dv/gstdvdec.h:
19585         * ext/dv/gstdvdemux.c:
19586         * ext/dv/gstdvdemux.h:
19587         * ext/esd/esdsink.h:
19588         * ext/flac/flac_compat.h:
19589         * ext/flac/gstflacdec.h:
19590         * ext/flac/gstflacenc.h:
19591         * ext/gconf/gconf.h:
19592         * ext/gconf/gstgconfaudiosink.h:
19593         * ext/gconf/gstgconfvideosink.h:
19594         * ext/gdk_pixbuf/gstgdkanimation.h:
19595         * ext/jpeg/gstjpegdec.h:
19596         * ext/jpeg/smokecodec.h:
19597         * ext/jpeg/smokeformat.h:
19598         * ext/ladspa/gstsignalprocessor.h:
19599         * ext/ladspa/search.c: (LADSPAPluginSearch):
19600         * ext/ladspa/utils.h:
19601         * ext/libmng/gstmng.c:
19602         * ext/libmng/gstmngdec.h:
19603         * ext/libmng/gstmngenc.c:
19604         * ext/libmng/gstmngenc.h:
19605         * ext/libpng/gstpng.c:
19606         * ext/libpng/gstpngenc.c:
19607         * ext/libpng/gstpngenc.h:
19608         * ext/shout2/gstshout2.h:
19609         * ext/speex/gstspeexdec.h:
19610         * ext/speex/gstspeexenc.c:
19611         * ext/speex/gstspeexenc.h:
19612         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19613         * gst/autodetect/gstautoaudiosink.h:
19614         * gst/autodetect/gstautovideosink.h:
19615         * gst/avi/gstavidemux.h:
19616         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19617         (gst_cutter_set_property), (gst_cutter_get_caps):
19618         * gst/cutter/gstcutter.h:
19619         * gst/debug/tests.c: (md5_process_block):
19620         * gst/debug/tests.h:
19621         * gst/effectv/gstwarp.c:
19622         * gst/flx/flx_fmt.h:
19623         * gst/flx/gstflxdec.h:
19624         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
19625         (zoomFilterFastRGB):
19626         * gst/goom/filters.h:
19627         * gst/goom/goom_tools.h:
19628         * gst/law/alaw-encode.c:
19629         * gst/level/gstlevel.c:
19630         * gst/level/gstlevel.h:
19631         * gst/matroska/ebml-write.h:
19632         * gst/matroska/matroska-demux.h:
19633         * gst/matroska/matroska-ids.h:
19634         * gst/matroska/matroska-mux.h:
19635         * gst/monoscope/convolve.c: (convolve_match):
19636         * gst/monoscope/convolve.h:
19637         * gst/multipart/multipartmux.c:
19638         * gst/oldcore/gstaggregator.c:
19639         * gst/oldcore/gstaggregator.h:
19640         * gst/oldcore/gstmd5sink.c: (md5_process_block):
19641         * gst/oldcore/gstmd5sink.h:
19642         * gst/oldcore/gstmultifilesrc.c:
19643         * gst/oldcore/gstmultifilesrc.h:
19644         * gst/oldcore/gstpipefilter.h:
19645         * gst/oldcore/gstshaper.h:
19646         * gst/rtp/gstrtpL16depay.h:
19647         * gst/rtp/gstrtpL16pay.h:
19648         * gst/rtp/gstrtpdepay.h:
19649         * gst/rtp/gstrtpmp4vpay.c:
19650         * gst/rtp/gstrtpmp4vpay.h:
19651         * gst/rtsp/gstrtspsrc.c:
19652         * gst/rtsp/gstrtspsrc.h:
19653         * gst/rtsp/rtspconnection.h:
19654         * gst/rtsp/rtspdefs.h:
19655         * gst/rtsp/rtspmessage.h:
19656         * gst/rtsp/rtsptransport.h:
19657         * gst/rtsp/rtspurl.c:
19658         * gst/rtsp/rtspurl.h:
19659         * gst/rtsp/sdpmessage.c:
19660         * gst/rtsp/sdpmessage.h:
19661         * gst/smpte/barboxwipes.c:
19662         * gst/smpte/gstmask.h:
19663         * gst/smpte/gstsmpte.h:
19664         * gst/smpte/paint.c:
19665         * gst/smpte/paint.h:
19666         * gst/udp/gstdynudpsink.h:
19667         * gst/udp/gstmultiudpsink.h:
19668         * gst/udp/gstudpsink.c:
19669         * gst/udp/gstudpsink.h:
19670         * gst/udp/gstudpsrc.c:
19671         * gst/videomixer/videomixer.c:
19672         * gst/wavenc/riff.h:
19673         * gst/wavparse/gstwavparse.h:
19674         * sys/oss/gstossdmabuffer.h:
19675         * sys/oss/gstossmixer.h:
19676         * sys/oss/gstossmixerelement.h:
19677         * sys/oss/gstossmixertrack.h:
19678         * sys/oss/gstosssink.c:
19679         * sys/oss/gstosssink.h:
19680         * sys/oss/gstosssrc.c:
19681         * sys/oss/gstosssrc.h:
19682         * sys/osxaudio/gstosxaudioelement.h:
19683         * sys/osxaudio/gstosxaudiosink.h:
19684         * sys/osxaudio/gstosxaudiosrc.h:
19685           expand tabs
19686
19687 === release 0.10.0 ===
19688
19689 2005-12-05   <thomas (at) apestaart (dot) org>
19690
19691         * configure.ac:
19692           releasing 0.10.0, "Abondance"
19693
19694 2005-12-05  Andy Wingo  <wingo@pobox.com>
19695
19696         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19697         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19698         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
19699         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19700         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
19701         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
19702         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
19703         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
19704         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
19705         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19706         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19707         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19708         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19709         * gst/goom/gstgoom.c: (gst_goom_chain):
19710         * gst/matroska/matroska-demux.c:
19711         (gst_matroska_demux_push_vorbis_codec_priv_data),
19712         (gst_matroska_demux_add_wvpk_header):
19713         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
19714         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
19715         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
19716         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
19717         alloc_buffer changes.
19718
19719 2005-12-05  Michael Smith  <msmith@fluendo.com>
19720
19721         * docs/plugins/gst-plugins-good-plugins.args:
19722           Remove args for plugins that aren't in -good.
19723
19724 === release 0.9.7 ===
19725
19726 2005-12-01   <thomas (at) apestaart (dot) org>
19727
19728         * configure.ac:
19729           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
19730
19731 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19732
19733         * docs/plugins/.cvsignore:
19734         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19735         * docs/plugins/inspect/plugin-multipart.xml:
19736         * docs/plugins/inspect/plugin-rtp.xml:
19737           add multipart plugin to docs
19738
19739 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19740
19741         * configure.ac:
19742         * ext/Makefile.am:
19743         * ext/pango/Makefile.am:
19744         * ext/pango/gstclockoverlay.c:
19745         * ext/pango/gstclockoverlay.h:
19746         * ext/pango/gsttextoverlay.c:
19747         * ext/pango/gsttextoverlay.h:
19748         * ext/pango/gsttextrender.c:
19749         * ext/pango/gsttextrender.h:
19750         * ext/pango/gsttimeoverlay.c:
19751         * ext/pango/gsttimeoverlay.h:
19752           move pango to base
19753
19754 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19755
19756         * gst/rtp/Makefile.am:
19757         * gst/rtp/gstrtpL16depay.c:
19758         * gst/rtp/gstrtpL16depay.h:
19759         * gst/rtp/gstrtpL16parse.c:
19760         * gst/rtp/gstrtpL16parse.h:
19761         * gst/rtp/gstrtpgsmdepay.c:
19762         * gst/rtp/gstrtpgsmdepay.h:
19763         * gst/rtp/gstrtpgsmparse.c:
19764         * gst/rtp/gstrtpgsmparse.h:
19765           parsers are depayers
19766
19767 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19768
19769         * gst/rtp/Makefile.am:
19770         * gst/rtp/gstasteriskh263.c:
19771         * gst/rtp/gstrtp.c:
19772         * gst/rtp/gstrtpL16enc.c:
19773         * gst/rtp/gstrtpL16enc.h:
19774         * gst/rtp/gstrtpL16parse.c:
19775         * gst/rtp/gstrtpL16parse.h:
19776         * gst/rtp/gstrtpL16pay.c:
19777         * gst/rtp/gstrtpL16pay.h:
19778         * gst/rtp/gstrtpamrdec.c:
19779         * gst/rtp/gstrtpamrdec.h:
19780         * gst/rtp/gstrtpamrdepay.c:
19781         * gst/rtp/gstrtpamrdepay.h:
19782         * gst/rtp/gstrtpamrenc.c:
19783         * gst/rtp/gstrtpamrenc.h:
19784         * gst/rtp/gstrtpamrpay.c:
19785         * gst/rtp/gstrtpamrpay.h:
19786         * gst/rtp/gstrtpdec.c:
19787         * gst/rtp/gstrtpdec.h:
19788         * gst/rtp/gstrtpdepay.c:
19789         * gst/rtp/gstrtpdepay.h:
19790         * gst/rtp/gstrtpg711dec.c:
19791         * gst/rtp/gstrtpg711dec.h:
19792         * gst/rtp/gstrtpg711depay.c:
19793         * gst/rtp/gstrtpg711depay.h:
19794         * gst/rtp/gstrtpg711enc.c:
19795         * gst/rtp/gstrtpg711enc.h:
19796         * gst/rtp/gstrtpg711pay.c:
19797         * gst/rtp/gstrtpg711pay.h:
19798         * gst/rtp/gstrtpgsmenc.c:
19799         * gst/rtp/gstrtpgsmenc.h:
19800         * gst/rtp/gstrtpgsmparse.c:
19801         * gst/rtp/gstrtpgsmparse.h:
19802         * gst/rtp/gstrtpgsmpay.c:
19803         * gst/rtp/gstrtpgsmpay.h:
19804         * gst/rtp/gstrtph263enc.c:
19805         * gst/rtp/gstrtph263enc.h:
19806         * gst/rtp/gstrtph263pay.c:
19807         * gst/rtp/gstrtph263pay.h:
19808         * gst/rtp/gstrtph263pdec.c:
19809         * gst/rtp/gstrtph263pdec.h:
19810         * gst/rtp/gstrtph263pdepay.c:
19811         * gst/rtp/gstrtph263pdepay.h:
19812         * gst/rtp/gstrtph263penc.c:
19813         * gst/rtp/gstrtph263penc.h:
19814         * gst/rtp/gstrtph263ppay.c:
19815         * gst/rtp/gstrtph263ppay.h:
19816         * gst/rtp/gstrtpmp4vdec.c:
19817         * gst/rtp/gstrtpmp4vdec.h:
19818         * gst/rtp/gstrtpmp4vdepay.c:
19819         * gst/rtp/gstrtpmp4vdepay.h:
19820         * gst/rtp/gstrtpmp4venc.c:
19821         * gst/rtp/gstrtpmp4venc.h:
19822         * gst/rtp/gstrtpmp4vpay.c:
19823         * gst/rtp/gstrtpmp4vpay.h:
19824         * gst/rtp/gstrtpmpadec.c:
19825         * gst/rtp/gstrtpmpadec.h:
19826         * gst/rtp/gstrtpmpadepay.c:
19827         * gst/rtp/gstrtpmpadepay.h:
19828         * gst/rtp/gstrtpmpaenc.c:
19829         * gst/rtp/gstrtpmpaenc.h:
19830         * gst/rtp/gstrtpmpapay.c:
19831         * gst/rtp/gstrtpmpapay.h:
19832         * gst/rtp/gstrtpspeexdec.c:
19833         * gst/rtp/gstrtpspeexdec.h:
19834         * gst/rtp/gstrtpspeexdepay.c:
19835         * gst/rtp/gstrtpspeexdepay.h:
19836         * gst/rtp/gstrtpspeexenc.c:
19837         * gst/rtp/gstrtpspeexenc.h:
19838         * gst/rtp/gstrtpspeexpay.c:
19839         * gst/rtp/gstrtpspeexpay.h:
19840           Do burger's rename for rtp payloaders and depayloaders
19841
19842 2005-11-30  Wim Taymans  <wim@fluendo.com>
19843
19844         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19845         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19846         * ext/dv/gstdvdemux.h:
19847         Fix seeking in dvdemux again, add some more debug info.
19848
19849 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19850
19851         * configure.ac:
19852           fix tests
19853
19854 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19855
19856         * PORTED_09:
19857         * docs/random/PORTED_09:
19858           move
19859         * tests/Makefile.am:
19860           add
19861         * win32/gst.sln:
19862           remove
19863
19864 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19865
19866         * Makefile.am:
19867         * check/.cvsignore:
19868         * check/Makefile.am:
19869         * check/elements/.cvsignore:
19870         * check/elements/level.c:
19871         * check/elements/matroskamux.c:
19872         * configure.ac:
19873         * examples/Makefile.am:
19874         * examples/capsfilter/Makefile.am:
19875         * examples/capsfilter/capsfilter1.c:
19876         * examples/gob/Makefile.am:
19877         * examples/gob/gst-identity2.gob:
19878         * examples/gstplay/.cvsignore:
19879         * examples/gstplay/Makefile.am:
19880         * examples/gstplay/player.c:
19881         * examples/indexing/.cvsignore:
19882         * examples/indexing/Makefile.am:
19883         * examples/indexing/indexmpeg.c:
19884         * examples/level/Makefile.am:
19885         * examples/level/README:
19886         * examples/level/demo.c:
19887         * examples/level/plot.c:
19888         * examples/stats/Makefile.am:
19889         * examples/stats/mp2ogg.c:
19890         * examples/switch/.cvsignore:
19891         * examples/switch/Makefile.am:
19892         * examples/switch/switcher.c:
19893           move under tests/
19894
19895 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19896
19897         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19898         (gst_text_render_class_init), (resize_bitmap),
19899         (gst_text_render_render_text), (gst_text_render_setcaps),
19900         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19901         (gst_text_render_chain), (gst_text_render_finalize),
19902         (gst_text_render_init), (gst_text_render_set_property):
19903         * ext/pango/gsttextrender.h:
19904           Add missing files.
19905
19906 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19907
19908         * configure.ac:
19909         * ext/Makefile.am:
19910         * ext/pango/Makefile.am:
19911         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19912         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19913         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19914         * ext/pango/gstclockoverlay.h:
19915         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19916         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
19917         (gst_text_overlay_finalize), (gst_text_overlay_init),
19918         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
19919         (gst_text_overlay_text_pad_linked),
19920         (gst_text_overlay_text_pad_unlinked),
19921         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
19922         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
19923         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
19924         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19925         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19926         (gst_text_overlay_change_state), (plugin_init):
19927         * ext/pango/gsttextoverlay.h:
19928         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
19929         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
19930         (gst_time_overlay_class_init), (gst_time_overlay_init):
19931         * ext/pango/gsttimeoverlay.h:
19932           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
19933           and add background shading and text wrapping modes. Make 
19934           timoverlay derive from textoverlay. Also add new clockoverlay
19935           element.
19936
19937 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19938
19939         * gst/udp/Makefile.am: Moved to netbuffer.
19940
19941 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19942
19943         * configure.ac:
19944         * PORTED_O9:
19945         * gst/multipart/Makefile.am:
19946         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19947         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19948         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19949         (gst_multipart_demux_change_state),
19950         (gst_multipart_demux_plugin_init):
19951         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19952         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
19953         (gst_multipart_mux_sinkconnect),
19954         (gst_multipart_mux_request_new_pad),
19955         (gst_multipart_mux_handle_src_event),
19956         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
19957         (gst_multipart_mux_change_state): Ported multipart mux/demux to
19958         0.9.
19959
19960 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19961
19962         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
19963         * gst/debug/gstnavigationtest.h:
19964         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
19965         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
19966         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
19967         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
19968         * gst/effectv/gstrev.c: (gst_revtv_get_type):
19969         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
19970         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
19971         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
19972         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
19973         (gst_video_flip_get_type):
19974         * gst/videofilter/gstvideoflip.h:
19975           update for symbols change
19976
19977 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19978
19979         * gst/udp/gstdynudpsink.c:
19980         * gst/udp/gstudpsrc.c:
19981           the old gstnet lib was renamed gstnetbuffer (#322257)
19982
19983 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19984
19985         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
19986         (gst_text_overlay_collected):
19987           Actually render the text from the text pad.
19988
19989 2005-11-29  Edward Hervey  <edward@fluendo.com>
19990
19991         * gst/debug/gstnavseek.c: (gst_navseek_event):
19992         * gst/debug/progressreport.c: (gst_progress_report_event):
19993         Update for GstBaseTransform event virtual method
19994
19995 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19996
19997         * ext/cairo/Makefile.am:
19998           no need to link to videofilter
19999
20000 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20001
20002         * gst/debug/Makefile.am:
20003         * gst/debug/gstnavigationtest.h:
20004         * gst/effectv/Makefile.am:
20005         * gst/effectv/gstaging.c:
20006         * gst/effectv/gstdice.c:
20007         * gst/effectv/gstedge.c:
20008         * gst/effectv/gstquark.c:
20009         * gst/effectv/gstrev.c:
20010         * gst/effectv/gstshagadelic.c:
20011         * gst/effectv/gstvertigo.c:
20012         * gst/effectv/gstwarp.c:
20013         * gst/videofilter/Makefile.am:
20014         * gst/videofilter/gstvideofilter.c:
20015         * gst/videofilter/gstvideofilter.h:
20016         * gst/videofilter/gstvideoflip.h:
20017           remove the videofilter library and link to the one in base
20018
20019 2005-11-28  Edward Hervey  <edward@fluendo.com>
20020
20021         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
20022         Useless check now we're setting the current entry correctly.
20023
20024 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
20025
20026         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
20027         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
20028         (gst_jpegenc_change_state):
20029           Don't leak input buffer in chain function (fixes #322667); make 
20030           state change function thread-safe; don't repeat the current function
20031           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
20032           gst_pad_alloc_buffer(); misc. minor cleanups.
20033
20034 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
20035
20036         * gst/matroska/matroska-mux.c:
20037         (gst_matroska_mux_video_pad_setcaps):
20038         Look for pixel-aspect-ratio in caps, not pixel_width and
20039         pixel_height (Fixes: #322645)
20040
20041 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
20042
20043         * gst/matroska/matroska-mux.c:
20044         (gst_matroska_mux_video_pad_setcaps):
20045         From Michal Benes:
20046         frame duration should be GST_SECOND / framerate, not
20047         GST_SECOND * framerate. (Fixes: #322643)
20048
20049 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20050
20051         * configure.ac:
20052           fix up GST_PLUGIN_LDFLAGS
20053         * gst/rtsp/rtspconnection.c:
20054           fix includes (see #317043)
20055         * gst/videofilter/Makefile.am:
20056           stop installing this library
20057
20058 2005-11-26  Edward Hervey  <edward@fluendo.com>
20059
20060         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
20061         Handle the case where the incoming Video dv stream doesn't have
20062         a pixel aspect ratio set.
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         * ext/flac/gstflacdec.c:
20070           document flacdec
20071
20072 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20073
20074         * docs/plugins/Makefile.am:
20075         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20076         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20077         * docs/plugins/inspect/plugin-autodetect.xml:
20078         * ext/cairo/gstcairo.c: (plugin_init):
20079         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20080         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20081         (gst_text_overlay_init), (gst_text_overlay_font_init),
20082         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20083         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20084         (gst_text_overlay_text_pad_linked),
20085         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20086         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20087         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20088         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20089         (gst_text_overlay_change_state):
20090         * ext/cairo/gsttextoverlay.h:
20091         * ext/cairo/gsttimeoverlay.c:
20092         (gst_cairo_time_overlay_update_font_height),
20093         (gst_cairo_time_overlay_set_caps),
20094         (gst_cairo_time_overlay_get_unit_size),
20095         (gst_cairo_time_overlay_print_smpte_time),
20096         (gst_cairo_time_overlay_transform),
20097         (gst_cairo_time_overlay_base_init),
20098         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
20099         (gst_cairo_time_overlay_get_type):
20100         * ext/cairo/gsttimeoverlay.h:
20101           do some name borgifying
20102           document
20103
20104 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20105
20106         * docs/plugins/Makefile.am:
20107         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20108         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20109         * gst/autodetect/gstautoaudiosink.c:
20110         (gst_auto_audio_sink_base_init):
20111         * gst/autodetect/gstautovideosink.c:
20112         (gst_auto_video_sink_base_init),
20113         (gst_auto_video_sink_factory_filter):
20114           documenting auto*sink
20115           using strstr for the video sink lookup, class field is not ordered
20116         * docs/plugins/inspect/plugin-1394.xml:
20117         * docs/plugins/inspect/plugin-aasink.xml:
20118         * docs/plugins/inspect/plugin-alaw.xml:
20119         * docs/plugins/inspect/plugin-alpha.xml:
20120         * docs/plugins/inspect/plugin-alphacolor.xml:
20121         * docs/plugins/inspect/plugin-auparse.xml:
20122         * docs/plugins/inspect/plugin-autodetect.xml:
20123         * docs/plugins/inspect/plugin-avi.xml:
20124         * docs/plugins/inspect/plugin-cacasink.xml:
20125         * docs/plugins/inspect/plugin-cairo.xml:
20126         * docs/plugins/inspect/plugin-cutter.xml:
20127         * docs/plugins/inspect/plugin-debug.xml:
20128         * docs/plugins/inspect/plugin-dv.xml:
20129         * docs/plugins/inspect/plugin-efence.xml:
20130         * docs/plugins/inspect/plugin-effectv.xml:
20131         * docs/plugins/inspect/plugin-esdsink.xml:
20132         * docs/plugins/inspect/plugin-flac.xml:
20133         * docs/plugins/inspect/plugin-flxdec.xml:
20134         * docs/plugins/inspect/plugin-gconfelements.xml:
20135         * docs/plugins/inspect/plugin-goom.xml:
20136         * docs/plugins/inspect/plugin-jpeg.xml:
20137         * docs/plugins/inspect/plugin-level.xml:
20138         * docs/plugins/inspect/plugin-matroska.xml:
20139         * docs/plugins/inspect/plugin-mulaw.xml:
20140         * docs/plugins/inspect/plugin-navigationtest.xml:
20141         * docs/plugins/inspect/plugin-ossaudio.xml:
20142         * docs/plugins/inspect/plugin-png.xml:
20143         * docs/plugins/inspect/plugin-rtp.xml:
20144         * docs/plugins/inspect/plugin-rtsp.xml:
20145         * docs/plugins/inspect/plugin-shout2send.xml:
20146         * docs/plugins/inspect/plugin-smpte.xml:
20147         * docs/plugins/inspect/plugin-speex.xml:
20148         * docs/plugins/inspect/plugin-udp.xml:
20149         * docs/plugins/inspect/plugin-videobox.xml:
20150         * docs/plugins/inspect/plugin-videoflip.xml:
20151         * docs/plugins/inspect/plugin-videomixer.xml:
20152         * docs/plugins/inspect/plugin-wavenc.xml:
20153         * docs/plugins/inspect/plugin-wavparse.xml:
20154           update for HEAD version
20155
20156 2005-11-25  Michael Smith  <msmith@fluendo.com>
20157
20158         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
20159           Patch from Sebastien Cote to close control sockets in udpsrc.
20160
20161 2005-11-24  Julien MOUTTE  <julien@moutte.net>
20162
20163         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20164         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
20165         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
20166         (gst_quarktv_base_init), (gst_quarktv_class_init),
20167         (gst_quarktv_init): Flush the planes list on reverse caps
20168         negotiation. This was crashing because of differently sized
20169         buffers.
20170
20171 2005-11-24  Julien MOUTTE  <julien@moutte.net>
20172
20173         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
20174         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
20175         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
20176         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
20177         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
20178         (gst_videoflip_set_property), (gst_videoflip_base_init),
20179         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
20180         correctly, fix identity flipping, convert navigation event 
20181         correctly again.
20182
20183 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20184
20185         * configure.ac: back to HEAD
20186
20187 === release 0.9.6 ===
20188
20189 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20190
20191         * configure.ac:
20192           releasing 0.9.6, "Everything's Not Lost"
20193
20194 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20195
20196         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
20197         Oops, initialise the framerate GValue
20198
20199 2005-11-23  Julien MOUTTE  <julien@moutte.net>
20200
20201         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20202         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
20203         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
20204         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
20205         (gst_timeoverlay_get_type):
20206         * ext/cairo/gsttimeoverlay.h:
20207         * gst/debug/Makefile.am:
20208         * gst/debug/gstnavigationtest.c:
20209         (gst_navigationtest_handle_src_event),
20210         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
20211         (gst_navigationtest_transform), (gst_navigationtest_change_state),
20212         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
20213         (gst_navigationtest_init), (gst_navigationtest_get_type),
20214         (plugin_init):
20215         * gst/debug/gstnavigationtest.h:
20216         * gst/effectv/Makefile.am:
20217         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
20218         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
20219         (gst_agingtv_base_init), (gst_agingtv_class_init),
20220         (gst_agingtv_init), (gst_agingtv_get_type):
20221         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
20222         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
20223         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
20224         (gst_dicetv_get_type):
20225         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
20226         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
20227         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
20228         (gst_edgetv_get_type):
20229         * gst/effectv/gsteffectv.c:
20230         * gst/effectv/gsteffectv.h:
20231         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20232         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
20233         (gst_quarktv_change_state), (gst_quarktv_base_init),
20234         (gst_quarktv_class_init), (gst_quarktv_init),
20235         (gst_quarktv_get_type):
20236         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
20237         (gst_revtv_get_unit_size), (gst_revtv_transform),
20238         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
20239         (gst_revtv_get_type):
20240         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
20241         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
20242         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
20243         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
20244         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
20245         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
20246         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
20247         (gst_vertigotv_init), (gst_vertigotv_get_type):
20248         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
20249         (gst_warptv_get_unit_size), (gst_warptv_transform),
20250         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
20251         (gst_warptv_get_type):
20252         * gst/videofilter/Makefile.am:
20253         * gst/videofilter/gstvideobalance.c:
20254         * gst/videofilter/gstvideobalance.h:
20255         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
20256         (gst_videofilter_class_init), (gst_videofilter_init):
20257         * gst/videofilter/gstvideofilter.h:
20258         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
20259         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
20260         (gst_videoflip_flip), (gst_videoflip_transform),
20261         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
20262         (gst_videoflip_base_init), (gst_videoflip_class_init),
20263         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
20264         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
20265         BaseTransform, it's just a place holder for now and every video
20266         effect plugin has been ported to use BaseTransform features 
20267         directly. QuarkTV was fixed too (was broken), navigationtest works
20268         and best for the end, videoflip converts navigation events depending
20269         on flip method ! Fixes #320953
20270
20271 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20272
20273         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20274         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
20275         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20276         (gst_goom_src_negotiate), (gst_goom_chain):
20277         * gst/matroska/matroska-mux.c:
20278         (gst_matroska_mux_video_pad_setcaps):
20279         * sys/osxvideo/osxvideosink.m:
20280           Fixes for API changes
20281
20282 2005-11-23  Michael Smith <msmith@fluendo.com>
20283
20284         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
20285         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
20286         * ext/jpeg/gstjpegdec.h:
20287         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
20288         * ext/jpeg/gstjpegenc.h:
20289         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
20290         (gst_smokeenc_resync):
20291         * ext/jpeg/gstsmokeenc.h:
20292           JPEG fractiony goodness.
20293
20294 2005-11-22  Michael Smith <msmith@fluendo.com>
20295
20296         * gst/goom/filters.c:
20297         * gst/goom/graphic.h:
20298           Fix compilation by making some functions static inline instead of
20299           extern inline, matching the way they're used.
20300
20301 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20302
20303         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
20304         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
20305         * ext/cairo/gsttextoverlay.h:
20306         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
20307         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20308         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
20309         (gst_pngdec_caps_create_and_set):
20310         * ext/libpng/gstpngdec.h:
20311         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
20312         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
20313         * gst/avi/gstavimux.c: (gst_avimux_init),
20314         (gst_avimux_vidsinkconnect):
20315         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
20316         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20317         (gst_goom_src_negotiate), (gst_goom_chain):
20318         * gst/goom/gstgoom.h:
20319         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20320         * gst/matroska/matroska-mux.c:
20321         (gst_matroska_mux_video_pad_setcaps):
20322         * sys/osxvideo/osxvideosink.h:
20323         * sys/osxvideo/osxvideosink.m:
20324           More fractional framerate conversions 
20325
20326 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20327
20328         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20329         * gst/debug/gstnavigationtest.c:
20330         (gst_navigationtest_handle_src_event):
20331         * gst/videofilter/gstvideofilter.c:
20332         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
20333         (gst_videofilter_init):
20334         * gst/videofilter/gstvideofilter.h:
20335           Convert to fractional framerates.
20336
20337 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20338
20339         * ext/aalib/gstaasink.c:
20340         * ext/dv/gstdvdec.c:
20341         * ext/esd/esdmon.c:
20342         * ext/flac/gstflacenc.c:
20343         * ext/gdk_pixbuf/pixbufscale.c:
20344         * ext/libcaca/gstcacasink.c:
20345         * ext/shout2/gstshout2.c:
20346         * gst/alpha/gstalpha.c:
20347         * gst/oldcore/gstaggregator.c:
20348         * gst/oldcore/gstshaper.c:
20349         * gst/smpte/barboxwipes.c:
20350         * gst/smpte/gstsmpte.c:
20351         * gst/videobox/gstvideobox.c:
20352         * gst/videofilter/gstvideoflip.c:
20353         * gst/videomixer/videomixer.c:
20354           fix up more enums
20355
20356 2005-11-22  Michael Smith <msmith@fluendo.com>
20357
20358         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
20359         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
20360         (gst_videomixer_update_queues):
20361           Fractional framerates, videomixer.
20362
20363 2005-11-22  Michael Smith <msmith@fluendo.com>
20364
20365         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
20366         * ext/dv/gstdvdec.h:
20367         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
20368         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
20369         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
20370         (gst_dvdemux_flush):
20371         * ext/dv/gstdvdemux.h:
20372           Fractional framerates for DV. 
20373
20374 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20375
20376         * gst/autodetect/gstautoaudiosink.c:
20377         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20378         * gst/autodetect/gstautovideosink.c:
20379         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20380           Use gst_plugin_feature_list_free() to free feature list and
20381           in the case of autovideosink free the list at all. Also
20382           miscellaneous cosmetic fixes.
20383
20384 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20385
20386         * gst/cutter/gstcutter.c: (gst_cutter_chain),
20387         (gst_cutter_set_property), (gst_cutter_get_caps):
20388           copy calculation code from level; remove use of some audio
20389           functions
20390
20391 2005-11-22  Andy Wingo  <wingo@pobox.com>
20392
20393         * Update for gst_tag_setter API changes.
20394
20395 2005-11-22  Andy Wingo  <wingo@pobox.com>
20396
20397         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
20398         (gst_dvdemux_demux_frame)
20399         * ext/flac/gstflacdec.c (gst_flacdec_write)
20400         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
20401         (gst_flacenc_sink_event)
20402         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
20403         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
20404         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
20405         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
20406         * gst/auparse/gstauparse.c (gst_auparse_chain)
20407         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
20408         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
20409         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
20410         (gst_avi_demux_handle_seek)
20411         * gst/goom/gstgoom.c (gst_goom_event)
20412         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
20413         * gst/matroska/matroska-demux.c
20414         (gst_matroska_demux_handle_seek_event)
20415         (gst_matroska_demux_loop_stream_parse_id)
20416         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
20417         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
20418         (gst_wavparse_stream_headers): Run update-funcnames.
20419
20420 2005-11-22  Edward Hervey  <edward@fluendo.com>
20421
20422         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20423         (gst_dv1394src_init), (gst_dv1394src_dispose),
20424         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
20425         (gst_dv1394src_uri_set_uri):
20426         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20427         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
20428         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
20429         URIHandler interface and element properties are now properly
20430         synchronized for DV1394src and UDPSrc
20431
20432 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20433
20434         * ext/flac/Makefile.am:
20435         * ext/speex/Makefile.am:
20436           libgsttagedit has been renamed to libgsttag.
20437
20438 2005-11-21  Wim Taymans  <wim@fluendo.com>
20439
20440         * gst/rtsp/rtspconnection.c: (read_body):
20441         Apply patch from Sebastien Cote to fix #319184.
20442
20443 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20444
20445         * configure.ac:
20446         * gst/cutter/Makefile.am:
20447         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
20448         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
20449         (gst_cutter_set_property), (gst_cutter_get_property),
20450         (plugin_init), (gst_cutter_get_caps):
20451           port cutter
20452         * gst/level/gstlevel.c:
20453           fix up plugin details
20454
20455 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20456
20457         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
20458         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
20459         (gst_flacdec_src_event):
20460         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
20461         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
20462         (gst_signal_processor_getrange), (gst_signal_processor_chain):
20463         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20464         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
20465         (gst_flxdec_sink_event_handler):
20466         * gst/matroska/matroska-demux.c:
20467         (gst_matroska_demux_handle_seek_event):
20468         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
20469           Update for stream lock API changes: don't take stream log
20470           in sink event handlers any longer and change GST_STREAM_LOCK
20471           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
20472           functions.
20473
20474 2005-11-21  Michael Smith <msmith@fluendo.com>
20475
20476         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
20477           gst_object_unref, not g_object_unref
20478
20479 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20480
20481         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20482         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
20483           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
20484
20485 2005-11-21  Michael Smith <msmith@fluendo.com>
20486
20487         * gst/auparse/Makefile.am:
20488         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20489         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
20490         (gst_auparse_change_state):
20491         * gst/auparse/gstauparse.h:
20492           Partially fix #161712. playbin still doesn't work on these files,
20493           (on the bug report, Andy says we aren't typefinding it for some
20494           reason?) but at least auparse isn't totally busted like it was before.
20495
20496 2005-11-21  Andy Wingo  <wingo@pobox.com>
20497
20498         * *.h:
20499         * *.c: Ran scripts/update-macros. Oh yes.
20500
20501 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20502
20503         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
20504           Filler events are gone for now, comment out section generating
20505           them.
20506
20507 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20508
20509         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20510         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
20511         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
20512         * sys/osxvideo/osxvideosink.m:
20513           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20514           (#322027)
20515
20516 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20517
20518         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
20519         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
20520         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
20521         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
20522         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
20523         (gst_avi_demux_stream_data):
20524         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20525         * gst/wavenc/gstwavenc.c: (write_metadata):
20526         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
20527         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
20528         Fixes for GST_FOURCC_FORMAT API change.
20529
20530 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20531
20532         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
20533         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
20534         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
20535         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20536         (gst_text_overlay_change_state):
20537         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
20538         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
20539         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
20540         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
20541         * gst/videomixer/videomixer.c: (gst_videomixer_init),
20542         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20543         (gst_videomixer_change_state):
20544           Fix for collect pads API change. Also fix textoverlay state
20545           change function.
20546
20547 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20548
20549         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
20550         GST_PAD_IS_USABLE by something approaching it.
20551
20552 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20553
20554         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
20555         API changes.
20556         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
20557         but also fix the code that was not checking return values from
20558         pad_push neither using pad_alloc_buffer.
20559
20560 2005-11-18  Edward Hervey  <edward@fluendo.com>
20561
20562         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20563         (gst_pngenc_chain):
20564         Added debug category
20565         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
20566         goes to EOS.
20567
20568 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
20569
20570         * gst/rtp/Makefile.am
20571         * gst/rtp/gstrtp.c
20572         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
20573         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
20574         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
20575         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
20576         * gst/rtp/gstrtpg711enc.h:
20577         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
20578         * gst/rtp/gstrtpspeexenc.c:
20579         * gst/rtp/gstrtpspeexenc.h:
20580         * gst/rtp/gstrtpspeexdec.c:
20581         * gst/rtp/gstrtpspeexdec.h:
20582         Created Speex payloader and depayloader; Optimize G711 payloader to
20583         use adapter and send packets until MTU size.
20584
20585 2005-11-16  Wim Taymans  <wim@fluendo.com>
20586
20587         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
20588         Fix leak in check.
20589
20590 2005-11-16  Wim Taymans  <wim@fluendo.com>
20591
20592         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
20593         Fix state change.
20594
20595 2005-11-16  Andy Wingo  <wingo@pobox.com>
20596
20597         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
20598         (gst_udpsrc_create): Move comment.
20599
20600 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
20601
20602         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20603
20604         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
20605           When seeking, seek to closest index entry at or before the requested
20606           seek position, not just the closest one (#321001).
20607
20608 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20609
20610         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
20611         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
20612           Invert DIB images again (see #132341).
20613
20614 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20615
20616         * configure.ac:
20617           rework configure.ac file
20618         * ext/aalib/gstaasink.c:
20619         * ext/cairo/gstcairo.c:
20620         * ext/dv/gstdv.c:
20621         * ext/esd/gstesd.c:
20622         * ext/flac/gstflac.c:
20623         * ext/gconf/gstgconfelements.c:
20624         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20625         * ext/jpeg/gstjpeg.c:
20626         * ext/ladspa/gstladspa.c:
20627         * ext/libcaca/gstcacasink.c:
20628         * ext/libmng/gstmng.c:
20629         * ext/libpng/gstpng.c:
20630         * ext/mikmod/gstmikmod.c:
20631         * ext/pango/gsttextoverlay.c:
20632         * ext/pango/gsttimeoverlay.c:
20633         * ext/raw1394/gst1394.c:
20634         * ext/speex/gstspeex.c:
20635         * gst/alpha/Makefile.am:
20636         * gst/alpha/gstalpha.c:
20637         * gst/alpha/gstalphacolor.c:
20638         * gst/auparse/gstauparse.c:
20639         * gst/autodetect/gstautoaudiosink.c:
20640         (gst_auto_audio_sink_factory_filter),
20641         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20642         * gst/autodetect/gstautodetect.c:
20643         * gst/avi/gstavi.c:
20644         * gst/cutter/gstcutter.c:
20645         * gst/debug/efence.c:
20646         * gst/debug/gstdebug.c:
20647         * gst/debug/gstnavigationtest.c:
20648         * gst/effectv/gsteffectv.c:
20649         * gst/flx/gstflxdec.c:
20650         * gst/goom/gstgoom.c:
20651         * gst/interleave/plugin.c:
20652         * gst/law/alaw.c:
20653         * gst/law/mulaw.c:
20654         * gst/level/gstlevel.c:
20655         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20656         * gst/matroska/matroska.c:
20657         * gst/median/gstmedian.c:
20658         * gst/monoscope/gstmonoscope.c:
20659         * gst/multipart/multipart.c:
20660         * gst/oldcore/gstelements.c:
20661         * gst/rtp/gstrtp.c:
20662         * gst/rtsp/gstrtsp.c:
20663         * gst/smoothwave/gstsmoothwave.c:
20664         * gst/smpte/gstsmpte.c:
20665         * gst/udp/gstudp.c:
20666         * gst/videobox/gstvideobox.c:
20667         * gst/videofilter/gstgamma.c:
20668         * gst/videofilter/gstvideobalance.c:
20669         * gst/videofilter/gstvideoflip.c:
20670         * gst/videofilter/gstvideotemplate.c:
20671         * gst/videomixer/videomixer.c:
20672         * gst/wavenc/gstwavenc.c:
20673         * gst/wavparse/gstwavparse.c:
20674         * sys/oss/gstossaudio.c:
20675         * sys/osxaudio/gstosxaudio.c:
20676           update GST_PLUGIN_DEFINE
20677         * gst/rtp/Makefile.am:
20678         * gst/rtp/gstasteriskh263.c:
20679           check for htons/htonl headers and possibly link to winsock2 lib
20680
20681 2005-11-12  Edward Hervey  <edward@fluendo.com>
20682
20683         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
20684         Only GST_DEBUG() information on the valid components.
20685
20686 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20687
20688         * configure.ac: back to HEAD
20689
20690 === release 0.9.5 ===
20691
20692 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20693
20694         * configure.ac:
20695           releasing 0.9.5, "Phone Alarm"
20696
20697 2005-11-11  Edward Hervey  <edward@fluendo.com>
20698
20699         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20700         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
20701         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
20702         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20703         (gst_avi_demux_loop):
20704         * gst/avi/gstavidemux.h:
20705         Yeah, implement proper seeking. Exact seeking and segment seeking.
20706         Still need to do some checks for segment_stop.
20707
20708 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20709
20710         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20711
20712         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20713           Don't try to ready buffer duration from buffer that we don't
20714           own any  longer and that might already have been unreffed.
20715           (#321136)
20716
20717 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
20718
20719         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
20720         (flx_decode_delta_flc), (gst_flxdec_chain):
20721         Attempting to optimize the code for embedded systems.
20722
20723 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
20724
20725         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20726
20727         * sys/oss/gstosssink.c: (gst_oss_sink_close):
20728           Don't re-use already closed file descriptor. (#320920)
20729
20730 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20731
20732         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
20733         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
20734         (gst_oss_sink_prepare):
20735         * sys/oss/gstosssink.h:
20736           Cache probed caps; fix debug output for SET_PARAM macros.
20737
20738 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20739
20740         * ext/cairo/Makefile.am:
20741         * ext/cairo/gstcairo.c: (plugin_init):
20742         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20743         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20744         (gst_text_overlay_init), (gst_text_overlay_font_init),
20745         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20746         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20747         (gst_text_overlay_text_pad_linked),
20748         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20749         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20750         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20751         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20752         (gst_text_overlay_change_state):
20753         * ext/cairo/gsttextoverlay.h:
20754           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20755           property and redo positioning. Doesn't handle upstream renegotiation
20756           yet though.
20757
20758 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20759
20760         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20761         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20762         (gst_avi_demux_loop):
20763           No need to take the STREAM_LOCK in the loop function. Improve
20764           some debug messages. Don't leak pad names in debug messages.
20765
20766 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20767
20768         * gst/matroska/matroska-demux.c:
20769         (gst_matroska_demux_push_vorbis_codec_priv_data),
20770         (gst_matroska_demux_add_wvpk_header):
20771           Don't error out when the source pad isn't linked.
20772
20773 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
20774
20775         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20776         (gst_gconf_audio_sink_change_state):
20777         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20778         (gst_gconf_video_sink_change_state):
20779           Fix state change functions here as well and set kid
20780           to NULL state before removing it.
20781
20782 2005-11-01  Edward Hervey  <edward@fluendo.com>
20783
20784         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20785         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20786         Added proper event handlind, 
20787         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20788         ignored),
20789         and don't set a duration of 0 for buffers otherwise they are discarded
20790         by GstBaseSink.
20791
20792         GstWavEnc needs some serious loving, after going through the code I'm
20793         really wondering how this can stay in -good ...
20794
20795 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20796
20797         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20798         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20799         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20800         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20801         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20802         (gst_matroska_mux_collected):
20803           Fix leaks and invalid memory access as reported by valgrind
20804
20805 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20806
20807         Patch by: Michal Benes <michal.benes@xeris.cz>
20808
20809         * check/Makefile.am:
20810         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20811         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20812         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20813           add a unit test for matroskamux
20814           fix the bugs that the unit test exposed
20815
20816 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
20817
20818         * gst/autodetect/gstautoaudiosink.c:
20819         (gst_auto_audio_sink_class_init),
20820         (gst_auto_audio_sink_change_state):
20821         * gst/autodetect/gstautovideosink.c:
20822         (gst_auto_video_sink_class_init),
20823         (gst_auto_video_sink_change_state):
20824           Fix state change function and use GST_DEBUG_FUNCPTR in
20825           class_init.
20826
20827 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20828
20829         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20830
20831         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
20832         (gst_ebml_write_reset), (gst_ebml_write_element_new):
20833         * gst/matroska/ebml-write.h:
20834         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20835           Set timestamps on outgoing ebml headers as well, so that the
20836           element after matroskamux can get the timestamp already when
20837           reading the first ebml element and doesn't have to wait for
20838           the actual data buffer for that (#320308).
20839           
20840 2005-10-31  Andy Wingo  <wingo@pobox.com>
20841
20842         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
20843         (gst_videomixer_pad_link): Kill some memleaks.
20844         (gst_videomixer_pad_get_property): Style fix.
20845         (gst_videomixer_pad_set_property): Style fix.
20846         (gst_videomixer_pad_init): Style fix.
20847         (gst_videomixer_update_queues): Kill memleak.
20848         (gst_videomixer_loop): Kill memleak.
20849         (gst_videomixer_collected): Kill memleak.
20850
20851 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20852
20853         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
20854         gst_auparse_change_state:
20855         Just some cleanup.
20856
20857 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20858
20859         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
20860         Add checks to GST_FLOW_NOT_LINKED for values returned
20861         from gst_pad_push.
20862         
20863 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20864
20865         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20866         (gst_rtpg711dec_process):
20867         * gst/rtp/gstrtpgsmenc.c:
20868         Payloader now sets some default caps on the srcpad if caps on the sinkpad
20869         are never set. This is important for the g711 to work with burger's rtpbin
20870         element.
20871
20872 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
20873
20874         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
20875         (gst_speexenc_push_buffer):
20876         Add checks for return values from gst_pad_push and
20877         gst_pad_alloc_buffer.
20878
20879 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
20880
20881         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20882
20883         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20884         (gst_matroska_demux_parse_info),
20885         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20886         (gst_matroska_demux_parse_cluster):
20887         * gst/matroska/matroska-ids.h:
20888         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20889         (gst_matroska_mux_init), (gst_matroska_mux_start),
20890         (gst_matroska_mux_create_buffer_header),
20891         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20892         (gst_matroska_mux_get_property):
20893         * gst/matroska/matroska-mux.h:
20894           Add SimpleBlock support to matroska demuxer and muxer (part of
20895           Matroska v2). (#319731)
20896
20897 2005-10-28  Wim Taymans  <wim@fluendo.com>
20898
20899         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20900         (gst_jpeg_dec_change_state):
20901         * ext/jpeg/gstjpegdec.h:
20902         Cleanups. Don't create caps for every chain.
20903
20904 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
20905
20906         * gst/law/alaw-encode.c: (gst_alawenc_init),
20907         (alawenc_setcaps), (gst_alawenc_chain)
20908         * gst/law/alaw-encode.h:
20909         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20910         (mulawenc_setcaps), (gst_mulawenc_chain)
20911         * gst/law/mulaw-encode.h:
20912         Set timestamp on buffer and it allows RTP G711 elements
20913         work properly.
20914
20915 2005-10-27  Wim Taymans  <wim@fluendo.com>
20916
20917         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20918         Set correct format on oss instead of a silly value. 
20919
20920 2005-10-27  Julien MOUTTE  <julien@moutte.net>
20921
20922         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20923         (gst_video_box_transform_caps), (gst_video_box_set_caps),
20924         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
20925         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
20926         I420 rendering as well, doesn't bring much for my platform.
20927         Might help on some other platforms.
20928
20929 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20930
20931         * gst/rtp/gstrtpgsmenc.c:
20932         * gst/rtp/gstrtpgsmparse.c:
20933         Declaring the padtemplate correctly.
20934
20935 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20936
20937         * gst/rtp/gstrtpg711dec.c:
20938         * gst/rtp/gstrtpg711enc.c:
20939         * gst/rtp/gstrtpgsmenc.c:
20940         * gst/rtp/gstrtpgsmparse.c:
20941         Setting the proper copyright notice.
20942
20943 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20944
20945         * gst/videobox/Makefile.am: Use liboil.
20946         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20947         (gst_video_box_set_property), (gst_video_box_transform_caps),
20948         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
20949         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
20950         using liboil. Will dot the same to I420 border generation
20951         tomorrow.
20952
20953 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20954
20955         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
20956         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
20957         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
20958         * gst/rtp/gstrtpg711dec.h:
20959         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
20960         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
20961         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
20962         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20963         (gst_rtpgsmenc_handle_buffer):
20964         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
20965         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
20966         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
20967         * gst/rtp/gstrtpgsmparse.h:
20968         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
20969         inherits from the basertpdepayloader.
20970
20971 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20972
20973         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20974         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20975         (gst_video_box_ayuv): Removing this forgotten debug.
20976
20977 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20978
20979         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20980         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20981         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
20982
20983 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20984
20985         * sys/oss/gstossaudio.c:
20986         * sys/oss/gstossdmabuffer.c:
20987         * sys/oss/gstosshelper.c:
20988         * sys/oss/gstossmixer.c:
20989         * sys/oss/gstossmixerelement.c:
20990         * sys/oss/gstossmixertrack.c:
20991         * sys/oss/gstosssink.c:
20992         * sys/oss/gstosssrc.c:
20993           Actually use the 'oss' debug category we register.
20994
20995 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20996
20997         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
20998         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
20999         Use gst_pad_get_parent and drop the ref that was added through
21000         that call.
21001
21002 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
21003
21004         * gst/rtp/gstrtpgsmenc.c:
21005           Fix compilation
21006
21007 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
21008
21009         * gst/rtp/gstrtpg711dec.c
21010         Just removed a couple of lines of weird code used during
21011         development/test time.
21012
21013 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
21014
21015         * gst/rtp/Makefile.am
21016         * gst/rtp/gstrtp.c
21017         * gst/rtp/gstrtpg711enc.c
21018         * gst/rtp/gstrtpg711enc.h
21019         * gst/rtp/gstrtpg711dec.c
21020         * gst/rtp/gstrtpg711dec.h
21021         Created G711 payloader and depayloader (it supports mulaw and alaw
21022         (dec)encoders)
21023
21024 2005-10-25  Julien MOUTTE  <julien@moutte.net>
21025
21026         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21027         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
21028         Doh ! I introduced wingo's bug again ! Sorry...
21029
21030 2005-10-25  Christian Schaller <christian@fluendo.com> 
21031
21032         * gst/rtp/Makefile.am: add missing header files for disting
21033
21034 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21035
21036         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21037         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
21038         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
21039         (gst_rtpgsmenc_handle_buffer):
21040         * gst/rtp/gstrtpgsmenc.h:
21041         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
21042         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
21043         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
21044         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
21045         * gst/rtp/gstrtpgsmparse.h:
21046         Getting the GSM (de)payloader working and compatible with our plans for RTP.
21047
21048 2005-10-25  Julien MOUTTE  <julien@moutte.net>
21049
21050         * ext/libpng/gstpngdec.c: (user_info_callback),
21051         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
21052         a newsegment event, move some redundant code in a single place.
21053
21054 2005-10-25  Julien MOUTTE  <julien@moutte.net>
21055
21056         * ext/libpng/gstpngdec.c: (user_info_callback),
21057         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
21058         hack to get correct colors order when we have a png image with
21059         alpha channel.
21060
21061 2005-10-24  Edward Hervey  <edward@fluendo.com>
21062
21063         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
21064         Call gst_element_no_more_pads when there will be no more pads.
21065
21066 2005-10-24  Wim Taymans  <wim@fluendo.com>
21067
21068         * gst/rtp/Makefile.am:
21069         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
21070         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
21071         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
21072         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
21073         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
21074         (gst_asteriskh263_plugin_init):
21075         * gst/rtp/gstasteriskh263.h:
21076         * gst/rtp/gstrtp.c: (plugin_init):
21077         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
21078         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
21079         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
21080         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
21081         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
21082         (gst_rtph263enc_plugin_init):
21083         * gst/rtp/gstrtph263enc.h:
21084         Added two new payloaders, an RFC 2190 payloader for h263 and
21085         a payload convertor for an asterisk server.
21086
21087 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
21088
21089         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
21090           Set bytes_per_sample correctly (is not always 4, but 
21091           depends on width and number of channels).
21092
21093 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
21094
21095         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
21096         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
21097         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
21098         (gst_flacenc_sink_event), (gst_flacenc_chain),
21099         (gst_flacenc_set_property), (gst_flacenc_get_property),
21100         (gst_flacenc_change_state):
21101         * ext/flac/gstflacenc.h:
21102           Fix seeking, so that flacenc can rewrite the header with the
21103           correct duration and amount of samples and all that at EOS;
21104           also set timestamps and granulepos on outgoing buffers; add
21105           debug category; fix state change function.
21106           
21107 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21108
21109         * gst/videomixer/videomixer.c: Don't restrict video geometry
21110         from 16 to 4096.
21111
21112 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21113
21114         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21115         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
21116         Fix caps negotiation correctly, add debugging category.
21117
21118 2005-10-24  Christian Schaller  <christian@fluendo.com>
21119
21120         * configure.ac: Port over Thomas's change from base listing all plugins
21121
21122 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21123
21124         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
21125         a sink pad.
21126
21127 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21128
21129         * configure.ac:
21130         * docs/upload.mak:
21131           back to HEAD
21132
21133 === release 0.9.4 ===
21134
21135 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21136
21137         * configure.ac:
21138           Releasing 0.9.4, "Dromiceiomimus"
21139
21140 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
21141
21142         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
21143         (gst_speexenc_src_query):
21144           Add position and duration query, fix query type function.
21145           
21146         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
21147         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
21148           Let's not set non-fixed caps on source pads.
21149
21150 2005-10-21  Wim Taymans  <wim@fluendo.com>
21151
21152         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
21153         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
21154         (gst_avi_demux_handle_seek):
21155         Set correct stream_time in newsegment event.
21156         avi can also handle a duration query now.
21157
21158 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21159
21160         * gst/matroska/matroska-demux.c:
21161         (gst_matroska_demux_handle_src_query),
21162         (gst_matroska_demux_handle_seek_event),
21163         (gst_matroska_demux_loop_stream_parse_id):
21164           Fix duration query; fix basetime in newsegment event after
21165           seek; fix duration in initial newsegment event.
21166
21167         * gst/matroska/matroska-mux.c:
21168         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
21169           Extract number of channels and samplerate from vorbis headers;
21170           add some debug messages when querying the durations of the
21171           input streams.
21172
21173 2005-10-20  Wim Taymans  <wim@fluendo.com>
21174
21175         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21176         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21177         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21178         Set stream time correctly in newsegment.
21179
21180 2005-10-20  Wim Taymans  <wim@fluendo.com>
21181
21182         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
21183         Correctly fill in the stream time.
21184
21185 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21186
21187         * check/elements/level.c: (GST_START_TEST):
21188         * gst/level/gstlevel.c: (gst_level_message_new):
21189         * gst/level/level-example.c: (message_handler):
21190           use ELEMENT messages instead
21191
21192 2005-10-19  Wim Taymans  <wim@fluendo.com>
21193
21194         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
21195         (gst_dvdemux_src_query):
21196         * ext/flac/gstflacdec.c: (gst_flacdec_length),
21197         (gst_flacdec_src_query):
21198         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
21199         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
21200         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
21201         * gst/debug/gstnavseek.c: (gst_navseek_seek):
21202         * gst/debug/progressreport.c: (gst_progress_report_report):
21203         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
21204         * gst/matroska/matroska-demux.c:
21205         (gst_matroska_demux_handle_src_query):
21206         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
21207         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21208         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21209         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
21210         (gst_wavparse_srcpad_event):
21211         API change fix.
21212
21213 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21214
21215         * gst/goom/filters.c:
21216         * gst/goom/graphic.h:
21217         * gst/goom/lines.c:
21218           Make inline functions either 'static inline' or 'extern inline',
21219           otherwise the Forte compiler apparently won't inline them (#317300).
21220
21221 2005-10-19  Julien MOUTTE  <julien@moutte.net>
21222
21223         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21224         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
21225         (user_info_callback), (user_endrow_callback), (user_end_callback),
21226         (user_read_data), (gst_pngdec_caps_create_and_set),
21227         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
21228         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
21229         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
21230         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
21231         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
21232         very nice and handle push/pull based model. if you have filesrc
21233         connected to it, it will do random access to load the png file.
21234         If you have a network source that can't do _getrange, it does 
21235         progressive loading through the chain function.
21236         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21237         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
21238         thanks to Master Wim Taymans ;-)
21239
21240 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
21241
21242         * gst/matroska/Makefile.am:
21243         * gst/matroska/ebml-read.c:
21244         * gst/matroska/ebml-read.h:
21245         * gst/matroska/matroska-demux.c:
21246         * gst/matroska/matroska-demux.h:
21247         * gst/matroska/matroska.c: (plugin_init):
21248           Ported matroska demuxer to 0.9.
21249
21250 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
21251
21252         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21253
21254         * gst/matroska/matroska-mux.c:
21255         (gst_matroska_mux_video_pad_setcaps),
21256         (gst_matroska_mux_audio_pad_setcaps):
21257           Fix mpeg4 input handling (#318847); also, while we're at it,
21258           fix media type for Motion-JPEG: should be image/jpeg.
21259
21260 2005-10-18  Wim Taymans  <wim@fluendo.com>
21261
21262         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21263         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21264         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21265         Fix for segment-start/stop API change.
21266
21267 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21268
21269         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21270         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
21271         way.
21272
21273 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21274
21275         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21276         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
21277         output declared in transform_caps.
21278
21279 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21280
21281         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
21282
21283 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21284
21285         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21286         (gst_video_box_get_unit_size): Fix wrong size calculations and
21287         implement get_unit_size correctly.
21288
21289 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
21290
21291         * configure.ac:
21292           Enable flx plugin.
21293
21294         * gst/flx/gstflxdec.c: (flx_decode_chunks):
21295           Fix gcc4 signedness issue.
21296
21297 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21298
21299         * configure.ac: Adding videomixer.
21300         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21301         (user_read_data), (gst_pngdec_chain): More debugging.
21302         * gst/alpha/Makefile.am: Adding alphacolor
21303         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
21304         (gst_alpha_color_class_init), (gst_alpha_color_init),
21305         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
21306         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
21307         (plugin_init): Ported to 0.9 using in place base tranform.
21308         * gst/videomixer/Makefile.am:
21309         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
21310         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
21311         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
21312         (gst_videomixer_pad_init), (gst_videomixer_class_init),
21313         (gst_videomixer_init), (gst_videomixer_getcaps),
21314         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
21315         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
21316         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
21317         to 0.9 using collectpads.
21318
21319 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
21320
21321         * configure.ac:
21322         * gst/flx/Makefile.am:
21323         * gst/flx/gstflxdec.c: (gst_flxdec_init),
21324         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
21325         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
21326         * gst/flx/gstflxdec.h:
21327         flx plugin ported to 0.9
21328
21329 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21330
21331         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
21332           use new gst_version_string()
21333
21334 2005-10-16  Andy Wingo  <wingo@pobox.com>
21335
21336         * configure.ac: GLIB_CHECK.
21337
21338 2005-10-15  Julien MOUTTE  <julien@moutte.net>
21339
21340         * ext/libpng/Makefile.am:
21341         * ext/libpng/gstpng.c: (plugin_init):
21342         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21343         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
21344         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
21345
21346 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
21347
21348         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21349
21350         * configure.ac:
21351         * gst/matroska/Makefile.am:
21352         * gst/matroska/ebml-ids.h:
21353         * gst/matroska/ebml-write.c:
21354         * gst/matroska/ebml-write.h:
21355         * gst/matroska/matroska-ids.h:
21356         * gst/matroska/matroska-mux.c:
21357         * gst/matroska/matroska-mux.h:
21358         * gst/matroska/matroska.c: (plugin_init):
21359           Port matroska muxer to 0.9 (#318847).
21360
21361 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21362
21363         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
21364         (comment_init), (comment_add):
21365           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
21366           use GST_READ_UINT32_LE() and friends rather than the private
21367           implementation of those same macros.
21368
21369 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21370
21371         * examples/stats/mp2ogg.c:
21372           more typo fixes
21373
21374 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21375
21376         * examples/indexing/indexmpeg.c: (main):
21377         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
21378         (gst_esdmon_close_audio), (gst_esdmon_change_state):
21379         * ext/esd/esdmon.h:
21380         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
21381         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
21382         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21383         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21384         * gst/avi/gstavimux.c: (gst_avimux_init):
21385         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
21386         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
21387         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
21388         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
21389         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
21390         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
21391         * gst/oldcore/gstmultifilesrc.h:
21392         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
21393         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
21394         (gst_pipefilter_change_state):
21395         * gst/oldcore/gstpipefilter.h:
21396         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
21397         * gst/videomixer/videomixer.c: (gst_videomixer_init):
21398         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
21399         * sys/osxaudio/gstosxaudiosink.h:
21400         * sys/osxaudio/gstosxaudiosrc.h:
21401           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21402           moved bitshift from macro to enum definition
21403
21404 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21405
21406         * ext/Makefile.am:
21407         * ext/cairo/Makefile.am:
21408         * ext/cairo/gstcairo.c: (plugin_init):
21409         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
21410         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
21411         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
21412         * ext/cairo/gsttimeoverlay.h:
21413           update of cairo-based timeoverlay to 1.0 Cairo API
21414           doesn't work yet for resizing of output sink
21415
21416 2005-10-11  Wim Taymans  <wim@fluendo.com>
21417
21418         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
21419         newsegment API fix.
21420
21421 2005-10-11  Wim Taymans  <wim@fluendo.com>
21422
21423         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
21424         (gst_dvdemux_demux_frame):
21425         * ext/flac/gstflacdec.c: (gst_flacdec_write):
21426         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21427         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
21428         (gst_avi_demux_handle_seek):
21429         * gst/goom/gstgoom.c: (gst_goom_event):
21430         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
21431         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21432         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21433         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21434         (gst_wavparse_srcpad_event):
21435         newsegment API update.
21436
21437 2005-10-11  Andy Wingo  <wingo@pobox.com>
21438
21439         * ext/speex/gstspeexenc.c: Signedness cleanups.
21440
21441 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
21442
21443         * PORTED_09:
21444         * ext/speex/Makefile.am:
21445         * ext/speex/gstspeex.c:
21446         * ext/speex/gstspeexenc.c:
21447         Speexenc ported to 0.9
21448
21449 2005-10-10  Wim Taymans  <wim@fluendo.com>
21450
21451         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
21452         (gst_oss_sink_init), (gst_oss_sink_set_property),
21453         (gst_oss_sink_get_property), (gst_oss_sink_open),
21454         (gst_oss_sink_prepare), (gst_oss_sink_reset):
21455         * sys/oss/gstosssink.h:
21456         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
21457         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
21458         (gst_oss_src_prepare):
21459         Cleanups, make device configurable in the sink, handle and report
21460         errors.
21461
21462 2005-10-10  Wim Taymans  <wim@fluendo.com>
21463
21464         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
21465         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
21466         Make sure element is NULL before removing from the bin.
21467
21468 2005-10-07  Andy Wingo  <wingo@pobox.com>
21469
21470         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
21471         block forever in a read().
21472         (gst_dv1394src_bus_reset): Post a message when the cable is
21473         unplugged.
21474         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
21475         (gst_dv1394src_bus_reset): Don't unref the message.
21476
21477         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
21478         hacking. The only change should be that the state change stuff was
21479         put into basesrc's start() and stop() routines, which coalesces
21480         some steps.
21481
21482 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
21483
21484         * configure.ac:
21485           Add check for mmap
21486           
21487         * gst/debug/Makefile.am:
21488           Only compile efence plugin on systems that have mmap.
21489
21490 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
21491
21492         * gst/debug/Makefile.am:
21493         * gst/debug/breakmydata.c:
21494         * gst/debug/gstdebug.c:
21495         * gst/debug/gstnavigationtest.c:
21496         * gst/debug/gstnavseek.c: 
21497         * gst/debug/gstnavseek.h:
21498         * gst/debug/progressreport.c: 
21499         * gst/debug/testplugin.c:
21500           Port progressreport, navseek, navigationtest, testsink and
21501           breakmydata.
21502
21503 2005-10-05  Edward Hervey  <edward@fluendo.com>
21504
21505         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
21506         (gst_dvdemux_src_query):
21507         Fixes for better conversion
21508
21509 2005-10-04  Michael Smith <msmith@fluendo.com>
21510
21511         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
21512         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
21513         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
21514         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
21515           Set state of elements to NULL before removing from bins.
21516           Set state of test element to NULL if we failed to move it to READY
21517
21518 2005-10-04  Edward Hervey  <edward@fluendo.com>
21519
21520         * ext/dv/Makefile.am:
21521         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
21522         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
21523         Corrected the query function for position so it doesn't forget what
21524         format was asked, and calls the conversion functions on the correct pad.
21525
21526 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21527
21528         * configure.ac:
21529           back to development
21530
21531 === release 0.9.3 ===
21532
21533 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21534
21535         * configure.ac:
21536           Releasing 0.9.3, "Aramis"
21537
21538 2005-10-03  Andy Wingo  <wingo@pobox.com>
21539
21540         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
21541         error returns.
21542
21543 2005-10-02  Andy Wingo  <wingo@pobox.com>
21544
21545         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
21546
21547         * ext/flac/gstflacenc.c: Ported to 0.9.
21548
21549         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
21550
21551         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
21552         and link to gsttagedit. Enable flacenc.
21553
21554         * ext/flac/gstflacdec.c: Re-enable tag reading.
21555
21556 2005-09-30  Wim Taymans  <wim@fluendo.com>
21557
21558         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21559         * gst/rtp/gstrtpgsmparse.c:
21560         * gst/rtp/gstrtph263penc.c:
21561         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21562         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21563         (gst_rtpmp4venc_set_property):
21564         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21565         Various class and caps fixes from Andre Magalhaes (andrunko)
21566
21567 2005-09-29  Wim Taymans  <wim@fluendo.com>
21568
21569         * gst/level/level-example.c: (main):
21570         Update for new bus API.
21571
21572 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
21573
21574         * configure.ac:
21575           Fix unexpanded autoconf macro GST_DOC, which has been renamed
21576           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
21577
21578 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
21579
21580         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
21581           Fix playback of mono streams (bytes_per_sample should be set
21582           from the sample width and the number of channels negotiated,
21583           and not just be set to 4) (#317338)
21584
21585 2005-09-26  Wim Taymans  <wim@fluendo.com>
21586
21587         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
21588         (gst_rtpmpaenc_handle_buffer):
21589         Set buffer duration correctly.
21590
21591 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
21592
21593         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
21594         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
21595         (gst_avi_demux_change_state):
21596           Don't crash when encountering a stream with an unknown fourcc or
21597           codec id. Instead, create a pad of type video/x-avi-unknown or
21598           audio/x-avi-unknown, which as a side-effect also results in less
21599           confusing error messages in players ('no decoder' vs. 'no streams');
21600           minor fixes to state change function and class_init function.
21601
21602 2005-09-24  Wim Taymans  <wim@fluendo.com>
21603
21604         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21605         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21606         These are sinks.
21607
21608 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21609
21610         * check/elements/level.c: (GST_START_TEST):
21611           fix test for new GstClockTime use
21612         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
21613         (gst_level_transform_ip):
21614         * gst/level/gstlevel.h:
21615           fix up the decay peak, ensuring the decay peak is never lower
21616           than the peak for that interval
21617
21618 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21619
21620         * docs/plugins/gst-plugins-good-plugins.args:
21621         * docs/plugins/inspect/plugin-alpha.xml:
21622         * docs/plugins/inspect/plugin-rtp.xml:
21623         * gst/level/gstlevel.c: (gst_level_set_caps),
21624         (gst_level_transform_ip):
21625           updating docs
21626
21627 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21628
21629         * Makefile.am:
21630         * check/elements/level.c: (GST_START_TEST):
21631         * gst/level/Makefile.am:
21632         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
21633         (gst_level_set_property), (gst_level_get_property),
21634         (gst_level_set_caps), (gst_level_message_new),
21635         (gst_level_transform_ip):
21636         * gst/level/gstlevel.h:
21637         * gst/level/level-example.c: (message_handler), (main):
21638           convert to using GstClockTime for all time values, finally.
21639
21640 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21641
21642         * gst/auparse/Makefile.am:
21643         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21644           fix up build
21645         * configure.ac:
21646         * ext/cairo/Makefile.am:
21647         * ext/dv/Makefile.am:
21648         * ext/esd/Makefile.am:
21649         * ext/flac/Makefile.am:
21650         * ext/gconf/Makefile.am:
21651         * ext/gdk_pixbuf/Makefile.am:
21652         * ext/jpeg/Makefile.am:
21653         * ext/ladspa/Makefile.am:
21654         * ext/libcaca/Makefile.am:
21655         * ext/libmng/Makefile.am:
21656         * ext/libpng/Makefile.am:
21657         * ext/mikmod/Makefile.am:
21658         * ext/pango/Makefile.am:
21659         * ext/raw1394/Makefile.am:
21660         * ext/shout2/Makefile.am:
21661         * ext/speex/Makefile.am:
21662         * gst/alpha/Makefile.am:
21663         * gst/autodetect/Makefile.am:
21664         * gst/avi/Makefile.am:
21665         * gst/cutter/Makefile.am:
21666         * gst/debug/Makefile.am:
21667         * gst/effectv/Makefile.am:
21668         * gst/flx/Makefile.am:
21669         * gst/goom/Makefile.am:
21670         * gst/interleave/Makefile.am:
21671         * gst/law/Makefile.am:
21672         * gst/matroska/Makefile.am:
21673         * gst/median/Makefile.am:
21674         * gst/monoscope/Makefile.am:
21675         * gst/multipart/Makefile.am:
21676         * gst/oldcore/Makefile.am:
21677         * gst/rtp/Makefile.am:
21678         * gst/rtsp/Makefile.am:
21679         * gst/smoothwave/Makefile.am:
21680         * gst/smpte/Makefile.am:
21681         * gst/videobox/Makefile.am:
21682         * gst/videofilter/Makefile.am:
21683         * gst/videomixer/Makefile.am:
21684         * gst/wavenc/Makefile.am:
21685         * gst/wavparse/Makefile.am:
21686         * sys/oss/Makefile.am:
21687         * sys/osxaudio/Makefile.am:
21688         * sys/osxvideo/Makefile.am:
21689           fix up GST_LIBS use
21690
21691 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21692
21693         * gst/auparse/Makefile.am:
21694         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21695           fix build of auparse
21696
21697 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
21698
21699         * configure.ac:
21700         * PORTED_09:
21701         * gst/auparse/gstauparse.c:
21702         * gst/auparse/gstauparse.h:
21703         Auparse ported to 0.9.
21704
21705 2005-09-22  Wim Taymans  <wim@fluendo.com>
21706
21707         * gst/rtp/TODO:
21708         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
21709         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21710         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21711         (gst_rtpmp4venc_set_property):
21712         * gst/rtp/gstrtpmp4venc.h:
21713         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21714         * gst/rtp/gstrtpmpaenc.h:
21715         Use is_filled to both check MTU and max-ptime of base class.
21716
21717 2005-09-22  Wim Taymans  <wim@fluendo.com>
21718
21719         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21720         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21721         (gst_rtpmp4venc_set_property):
21722         Don't fragment packets with multiple frames.
21723
21724 2005-09-22  Wim Taymans  <wim@fluendo.com>
21725
21726         * gst/rtp/TODO:
21727         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21728         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21729         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
21730         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
21731         (gst_rtpmp4venc_get_property):
21732         * gst/rtp/gstrtpmp4venc.h:
21733         Remove g_print.
21734         Update TODO
21735         Make payload encoder a bit smarter and more correct with
21736         timestamps.
21737         Added option in payloader to include config string in-band.
21738
21739 2005-09-21  Wim Taymans  <wim@fluendo.com>
21740
21741         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21742         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21743         (gst_rtspsrc_send):
21744         Strip spaces for key/value pairs.
21745
21746 2005-09-21  Wim Taymans  <wim@fluendo.com>
21747
21748         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21749         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21750         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21751         (gst_rtspsrc_change_state):
21752         More SDP parsing and caps setting.
21753         Do NO_PREROLL differently.
21754         add pads only after negotiated.
21755
21756         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21757         (gst_udpsrc_getcaps):
21758         Implement the getcaps function.
21759
21760 2005-09-21  Wim Taymans  <wim@fluendo.com>
21761
21762         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21763         (gst_rtpamrdec_chain):
21764         Handle multiple AMr packets per payload. Handle CRC and
21765         parse ILL/ILP.
21766
21767         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21768         Make caps params strings for easy SDP mapping.
21769         
21770         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21771         Handle capsnego better.
21772
21773         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21774         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21775         Generate and parse config string in the caps.
21776
21777 2005-09-21  Wim Taymans  <wim@fluendo.com>
21778
21779         * gst/rtp/README:
21780         Update README
21781
21782         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21783         Make extra params as strings.
21784
21785         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21786         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21787         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21788         Make state change return NO_PREROLL as this is a live
21789         source.
21790
21791         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21792         Don't unref old caps when NULL.
21793
21794 2005-09-20  Wim Taymans  <wim@fluendo.com>
21795
21796         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21797         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21798         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21799         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21800         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21801         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21802         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21803         * gst/rtsp/sdpmessage.h:
21804         Add URI handler.
21805         Parse SDP and create caps.
21806
21807 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
21808
21809         * gst/alpha/gstalpha.c:
21810           fix element description
21811
21812 2005-09-19  Wim Taymans  <wim@fluendo.com>
21813
21814         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21815         Don't check payload for now.
21816
21817 2005-09-19  Wim Taymans  <wim@fluendo.com>
21818
21819         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21820         (gst_wavparse_init), (gst_wavparse_parse_file_header),
21821         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21822         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21823         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21824         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
21825         (gst_wavparse_change_state):
21826         * gst/wavparse/gstwavparse.h:
21827         Fix wavparse some more.
21828
21829 2005-09-19  Wim Taymans  <wim@fluendo.com>
21830
21831         * check/elements/level.c: (GST_START_TEST):
21832         Fix for bus API change.
21833
21834 2005-09-19  Wim Taymans  <wim@fluendo.com>
21835
21836         * gst/level/level-example.c: (main):
21837         Fix for new bus API.
21838
21839         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21840         Set caps on pads.
21841
21842 2005-09-15  Wim Taymans  <wim@fluendo.com>
21843
21844         * gst/rtp/Makefile.am:
21845         * gst/rtp/README:
21846         * gst/rtp/gstrtp.c: (plugin_init):
21847         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
21848         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
21849         (gst_rtpamrdec_change_state):
21850         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
21851         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
21852         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
21853         * gst/rtp/gstrtpamrenc.h:
21854         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21855         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
21856         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
21857         * gst/rtp/gstrtpgsmenc.h:
21858         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
21859         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
21860         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21861         (gst_rtpgsmparse_change_state):
21862         * gst/rtp/gstrtpgsmparse.h:
21863         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21864         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21865         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21866         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21867         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21868         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21869         * gst/rtp/gstrtph263penc.h:
21870         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21871         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21872         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21873         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21874         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21875         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21876         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21877         * gst/rtp/gstrtpmp4venc.h:
21878         * gst/rtp/gstrtpmpadec.c:
21879         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21880         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21881         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21882         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21883         * gst/rtp/gstrtpmpaenc.h:
21884         Updates to payloader/depayloaders, make payloaders use
21885         the base classes.
21886         Updated README with suggested RTP caps and how to convert
21887         to/from SDP.
21888         Added config descriptor in mp4v payloader.
21889
21890 2005-09-15  Andy Wingo  <wingo@pobox.com>
21891
21892         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
21893         * gst/autodetect/gstautovideosink.c
21894         (gst_auto_video_sink_find_best): Update for new registry API.
21895
21896 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21897
21898         * common/c-to-xml.py:
21899         * common/gtk-doc-plugins.mak:
21900           a simple py script to generate valid xml from a C example
21901           probably also need to strip an MIT license when we decide
21902         * docs/plugins/Makefile.am:
21903         * gst/level/Makefile.am:
21904         * gst/level/gstlevel.c: (gst_level_init):
21905         * gst/level/level-example.c: (message_handler), (main):
21906           add an example to level that will show up in the docs
21907         * gst/rtp/TODO:
21908           add a note for the future
21909
21910 2005-09-14  Michael Smith <msmith@fluendo.com>
21911
21912         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21913           Actually define the debug object being used in wavenc. Fixes #316205
21914
21915 2005-09-14  Michael Smith <msmith@fluendo.com>
21916
21917         * gst/smpte/Makefile.am:
21918           Link against GST_BASE_LIBS, to get it linked against libgstbase;
21919           needed to build on windows (bug 316204)
21920
21921 2005-09-12  Andy Wingo  <wingo@pobox.com>
21922
21923         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
21924
21925 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21926
21927         * configure.ac:
21928         * gst/fdsrc/Makefile.am:
21929         * gst/fdsrc/gstfdsrc.c:
21930         * gst/fdsrc/gstfdsrc.h:
21931           Move fdsrc back into gstreamer core elements.
21932
21933         * gst/level/gstlevel.c: (gst_level_class_init),
21934         (gst_level_transform_ip):
21935         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
21936           Basetransform changes.
21937
21938 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21939
21940         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
21941         * ext/jpeg/smokecodec.c: (find_best_size):
21942           fix compiler warnings
21943
21944 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21945
21946         * gst-plugins-good.spec.in:
21947           spec file fixes
21948         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
21949         (gst_multiudpsink_render), (gst_multiudpsink_add),
21950         (gst_multiudpsink_clear):
21951           it actually helps to actually stream if we hook up the
21952           "add" signal to an actual implementation
21953         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
21954           some debugging
21955
21956 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
21957
21958         * ext/jpeg/Makefile.am:
21959         * ext/jpeg/gstjpeg.c
21960         * ext/jpeg/gstjpegenc.c:
21961         * ext/jpeg/gstsmokeenc.c:
21962
21963 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21964
21965         * ext/flac/gstflacdec.c:
21966         * ext/flac/gstflacenc.c:
21967         * ext/flac/gstflactag.c:
21968         * ext/speex/gstspeexenc.c:
21969           gsttaginterface.h -> gsttagsetter.h
21970
21971 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21972
21973         * configure.ac:
21974         * gst/debug/Makefile.am:
21975         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
21976         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
21977         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
21978         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
21979         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
21980           Port to 0.9 and re-enable efence plugin.
21981
21982 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
21983
21984         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
21985         (gst_flacdec_write), (gst_flacdec_convert_src):
21986         * ext/flac/gstflacdec.h:
21987           Add support for flac files with 24/32 bits per sample; and misc.
21988           minor clean-ups. Seeking is still partly broken (for me at least).
21989
21990 2005-09-06  Wim Taymans  <wim@fluendo.com>
21991
21992         * gst/rtp/Makefile.am:
21993         * gst/rtp/gstrtp.c: (plugin_init):
21994         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
21995         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
21996         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
21997         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
21998         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
21999         (gst_rtpmp4vdec_plugin_init):
22000         * gst/rtp/gstrtpmp4vdec.h:
22001         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
22002         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
22003         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
22004         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
22005         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
22006         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
22007         * gst/rtp/gstrtpmp4venc.h:
22008         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
22009         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
22010         Added mpeg4 video payload encoder/decoder.
22011         Added some docs in mpa payloader.
22012
22013 === release 0.9.1 ===
22014
22015 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22016
22017         * NEWS:
22018         * README:
22019         * RELEASE:
22020         * autogen.sh:
22021         * configure.ac:
22022           releasing 0.9.1, "Blondie"
22023
22024 2005-09-05  Andy Wingo  <wingo@pobox.com>
22025
22026         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
22027         here from the state change handler, so we fire signals without
22028         holding the state lock.
22029
22030 2005-09-02  Andy Wingo  <wingo@pobox.com>
22031
22032         * All plugins updated for element state changes.
22033
22034 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22035
22036         * Makefile.am:
22037         * check/.cvsignore:
22038         * check/Makefile.am:
22039         * check/elements/.cvsignore:
22040         * check/elements/level.c: (setup_level), (cleanup_level),
22041         (GST_START_TEST), (level_suite), (main):
22042           add a test for level
22043         * common/release.mak:
22044           move the enum checking to release.mak
22045         * configure.ac:
22046           add valgrind and check checking
22047         * gst/level/gstlevel.c: (gst_level_transform):
22048         * gst/level/gstlevel.h:
22049           fix Andy's cast bug
22050           convert a field to int
22051           fix the arithmetic to int when checking for emit so that a
22052           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
22053
22054 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22055
22056         * Makefile.am:
22057         * configure.ac:
22058           add docs to build
22059         * common/plugins.xsl:
22060           wrap Description into a refsect2
22061         * docs/Makefile.am:
22062         * docs/plugins/Makefile.am:
22063         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
22064         * docs/plugins/gst-plugins-good-plugins-sections.txt:
22065         * gst/goom/Makefile.am:
22066         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
22067         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
22068         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
22069         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
22070         (gst_goom_change_state):
22071         * gst/goom/gstgoom.h:
22072           GstGOOM -> GstGoom
22073           add an example launch line
22074         * gst/level/gstlevel.h:
22075         * gst/monoscope/gstmonoscope.c:
22076           cleanups
22077
22078 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22079
22080         * configure.ac:
22081         * docs/plugins/Makefile.am:
22082         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
22083         * docs/plugins/gst-plugins-good-plugins-sections.txt:
22084         * docs/plugins/gst-plugins-good-plugins.types:
22085           document elements and plugins.  Shazam !
22086
22087 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22088
22089         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
22090           be found under doc/random/ChangeLog-0.8