configure.ac: 0.10.10.3 pre-release
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
2
3         * configure.ac:
4         0.10.10.3 pre-release
5
6 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
7
8         * tests/check/Makefile.am:
9         Don't run the states test on pulsesrc and pulsesink
10
11 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
12
13         * configure.ac:
14         Commit 0.10.10.2 pre-release bump that actually went
15         out on 2008-10-11
16
17 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
18
19         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
20         Skip entries for streams that don't have a output pad yet, thereby
21         avoiding calling pad functions with a NULL pad.
22         Fixes #556424
23
24 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
25
26         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
27         * tests/check/elements/icydemux.c: (icydemux_found_pad):
28         Remove problematic and useless refcount check.
29         Fixes #556381
30
31 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
32
33         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
34         Remove problematic and useless refcount check.
35         Fixes #556381
36
37 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
38
39         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
40         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
41         Cast some size_t arguments to guint to avoid compiler
42         warnings on 64-bit systems.
43
44 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
45
46         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
47         Return TRUE instead of FALSE from the event handler when we swallowed the
48         event.
49
50 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
51
52         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
53         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
54         Reset header state. Fixes #555321.
55
56 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
57
58         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
59         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
60         * gst/avi/gstavidemux.h:
61         For timestamping audio packets we need to take into account the
62         amount of blocks in one entry using the blockalign. Fixes some sync
63         issues with zero-padded audio blocks in the beginning of avi files.
64
65 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
66
67         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
68         (gst_multi_file_src_query):
69         Implement DEFAULT and BUFFER position queries. See #555260.
70
71 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
72
73         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
74         Fix build for systems that don't have XDamage.
75
76 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
77
78         * tests/examples/rtp/client-H263p.sdp:
79         * tests/examples/rtp/client-H263p.sh:
80         * tests/examples/rtp/server-VTS-H263p.sh:
81         Add some more H263p server and client examples.
82
83 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
84
85         * configure.ac::
86           Depend on released versions of core and base.
87
88 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
89
90         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
91         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
92         Return -1 instead of 0 in error cases. Fixes #554771.
93
94 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
95
96         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
97         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
98         Stop leaking the cursor image.
99         Unref the last_ximage and the cached cursor image on shutdown.
100         Fixes #551570.
101
102 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
103
104         * sys/v4l2/gstv4l2object.h:
105         Getting the Class from an instance is not just a matter of casting it to
106         the class struct but it involves calling G_OBJECT_GET_CLASS on the
107         instance. Fixes #549784.
108
109 2008-10-01  Michael Smith <msmith@songbirdnest.com>
110
111         * configure.ac:
112           Fix libs for linking directsound.
113         * sys/directsound/gstdirectsoundsink.c:
114           Fix buffer sizing to prevent racing the ringbuffer at startup.
115           Add volume property.
116
117 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
118
119         * ext/pulse/pulsesink.c:
120         Fix problems with pulsesink randomly erroring with code 'OK' after a
121         format change on the stream by waiting when disconnecting the stream.
122
123 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
124
125         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
126         (gst_rtp_amr_depay_process):
127         Mark DISCONT on output buffers when the marker bit signals a new talk
128         spurt.
129
130         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
131         Set the marker bit for buffers with a DISCONT flag to signal a talk
132         spurt.
133
134 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
135
136         * gst/rtp/Makefile.am:
137         * gst/rtp/gstrtp.c: (plugin_init):
138         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
139         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
140         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
141         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
142         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
143         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
144         * gst/rtp/gstrtpmp4apay.h:
145         Added MP4A-LATM payloader to match the depayloader.
146
147 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
148
149         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
150         (gst_videomixer_sink_event):
151         Handle segments a little better. Fixes #537361.
152
153 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
154
155         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
156         Don't assume the server supports PAUSE by default. Fixes #551048.
157
158 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
159
160         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
161         (gst_udpsrc_set_uri), (gst_udpsrc_start):
162         Switch on the socket family to get the addrlen size right.
163
164 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
165
166         Patch by: Daniel Franke <df at dfranke dot us>
167
168         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
169         OS X's bind() implementation is picky about its addrlen parameter and
170         fails with EINVAL if it is larger than expected for the socket's address
171         family. Set the length to the expected length instead. Fixes #553191.
172
173 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
174
175         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
176         Handle the case where we cannot do desribe or when the describe result
177         does not contain a valid SDP message.
178
179 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
180
181         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
182         Fix setting the qos.
183
184 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
185
186         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
187         (gst_qtdemux_chain):
188         Some 'broken' files out there have atom lengths of zero...
189         which basically results in qtdemux consuming that atom again and again
190         until the *end of night* !
191         Detect that and emits an adequate element error message.
192
193 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
194
195         * gst/interleave/Makefile.am:
196         * gst/matroska/Makefile.am:
197         Fix build flags order.
198
199         * tests/check/elements/audioamplify.c: (GST_START_TEST):
200         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
201         * tests/check/elements/audioinvert.c: (GST_START_TEST):
202         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
203         Format fixes.
204
205         * tests/check/elements/multifile.c:
206         Pull in unistd.h
207
208 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
209
210         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
211         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
212         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
213         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
214         (gst_rtp_mp4g_depay_change_state):
215         * gst/rtp/gstrtpmp4gdepay.h:
216         Handle interleaved streams by reordering AU in a queue.
217
218 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
219
220         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
221         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
222         Change some of the ranges in the caps, mostly for the amount of bits we
223         can use.
224         Added a little bitstream parse and use it to parse the AU header fields.
225         Check for malformed and wrongly sized packets better.
226         Implement more header field parsing.
227         Handle the size of fragmented packets correctly.
228
229 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
230
231         Patch by: Jonathan Matthew <notverysmart@gmail.com>
232         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
233         Add mapping for 'tiff' => image/tiff
234         Fixes #552213
235
236 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
237
238
239         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
240         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
241           Pretend to care about the result of write() which works around
242           compiler warnings.
243
244 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
245
246         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
247           Make sure the desired default values are actually set, not only
248           registered as defaults (actual problem is that the stereo-specific
249           values are only updated if channels==2, which is not the case yet
250           when the object is created, so the default values for the
251           mid-side-stereo and loose-mid-side-stereo settings are never
252           set in _update_quality()). Makes flacenc create smaller files by
253           default (for stereo input), and fixes #550791.
254
255 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
256
257         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
258         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
259         (qtdemux_parse_trak), (qtdemux_video_caps):
260         * gst/qtdemux/qtdemux.h:
261         * gst/qtdemux/qtdemux_fourcc.h:
262         * gst/qtdemux/qtdemux_types.c:
263         Add support for video/mj2 mime-type and its additional atoms/boxes.
264         Fixes #550646.
265
266 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
267
268         * gst/debug/gsttaginject.c:
269           Add warning when tags parameter is unparsable and give example for
270           quoting in the docs.
271
272 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
273
274         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
275         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
276         Add some alternative byteswapped mappings that seem to pop up sometimes.
277         Fixes #550288.
278
279 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
280
281         * po/LINGUAS:
282         * po/POTFILES.in:
283         * po/POTFILES.skip:
284           Add 'ca' to LINGUAS; add some more files with translations and some
285           files which should be ignored by translation tools.
286
287 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
288
289         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
290         * ext/speex/gstspeexdec.h:
291         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
292         * ext/speex/gstspeexenc.h:
293         Use integer encoding and decoding functions instead of converting
294         the integer input to float in the element. The libspeex integer
295         functions are doing this for us already or, if libspeex was compiled
296         in integer mode, they're doing everything using integer arithmetics.
297         Also saves some copying around.
298
299 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
300
301         * configure.ac:
302           Fix --disable-external
303
304 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
305
306         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
307         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
308         * ext/wavpack/gstwavpackenc.h:
309         Handle non-zero start timestamps and stream discontinuities
310         correctly. This only has an effect if we're muxing into
311         a container format as the raw WavPack stream must contain
312         continous sample numbers.
313
314 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
315
316         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
317         Correct the timestamp and granulepos calculation by one Speex
318         frame.
319
320 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
321
322         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
323         Correctly take the granulepos from upstream if possible and
324         correctly handle the granulepos in various calculations: the
325         granulepos is the sample number of the _last_ sample in a frame, not
326         the first.
327
328         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
329         (gst_speex_enc_encode), (gst_speex_enc_chain),
330         (gst_speex_enc_change_state):
331         * ext/speex/gstspeexenc.h:
332         Handle non-zero start timestamps in the encoder and detect/handle
333         stream discontinuities. Fixes bug #547075.
334
335 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
336
337         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
338
339         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
340         Fix compiler warnings caused by passing a string as format string
341         instead of "%s" and then the string. This is only exposed by -Wformat=2
342         as used by default on Ubuntu. Fixes bug #550015.
343
344 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
345
346         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
347         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
348         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
349         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
350         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
351           (gst_ebml_read_element_length):
352         * gst/matroska/matroska-demux.c:
353           (gst_matroska_demux_check_subtitle_buffer):
354           Make stuff compile with GST_DISABLE_GST_DEBUG.
355
356 2008-08-28  Michael Smith <msmith@songbirdnest.com>
357
358         * gst/law/alaw.c:
359         * gst/law/mulaw.c:
360           Ref caps before passing to gst_pad_template_new(), since that takes
361           ownership.
362
363 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
364
365         Patch by: Mersad Jelacic <mersad at axis dot com>
366
367         * gst/multipart/multipartdemux.c:
368         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
369         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
370         demuxer. Fixes #549551.
371
372 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
373
374         * sys/osxaudio/gstosxaudiosink.c:
375         (gst_osx_audio_sink_select_device):
376         * sys/osxaudio/gstosxaudiosrc.c:
377         (gst_osx_audio_src_create_ringbuffer),
378         (gst_osx_audio_src_select_device):
379         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
380         Fix the build on macosx.
381
382 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
383
384         * gst/icydemux/gsticydemux.c:
385           Small docs fix: in the example pipeline, we need to pass
386           iradio-mode=true to the source, so the server actually sends
387           an ICY stream.
388
389 2008-08-26  Michael Smith <msmith@songbirdnest.com>
390
391         * sys/osxaudio/gstosxaudio.c:
392           Oops. Revert more completely.
393
394 2008-08-26  Michael Smith <msmith@songbirdnest.com>
395
396         * sys/osxaudio/gstosxaudio.c:
397           Revert accidental element rename from testing.
398
399 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
400
401         * gst-plugins-good.doap:
402         Pull in 0.10.10 doap entry from release branch
403
404 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
405
406         * configure.ac:
407         Update version number to reflect 0.10.10 release from
408         branch.
409
410 2008-08-26  Michael Smith <msmith@songbirdnest.com>
411
412         * sys/osxaudio/Makefile.am:
413         * sys/osxaudio/gstosxaudio.c:
414         * sys/osxaudio/gstosxaudiosink.c:
415         * sys/osxaudio/gstosxaudiosink.h:
416         * sys/osxaudio/gstosxaudiosrc.c:
417         * sys/osxaudio/gstosxaudiosrc.h:
418         * sys/osxaudio/gstosxringbuffer.c:
419         * sys/osxaudio/gstosxringbuffer.h:
420           Rewrite caps setting and ring buffer initialisation.
421           Previously we never told CoreAudio what format we were going to send it,
422           so it only worked due to luck, and not at all on some hardware.
423           Now we explicitly advertise what formats the hardware supports, and then
424           configure the selected one correctly.
425
426 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
427
428         * sys/v4l2/gstv4l2object.c:
429         * sys/v4l2/gstv4l2src.c:
430         * sys/v4l2/gstv4l2src.h:
431         * sys/v4l2/v4l2_calls.c:
432         * sys/v4l2/v4l2src_calls.c:
433           Fix memory leaks. Small code cleanups : No need for empty _init(). No
434           need to memset instance structures. Some more FIXME's and comments.
435
436 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
437
438         * tests/icles/.cvsignore:
439           Ignore more.
440
441 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
442
443         * gst/goom/.cvsignore:
444         * gst/goom2k1/.cvsignore:
445           Ignore files.
446
447 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
448
449         * ext/cairo/gsttextoverlay.c:
450           Fix compiler warning.
451
452 2008-08-25  David Schleef  <ds@schleef.org>
453
454         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
455
456 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
457
458         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
459         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
460         * gst/matroska/matroska-mux.c:
461         (gst_matroska_mux_video_pad_setcaps),
462         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
463         Add Real[Audio|Video] support to Matroska containers.
464         It works fine for:
465         * decoding real audio/video streams contained in mkv
466         * 'transmuxing' real (.rm) files into .mkv files
467         It will not work though for encoding real[audio/video] streams that
468         don't contain the 'mdpr_data' extra data on the caps.
469         The reason why this will not work is because I never intended to
470         duplicate virtually all the 'mdpr' block creation into mkvmux.
471         Fixes #536067
472
473 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
474
475         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
476         * gst/law/mulaw-conversion.c:
477         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
478         (gst_mulawenc_chain):
479         The encoder can't really renegotiate at the time they perform a
480         pad-alloc so make the srcpads use fixed caps.
481         Check the buffer size after a pad-alloc because the returned size might
482         not be right when the downstream element does not know the size of the
483         new buffer (capsfilter). Fixes #549073.
484
485 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
486
487         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
488
489         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
490         v4l2src doesn't have a property named "norm" so don't try to notify
491         about changes to that property. The "norm" property and related
492         code are commented out currently. Fixes bug #549090.
493
494 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
495
496         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
497
498         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
499         Reprobe devices again instead of taking a cached list as new
500         devices could've been plugged in. Fixes bug #549062.
501
502 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
503
504         * gst/autodetect/Makefile.am:
505         Don't link the autodetect plugin with GConf as it doesn't
506         use GConf. Fixes bug #545463.
507
508 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
509
510         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
511         (gst_ebml_read_element_length), (gst_ebml_read_uint),
512         (gst_ebml_read_sint), (gst_ebml_read_float),
513         (gst_ebml_read_header):
514         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
515         possible to ignore errors and not post any ERROR messages on
516         the bus.
517
518         * gst/matroska/matroska-demux.c:
519         (gst_matroska_demux_parse_contents):
520         Ignore any errors and not just EOS when parsing the contents of
521         a SeekHead. Errors here are usually caused by truncated files
522         and playback of the file works fine. Fixes playback of the
523         audio_only_chapter_seekbroken.mka file from the MPlayer samples
524         archive.
525
526 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
527
528         * gst/multipart/multipartdemux.c:
529         * gst/multipart/multipartmux.c:
530         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
531
532 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
533
534         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
535           gst_directdraw_sink_bufferpool_clear):
536           Fix two more buffer ref leaks.
537
538 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
539
540         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
541
542         * sys/directdraw/gstdirectdrawsink.c:
543           (gst_directdraw_sink_show_frame):
544           Fix buffer ref leak.
545
546 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
547
548         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
549         Revert the last commit. wavenc still supports width!=depth for 32 bit
550         width. Thanks Tim.
551
552 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
553
554         * gst/matroska/matroska-demux.c:
555         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
556         If the duration of a block is unknown only use the timestamp for the
557         first lace and use GST_CLOCK_TIME_NONE as duration for the following
558         laces. Otherwise every lace has the same timestamp which leads to
559         various problems. Really fixes bug #548831.
560
561 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
562
563         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
564         If we're not allowing width!=depth in wavenc we should also disable
565         the code that was added to support width!=depth.
566
567 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
568
569         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
570         Don't calculate the default duration of a frame from the audio sampling
571         rate. This only works for raw audio if every frame contains a single
572         sample and results in broken buffer durations for other formats
573         if no specified default duration is given or the blocks have no
574         duration. Fixes bug #548831.
575
576 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
577
578         * gst/matroska/matroska-demux.c:
579         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
580         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
581         are used for text/plain subtitles as a gap-filler in some files.
582
583 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
584
585         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
586         (gst_v4l2_get_caps_info):
587         Add S910 and PWC formats with a low priority.
588
589         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
590         (gst_v4l2src_probe_caps_for_format):
591         Add more debugging.
592
593 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
594
595         * ext/flac/gstflacenc.c:
596           Fix compilation against older libflac versions.
597
598 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
599
600         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
601         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
602         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
603         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
604         (gst_pulsemixer_ctrl_set_volume):
605         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
606         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
607         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
608         (gst_pulsesink_init), (gst_pulsesink_open),
609         (gst_pulsesink_prepare), (gst_pulsesink_write),
610         (gst_pulsesink_delay), (gst_pulsesink_reset):
611         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
612         (gst_pulsesrc_init):
613         Use GST_BOILERPLATE everywhere and fix coding style at some places.
614         Fix a locking issue in pulsesink's prepare function.
615
616         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
617         Check if the created channel layout is valid for GStreamer.
618
619 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
620
621         * gst/rtsp/gstrtspgoogle.c:
622         Things that can happen when your brain is in google mode trying to
623         deal with their google rtsp server extensions and trying to type your
624         google mail account.
625
626 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
627
628         * gst/rtsp/Makefile.am:
629         * gst/rtsp/gstrtsp.c: (plugin_init):
630         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
631         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
632         (_do_init), (gst_rtsp_google_base_init),
633         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
634         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
635         (gst_rtsp_google_extension_init):
636         * gst/rtsp/gstrtspgoogle.h:
637         Add google RTSP extension, it can only handle udp and responds with
638         unsupported if we do anything else. Fixes #546465.
639
640         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
641         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
642         (gst_rtspsrc_create_transports_string),
643         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
644         (gst_rtspsrc_close), (gst_rtspsrc_pause):
645         Make transport setup code a bit better using GString.
646         Add some more debug.
647         Check for closed connections before doing anything on them.
648
649 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
650
651         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
652         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
653         (gst_pulsesrc_prepare):
654         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
655         (gst_pulse_channel_map_to_gst):
656         * ext/pulse/pulseutil.h:
657         If downstream provides no channel layout and >2 channels should be
658         used use the default layout that pulseaudio chooses and also
659         add this layout to the caps. Fixes bug #547258.
660
661 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
662
663         Patch by: Peter Kjellerstedt <pkj at axis com>
664
665         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
666         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
667         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
668         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
669         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
670         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
671         (gst_udpsrc_set_property):
672         Avoid leaking internally allocated file descriptors when setting
673         custom file descriptors. Fixes #543101.
674
675 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
676
677         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
678         Don't try to configure RTCP back to the server when the server did not
679         give us a valid port number.
680
681 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
682
683         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
684         Use new basetransform method to renegotiate. Fixes #544956.
685
686         * tests/icles/Makefile.am:
687         * tests/icles/videobox-test.c: (make_pipeline), (main):
688         Add videobox renegotiation example.
689
690 2008-08-19  David Schleef  <ds@schleef.org>
691
692         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
693         with sane values.  Fixes #548530.
694
695 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
696
697         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
698         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
699         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
700         are already filled with the correct values by
701         gst_ring_buffer_parse_caps() so there's no need to set them again
702         with wrong values.
703
704 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
705
706         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
707         (gst_avi_demux_read_subindexes_push):
708         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
709         and instead of using the 'ix##' nomenclature, use '##ix'.
710         They're still valid though, this fixes the duration and indexes for
711         virtually all the ODML files I have.
712
713 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
714
715         Patch by: Olivier Crete <tester at tester dot ca>
716
717         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
718         (gst_rtp_vorbis_depay_process):
719         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
720         Update the vorbis RTP pay/depay to RFC 5215.
721         Fixes #547842.
722
723 2008-08-14  David Schleef  <ds@schleef.org>
724
725         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
726           with 3:2 pulldown, i.e., 24p.
727
728 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
729
730         * tests/check/elements/level.c: (GST_START_TEST):
731         Fix compilation some more.
732
733 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
734
735         * configure.ac::
736           Require -base CVS for wavparse acid chunk parsing.
737
738 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
739
740         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
741         (gst_pulsesink_init), (gst_pulsesink_finalize),
742         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
743         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
744         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
745         * ext/pulse/pulsesink.h:
746         Add "device-name" property to pulsesink too and currently commented
747         out and not working support for a "volume" property.
748
749 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
750
751         * configure.ac:
752         Remove more cdio stuff (moved to ugly)
753
754 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
755
756         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
757
758         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
759         (gst_pulsesrc_get_property):
760         Add "device-name" property, which provides a human readable string
761         for the audio device, to make it more consisten with other audio
762         sources. Fixes bug #547519.
763
764 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
765
766         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
767         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
768         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
769         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
770         * ext/pulse/pulsemixerctrl.h:
771         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
772         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
773         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
774         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
775         * ext/pulse/pulseprobe.h:
776         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
777         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
778         (gst_pulsesrc_change_state):
779         Improve debugging a bit by including the parent object in pulsemixerctrl
780         and pulseprobe objects and using GST_WARNING_OBJECT instead of
781         GST_WARNING.
782
783         Use the parent GObject subclass instead of a random struct as GObject
784         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
785         when probing for another property than "device".
786
787 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
788
789         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
790
791         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
792         Fix property probing after the device property is set by calling
793         set_server when the server property changes. Fixes bug #547518.
794
795 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
796
797         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
798
799         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
800         (gst_pulsesink_implements_interface_init),
801         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
802         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
803         (gst_pulsesink_get_type):
804         * ext/pulse/pulsesink.h:
805         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
806         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
807         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
808         * ext/pulse/pulsesrc.h:
809         Implement GstPropertyProbe interface on pulsesink for detecting
810         sink devices and on pulsesrc for detecting source devices.
811         Fixes bugs #547227 and #547217.
812
813 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
814
815         * gst/spectrum/gstspectrum.c:
816           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
817
818 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
819
820         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
821         Properly set the maximum latency value, in the same way it is done in
822         v4lsrc.
823         * sys/v4l2/v4l2src_calls.c:
824         Simplify fraction equality check, no need to use GValues for this.
825
826 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
827
828         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
829         Add warning messages stating exactly why the latency query failed.
830         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
831         In some cases, the negotiated framerate might be the default one which
832         is already set internally. But we still need to mark it down in fps_n
833         and fps_d so that the latency query can happen properly.
834
835 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
836
837         * docs/plugins/inspect/plugin-1394.xml:
838         Whoops, forgot one doc file for people who can't/don't build the
839         raw1394 plugin.
840
841 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
842
843         * docs/plugins/Makefile.am:
844         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
845         * docs/plugins/gst-plugins-good-plugins-sections.txt:
846         * docs/plugins/inspect/plugin-cdio.xml:
847         * ext/Makefile.am:
848         * ext/cdio/Makefile.am:
849         * ext/cdio/gstcdio.c:
850         * ext/cdio/gstcdio.h:
851         * ext/cdio/gstcdiocddasrc.c:
852         * ext/cdio/gstcdiocddasrc.h:
853
854         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
855         CDDA source to -ugly.
856
857         * po/LINGUAS:
858         * po/POTFILES.in:
859         * po/id.po:
860         Pull in new translation from 0.10.9.2 release branch.
861
862 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
863
864         * docs/plugins/Makefile.am:
865         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
866         * docs/plugins/gst-plugins-good-plugins-sections.txt:
867         * docs/plugins/gst-plugins-good-plugins.args:
868         * docs/plugins/gst-plugins-good-plugins.hierarchy:
869         * docs/plugins/gst-plugins-good-plugins.interfaces:
870         Integrate documentation for new hdv1394src element.
871
872 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
873
874         * ext/raw1394/Makefile.am:
875         * ext/raw1394/gst1394.c: (plugin_init):
876         * ext/raw1394/gsthdv1394src.c: (_do_init),
877         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
878         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
879         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
880         (gst_hdv1394src_from_raw1394handle),
881         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
882         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
883         (gst_hdv1394src_start), (gst_hdv1394src_stop),
884         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
885         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
886         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
887         (gst_hdv1394src_uri_handler_init):
888         * ext/raw1394/gsthdv1394src.h:
889         mpeg2-ts (HDV) variant of firewire capture element.
890         Fixes #350830
891
892 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
893
894         * gst/level/gstlevel.c: (gst_level_message_new):
895          Fix compilation (also known as the classic 'fix code that someone
896          committed without compiling it first').
897
898 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
899
900         * tests/check/elements/level.c:
901           Add a test for level in stereo mode.
902
903 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
904
905         * tests/examples/spectrum/demo-audiotest.c:
906         * tests/examples/spectrum/demo-osssrc.c:
907           Demo how to draw analyzer results synced to the clock.
908
909 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
910
911         * gst/level/gstlevel.c:
912           Little renaming (l -> level).
913
914         * gst/spectrum/gstspectrum.c:
915         * gst/spectrum/gstspectrum.h:
916           Also send full timestamp/duration details here.
917
918 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
919
920         * gst/level/gstlevel.c:
921         * gst/level/gstlevel.h:
922           Send same timestamp/duration details as videoanalysis. This gives
923           applications better chance to sync analysis results with playback.
924
925 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
926
927         * gst/matroska/matroska-mux.c:
928         (gst_matroska_mux_handle_sink_event),
929         (flac_streamheader_to_codecdata):
930         We need to drop one additional buffer for FLAC as the fLaC
931         marker and STREAMINFO block are merged into one buffer in the caps.
932
933         Also don't pretend to support NEWSEGMENT events, otherwise we
934         will most probably write some invalid data.
935
936 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
937
938         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
939         (gst_matroska_mux_audio_pad_setcaps):
940         Add support for muxing FLAC into Matroska containers.
941         Fixes bug #311586.
942
943 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
944
945         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
946         Actually provide the variables required for the format string.
947
948 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
949
950         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
951         (gst_matroska_demux_element_send_event),
952         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
953         * gst/matroska/matroska-demux.h:
954         Close the current segment if we're doing a non-flushing seek and send
955         the close-segment and the new segment of the seek from the streaming
956         thread.
957
958 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
959
960         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
961         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
962         (gst_flac_enc_change_state):
963         * ext/flac/gstflacenc.h:
964         Handle non-zero start timestamps correctly, mark header packets as
965         IN_CAPS and print a warning and suggest using audiorate if stream
966         discontinuities are detected. When FLAC supports flushing the encoder
967         somehow this should be done for discontinuities instead.
968
969         Remove some unused variables from the instance struct.
970
971 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
972
973         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
974         If seeking failed return the appropiate return value to FLAC.
975         Otherwise it thinks seeking was successfull and tries to rewrite
976         parts of the headers which then get appended to the output.
977
978 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
979
980         Patch by: Frederic Crozat <fcrozat@mandriva.org>
981
982         * ext/esd/gstesd.c: (plugin_init):
983         * ext/flac/gstflac.c: (plugin_init):
984         * ext/shout2/gstshout2.c: (plugin_init):
985         * ext/wavpack/gstwavpack.c: (plugin_init):
986         * sys/oss/gstossaudio.c: (plugin_init):
987         * sys/v4l2/gstv4l2.c: (plugin_init):
988         Make sure gettext returns translations in UTF-8 encoding rather
989         than in the current locale encoding (#546822).
990
991 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
992
993         * ext/flac/gstflacdec.c:
994         Add FIXME for 0.11 to simply output everything with width=32 as given
995         by FLAC and let audioconvert handle the conversions instead of doing
996         them in flacdec.
997
998 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
999
1000         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1001         When outputting a pad template range for the size, include a framerate
1002         range too, to avoid 'not a real subset of template caps' errors.
1003
1004 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1005
1006         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
1007
1008         * ext/flac/Makefile.am:
1009         * ext/flac/gstflac.c: (plugin_init):
1010         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
1011         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
1012         (gst_flac_tag_dispose), (gst_flac_tag_init),
1013         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
1014         (gst_flac_tag_change_state):
1015         * ext/flac/gstflactag.h:
1016         Port flactag to 0.10, add documentation for it and clean it up a bit.
1017         Fixes bug #413841.
1018
1019         * docs/plugins/Makefile.am:
1020         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1021         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1022         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1023         * docs/plugins/gst-plugins-good-plugins.interfaces:
1024         * docs/plugins/gst-plugins-good-plugins.prerequisites:
1025         * docs/plugins/inspect/plugin-flac.xml:
1026         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
1027         * ext/flac/gstflacdec.h:
1028         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
1029         * ext/flac/gstflacenc.h:
1030         Add flactag and flacenc to the documentation and mark
1031         the private parts of the flacdec instance structure as private.
1032
1033         Also use gst_element_class_set_details_simple() in flacdec and
1034         flacenc.
1035
1036 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1037
1038         * gst/qtdemux/qtdemux.c:
1039           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
1040           for it but ffmpeg does not.
1041
1042 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1043
1044         * gst/wavparse/gstwavparse.c:
1045           Handle the list chunk and use gst_riff_parse_info() to parse the info
1046           sub-chunk.
1047
1048 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1049
1050         * gst/wavparse/gstwavparse.c:
1051           Handle the acid chunk and send tempo as part of tags. Other fields are
1052           interesting too, but need more tag-definitions. Fixes #545433.
1053
1054 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1055
1056         * gst/wavparse/gstwavparse.c:
1057           Refactor wavparse. Call _reset() from dispose() and move old code from
1058           dispose into reset. This way we don't leak taglists when we abort
1059           parsing. Fix some comments. Move code for skipping a chunk into extra
1060           function. Replace chunk sizes with a const to ease readability.         
1061
1062 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1063
1064         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
1065
1066         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
1067         Improve udp port setup. Fixes #545710.
1068
1069 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1070
1071         * gst/rtp/Makefile.am:
1072         * gst/rtp/gstrtp.c: (plugin_init):
1073         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
1074         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
1075         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
1076         (gst_rtp_mp1s_depay_set_property),
1077         (gst_rtp_mp1s_depay_get_property),
1078         (gst_rtp_mp1s_depay_change_state),
1079         (gst_rtp_mp1s_depay_plugin_init):
1080         * gst/rtp/gstrtpmp1sdepay.h:
1081         Add MP1S depayloader.
1082
1083         * gst/rtsp/URLS:
1084         Some more sample rtsp streams.
1085
1086 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1087
1088         * gst/rtsp/URLS:
1089         Add another URL.
1090
1091         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
1092         * tests/check/elements/rglimiter.c: (GST_START_TEST):
1093         Add some more debug info.
1094
1095 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1096
1097         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
1098         Provide cbSize field for audio extra_data size, and take care to
1099         pad extra_data.
1100
1101 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1102
1103         * gst/qtdemux/qtdemux.c:
1104           Return the result of gst_pad_{start,stop}_task instead of hard-coded
1105           TRUE.
1106
1107 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1108
1109         * gst/qtdemux/qtdemux.c:
1110         * gst/qtdemux/qtdemux_fourcc.h:
1111           Add keyword tag support. Fixes #520694 for qtdemux.
1112
1113 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1114
1115         * gst/qtdemux/qtdemux.c:
1116           Add support for tmpo tag (BPM).
1117
1118 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1119
1120         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
1121         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
1122         Set an estimate for the total number of samples that will be encoded
1123         if possible to help decoders if the streaminfo can't be rewritten
1124         later (like when muxing into Ogg containers).
1125
1126         Add a warning if we get header packets after data packets as those
1127         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
1128         work.
1129
1130 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1131
1132         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1133         (gst_flac_dec_write):
1134         Support decoding of all depths between 4 and 32 bits and read the
1135         depth from the streaminfo header if needed. Also support all sampling
1136         rates between 1 and 655350 Hz.
1137
1138         * ext/flac/gstflacenc.c:
1139         (gst_flac_enc_caps_append_structure_with_widths),
1140         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
1141         (gst_flac_enc_chain):
1142         * ext/flac/gstflacenc.h:
1143         Support encoding in all bit depths supported by the streamable
1144         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
1145         between 1 Hz and 655350 Hz.
1146
1147 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1148
1149         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
1150         (gst_flac_enc_sink_getcaps):
1151         Support encoding of up to 8 channels.
1152
1153 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
1154
1155         * ext/soup/gstsouphttpsrc.c:
1156         * ext/soup/gstsouphttpsrc.h:
1157         Fix seeking race condition in #540300
1158         Patch By: Wouter Cloetens  <wouter at mind be>
1159
1160 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1161
1162         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
1163         (gst_matroska_demux_element_send_event),
1164         (gst_matroska_demux_handle_seek_event),
1165         (gst_matroska_demux_handle_src_event):
1166         When receiving a SEEK event on a specific pad first search for a seek
1167         table entry for the stream of the pad and then fall back to an entry
1168         for a different stream.
1169
1170 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1171
1172         * configure.ac:
1173         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
1174         * gst/matroska/matroska-ids.h:
1175         Build depend on core CVS for the attachment tag.
1176
1177 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1178
1179         * configure.ac:
1180         * gst/matroska/Makefile.am:
1181         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
1182         (copy_backptr), (lzo1x_decode), (main):
1183         * gst/matroska/lzo.h:
1184         * gst/matroska/matroska-demux.c:
1185         (gst_matroska_demux_read_track_encoding),
1186         (gst_matroska_decompress_data), (gst_matroska_decode_data),
1187         (gst_matroska_decode_buffer),
1188         (gst_matroska_decode_content_encodings),
1189         (gst_matroska_demux_read_track_encodings),
1190         (gst_matroska_demux_add_stream),
1191         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1192         * gst/matroska/matroska-ids.h:
1193         Decode the codec private data and following ContentEncoding if
1194         necessary.
1195
1196         Support bzip2, lzo and header stripped compression. For lzo use the
1197         ffmpeg lzo implementation as liblzo is GPL licensed.
1198         
1199         Fix zlib decompression.
1200
1201 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1202
1203         * gst/matroska/matroska-mux.c:
1204         (gst_matroska_mux_audio_pad_setcaps):
1205         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
1206         duration of a frame with the new mpegaudioversion caps field.
1207
1208 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1209
1210         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
1211         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
1212         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
1213         (gst_matroska_demux_stream_from_num),
1214         (gst_matroska_demux_tracknumber_unique),
1215         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
1216         (gst_matroska_demux_handle_seek_event),
1217         (gst_matroska_demux_sync_streams),
1218         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1219         (gst_matroska_demux_loop):
1220         * gst/matroska/matroska-demux.h:
1221         Allow an infinite number of stream inside Matroska containers and use
1222         a GPtrArray for storing them instead of allowing "only" 127 streams.
1223
1224 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1225
1226         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
1227         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
1228         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
1229         (gst_ebml_read_element_length), (gst_ebml_peek_id),
1230         (gst_ebml_read_get_length), (gst_ebml_read_skip),
1231         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
1232         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
1233         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
1234         (gst_ebml_read_master), (gst_ebml_read_binary),
1235         (gst_ebml_read_header):
1236         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
1237         (gst_ebml_write_element_size), (gst_ebml_write_uint),
1238         (gst_ebml_write_sint), (gst_ebml_write_ascii),
1239         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
1240         (gst_ebml_replace_uint):
1241         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1242         (gst_matroska_demux_read_track_encoding),
1243         (gst_matroska_demux_read_track_encodings),
1244         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
1245         (gst_matroska_demux_send_event),
1246         (gst_matroska_demux_element_send_event),
1247         (gst_matroska_demux_handle_seek_event),
1248         (gst_matroska_demux_handle_src_event),
1249         (gst_matroska_demux_init_stream),
1250         (gst_matroska_demux_parse_tracks),
1251         (gst_matroska_demux_parse_index_cuetrack),
1252         (gst_matroska_demux_parse_index_pointentry),
1253         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
1254         (gst_matroska_demux_parse_metadata_id_simple_tag),
1255         (gst_matroska_demux_parse_metadata_id_tag),
1256         (gst_matroska_demux_parse_metadata),
1257         (gst_matroska_demux_parse_attached_file),
1258         (gst_matroska_demux_parse_attachments),
1259         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
1260         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
1261         (gst_matroska_demux_push_flac_codec_priv_data),
1262         (gst_matroska_demux_push_xiph_codec_priv_data),
1263         (gst_matroska_demux_push_dvd_clut_change_event),
1264         (gst_matroska_demux_add_mpeg_seq_header),
1265         (gst_matroska_demux_add_wvpk_header),
1266         (gst_matroska_demux_check_subtitle_buffer),
1267         (gst_matroska_decode_buffer),
1268         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1269         (gst_matroska_demux_parse_cluster),
1270         (gst_matroska_demux_parse_contents_seekentry),
1271         (gst_matroska_demux_parse_contents),
1272         (gst_matroska_demux_loop_stream_parse_id),
1273         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
1274         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
1275         (gst_matroska_demux_subtitle_caps),
1276         (gst_matroska_demux_change_state):
1277         * gst/matroska/matroska-ids.c:
1278         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
1279         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
1280         (gst_matroska_mux_video_pad_setcaps),
1281         (xiph3_streamheader_to_codecdata),
1282         (vorbis_streamheader_to_codecdata),
1283         (theora_streamheader_to_codecdata),
1284         (gst_matroska_mux_audio_pad_setcaps),
1285         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
1286         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
1287         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
1288         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
1289         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
1290         Fix indention everywhere. A broken indent version has added newlines
1291         after every single declaration some time ago.
1292
1293 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1294
1295         * gst/matroska/matroska-demux.c:
1296         (gst_matroska_demux_loop_stream_parse_id):
1297         If no Tracks are found error out instead of trying it again until the
1298         end of time.
1299
1300 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1301
1302         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
1303         Fix demuxing of raw integer audio. The samples are unsigned only for 8
1304         bit and signed otherwise, not the other way around.
1305
1306 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1307
1308         * gst/matroska/matroska-mux.c:
1309         Add more raw YUV formats to the list of supported formats.
1310
1311 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1312
1313         * gst/matroska/matroska-mux.c:
1314         (gst_matroska_mux_audio_pad_setcaps):
1315         Add support for muxing raw float audio now that the spec defines the
1316         endianness and add support for muxing raw integer audio with 24 and
1317         32 bits.
1318
1319         Allow muxing of more than 8 audio channels.
1320
1321 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1322
1323         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
1324         (gst_matroska_mux_reset), (gst_matroska_mux_start):
1325         Add locking to the global array of used track UIDs to prevent random
1326         crashes if more than a single matrosmux instance is used.
1327
1328         Use 64 bit values for the track UIDs.
1329
1330         Use the global GRandom of GLib instead of creating our own one
1331         for the few random numbers we need every single time.
1332
1333 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1334
1335         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
1336         (gst_flac_dec_setup_stream_decoder),
1337         (gst_flac_dec_update_metadata):
1338         Always post the audio-codec tag, not only if other tags are present.
1339
1340 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
1341
1342         * configure.ac:
1343         Back to development -> 0.10.9.1
1344
1345 === release 0.10.9 ===
1346
1347 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
1348
1349         * configure.ac:
1350           releasing 0.10.9, "Steam Train Rolling"
1351
1352 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
1353
1354         * ext/soup/gstsouphttpsrc.c:
1355         Don't throw an error when soup completes a msg with status
1356         'cancelled', as that indicates we cancelled a request while
1357         shutting down or seeking, and it's not an error.
1358         Fixes: #540300 again.
1359
1360 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
1361
1362         * configure.ac:
1363         0.10.8.4 pre-release
1364
1365 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1366
1367         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
1368         Fix segment-stop regression.
1369         Add documentation regarding segments in quicktime files by Wim Taymans.
1370         Fixes #544509
1371
1372 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
1373
1374         * configure.ac:
1375         0.10.8.3 pre-release
1376
1377         * po/LINGUAS:
1378         * po/pt_BR.po:
1379         Add pt_BR translation
1380
1381 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1382
1383         * gst/goom/convolve_fx.c:
1384         * gst/goom/filters.c:
1385         * gst/goom/goom_config.h:
1386         * gst/goom/goom_core.c:
1387         * gst/goom/goom_tools.h:
1388           Fix build with MSVC: include glib.h to define inline appropriately,
1389           use header guards where needed.
1390         * gst/udp/gstudpnetutils.c:
1391         * gst/udp/gstudpsrc.c:
1392           Fix build with MSVC: use WSA* constants/functions where appropriate, use
1393           g_snprintf rather than snprintf.
1394           Fixes #544433.
1395
1396 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
1397
1398         * gst/debug/gsttaginject.c:
1399         * gst/debug/gsttaginject.h:
1400           Sent tags in _transform_ip() instead of _start(). Fixes #543404
1401           partially.
1402
1403 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1404
1405         * configure.ac:
1406         0.10.8.2 pre-release
1407
1408 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1409
1410         * ext/Makefile.am:
1411         Finish hooking up pulseaudio plugin to the build.
1412
1413         * ext/pulse/pulsemixerctrl.c:
1414         Fix compilation error.
1415
1416 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1417
1418         * po/LINGUAS:
1419         * po/lt.po:
1420         Add new lithunian translation, and add french to the LINGUAS
1421         file.
1422
1423 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1424
1425         * ext/soup/gstsouphttpsrc.c:
1426         Fix Soup HTTP source seeking.
1427         Patch By: Wouter Cloetens  <wouter at mind be>
1428         Fixes: #540300
1429
1430         * tests/check/elements/.cvsignore:
1431         Ignore new check programs.
1432
1433 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1434
1435         * configure.ac:
1436         * docs/plugins/Makefile.am:
1437         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1438         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1439         * docs/plugins/gst-plugins-good-plugins.args:
1440         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1441         * docs/plugins/gst-plugins-good-plugins.interfaces:
1442         * docs/plugins/gst-plugins-good-plugins.prerequisites:
1443         * docs/plugins/inspect/plugin-interleave.xml:
1444         * docs/plugins/inspect/plugin-replaygain.xml:
1445         * tests/check/Makefile.am:
1446
1447         Move replaygain and interleave plugins from -bad.
1448         Fixes: #543406
1449         Fixes: #536228
1450
1451 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1452
1453         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
1454         (qtdemux_parse_trak):
1455         Revert ISO base media spec based pixel-aspect-ratio calculation.
1456         Fixes #543300.
1457
1458 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1459
1460         * sys/osxvideo/osxvideosink.m:
1461         Fix minor build issues on macosx.
1462         Fixes #543054
1463
1464 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
1465
1466         * configure.ac::
1467         * ext/taglib/Makefile.am::
1468           Only use -Wno-attributes (which is there to work around a
1469           bug in the taglib 1.5 headers) if the c++ compiler actually
1470           supports it (#543255).
1471
1472 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
1473
1474         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
1475
1476         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
1477           Avoid compiler warning by initialising variable to NULL (#543259).
1478
1479 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
1480
1481         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
1482         Don't pass NULL taglists to gst_tag_list_is_empty().
1483
1484 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
1485
1486         * tests/check/elements/cmmldec.c: (GST_START_TEST):
1487         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
1488         (rtp_pipeline_run):
1489         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
1490         Don't use declarations after statements.
1491
1492 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1493
1494         * ext/jpeg/gstjpegdec.c:
1495         Align documentation with reality.
1496
1497 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1498
1499         * gst/udp/gstudpnetutils.c:
1500         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
1501         old value (1) if it's not defined which should not cause any problems
1502         as we're using it internal only anyway.
1503
1504 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1505
1506         Patch by: Alessandro Decina <alessandro at nnva dot org>
1507
1508         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
1509         Fix build of avidemux on big endian architectures.
1510
1511 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1512
1513         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
1514
1515         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1516         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
1517
1518 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1519
1520         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
1521         (qtdemux_parse_trak):
1522         Set pixel-aspect-ratio in caps using display width and height
1523         provided in track.
1524
1525 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1526
1527         * configure.ac:
1528         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
1529         flags that are invalid for C++. Fixes bug #516509.
1530
1531 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1532
1533         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
1534         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
1535         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
1536         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
1537         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1538         * tests/examples/equalizer/demo.c: (message_handler):
1539         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
1540         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
1541         Don't use declarations after statements and variable length arrays.
1542
1543 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1544
1545         Patch by: Daniel Drake <dsd at gentoo dot org>
1546
1547         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
1548         (gst_v4l2src_get_nearest_size):
1549         Try progressive video if interlaced fails. Fixes bug #541956
1550         and the usage of v4l2src on OLPC.
1551
1552 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1553
1554         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1555         (gst_rtp_speex_depay_process):
1556         * gst/rtp/gstrtpspeexdepay.h:
1557         Revert last change: Only the jitterbuffer is able to convert RTP to
1558         Gstreamer timestamps and normal (de)payloaders should simply copy it.
1559         Reopens bug #541787.
1560
1561 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
1562
1563         * gst/rtp/gstrtpvrawdepay.c:
1564           Include stdlib.h for atoi().
1565
1566         * gst/rtsp/gstrtspsrc.c:
1567           Use floating point math for latencies < 0 sec in log output.
1568
1569 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1570
1571         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
1572
1573         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1574         (gst_rtp_speex_depay_process):
1575         * gst/rtp/gstrtpspeexdepay.h:
1576         Take timestamp from the RTP packet as a first step to fix problems
1577         with transmission over RTP when the network is not reliable.
1578         Fixes bug #541787.
1579
1580 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1581
1582         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
1583
1584         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
1585         Fix parsing of udp:// URIs containing IPv6 addresses.
1586         Fixes bug #541650.
1587
1588 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1589
1590         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
1591         Do not leak incoming buffers.
1592
1593 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1594
1595         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1596
1597         * configure.ac:
1598         Fix build of the RTP plugin with mingw32 by linking to ws2_32
1599         for htons() and htonl(). Fixes bug #541412.
1600
1601 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1602
1603         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
1604         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
1605         (gst_matroska_demux_element_query),
1606         (gst_matroska_demux_handle_src_query),
1607         (gst_matroska_demux_handle_seek_event):
1608         Handle position and duration query in DEFAULT format if the
1609         pad's track has a default frame duration set.
1610
1611         Fix seeking now that the segment's duration doesn't contain the
1612         (possibly wrong or inaccurate) duration of the Matroska file.
1613
1614 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1615
1616         * gst/matroska/ebml-read.c: (_ext2dbl):
1617         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
1618         in math.h except on MSVC where it is defined in xmath.h.
1619         Fixes compilation with MSVC.
1620
1621 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1622
1623         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1624         (gst_matroska_demux_handle_src_query),
1625         (gst_matroska_demux_parse_info),
1626         (gst_matroska_demux_loop_stream_parse_id):
1627         * gst/matroska/matroska-demux.h:
1628         Don't set the segment duration to the duration from the Matroska
1629         header as this value could be wrong and is just informational.
1630
1631 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1632
1633         * gst/matroska/matroska-demux.c:
1634         (gst_matroska_demux_loop_stream_parse_id):
1635         If no Tracks element is found until the first Cluster is found
1636         search it and error out if none is found in the complete file.
1637
1638 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1639
1640         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
1641         Resync non-subtitle tracks too if a too large gap compared to other
1642         tracks is detected.
1643
1644 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1645
1646         * gst/rtp/Makefile.am:
1647         * gst/rtp/gstrtp.c: (plugin_init):
1648         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
1649         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
1650         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
1651         (gst_rtp_vraw_depay_change_state),
1652         (gst_rtp_vraw_depay_plugin_init):
1653         * gst/rtp/gstrtpvrawdepay.h:
1654         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
1655         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
1656         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
1657         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
1658         (gst_rtp_vraw_pay_plugin_init):
1659         * gst/rtp/gstrtpvrawpay.h:
1660         Add raw video pay and depayloaders, see RFC4175.
1661
1662 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
1663
1664         * ext/libpng/gstpngdec.c:
1665         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
1666         whatever it returned.
1667
1668 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1669
1670         * gst/avi/avi-ids.h:
1671         Add vprp chunk related structures.
1672         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
1673         (gst_avi_demux_parse_stream):
1674         Parse optional vprp chunk and add calculated pixel-aspect-ratio
1675         to caps.  Fixes #539482.
1676         * gst/avi/gstavimux.h:
1677         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
1678         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
1679         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
1680
1681 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1682
1683         * tests/check/elements/avimux.c: (check_avimux_pad):
1684         Adjust avimux unit test according to increased streamheader size.
1685
1686 2008-06-27  David Schleef  <ds@schleef.org>
1687
1688         * gst/qtdemux/qtdemux.c: Add Dirac stream type
1689
1690 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1691
1692         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
1693         * gst/avi/gstavimux.h:
1694         Add 8 bytes to current streamheader to make for a complete one
1695         and to make more players happy.  Fixes #519460.
1696
1697 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
1698
1699         * sys/v4l2/v4l2_calls.c::
1700           Don't include unused gstv4l2xoverlay.h. Fixes build
1701           in case where X11 headers are not installed.
1702
1703 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1704
1705         * ext/dv/gstdv.c: (plugin_init):
1706         Fix compilation.
1707
1708 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1709
1710         * ext/dv/gstdv.c: (plugin_init):
1711         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
1712         DV decoder available.
1713         Fixes #532393
1714
1715 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1716
1717         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1718         Call getsockname() after the call to bind() to get updated values
1719         for the port, etc. This fixes the usage of udpsrc on anonymous
1720         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
1721         Thanks to Aurelien Grimaud for pointing out the obvious fix.
1722
1723 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1724
1725         * tests/check/pipelines/wavpack.c: (bus_handler):
1726         Remove workaround for a bug in identity that is fixed in 0.10.20.
1727
1728 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1729
1730         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
1731
1732         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
1733         Fix HTTP auth support with user/password passed via the URI.
1734         Fixes bug #540067.
1735
1736 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
1737
1738         * configure.ac:
1739           Depend on released versions of core and -base.
1740
1741 2008-06-23  Julien Moutte  <julien@fluendo.com>
1742
1743         * gst/matroska/matroska-demux.c:
1744         (gst_matroska_demux_read_track_encoding),
1745         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
1746         format strings in macros. (makes it build on OS X again...)
1747
1748 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1749
1750         * gst/rtp/gstrtptheorapay.c:
1751         * gst/udp/gstmultiudpsink.c:
1752           Added debug.
1753
1754 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
1755
1756         * configure.ac: switch v4l2src over to the normal build instead of
1757         being 'experimental'. Fixes bug #536831.
1758
1759 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
1760
1761         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
1762         Remove unused variable so that we can compile again.
1763
1764 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
1765
1766         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
1767         No need to check for audio/G723 and audio/32KADPCM here as they are
1768         no longer supported.
1769
1770 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
1771
1772         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
1773         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
1774         Use G_GINT64_CONSTANT, this fixes the duration query on files without
1775         known length.
1776
1777 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
1778
1779         * gst/matroska/matroska-demux.c:
1780         (gst_matroska_demux_add_wvpk_header),
1781         (gst_matroska_demux_audio_caps):
1782         * gst/matroska/matroska-ids.h:
1783         Fix demuxing of WavPack files. Muxing is still broken.
1784
1785 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
1786
1787         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
1788         (gst_matroska_demux_add_mpeg_seq_header),
1789         (gst_matroska_demux_add_wvpk_header),
1790         (gst_matroska_demux_check_subtitle_buffer),
1791         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1792         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
1793         (gst_matroska_demux_subtitle_caps):
1794         * gst/matroska/matroska-ids.h:
1795         Add a "vfunc" to the track context for postprocessing frames and
1796         convert the wavpack and subtitle postprocessing to this vfunc.
1797         Copy buffer flags in those functions to the new buffers too.
1798
1799         Parse CodecState elements of Blocks.
1800
1801         Add a postprocessing function for MPEG video that adds the sequence
1802         header from the codec private data or codec state to the frames if
1803         it's not already there.
1804
1805 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
1806
1807         * gst/matroska/matroska-demux.c:
1808         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1809         If a gap of more than 1/2 second is found in one stream send a
1810         NEWSEGMENT event to not stall the pipeline if the gap is too large.
1811         This also fixes Matroska files where the first buffer doesn't start
1812         at timestamp 0. Fixes bug #429322.
1813
1814         The duration of a block is the default duration multiplied with the
1815         number of laces. Every lace is one frame and the default duration
1816         is the duration of one frame. This fixes playback of files that use
1817         lacing for some tracks.
1818
1819 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
1820
1821         * gst/matroska/matroska-demux.c:
1822         (gst_matroska_demux_parse_contents_seekentry):
1823         Update FIXME/TODOs and only ignore EOS at the central, important place
1824         instead of several places.
1825
1826 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
1827
1828         * gst/rtp/gstrtpg726pay.c:
1829         Fix caps, See #538891.
1830
1831 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
1832
1833         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1834         (gst_matroska_demux_stream_from_num),
1835         (gst_matroska_demux_encoding_cmp),
1836         (gst_matroska_demux_encoding_order_unique),
1837         (gst_matroska_demux_read_track_encoding),
1838         (gst_matroska_demux_read_track_encodings),
1839         (gst_matroska_demux_tracknumber_unique),
1840         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
1841         (gst_matroska_demux_parse_tracks),
1842         (gst_matroska_demux_parse_index_cuetrack),
1843         (gst_matroska_demux_parse_index_pointentry),
1844         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
1845         (gst_matroska_demux_parse_metadata_id_simple_tag),
1846         (gst_matroska_demux_parse_metadata_id_tag),
1847         (gst_matroska_demux_parse_metadata),
1848         (gst_matroska_demux_parse_attached_file),
1849         (gst_matroska_demux_parse_attachments),
1850         (gst_matroska_demux_parse_chapters),
1851         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
1852         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1853         (gst_matroska_demux_parse_cluster),
1854         (gst_matroska_demux_parse_contents_seekentry),
1855         (gst_matroska_demux_parse_contents),
1856         (gst_matroska_demux_loop_stream_parse_id),
1857         (gst_matroska_demux_loop):
1858         Improve debug output everywhere and fix the EOS logic.
1859
1860         Check the values of the ContentEncoding elements more strictly and
1861         don't use tracks for which it's invalid.
1862
1863         Check that the track number is unique for this stream.
1864
1865         Check that seek positions are below G_MAXINT64 as our seeks are
1866         int64-based and overflows will fail badly.
1867
1868         After seeks also don't push SimpleBlocks until the first one
1869         containing a keyframe is found. Before this was done only for normal
1870         Blocks.
1871
1872         Update some FIXME/TODOs.
1873         
1874         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
1875         (gst_ebml_read_utf8), (gst_ebml_read_header):
1876         Improve debug output.
1877
1878         * gst/matroska/matroska-ids.c:
1879         (gst_matroska_track_init_video_context):
1880         * gst/matroska/matroska-ids.h:
1881         * gst/matroska/matroska-mux.c:
1882         (gst_matroska_mux_video_pad_setcaps):
1883         Remove eye mode and don't parse it anymore. We can't use that
1884         information in GStreamer yet so it's useless.
1885
1886
1887 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
1888
1889         Patch by: Mersad Jelacic <mersad at axis dot com>
1890
1891         * gst/rtp/Makefile.am:
1892         * gst/rtp/gstrtp.c: (plugin_init):
1893         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
1894         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
1895         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
1896         (gst_rtp_g726_depay_plugin_init):
1897         * gst/rtp/gstrtpg726depay.h:
1898         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
1899         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
1900         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
1901         * gst/rtp/gstrtpg726pay.h:
1902         Added G726 pay/depayloaders. Fixes #538891.
1903
1904 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
1905
1906         * gst/rtsp/URLS:
1907         Some more urls.
1908
1909         * gst/smpte/barboxwipes.c:
1910         Add a comment
1911
1912         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
1913         Fix typo, add audioresample to the pipeline.
1914
1915 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
1916
1917         * ext/libmng/Makefile.am:
1918         * ext/libmng/gstmng.c: (plugin_init):
1919         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
1920         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
1921         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
1922         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
1923         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
1924         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
1925         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
1926         (gst_mng_dec_change_state):
1927         * ext/libmng/gstmngdec.h:
1928         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
1929         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
1930         (gst_mng_enc_init), (gst_mng_enc_chain),
1931         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
1932         * ext/libmng/gstmngenc.h:
1933         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
1934         bits ifdeffed out still.
1935
1936 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
1937
1938         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
1939         When comparing index elements with the same time compare their
1940         block number.
1941
1942 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
1943
1944         * gst/matroska/matroska-demux.c:
1945           (gst_matroska_demux_parse_attached_file)
1946           Init variable to NULL to avoid compiler warning.
1947
1948 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
1949
1950         * gst/matroska/Makefile.am:
1951         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1952         (gst_matroska_demux_parse_attached_file),
1953         (gst_matroska_demux_parse_attachments),
1954         (gst_matroska_demux_parse_contents_seekentry),
1955         (gst_matroska_demux_loop_stream_parse_id):
1956         * gst/matroska/matroska-demux.h:
1957         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
1958         * gst/matroska/matroska-ids.h:
1959         * gst/matroska/matroska.c: (plugin_init):
1960         Parse Attachments and post them as GST_TAG_IMAGE if we detect
1961         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
1962         and description of the attachments in the caps. Fixes bug #537622.
1963
1964 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
1965
1966         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
1967         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
1968         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
1969         (gst_speex_enc_src_query), (gst_speex_enc_init),
1970         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
1971         (gst_speex_enc_chain), (gst_speex_enc_get_property),
1972         (gst_speex_enc_set_property):
1973         Add mode property.
1974         Some cleanups, add more debug info.
1975         Add latency query.
1976
1977 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
1978
1979         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
1980         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
1981         If we get less bytes than requested we can't do anything except doing
1982         our EOS logic.
1983
1984 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
1985
1986         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1987         (gst_matroskademux_do_index_seek),
1988         (gst_matroska_demux_parse_index_cuetrack),
1989         (gst_matroska_demux_parse_index_pointentry),
1990         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
1991         (gst_matroska_demux_parse_metadata):
1992         * gst/matroska/matroska-demux.h:
1993         * gst/matroska/matroska-ids.h:
1994         Use a GArray for storing the Cue (i.e. seek) information, store
1995         the CueTrackPositions for every track, store the block number
1996         and optimize searching in the array by sorting it after the last
1997         element was added.
1998
1999         Fix a small memory leak when trying to parse a tags element that was
2000         already parsed.
2001
2002 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2003
2004         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
2005         (gst_matroska_mux_start), (gst_matroska_mux_finish),
2006         (gst_matroska_mux_write_data):
2007         * gst/matroska/matroska-mux.h:
2008         Don't write another SeekHead which indexes all Clusters to the end of
2009         the file. This isn't useful for anything and just increases filesize.
2010
2011 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2012
2013         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
2014         Prevent unaligned memory access when reading floats.
2015
2016 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2017
2018         * gst/matroska/ebml-read.c:
2019         * gst/matroska/ebml-read.h:
2020         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2021         (gst_matroska_demux_parse_metadata):
2022         * gst/matroska/matroska-demux.h:
2023         Make sure that every Tags element is only parsed once and it's
2024         containing tags are only posted once.
2025
2026 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2027
2028         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
2029         (gst_ebml_read_header):
2030         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
2031         (gst_matroska_demux_parse_tracks),
2032         (gst_matroska_demux_parse_index_cuetrack),
2033         (gst_matroska_demux_parse_index_pointentry),
2034         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2035         (gst_matroska_demux_parse_metadata_id_simple_tag),
2036         (gst_matroska_demux_parse_metadata_id_tag),
2037         (gst_matroska_demux_parse_metadata),
2038         (gst_matroska_demux_parse_attachments),
2039         (gst_matroska_demux_parse_chapters),
2040         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2041         (gst_matroska_demux_parse_cluster),
2042         (gst_matroska_demux_parse_contents_seekentry),
2043         (gst_matroska_demux_parse_contents),
2044         (gst_matroska_demux_loop_stream_parse_id):
2045         Handle EBML elements like Void or CRC32 in the EbmlRead base class
2046         already. They're not useful in the matroska parser and only cause
2047         additional code.
2048
2049 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
2050
2051         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
2052         (gst_ebml_finalize), (gst_ebml_read_change_state),
2053         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
2054         * gst/matroska/matroska-demux.c:
2055         (gst_matroska_demux_parse_contents_seekentry):
2056         Reverse the level list as we usually are only interested in the
2057         first element or want to add a new first element. Having the
2058         first element stored at the end and calling g_list_last() and
2059         g_list_append() is more expensive.
2060
2061         Also use GSlice for allocating the GstEbmlLevel structs.
2062
2063 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
2064
2065         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
2066           (gst_tag_inject_class_init), (gst_tag_inject_init):
2067           Don't unref NULL taglist in finalize. Don't use c++ style
2068           comments.
2069
2070 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2071
2072         * gst/matroska/matroska-demux.c:
2073         (gst_matroska_demux_parse_metadata_id_simple_tag):
2074         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
2075         (gst_matroska_mux_write_data):
2076         Use gst_value_serialize() and gst_value_deserialize() for transforming
2077         tags from some GType to a string and the other way around. The default
2078         transformations in GLib don't include transformations from string to
2079         number types.
2080
2081 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2082
2083         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2084         (gst_matroska_demux_parse_tracks),
2085         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2086         (gst_matroska_demux_parse_attachments),
2087         (gst_matroska_demux_parse_chapters),
2088         (gst_matroska_demux_parse_contents_seekentry),
2089         (gst_matroska_demux_loop_stream_parse_id):
2090         * gst/matroska/matroska-demux.h:
2091         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
2092         Tags multiple times. The first ones can appear more than once but must
2093         contain the same content as the first for backup purposes so we ignore
2094         all but the first one. Tags can appear multiple times with different
2095         content.
2096
2097         Jump to all elements except Clusters that are available from a
2098         SeekHead to make it more likely to have all required informations
2099         before getting to the first Clusters.
2100
2101         Add dummy functions for parsing Attachments and Chapters.
2102
2103 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2104
2105         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2106         (gst_udpsrc_create), (gst_udpsrc_set_property),
2107         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
2108         * gst/udp/gstudpsrc.h:
2109         Add property to control automatic join/leave of multicast groups.
2110         Add G_LIKELY.
2111         Remove setting caps on buffers explicitly, basesrc does that for us now.
2112         Improve debug info.
2113         Convert some non-fatal error into warnings.
2114         Use g_ntohs for better portability.
2115         Leave multicast groups when stopping.
2116         When using external sockets, use getsockname() on them to fill up the
2117         addr structure before calling methods that use the structure.
2118         Should all fix #536903.
2119         API: GstUDPSrc::auto-multicast property
2120
2121 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2122
2123         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
2124         Use g_ntohl for better portability.
2125
2126 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2127
2128         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
2129         (gst_multiudpsink_remove):
2130         Fix a typo and do some small cleanups.
2131
2132 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2133
2134         Patch by: Olivier Crete <tester at tester dot ca>
2135
2136         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
2137         Make the delivery-method mandatory on the caps and only accept inline
2138         for now.
2139         Reverse strcmp checks for delivery-method.
2140
2141         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
2142         Make delivery method optional when parsing caps and note this in the
2143         caps.
2144         Reverse strcmp checks for delivery-method.
2145
2146         * gst/rtp/gstrtpvorbispay.c:
2147         Update a comment to note that the delivery-method is optional, 
2148         Fixes #537675.
2149
2150 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2151
2152         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
2153         Set udpsrc for receiving data from multicast groups to PAUSED instead of
2154         leaving them in READY. Fixes #537832.
2155
2156 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2157
2158         * gst/avi/gstavimux.c:
2159           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
2160           for a random constant in tagmuxing code.
2161
2162 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
2163
2164         * gst/debug/gsttaginject.c:
2165         * gst/debug/gsttaginject.h:
2166           Now actually adding the new element.
2167
2168 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
2169
2170         * docs/plugins/Makefile.am:
2171         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2172         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2173         * docs/plugins/gst-plugins-good-plugins.args:
2174         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2175         * docs/plugins/gst-plugins-good-plugins.interfaces:
2176         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2177         * docs/plugins/inspect/plugin-aasink.xml:
2178         * docs/plugins/inspect/plugin-alaw.xml:
2179         * docs/plugins/inspect/plugin-alpha.xml:
2180         * docs/plugins/inspect/plugin-alphacolor.xml:
2181         * docs/plugins/inspect/plugin-annodex.xml:
2182         * docs/plugins/inspect/plugin-apetag.xml:
2183         * docs/plugins/inspect/plugin-audiofx.xml:
2184         * docs/plugins/inspect/plugin-auparse.xml:
2185         * docs/plugins/inspect/plugin-autodetect.xml:
2186         * docs/plugins/inspect/plugin-avi.xml:
2187         * docs/plugins/inspect/plugin-cacasink.xml:
2188         * docs/plugins/inspect/plugin-cairo.xml:
2189         * docs/plugins/inspect/plugin-cdio.xml:
2190         * docs/plugins/inspect/plugin-cutter.xml:
2191         * docs/plugins/inspect/plugin-debug.xml:
2192         * docs/plugins/inspect/plugin-dv.xml:
2193         * docs/plugins/inspect/plugin-efence.xml:
2194         * docs/plugins/inspect/plugin-effectv.xml:
2195         * docs/plugins/inspect/plugin-equalizer.xml:
2196         * docs/plugins/inspect/plugin-esdsink.xml:
2197         * docs/plugins/inspect/plugin-flac.xml:
2198         * docs/plugins/inspect/plugin-flxdec.xml:
2199         * docs/plugins/inspect/plugin-gamma.xml:
2200         * docs/plugins/inspect/plugin-gconfelements.xml:
2201         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2202         * docs/plugins/inspect/plugin-goom.xml:
2203         * docs/plugins/inspect/plugin-goom2k1.xml:
2204         * docs/plugins/inspect/plugin-halelements.xml:
2205         * docs/plugins/inspect/plugin-icydemux.xml:
2206         * docs/plugins/inspect/plugin-id3demux.xml:
2207         * docs/plugins/inspect/plugin-jpeg.xml:
2208         * docs/plugins/inspect/plugin-level.xml:
2209         * docs/plugins/inspect/plugin-matroska.xml:
2210         * docs/plugins/inspect/plugin-monoscope.xml:
2211         * docs/plugins/inspect/plugin-mulaw.xml:
2212         * docs/plugins/inspect/plugin-multifile.xml:
2213         * docs/plugins/inspect/plugin-multipart.xml:
2214         * docs/plugins/inspect/plugin-navigationtest.xml:
2215         * docs/plugins/inspect/plugin-ossaudio.xml:
2216         * docs/plugins/inspect/plugin-png.xml:
2217         * docs/plugins/inspect/plugin-quicktime.xml:
2218         * docs/plugins/inspect/plugin-rtp.xml:
2219         * docs/plugins/inspect/plugin-rtsp.xml:
2220         * docs/plugins/inspect/plugin-smpte.xml:
2221         * docs/plugins/inspect/plugin-soup.xml:
2222         * docs/plugins/inspect/plugin-spectrum.xml:
2223         * docs/plugins/inspect/plugin-speex.xml:
2224         * docs/plugins/inspect/plugin-taglib.xml:
2225         * docs/plugins/inspect/plugin-udp.xml:
2226         * docs/plugins/inspect/plugin-video4linux2.xml:
2227         * docs/plugins/inspect/plugin-videobalance.xml:
2228         * docs/plugins/inspect/plugin-videobox.xml:
2229         * docs/plugins/inspect/plugin-videocrop.xml:
2230         * docs/plugins/inspect/plugin-videoflip.xml:
2231         * docs/plugins/inspect/plugin-videomixer.xml:
2232         * docs/plugins/inspect/plugin-wavenc.xml:
2233         * docs/plugins/inspect/plugin-wavpack.xml:
2234         * docs/plugins/inspect/plugin-wavparse.xml:
2235         * docs/plugins/inspect/plugin-ximagesrc.xml:
2236         * gst/debug/Makefile.am:
2237         * gst/debug/breakmydata.c:
2238         * gst/debug/efence.c:
2239         * gst/debug/gstdebug.c:
2240         * gst/debug/gstnavseek.c:
2241         * gst/debug/gstpushfilesrc.c:
2242         * gst/debug/gstpushfilesrc.h:
2243         * gst/debug/negotiation.c:
2244         * gst/debug/progressreport.c:
2245         * gst/debug/progressreport.h:
2246         * gst/debug/rndbuffersize.c:
2247         * gst/debug/testplugin.c:
2248           Remove dummy plugin_init. Remove some undefined entries from doc-
2249           section file. Add taginject element and rebuild docs for it.
2250
2251 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2252
2253         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
2254         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
2255         Update the counter for the number of streams when pads are added or
2256         removed. This will make sure that a seek table is generated for
2257         files with just one audio stream.
2258
2259 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2260
2261         * gst/matroska/matroska-demux.c:
2262         (gst_matroska_demux_parse_metadata_id_simple_tag):
2263         * gst/matroska/matroska-ids.h:
2264         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
2265         Add some more tags, improve debugging a bit and make sure that
2266         GValue transformation has succeeded before using the result
2267         as a tag.
2268
2269 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2270
2271         Patch by: Olivier Crete <tester at tester dot ca>
2272
2273         * gst/rtp/gstrtptheorapay.c:
2274         The Theora RTP payloader only supports the "inline" delievery method
2275         so let's declare this on the caps of the static pad template.
2276         Fixes bug #537675.
2277
2278 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
2279
2280         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
2281         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
2282         Remove bogus check.
2283
2284 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
2285
2286         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
2287         (gst_videomixer_blend_buffers):
2288         Use stream_time to synchronize the object properties.
2289         Use running_time of the master pad to timestamp outgoing buffers.
2290         Fix the initial segment event to extend an unknown amount of time.
2291         Fixes #537361.
2292
2293 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
2294
2295         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
2296         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
2297         (gst_avi_demux_calculate_durations_from_index),
2298         (gst_avi_demux_stream_header_push),
2299         (gst_avi_demux_stream_header_pull):
2300         Try to ignore unparsable/unknown streams and give a warning instead of
2301         erroring out. Fixes #537377.
2302
2303 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2304
2305         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
2306         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
2307
2308         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
2309         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2310         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
2311         (gst_matroska_demux_read_track_encodings),
2312         (gst_matroska_demux_add_stream),
2313         (gst_matroska_demux_handle_src_query),
2314         (gst_matroska_demux_init_stream),
2315         (gst_matroska_demux_parse_index_cuetrack),
2316         (gst_matroska_demux_parse_index_pointentry),
2317         (gst_matroska_demux_parse_info),
2318         (gst_matroska_demux_parse_metadata_id_simple_tag),
2319         (gst_matroska_demux_parse_metadata),
2320         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
2321         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2322         (gst_matroska_demux_parse_cluster),
2323         (gst_matroska_demux_parse_contents_seekentry),
2324         (gst_matroska_demux_loop_stream_parse_id),
2325         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
2326         (gst_matroska_demux_audio_caps),
2327         (gst_matroska_demux_subtitle_caps):
2328         * gst/matroska/matroska-demux.h:
2329         * gst/matroska/matroska-ids.c:
2330         (gst_matroska_track_init_subtitle_context):
2331         * gst/matroska/matroska-ids.h:
2332         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
2333         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
2334         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
2335         (gst_matroska_mux_video_pad_setcaps),
2336         (gst_matroska_mux_audio_pad_setcaps),
2337         (gst_matroska_mux_subtitle_pad_setcaps),
2338         (gst_matroska_mux_request_new_pad),
2339         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2340         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2341         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
2342         (gst_matroska_mux_set_property):
2343         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
2344         elements, do some checks for valid values in the demuxer, handle
2345         tracktimecodescale in the demuxer, set correct default values for all
2346         settings in the demuxer, review and add all missing matroska
2347         IDs and some more raw YUV formats, and some trivial cleanup.
2348
2349 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2350
2351         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
2352         (gst_pulsemixer_class_init):
2353         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
2354         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
2355         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2356         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
2357         (gst_pulsesrc_prepare):
2358         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
2359         gst_element_class_set_details_simple() and fix coding style a bit
2360         more.
2361
2362 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2363
2364         * docs/plugins/Makefile.am:
2365         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2366         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2367         * docs/plugins/gst-plugins-good-plugins.args:
2368         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2369         * docs/plugins/gst-plugins-good-plugins.interfaces:
2370         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2371         * docs/plugins/inspect/plugin-aasink.xml:
2372         * docs/plugins/inspect/plugin-alaw.xml:
2373         * docs/plugins/inspect/plugin-alpha.xml:
2374         * docs/plugins/inspect/plugin-alphacolor.xml:
2375         * docs/plugins/inspect/plugin-annodex.xml:
2376         * docs/plugins/inspect/plugin-apetag.xml:
2377         * docs/plugins/inspect/plugin-audiofx.xml:
2378         * docs/plugins/inspect/plugin-auparse.xml:
2379         * docs/plugins/inspect/plugin-autodetect.xml:
2380         * docs/plugins/inspect/plugin-avi.xml:
2381         * docs/plugins/inspect/plugin-cacasink.xml:
2382         * docs/plugins/inspect/plugin-cairo.xml:
2383         * docs/plugins/inspect/plugin-cdio.xml:
2384         * docs/plugins/inspect/plugin-cutter.xml:
2385         * docs/plugins/inspect/plugin-debug.xml:
2386         * docs/plugins/inspect/plugin-dv.xml:
2387         * docs/plugins/inspect/plugin-efence.xml:
2388         * docs/plugins/inspect/plugin-effectv.xml:
2389         * docs/plugins/inspect/plugin-equalizer.xml:
2390         * docs/plugins/inspect/plugin-esdsink.xml:
2391         * docs/plugins/inspect/plugin-flac.xml:
2392         * docs/plugins/inspect/plugin-flxdec.xml:
2393         * docs/plugins/inspect/plugin-gamma.xml:
2394         * docs/plugins/inspect/plugin-gconfelements.xml:
2395         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2396         * docs/plugins/inspect/plugin-goom.xml:
2397         * docs/plugins/inspect/plugin-goom2k1.xml:
2398         * docs/plugins/inspect/plugin-halelements.xml:
2399         * docs/plugins/inspect/plugin-icydemux.xml:
2400         * docs/plugins/inspect/plugin-id3demux.xml:
2401         * docs/plugins/inspect/plugin-jpeg.xml:
2402         * docs/plugins/inspect/plugin-level.xml:
2403         * docs/plugins/inspect/plugin-matroska.xml:
2404         * docs/plugins/inspect/plugin-monoscope.xml:
2405         * docs/plugins/inspect/plugin-mulaw.xml:
2406         * docs/plugins/inspect/plugin-multifile.xml:
2407         * docs/plugins/inspect/plugin-multipart.xml:
2408         * docs/plugins/inspect/plugin-navigationtest.xml:
2409         * docs/plugins/inspect/plugin-ossaudio.xml:
2410         * docs/plugins/inspect/plugin-png.xml:
2411         * docs/plugins/inspect/plugin-pulseaudio.xml:
2412         * docs/plugins/inspect/plugin-quicktime.xml:
2413         * docs/plugins/inspect/plugin-rtp.xml:
2414         * docs/plugins/inspect/plugin-rtsp.xml:
2415         * docs/plugins/inspect/plugin-smpte.xml:
2416         * docs/plugins/inspect/plugin-soup.xml:
2417         * docs/plugins/inspect/plugin-spectrum.xml:
2418         * docs/plugins/inspect/plugin-speex.xml:
2419         * docs/plugins/inspect/plugin-taglib.xml:
2420         * docs/plugins/inspect/plugin-udp.xml:
2421         * docs/plugins/inspect/plugin-video4linux2.xml:
2422         * docs/plugins/inspect/plugin-videobalance.xml:
2423         * docs/plugins/inspect/plugin-videobox.xml:
2424         * docs/plugins/inspect/plugin-videocrop.xml:
2425         * docs/plugins/inspect/plugin-videoflip.xml:
2426         * docs/plugins/inspect/plugin-videomixer.xml:
2427         * docs/plugins/inspect/plugin-wavenc.xml:
2428         * docs/plugins/inspect/plugin-wavpack.xml:
2429         * docs/plugins/inspect/plugin-wavparse.xml:
2430         * docs/plugins/inspect/plugin-ximagesrc.xml:
2431         * ext/pulse/plugin.c:
2432         * ext/pulse/pulsemixer.c:
2433         * ext/pulse/pulsesink.c:
2434         * ext/pulse/pulsesrc.c:
2435         Add documentation to the pulseaudio plugin and run make update
2436         in docs/plugins.
2437
2438 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2439
2440         Patch by: Brian Cameron <brian.cameron at sun dot com>
2441
2442         * sys/sunaudio/gstsunaudiomixerctrl.c:
2443         (gst_sunaudiomixer_ctrl_get_volume),
2444         (gst_sunaudiomixer_ctrl_set_volume):
2445         Improvements for the SunAudio mixer by handling mute as no gain
2446         for tracks that have a gain property but no mute property.
2447         Fixes bug #536067.
2448
2449 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2450
2451         * configure.ac:
2452         * ext/pulse/Makefile.am:
2453         * ext/pulse/plugin.c: (plugin_init):
2454         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
2455         (gst_pulsemixer_implements_interface_init),
2456         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
2457         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
2458         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
2459         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
2460         * ext/pulse/pulsemixer.h:
2461         * ext/pulse/pulsemixerctrl.c:
2462         (gst_pulsemixer_ctrl_context_state_cb),
2463         (gst_pulsemixer_ctrl_sink_info_cb),
2464         (gst_pulsemixer_ctrl_source_info_cb),
2465         (gst_pulsemixer_ctrl_subscribe_cb),
2466         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
2467         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
2468         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
2469         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
2470         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
2471         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
2472         * ext/pulse/pulsemixerctrl.h:
2473         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
2474         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
2475         * ext/pulse/pulsemixertrack.h:
2476         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
2477         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
2478         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
2479         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
2480         (gst_pulseprobe_new), (gst_pulseprobe_free),
2481         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
2482         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
2483         (gst_pulseprobe_set_server):
2484         * ext/pulse/pulseprobe.h:
2485         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
2486         (gst_pulsesink_class_init), (gst_pulsesink_init),
2487         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
2488         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
2489         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
2490         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
2491         (gst_pulsesink_stream_request_cb),
2492         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
2493         (gst_pulsesink_close), (gst_pulsesink_prepare),
2494         (gst_pulsesink_unprepare), (gst_pulsesink_write),
2495         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
2496         (gst_pulsesink_reset), (gst_pulsesink_change_title),
2497         (gst_pulsesink_event), (gst_pulsesink_get_type):
2498         * ext/pulse/pulsesink.h:
2499         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2500         (gst_pulsesrc_implements_interface_init),
2501         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
2502         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
2503         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
2504         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
2505         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
2506         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
2507         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
2508         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
2509         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
2510         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
2511         (gst_pulsesrc_get_type):
2512         * ext/pulse/pulsesrc.h:
2513         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
2514         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
2515         * ext/pulse/pulseutil.h:
2516         Add pulseaudio GStreamer element from gst-pulse. Development will
2517         continue here instead of pulseaudio SVN. Fixes bug #400679.
2518         Only changes over gst-pulse SVN are added copyright to the top of
2519         files and coding style changes.
2520
2521 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
2522
2523         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
2524
2525         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
2526           (gst_cdio_add_cdtext_album_tags):
2527         * ext/cdio/gstcdio.h:
2528         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
2529           Also extract album title and album genre from CD-TEXT if
2530           available (#537021).
2531
2532 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
2533
2534         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2535
2536         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2537         Improve negotiation a bit more by picking the smallest possible
2538         resolution that is larger than the resolution specified in the
2539         first caps entry of the peer caps. Fixes bug #536994.
2540
2541 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
2542
2543         Patch by: Bastien Nocera <hadess at hadess dot net>
2544
2545         * sys/v4l2/gstv4l2vidorient.c:
2546         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
2547         Fix compilation with newer GIT kernels that deprecated
2548         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
2549
2550 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
2551
2552         * configure.ac:
2553         * ext/cdio/gstcdio.c:
2554         * ext/cdio/gstcdio.h:
2555         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
2556           Require libcdio >= 0.76.
2557
2558 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
2559
2560         * gst/avi/gstavidemux.c:
2561         Catch UNEXPECTED when downstream has reached end of
2562         segment in reverse mode.
2563
2564 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
2565
2566         * gst/avi/gstavidemux.c:
2567         Fix typo in comment
2568
2569 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
2570
2571         * gst/avi/gstavidemux.c:
2572         Because we don't know the frame order we need to push till
2573         the next keyframe
2574
2575 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2576
2577         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2578
2579         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
2580         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
2581         Provide a custom negotiation function to make sure to pick the highest
2582         possible framerate and resolution. Fixes bug #536646.
2583
2584 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
2585
2586         * gst/avi/gstavidemux.c:
2587         Set EOS when going out of the segment in reverse playback
2588
2589 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2590
2591         * ext/taglib/Makefile.am::
2592           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
2593           taglib headers (with gcc 4.3.1).
2594
2595 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2596
2597         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
2598         Use the new gst_rtsp_connection_get_ip() to access the IP address
2599         of a GstRTSPConnection since it is a private member.
2600
2601 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2602
2603         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
2604         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
2605           Use new utility functions in libgsttag to process coverart (#512333).
2606
2607 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2608
2609         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
2610         We actually support left/side, right/side and mid/side files. The
2611         conversion to normal, interleaved stereo is done by libflac.
2612
2613 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2614
2615         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
2616         (gst_ebml_write_set_cache):
2617         Unref the write cache in finalize if it was set and add add "FIXME"
2618         to a comment that needs it.
2619
2620 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2621
2622         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
2623
2624         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
2625         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
2626         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
2627         (gst_avi_demux_process_next_entry):
2628         * gst/avi/gstavidemux.h:
2629         Implement reverse playback. Fixes #535300.
2630         Small cleanups.
2631
2632 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
2633
2634         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
2635         (gst_videomixer_query_latency):
2636         When using gst_element_iterate_pads() one has to unref every pad
2637         after usage.
2638
2639 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
2640
2641         Patch by: Bastien Nocera <hadess at hadess dot net>
2642         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
2643         (qtdemux_parse_udta):
2644         * gst/qtdemux/qtdemux_fourcc.h:
2645         Improve meta-data handling, add 'comment', 'description' and
2646         'copyright' tag handling.
2647         Fixes #535935
2648
2649 2008-05-31  Julien Moutte  <julien@fluendo.com>
2650
2651         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
2652         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
2653         (gst_qtdemux_seek_to_previous_keyframe),
2654         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
2655         we don't clip the segment's stop using the main segment duration as
2656         that could crop quite some video frames. Make reverse playback support
2657         more robust and support edit lists. Support seeking to the last frame,
2658         and fix reverse looping playback. Add some debugging.
2659         * win32/common/config.h: Updated.
2660
2661 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
2662
2663         * gst/equalizer/gstiirequalizer.c:
2664         (gst_iir_equalizer_transform_ip):
2665         Don't clip float/double samples, correctly unset passthrough mode
2666         and use better rounding for integer samples.
2667
2668 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
2669
2670         * gst/equalizer/gstiirequalizer.c:
2671         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
2672         (setup_filter), (set_passthrough), (update_coefficients),
2673         (gst_iir_equalizer_compute_frequencies),
2674         (gst_iir_equalizer_transform_ip):
2675         * gst/equalizer/gstiirequalizer.h:
2676         Update the filter coefficients only when needed in the transform_ip
2677         function and correctly set the element into passthrough mode if the
2678         gain of all bands is 0.
2679
2680 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
2681
2682         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
2683
2684         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
2685         (gst_alpha_set_property), (gst_alpha_get_property),
2686         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
2687         Try to skip pixels or areas that are too dark or too bright for us to do
2688         meaningfull color detection.
2689         Added properties to control the sensitivity to light and darkness.
2690         Added some small cleanups. Fixes #512345.
2691
2692 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
2693
2694         * docs/plugins/.cvsignore:
2695         * tests/check/elements/.cvsignore:
2696         Ignore some more generated things
2697
2698         * tests/check/Makefile.am:
2699         Ignore OSS elements in the state changes test too.
2700
2701 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2702
2703         * docs/plugins/Makefile.am:
2704         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2705         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2706         Add SMPTE effect elements to docs.
2707
2708 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
2709
2710         * docs/plugins/Makefile.am:
2711         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2712         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2713         * ext/raw1394/gstdv1394src.c:
2714           Document whats first shown on the fdo plugin docs page :)
2715
2716 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
2717
2718         * docs/plugins/Makefile.am:
2719         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2720         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2721         * docs/plugins/gst-plugins-good-plugins.args:
2722         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2723         * docs/plugins/inspect/plugin-audiofx.xml:
2724         * gst/audiofx/Makefile.am:
2725         * gst/audiofx/audiofx.c:
2726         * gst/audiofx/audiokaraoke.c:
2727         * gst/audiofx/audiokaraoke.h:
2728         * gst/audiofx/audiovoice.c:
2729         * gst/audiofx/audiovoice.h:
2730           Rename audiovoice to audiokaraoke and add it to the docs.
2731
2732 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
2733
2734         * REQUIREMENTS:
2735         * docs/plugins/Makefile.am:
2736         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2737         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2738         * docs/plugins/gst-plugins-good-plugins.args:
2739         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2740         * docs/plugins/gst-plugins-good-plugins.interfaces:
2741         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2742         * docs/plugins/inspect/plugin-aasink.xml:
2743         * docs/plugins/inspect/plugin-alaw.xml:
2744         * docs/plugins/inspect/plugin-alpha.xml:
2745         * docs/plugins/inspect/plugin-alphacolor.xml:
2746         * docs/plugins/inspect/plugin-annodex.xml:
2747         * docs/plugins/inspect/plugin-apetag.xml:
2748         * docs/plugins/inspect/plugin-audiofx.xml:
2749         * docs/plugins/inspect/plugin-auparse.xml:
2750         * docs/plugins/inspect/plugin-autodetect.xml:
2751         * docs/plugins/inspect/plugin-avi.xml:
2752         * docs/plugins/inspect/plugin-cacasink.xml:
2753         * docs/plugins/inspect/plugin-cairo.xml:
2754         * docs/plugins/inspect/plugin-cdio.xml:
2755         * docs/plugins/inspect/plugin-cutter.xml:
2756         * docs/plugins/inspect/plugin-debug.xml:
2757         * docs/plugins/inspect/plugin-dv.xml:
2758         * docs/plugins/inspect/plugin-efence.xml:
2759         * docs/plugins/inspect/plugin-effectv.xml:
2760         * docs/plugins/inspect/plugin-equalizer.xml:
2761         * docs/plugins/inspect/plugin-esdsink.xml:
2762         * docs/plugins/inspect/plugin-flac.xml:
2763         * docs/plugins/inspect/plugin-flxdec.xml:
2764         * docs/plugins/inspect/plugin-gamma.xml:
2765         * docs/plugins/inspect/plugin-gconfelements.xml:
2766         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2767         * docs/plugins/inspect/plugin-goom.xml:
2768         * docs/plugins/inspect/plugin-goom2k1.xml:
2769         * docs/plugins/inspect/plugin-halelements.xml:
2770         * docs/plugins/inspect/plugin-icydemux.xml:
2771         * docs/plugins/inspect/plugin-id3demux.xml:
2772         * docs/plugins/inspect/plugin-jpeg.xml:
2773         * docs/plugins/inspect/plugin-level.xml:
2774         * docs/plugins/inspect/plugin-matroska.xml:
2775         * docs/plugins/inspect/plugin-monoscope.xml:
2776         * docs/plugins/inspect/plugin-mulaw.xml:
2777         * docs/plugins/inspect/plugin-multifile.xml:
2778         * docs/plugins/inspect/plugin-multipart.xml:
2779         * docs/plugins/inspect/plugin-navigationtest.xml:
2780         * docs/plugins/inspect/plugin-ossaudio.xml:
2781         * docs/plugins/inspect/plugin-png.xml:
2782         * docs/plugins/inspect/plugin-quicktime.xml:
2783         * docs/plugins/inspect/plugin-rtp.xml:
2784         * docs/plugins/inspect/plugin-rtsp.xml:
2785         * docs/plugins/inspect/plugin-smpte.xml:
2786         * docs/plugins/inspect/plugin-soup.xml:
2787         * docs/plugins/inspect/plugin-spectrum.xml:
2788         * docs/plugins/inspect/plugin-speex.xml:
2789         * docs/plugins/inspect/plugin-taglib.xml:
2790         * docs/plugins/inspect/plugin-udp.xml:
2791         * docs/plugins/inspect/plugin-video4linux2.xml:
2792         * docs/plugins/inspect/plugin-videobalance.xml:
2793         * docs/plugins/inspect/plugin-videobox.xml:
2794         * docs/plugins/inspect/plugin-videocrop.xml:
2795         * docs/plugins/inspect/plugin-videoflip.xml:
2796         * docs/plugins/inspect/plugin-videomixer.xml:
2797         * docs/plugins/inspect/plugin-wavenc.xml:
2798         * docs/plugins/inspect/plugin-wavpack.xml:
2799         * docs/plugins/inspect/plugin-wavparse.xml:
2800         * docs/plugins/inspect/plugin-ximagesrc.xml:
2801         * ext/aalib/gstaasink.c:
2802         * ext/libcaca/gstcacasink.c:
2803           Document aasink and cacasink.
2804
2805 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
2806
2807         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
2808         (gst_videomixer_init), (gst_videomixer_query_duration),
2809         (gst_videomixer_query_latency), (gst_videomixer_query),
2810         (gst_videomixer_blend_buffers):
2811         * gst/videomixer/videomixer.h:
2812         Implement position (in time), duration and latency queries.
2813
2814 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
2815
2816         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
2817         (gst_videomixer_init), (gst_videomixer_request_new_pad),
2818         (gst_videomixer_fill_queues), (forward_event_func),
2819         (forward_event), (gst_videomixer_src_event),
2820         (gst_videomixer_sink_event):
2821         * gst/videomixer/videomixer.h:
2822         Implement proper seek/newsegment handling.
2823         Based on adder's implementation.
2824         Fixes #535121
2825
2826 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2827
2828         Patch by: Jan Gerber <j at oil21 dot org>
2829
2830         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2831         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
2832
2833 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2834
2835         * gst/audiofx/Makefile.am:
2836         * gst/audiofx/audiofx.c: (plugin_init):
2837         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
2838         (gst_audio_voice_class_init), (gst_audio_voice_init),
2839         (update_filter), (gst_audio_voice_set_property),
2840         (gst_audio_voice_get_property), (gst_audio_voice_setup),
2841         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
2842         (gst_audio_voice_transform_ip):
2843         * gst/audiofx/audiovoice.h:
2844         Add simple voice removal element. Yay karaoke.
2845
2846 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2847
2848         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
2849
2850         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2851         Fix potential caps leak.
2852         If we can't get the framerate with an ioctl, try to get it with the
2853         current norm. Fixes #520092.
2854
2855 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2856
2857         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
2858
2859         * sys/v4l2/v4l2src_calls.c:
2860         (gst_v4l2src_probe_caps_for_format_and_size):
2861         If we fail to get the frame intervals, simply don't touch the framerates
2862         on the template caps instead of discarding the format. See #520092.
2863
2864 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2865
2866         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
2867
2868         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
2869         (gst_v4l2_get_caps_info):
2870         Add NV12, NV21 and bayer support. See #520092.
2871
2872 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2873
2874         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
2875         (gst_qtdemux_activate_segment):
2876         Unbreak segment activation again. Fixes #531672.
2877
2878 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
2879
2880         * ext/flac/Makefile.am:
2881         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
2882         Set the channel layout when decoding FLAC files with more than 2
2883         channels as defined by the FLAC spec. Fixes bug #534570.
2884
2885         Also don't try to decode left/side, right/side and mid/side files
2886         as we don't support this at all.
2887
2888 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2889
2890         * configure.ac:
2891           We need -base CVS (rtsp).
2892
2893 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2894
2895         * gst/udp/Makefile.am:
2896           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
2897           when including netdb.h when building against glibc >= 2.8.
2898
2899 2008-05-22  Julien Moutte  <julien@fluendo.com>
2900
2901         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
2902         debug statement arguments.
2903         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
2904         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
2905         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
2906         on more platforms.
2907
2908 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2909
2910         * tests/check/elements/avimux.c: (setup_src_pad),
2911         (teardown_src_pad):
2912         * tests/check/elements/icydemux.c: (icydemux_found_pad),
2913         (GST_START_TEST):
2914         * tests/check/elements/matroskamux.c: (setup_src_pad),
2915         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
2916         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
2917         (GST_START_TEST):
2918         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
2919         (setup_wavpackparse), (cleanup_wavpackparse):
2920         Don't use gst_element_get_pad(), it's a bad, bad method.
2921
2922 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2923
2924         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
2925         (do_toggle_element):
2926         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
2927         (do_toggle_element):
2928         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
2929         (do_toggle_element):
2930         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
2931         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
2932         (do_toggle_element):
2933         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
2934         (do_toggle_element):
2935         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
2936         (gst_auto_audio_sink_detect):
2937         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
2938         (gst_auto_video_sink_detect):
2939         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2940         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
2941         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
2942         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
2943         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
2944         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
2945         * tests/icles/videocrop-test.c: (test_with_caps),
2946         (video_crop_get_test_caps):
2947         Don't use gst_element_get_pad(), it's a bad method.
2948
2949 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2950
2951         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
2952         (gst_multiudpsink_add_internal):
2953         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
2954         (gst_udp_join_group):
2955         * gst/udp/gstudpnetutils.h:
2956         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
2957         Joining a multicast group and setting the loop/ttl properties are
2958         totally unrelated tasks are must be separated.
2959
2960 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2961
2962         * gst/avi/gstavimux.c:
2963           Also support alaw/mulaw.
2964
2965 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2966
2967         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2968         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
2969         * gst/udp/gstmultiudpsink.h:
2970         Add a fixme for the auto-multicast property.
2971         Fix some confusing debug messages.
2972         Disable setting a qos value by default.
2973
2974 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2975
2976         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
2977
2978         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
2979         Ignore EPERM errors from sendto. Fixes #533619.
2980
2981 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2982
2983         Patch by: Henrik Eriksson <henriken at axis dot com>
2984
2985         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2986         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
2987         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2988         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
2989         * gst/udp/gstmultiudpsink.h:
2990         Add qos-dscp property to manage the Quality of service. Fixes #469917.
2991
2992 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2993
2994         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
2995         Improve debugging of the ident.
2996
2997 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2998
2999         Patch by: Bruno Santos <brunof at ua dot pt>
3000
3001         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
3002         (gst_udp_join_group), (gst_udp_leave_group),
3003         (gst_udp_is_multicast):
3004         * gst/udp/gstudpnetutils.h:
3005         Provide a bunch of helper methods to deal with IPv4 and IPv6
3006         transparently.
3007
3008         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3009         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
3010         (gst_multiudpsink_get_property), (join_multicast),
3011         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
3012         (gst_multiudpsink_remove):
3013         * gst/udp/gstmultiudpsink.h:
3014         Add multicast TTL and loopback properties.
3015         Use the helper methods to implement ip4 and ip6.
3016
3017         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
3018         * gst/udp/gstudpsrc.h:
3019         Use the helper methods to implement ip4 and ip6.
3020         Fixes #515962.
3021
3022 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3023
3024         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
3025
3026         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
3027         (gst_multipart_demux_get_gstname),
3028         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
3029         * gst/multipart/multipartdemux.h:
3030         Don't blindly copy the mime-type as the caps name because they not
3031         always map directly. Instead use a hashtable with common mappings.
3032         Fixes #533287.
3033
3034 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3035
3036         * ext/esd/esdsink.c: (gst_esdsink_write):
3037         When we post an error, we must return -1 to let the parent know that we
3038         cannot write the segment else it will loop and continue to call us again
3039         forever. Patch by Michael Meeks.
3040
3041 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
3042
3043         * gst/videomixer/videomixer.c:
3044           Add missing incudes.
3045
3046 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
3047
3048         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3049         (gst_rtp_h264_pay_handle_buffer):
3050         * gst/rtp/gstrtph264pay.h:
3051         Correct a typo (sinle -> single).
3052
3053 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3054
3055         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
3056         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
3057         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
3058         (gst_rtp_h264_depay_process):
3059         * gst/rtp/gstrtph264depay.h:
3060         Add experimental support for outputting quicktime-like AVC output in
3061         addition to the existing bytestream output.
3062
3063         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3064         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
3065         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
3066         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
3067         (gst_rtp_h264_pay_get_property):
3068         * gst/rtp/gstrtph264pay.h:
3069         Make the parsing mode configurable, for some inputs we don't need to
3070         scan every byte for start codes.
3071         Only set the marker bit on ACCESS units.
3072
3073 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3074
3075         * gst/equalizer/gstiirequalizer.c:
3076         Use a bigger type in integer mode for the intermediate results to
3077         prevent overflows. This fixes the crippled sound when using the
3078         equalizer in integer mode. Fixes bug #510865.
3079
3080 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
3081
3082         * gst/videomixer/videomixer.c:
3083         * gst/videomixer/videomixer.h:
3084         Instead of a random number for the request pad id's,
3085         use a counter.
3086
3087         Register the videomixerpad class from the element's class_init
3088         where it's safer, and allows the docs generator to scan it.
3089
3090 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3091
3092         * gst/smpte/Makefile.am:
3093         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
3094         * gst/smpte/gstsmpte.h:
3095         * gst/smpte/gstsmptealpha.c:
3096         (gst_smpte_alpha_transition_type_get_type),
3097         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
3098         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
3099         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
3100         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
3101         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
3102         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
3103         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
3104         * gst/smpte/gstsmptealpha.h:
3105         * gst/smpte/plugin.c: (plugin_init):
3106         Add new plugin that adds the SMPTE transition in the alpha channel of
3107         I420 and AYUV frames so that they can be blended with videomixer later
3108         on. Uses all niceties such as using base transform for efficient alloc
3109         and negotiation. It currently requires GstController to control the
3110         position in the transition effect.
3111
3112 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
3113
3114         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3115         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3116         * docs/plugins/gst-plugins-good-plugins.args:
3117         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3118         * docs/plugins/gst-plugins-good-plugins.interfaces:
3119         * docs/plugins/gst-plugins-good-plugins.types:
3120         * gst/videomixer/videomixer.c:
3121           Try using thaytans new mechanism to get extra classes into plugin
3122           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
3123           missing still.
3124
3125 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
3126
3127         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
3128         Set proper rate in avi stream header for PCM audio, and also do some
3129         more sanity checks on caps in this case.  Fixes #511489.
3130
3131 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3132
3133         * sys/v4l2/gstv4l2src.c:
3134         Don't include the gstv4l2xoverlay.h header as the XOverlay support
3135         isn't implemented at all yet and this requires X headers to be
3136         installed. Fixes bug #533264.
3137
3138 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3139
3140         reviewed by: <delete if not using a buddy>
3141
3142         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3143         (gst_ebml_write_set_cache):
3144         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3145         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3146         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3147         (gst_matroska_demux_read_track_encodings),
3148         (gst_matroska_demux_add_stream),
3149         (gst_matroska_demux_handle_src_query),
3150         (gst_matroska_demux_init_stream),
3151         (gst_matroska_demux_parse_index_cuetrack),
3152         (gst_matroska_demux_parse_index_pointentry),
3153         (gst_matroska_demux_parse_info),
3154         (gst_matroska_demux_parse_metadata_id_simple_tag),
3155         (gst_matroska_demux_parse_metadata),
3156         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3157         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3158         (gst_matroska_demux_parse_cluster),
3159         (gst_matroska_demux_parse_contents_seekentry),
3160         (gst_matroska_demux_loop_stream_parse_id),
3161         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3162         (gst_matroska_demux_audio_caps),
3163         (gst_matroska_demux_subtitle_caps):
3164         * gst/matroska/matroska-demux.h:
3165         * gst/matroska/matroska-ids.c:
3166         (gst_matroska_track_init_subtitle_context):
3167         * gst/matroska/matroska-ids.h:
3168         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3169         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
3170         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
3171         * sys/v4l2/gstv4l2src.c:
3172         * tests/check/pipelines/wavpack.c: (bus_handler):
3173         * win32/common/config.h:
3174
3175 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
3176
3177         * ext/wavpack/gstwavpackstreamreader.c:
3178         * tests/examples/spectrum/demo-audiotest.c:
3179         * tests/examples/spectrum/demo-osssrc.c:
3180         Fix some compiler warnings.
3181
3182 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3183
3184         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
3185         Small comment added.
3186
3187         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
3188         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
3189         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
3190         Debug string cleanups (remove trailing \n)
3191         Refactor and clean up the payloader a bit and make sure that we only
3192         put one NAL unit in an RTP packet even if the input buffer contains
3193         multiple NAL units.
3194         Add suport for AVC format input.
3195
3196 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
3197
3198         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
3199         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
3200         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
3201         * gst/rtp/gstrtph264pay.h:
3202         Make it possible to specify profile-level-id and sprop-parameter-sets
3203         using properties in case they are not available in-stream.
3204
3205 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
3206
3207         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3208         * docs/plugins/gst-plugins-good-plugins.args:
3209         * docs/plugins/inspect/plugin-ladspa.xml:
3210           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
3211
3212 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
3213
3214         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
3215         Send an initial BYTE segment to inform downstream of later seeking,
3216         and to forego sync attempts.
3217
3218 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3219
3220         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
3221         Fix wrong caps string.
3222
3223 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3224
3225         Based on patch by: Olivier Crete <tester at tester dot ca>
3226
3227         * gst/rtp/Makefile.am:
3228         * gst/rtp/gstrtp.c: (plugin_init):
3229         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
3230         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
3231         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
3232         (gst_rtp_g729_depay_plugin_init):
3233         * gst/rtp/gstrtpg729depay.h:
3234         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
3235         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
3236         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
3237         * gst/rtp/gstrtpg729pay.h:
3238         Added G729 pay and depayloaders. Fixes #532409.
3239
3240 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3241
3242         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
3243         Fix the calculation of the duration of the concealment packets.
3244
3245 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3246
3247         Based on patch by: Olivier Crete <tester at tester dot ca>
3248
3249         * gst/rtp/Makefile.am:
3250         * gst/rtp/gstrtp.c: (plugin_init):
3251         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
3252         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
3253         (parse_encode), (gst_rtp_dv_depay_setcaps),
3254         (calculate_difblock_location), (gst_rtp_dv_depay_process),
3255         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
3256         (gst_rtp_dv_depay_plugin_init):
3257         * gst/rtp/gstrtpdvdepay.h:
3258         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
3259         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
3260         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
3261         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
3262         (gst_dv_pay_negotiate), (include_dif),
3263         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
3264         * gst/rtp/gstrtpdvpay.h:
3265         Add DV pay and depayloaders. Fixes #532423.
3266
3267 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
3268
3269         * gst/matroska/matroska-demux.c:
3270         (gst_matroska_demux_push_dvd_clut_change_event):
3271         Convert subtitle palette info in VobSub private data from VobSub's
3272         (buggy) RGB to YUV.
3273
3274 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
3275
3276         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
3277         Do not leave fourcc stream header field empty upon reset.
3278         Fixes #519301.
3279
3280 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
3281
3282         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3283         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3284         * docs/plugins/inspect/plugin-goom.xml:
3285         * docs/plugins/inspect/plugin-goom2k1.xml:
3286         * gst/goom/gstgoom.c:
3287         * gst/goom2k1/gstgoom.c:
3288         Add goom2k1 into the docs.
3289
3290 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3291
3292         Based on patch by: Wouter Cloetens  <wouter at mind be>
3293
3294         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3295         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
3296         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
3297         (gst_rtsp_decode_quoted_string),
3298         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
3299         (gst_rtspsrc_setup_auth):
3300         Support Digest authentication. Fixes #532065.
3301
3302 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
3303
3304         * gst/level/gstlevel.c:
3305           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
3306           about whats needed for liboil acceleration. Simplify docs a bit.
3307
3308 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
3309
3310         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3311
3312         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
3313         Update the track duration if the old one was invalid.
3314         Fixes bug #532117.
3315
3316 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3317
3318         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
3319           Use GST_STR_NULL when trying to print sps and pps strings that could
3320           be NULL, as this might crash on some platforms.
3321
3322 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3323
3324         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
3325
3326         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
3327           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
3328           set after creating the clipper.
3329
3330 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3331
3332         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
3333
3334         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
3335           Added checking of surface lost case after an unsuccessful
3336           IDirectDrawSurface7_Lock() call.
3337           If surface is lost, return GST_FLOW_OK.
3338
3339 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3340
3341         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
3342
3343         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
3344           WndProc, gst_directdraw_sink_window_thread):
3345           Improved Windows message loop and fixed window destruction issue.
3346           When the window which DirectDraw is rendering to is destroyed, the
3347           render/show_frame function will return GST_FLOW_ERROR.
3348           Partially fixes #520885.
3349
3350 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3351
3352         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
3353
3354         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
3355           Fixed mid stream resolution change bug, the offscreen surface is now
3356           released when set_caps is called.
3357           Partially fixes #520885.
3358
3359 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3360
3361         * sys/directdraw/gstdirectdrawsink.c
3362           (gst_directdraw_sink_buffer_alloc):
3363           Make it so that gst_directdraw_sink_buffer_alloc uses the right
3364           width/height.
3365
3366           Especially when looking through the pool of buffers, make sure that
3367           the width/height of caps is used instead of the already negotiated
3368           dimensions.
3369           For example if a buffer with different caps is requested, i.e.
3370           higher resolution, the caller would get a buffer with the old
3371           dimensions and thus corrupt the heap.
3372
3373 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3374
3375         * sys/directdraw/gstdirectdrawsink.c
3376           (gst_directdraw_sink_buffer_alloc):
3377           Clear the flags on recycled buffers from buffer_alloc.
3378           Partially fixes #520885.
3379
3380 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3381
3382         * gst/rtp/gstrtpilbcpay.c:
3383           Added missing stdlib.h include for strtol(), and made include ordering and
3384           style consistent with the corresponding depayloader.
3385
3386 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3387
3388         * configure.ac:
3389           Error out if we don't have the required core/base versions.
3390
3391 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3392
3393         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3394
3395         * sys/osxvideo/cocoawindow.m:
3396         Fix compiler warnings on PPC64. Fixes bug #499318.
3397
3398 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
3399
3400         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3401
3402         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
3403         Don't leak file descriptors on error. Fixes #531532.
3404
3405 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
3406
3407         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
3408         (gst_gconf_audio_src_change_state):
3409         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
3410         (gst_gconf_video_sink_change_state):
3411         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
3412         (gst_gconf_video_src_change_state):
3413         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
3414         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
3415         When we can't create a fakesink/fakesrc complain instead of unreffing
3416         NULL pointers and crashing later. See bug #530535.
3417
3418 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3419
3420         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
3421         Add some more debug info and guard against small payloads.
3422
3423         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
3424         Set duration on outgoing buffers because we can.
3425
3426 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3427
3428         Patch by: Olivier Crete <tester at tester dot ca>
3429
3430         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
3431         (gst_speex_enc_init), (gst_speex_enc_chain):
3432         Add negotiation for the speex channels and rate. Fixes #465146.
3433
3434 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3435
3436         Patch by: Olivier Crete <tester at tester dot ca>
3437
3438         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
3439         (gst_rtp_speex_pay_getcaps):
3440         Add negotiation for the speex channels and rate. See #465146.
3441
3442 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3443
3444         Patch by: Olivier Crete <tester at tester dot ca>
3445
3446         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
3447         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
3448         Add negotiation for the ILBC mode. See #465146.
3449
3450 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
3451
3452         * ext/soup/gstsouphttpsrc.c:
3453           Include stdlib to fix the build. Use g_free instead of free, libsoup
3454           uses glib.
3455
3456 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3457
3458         Patch by: j^ <j@bootlab.org>
3459
3460         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3461         Add more mpeg2 variants. Fixes #530886.
3462
3463 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
3464
3465         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
3466
3467         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
3468           Don't error out if we get an ICMP destination-unreachable
3469           message when trying to read packets on win32 (#529454).
3470
3471 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3472
3473         * configure.ac:
3474         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3475           Use new error code for encrypted streams (which requires core CVS).
3476
3477 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3478
3479         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
3480           (gst_qtdemux_audiosrc_template):
3481           Fix swapped pad template names, spotted by Thiago Sousa Santos.
3482
3483 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
3484
3485         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
3486         (speex_dec_chain_parse_data):
3487         Produce concealment data when time progresses in a segment update.
3488
3489 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3490
3491         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
3492         (speex_dec_chain):
3493         Try to preserve input timestamps when we can.
3494         Do beginnings of error concealment.
3495
3496 2008-04-28  Michael Smith <msmith@songbirdnest.com>
3497
3498         * gst/debug/gstnavigationtest.c:
3499           MSVC doesn't provide rint(), define an adequate replacement locally as
3500           elsewhere.
3501
3502 2008-04-28  Julien Moutte  <julien@fluendo.com>
3503
3504         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
3505         format to pacify Mac OSX's gcc.
3506
3507 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3508
3509         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
3510           (DEFAULT_MAX), (src_template), (sink_template),
3511           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
3512           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
3513           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
3514           Bring rndbuffersize element into a state that doesn't require us
3515           to move it to -bad immediately. For one, fix up default min/max
3516           values so that the element actuall works using the default values.
3517           Also, don't ignore flow return values and do some kind of minimal
3518           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
3519           other gratuitious clean-ups.
3520
3521 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3522
3523         * docs/plugins/Makefile.am:
3524         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3525         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3526         * docs/plugins/gst-plugins-good-plugins.args:
3527         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3528         * docs/plugins/gst-plugins-good-plugins.interfaces:
3529         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3530         * docs/plugins/inspect/plugin-1394.xml:
3531         * docs/plugins/inspect/plugin-aasink.xml:
3532         * docs/plugins/inspect/plugin-alaw.xml:
3533         * docs/plugins/inspect/plugin-alpha.xml:
3534         * docs/plugins/inspect/plugin-alphacolor.xml:
3535         * docs/plugins/inspect/plugin-annodex.xml:
3536         * docs/plugins/inspect/plugin-apetag.xml:
3537         * docs/plugins/inspect/plugin-audiofx.xml:
3538         * docs/plugins/inspect/plugin-auparse.xml:
3539         * docs/plugins/inspect/plugin-autodetect.xml:
3540         * docs/plugins/inspect/plugin-avi.xml:
3541         * docs/plugins/inspect/plugin-cacasink.xml:
3542         * docs/plugins/inspect/plugin-cairo.xml:
3543         * docs/plugins/inspect/plugin-cdio.xml:
3544         * docs/plugins/inspect/plugin-cutter.xml:
3545         * docs/plugins/inspect/plugin-debug.xml:
3546         * docs/plugins/inspect/plugin-dv.xml:
3547         * docs/plugins/inspect/plugin-efence.xml:
3548         * docs/plugins/inspect/plugin-effectv.xml:
3549         * docs/plugins/inspect/plugin-equalizer.xml:
3550         * docs/plugins/inspect/plugin-esdsink.xml:
3551         * docs/plugins/inspect/plugin-flac.xml:
3552         * docs/plugins/inspect/plugin-flxdec.xml:
3553         * docs/plugins/inspect/plugin-gamma.xml:
3554         * docs/plugins/inspect/plugin-gconfelements.xml:
3555         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3556         * docs/plugins/inspect/plugin-goom.xml:
3557         * docs/plugins/inspect/plugin-halelements.xml:
3558         * docs/plugins/inspect/plugin-icydemux.xml:
3559         * docs/plugins/inspect/plugin-id3demux.xml:
3560         * docs/plugins/inspect/plugin-jpeg.xml:
3561         * docs/plugins/inspect/plugin-level.xml:
3562         * docs/plugins/inspect/plugin-matroska.xml:
3563         * docs/plugins/inspect/plugin-monoscope.xml:
3564         * docs/plugins/inspect/plugin-mulaw.xml:
3565         * docs/plugins/inspect/plugin-multifile.xml:
3566         * docs/plugins/inspect/plugin-multipart.xml:
3567         * docs/plugins/inspect/plugin-navigationtest.xml:
3568         * docs/plugins/inspect/plugin-ossaudio.xml:
3569         * docs/plugins/inspect/plugin-png.xml:
3570         * docs/plugins/inspect/plugin-quicktime.xml:
3571         * docs/plugins/inspect/plugin-rtp.xml:
3572         * docs/plugins/inspect/plugin-rtsp.xml:
3573         * docs/plugins/inspect/plugin-shout2send.xml:
3574         * docs/plugins/inspect/plugin-smpte.xml:
3575         * docs/plugins/inspect/plugin-spectrum.xml:
3576         * docs/plugins/inspect/plugin-speex.xml:
3577         * docs/plugins/inspect/plugin-taglib.xml:
3578         * docs/plugins/inspect/plugin-udp.xml:
3579         * docs/plugins/inspect/plugin-video4linux2.xml:
3580         * docs/plugins/inspect/plugin-videobalance.xml:
3581         * docs/plugins/inspect/plugin-videobox.xml:
3582         * docs/plugins/inspect/plugin-videocrop.xml:
3583         * docs/plugins/inspect/plugin-videoflip.xml:
3584         * docs/plugins/inspect/plugin-videomixer.xml:
3585         * docs/plugins/inspect/plugin-wavenc.xml:
3586         * docs/plugins/inspect/plugin-wavpack.xml:
3587         * docs/plugins/inspect/plugin-wavparse.xml:
3588         * docs/plugins/inspect/plugin-ximagesrc.xml:
3589           Add docs for gdkpixbufsink; update docs to CVS version.
3590
3591 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3592
3593         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3594         Remove test sync-offset by default.
3595
3596 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3597
3598         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
3599         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
3600         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3601           Use GLib versions of htonl, htons, ntohl and ntohs in order
3602           to avoid problems on win32 (#529707).
3603
3604 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3605
3606         Patch by: Jesús Corrius <jesus at softcatala org>
3607
3608         * gst/goom/filters.c: (zoomVector):
3609         * gst/goom/goom_core.c: (init_buffers):
3610           Fix build with mingw32: use rand() instead of random() and
3611           replace bzero() with memset(). Fixes #529692.
3612
3613 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3614
3615         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
3616         Fix typo in comments.
3617
3618         * tests/examples/rtp/client-H263p-PCMA.sdp:
3619         * tests/examples/rtp/client-H263p-PCMA.sh:
3620         * tests/examples/rtp/client-H264-PCMA.sdp:
3621         * tests/examples/rtp/client-H264-PCMA.sh:
3622         * tests/examples/rtp/client-H264.sdp:
3623         * tests/examples/rtp/client-H264.sh:
3624         * tests/examples/rtp/client-PCMA.sdp:
3625         * tests/examples/rtp/client-PCMA.sh:
3626         * tests/examples/rtp/server-alsasrc-PCMA.sh:
3627         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
3628         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3629         Add some more docs and fix examples.
3630
3631 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
3632
3633         * tests/check/elements/multifile.c:
3634         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
3635         declared in the former, some have it declared in the latter.
3636
3637 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
3638
3639         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
3640         * gst/debug/tests.c: (md5_get_value):
3641         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
3642         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
3643         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3644         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3645         Stop using deprecated GLib functions.
3646
3647 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
3648
3649         * configure.ac:
3650         Back to development -> 0.10.8.1
3651
3652 === release 0.10.8 ===
3653
3654 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
3655
3656         * configure.ac:
3657           releasing 0.10.8, "One For The Money"
3658
3659 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
3660
3661         * configure.ac:
3662         0.10.7.4 pre-release
3663
3664 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
3665
3666         * gst/goom/config_param.c: (goom_plugin_parameters_free):
3667         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
3668         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
3669         * gst/goom/flying_stars_fx.c: (fs_free):
3670         * gst/goom/goom_config_param.h:
3671         * gst/goom/goom_core.c: (goom_init), (goom_close):
3672         * gst/goom/goom_plugin_info.h:
3673         * gst/goom/gstgoom.c: (gst_goom_finalize):
3674         * gst/goom/lines.c: (goom_lines_free):
3675         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
3676         * gst/goom/surf3d.c: (grid3d_free):
3677         * gst/goom/surf3d.h:
3678         * gst/goom/tentacle3d.c: (tentacle_free):
3679         Free a bunch of stuff, and initialise things to fix leaks
3680         and valgrind warnings in the testsuite.
3681
3682         Fixes: #529268
3683
3684 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3685
3686         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
3687         (gst_rtspsrc_configure_caps):
3688         Ref caps as the return value for the request_pt_map signal.
3689         Remove some caps weirdness when configuring a stream. See #528245.
3690
3691 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3692
3693         * tests/icles/gdkpixbufsink-test.c:
3694           Add cast to placate gcc 4.1.2.
3695
3696 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
3697
3698         * configure.ac:
3699         0.10.7.3 pre-release
3700
3701 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
3702
3703         * tests/check/Makefile.am:
3704         Disable some more elements in the state test.
3705         Add a define so the soup test can find the test files
3706         it needs at runtime.
3707
3708         * tests/check/elements/souphttpsrc.c: (run_server):
3709
3710         Add a define so the soup test can find the test files
3711         it needs at runtime.
3712
3713 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
3714
3715         * gst/goom/convolve_fx.c: (convolve_apply):
3716         Don't ever draw the GOOM logo.
3717         Fixes: #528615
3718
3719 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
3720
3721         * ext/cdio/gstcdiocddasrc.c:
3722         * ext/dv/gstdvdemux.c: 
3723         gst_atomic_int_set ==> g_atomic_int_set
3724
3725 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
3726
3727         * configure.ac:
3728         * gst/goom/Makefile.am:
3729         * gst/goom/convolve_fx.c:
3730         * gst/goom/default_scripts.h:
3731         * gst/goom/goom.h:
3732         * gst/goom/goom_core.c: (choose_a_goom_line):
3733         * gst/goom/goom_plugin_info.h:
3734         * gst/goom/goomsl.c:
3735         * gst/goom/goomsl.h:
3736         * gst/goom/goomsl_hash.c:
3737         * gst/goom/goomsl_hash.h:
3738         * gst/goom/goomsl_heap.c:
3739         * gst/goom/goomsl_heap.h:
3740         * gst/goom/goomsl_private.h:
3741         * gst/goom/plugin_info.c:
3742           Strip out the config/script parsing stuff, we don't need it.
3743           Fixes #527999.
3744
3745 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
3746
3747         * gst/goom/plugin_info.c: (setOptimizedMethods):
3748           Disable altivec optimisations for 32-bit PPC as well to make
3749           things build properly on all PPC systems. Fixes #528143
3750
3751 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3752
3753         * gst-plugins-good.spec.in:
3754           Update for souphttpsrc plugin which has moved to -good.
3755
3756 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
3757
3758         * gst/matroska/matroska-demux.c:
3759         (gst_matroska_demux_handle_seek_event):
3760         Fix open-ended seeks in matroskademux
3761         Patch by: Mark Nauwelaerts <manauw skynet be>
3762         Fixes: #526557
3763
3764 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
3765
3766         * tests/check/Makefile.am:
3767         Add soup test certificates to the dist.
3768
3769 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
3770
3771         * ext/Makefile.am:
3772         Remove LADSPA reference I missed.
3773
3774 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
3775
3776         * ext/soup/gstsouphttpsrc.c: (plugin_init):
3777         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
3778         over gnome-vfs and everything else. Fixes bug #527848.
3779
3780 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
3781
3782         * configure.ac:
3783         * ext/Makefile.am:
3784         Remove LADSPA plugin. Fixes: #515978
3785
3786 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
3787
3788         * configure.ac:
3789         * docs/plugins/Makefile.am:
3790         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3791         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3792         * docs/plugins/gst-plugins-good-plugins.args:
3793         * docs/plugins/inspect/plugin-soup.xml:
3794         * ext/Makefile.am:
3795         * tests/check/Makefile.am:
3796         Move soup plugin from -bad (Fixes: #523124)
3797
3798 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
3799
3800         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
3801         Fix bounds checking of mode in Speex header, which may
3802         produce negative numbers in speex <= 1.1.12
3803
3804 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
3805
3806         * gst/goom/Makefile.am:
3807         * gst/goom/gfontlib.c:
3808         * gst/goom/gfontlib.h:
3809         * gst/goom/gfontrle.c:
3810         * gst/goom/gfontrle.h:
3811         * gst/goom/goom.h:
3812         * gst/goom/goom_core.c: (goom_update):
3813         * gst/goom/goom_plugin_info.h:
3814         * gst/goom/gstgoom.c: (gst_goom_chain):
3815         * gst/goom/plugin_info.c:
3816           Remove a bunch of font/text related code that we don't need.
3817
3818 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
3819
3820         * gst/goom/ppc_drawings.s:
3821         * gst/goom/ppc_zoom_ultimate.s:
3822           Change license of these files to LGPL, as permitted by the
3823           author, Guillaume Borios. See #515073.
3824
3825 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
3826
3827         * gst/goom/convolve_fx.c:
3828         * gst/goom/motif_goom1.h:
3829         * gst/goom/motif_goom2.h:
3830           As hinted in Bug #518213, revert one change and fix warnings properly.
3831           This fixes both #518213 and #520073 for me.     
3832
3833 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
3834
3835         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
3836         * gst/matroska/matroska-demux.c:
3837         (gst_matroska_demux_handle_seek_event),
3838         (gst_matroska_demux_parse_contents_seekentry),
3839         (gst_matroska_demux_loop):
3840         Fix the Forte build by making function declaration signatures
3841         match the implementations.
3842
3843 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
3844
3845         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
3846         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
3847         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
3848           More logging when probing (see #518474), some comments in _reset().
3849
3850 2008-04-07  Julien Moutte  <julien@fluendo.com>
3851
3852         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
3853         because of a bad argument number.
3854
3855 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3856
3857         * tests/icles/.cvsignore:
3858         * tests/icles/Makefile.am:
3859         * tests/icles/gdkpixbufsink-test.c:
3860           Interactive test app for gdkpixbufsink.
3861
3862 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3863
3864         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3865
3866         * configure.ac:
3867         Actually build dlls when cross-compiling with mingw32.
3868         Fixes bug #526247.
3869
3870 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
3871
3872         * ext/hal/hal.c: (gst_hal_get_alsa_element):
3873           Don't munge device string to 'default:x' for capture devices.
3874           Fixes #525833.
3875
3876 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
3877
3878         * ext/wavpack/gstwavpackparse.c:
3879         (gst_wavpack_parse_index_entry_free):
3880         Always use GSlice as we actually depend on GLib 2.12 already.
3881
3882 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
3883
3884         * configure.ac:
3885           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
3886           Also bump the GLib requirement to the current de-facto requirement
3887           (ie. 2.12).
3888
3889 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
3890
3891         * gst/rtp/gstrtph264pay.c: (encode_base64),
3892         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
3893         * gst/rtp/gstrtph264pay.h:
3894         Parse codec_data for future AVC compatibility.
3895         Fail when we encounter AVC data for now.
3896
3897 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
3898
3899         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
3900           (gst_spectrum_init), (gst_spectrum_set_property),
3901           (gst_spectrum_get_property), (gst_spectrum_message_new):
3902           Rename property enums and default defines for the properties to match
3903           the property names and rephrase property descriptions to make them a
3904           bit clearer (hopefully). See #518188.
3905
3906 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3907
3908         * tests/check/Makefile.am:
3909         * tests/check/elements/.cvsignore:
3910         * tests/check/elements/gdkpixbufsink.c:
3911           Add unit test for gdkpixbufsink element.
3912
3913 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3914
3915         * ext/gdk_pixbuf/Makefile.am:
3916         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
3917         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
3918           (gst_gdk_pixbuf_sink_base_init),
3919           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
3920           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
3921           (gst_gdk_pixbuf_sink_set_caps),
3922           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
3923           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
3924           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
3925           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
3926           (gst_gdk_pixbuf_sink_get_property):
3927         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
3928           Add gdkpixbufsink element for easy snapshotting (#525946).
3929
3930 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3931
3932         * tests/check/pipelines/wavpack.c: (wavpack_suite):
3933         Bump timeout from 3 to 60 seconds.
3934
3935 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3936
3937         * tests/check/pipelines/.cvignore:
3938         Remove useless file.
3939
3940         * tests/check/pipelines/.cvsignore:
3941         Add new test to .cvsignore.
3942
3943 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3944
3945         * tests/check/Makefile.am:
3946         * tests/check/pipelines/wavpack.c: (bus_handler),
3947         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
3948         (wavpack_suite), (main):
3949         Add unit test that encodes and decodes some data, checks that it
3950         is still the same and that all timestamps/offsets are perfect.
3951
3952 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3953
3954         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
3955         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
3956         * ext/wavpack/gstwavpackparse.c:
3957         (gst_wavpack_parse_index_entry_new),
3958         (gst_wavpack_parse_index_entry_free),
3959         (gst_wavpack_parse_base_init),
3960         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
3961         Use GSlice for allocating index entries and use
3962         gst_element_class_set_details_simple().
3963
3964 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
3965
3966         Patch by: Brian Cameron <brian.cameron at sun dot com>
3967
3968         * sys/sunaudio/gstsunaudio.c:
3969         * sys/sunaudio/gstsunaudiomixer.c:
3970         * sys/sunaudio/gstsunaudiomixer.h:
3971         * sys/sunaudio/gstsunaudiomixerctrl.c:
3972         * sys/sunaudio/gstsunaudiomixerctrl.h:
3973         * sys/sunaudio/gstsunaudiomixertrack.c:
3974         * sys/sunaudio/gstsunaudiomixertrack.h:
3975         * sys/sunaudio/gstsunaudiosink.c:
3976         * sys/sunaudio/gstsunaudiosink.h:
3977         * sys/sunaudio/gstsunaudiosrc.c:
3978         * sys/sunaudio/gstsunaudiosrc.h:
3979           Fix up copyrights (#525860).
3980
3981 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
3982
3983         * gst/goom/goomsl.c: (gsl_read_file):
3984           Check return value of fread() to avoid compiler warnings.
3985
3986 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
3987
3988         Based on patch by: Mersad Jelacic <mersad at axis dot com>
3989
3990         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
3991         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
3992         * gst/law/alaw-decode.h:
3993         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
3994         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
3995         (gst_mulawdec_chain), (gst_mulawdec_change_state):
3996         * gst/law/mulaw-decode.h:
3997         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
3998         Make negotiation a bit modern.
3999         Use pad_alloc. Fixes #525359.
4000
4001 2008-03-31  David Schleef  <ds@schleef.org>
4002
4003         * gst/goom/xmmx.c: Fix constraints on asm code so that it
4004           compiles consistently.  Fixes #522278.
4005
4006 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
4007
4008         Patch by: Brian Cameron <brian.cameron at sun dot com>
4009
4010         * sys/sunaudio/gstsunaudiomixerctrl.c:
4011           (gst_sunaudiomixer_ctrl_get_volume),
4012           (gst_sunaudiomixer_ctrl_set_volume):
4013         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
4014           Fix up the mixer tracks to use a volume range of 0-255, which is what
4015           the sun audio API uses. This simplifies the code and avoids rounding
4016           errors. Fixes #524593.
4017
4018 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
4019
4020         * sys/v4l2/gstv4l2object.c:
4021         * sys/v4l2/gstv4l2object.h:
4022         Add device-fd property to make it possible to apps to call ioctl's.
4023
4024 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4025
4026         * gst/qtdemux/qtdemux.c: (next_entry_size):
4027         Unbreak streaming mode again.
4028
4029 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
4030
4031         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
4032           Remove superfluous DEBUG macro.
4033
4034 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
4035
4036         Based on patch by: William M. Brack <wbrack at mmm com hk>
4037
4038         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
4039           (gst_v4l2src_set_capture):
4040           Check whether the device supports setting the framerate before
4041           trying to set it and then posting a warning or error if it doesn't
4042           work (#516649, #520092). Also compare fractions more correctly.
4043
4044 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4045
4046         * gst/goom/Makefile.am:
4047           Remove ppc assembler optimisations from the build until they
4048           actually build (they also seem to have GPL headers).
4049
4050 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4051
4052         * m4/Makefile.am:
4053           Better not dist files that don't exist any longer (lrint*m4).
4054
4055 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4056
4057         * configure.ac:
4058         * m4/lrint.m4:
4059         * m4/lrintf.m4:
4060         Remove lrint/lrintf checks. We don't use it anywhere.
4061
4062 2008-03-18  Andy Wingo  <wingo@pobox.com>
4063
4064         * sys/osxvideo/osxvideosink.m
4065         (gst_osx_video_sink_osxwindow_destroy)
4066         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4067         task, whoopdee.
4068         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4069         2 ms.
4070
4071 2008-03-18  Andy Wingo  <wingo@pobox.com>
4072
4073         * sys/osxvideo/osxvideosink.m
4074         (gst_osx_video_sink_osxwindow_destroy)
4075         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4076         task, whoopdee.
4077         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4078         2 ms.
4079         
4080 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4081
4082         Patch by: William M. Brack <wbrack at mmm com hk>
4083
4084         * sys/v4l2/v4l2src_calls.c:
4085           (gst_v4l2src_probe_caps_for_format_and_size),
4086           (gst_v4l2src_probe_caps_for_format):
4087           Make sure the probed frame sizes are reversed in the resulting
4088           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
4089           highest resolution first); also remove unused variable.
4090           (Partly fixes #520092)
4091
4092 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4093
4094         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4095
4096         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4097         (gst_rtspsrc_finalize):
4098         Call WSAStartup() and WSACleanup before using the Winsock API.
4099         See #520808.
4100
4101 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4102
4103         * gst/avi/gstavidemux.c:
4104           Erm, the buffer-size is just guint, no need for the special format
4105           specifier.
4106
4107 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
4108
4109         * gst/goom/plugin_info.c:
4110         * gst/goom/ppc_zoom_ultimate.h:
4111           Small fixes to build more on PPC: ifdef out code that uses unknown
4112           define; add newline at end of header file to avoid compiler warning.
4113           Assembler code still doesn't build though.
4114
4115 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4116
4117         * gst/avi/gstavidemux.c:
4118           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
4119           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
4120
4121 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4122
4123         * gst/avi/gstavidemux.c:
4124           Chunksize is uint32. Fix format specifier.
4125
4126 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
4127
4128         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
4129         mistake. Return file to pure MIT text.
4130
4131 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4132
4133         * gst/audiofx/audiofx.c:
4134         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
4135         of hardcoding values.
4136
4137 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
4138
4139         Patch by: Mark Nauwelaerts <manauw skynet be>
4140
4141         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
4142           (gst_oss_src_close):
4143         * sys/oss/gstosssrc.h:
4144           Cache probed caps, so _get_caps() during recording doesn't cause
4145           ioctl calls which may disrupt the recording (fixes #521875).
4146
4147 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4148
4149         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
4150         (gst_qtdemux_activate_segment),
4151         (gst_qtdemux_prepare_current_sample),
4152         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
4153         Make sure we always send a DISCONT after a seek by setting the sample
4154         index to an undefined value after a seek.
4155
4156 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
4157
4158         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
4159           (GST_IS_AVI_SUBTITLE_CLASS):
4160           Fix up IS_FOO macros, which makes gtk-doc much happier.
4161
4162 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
4163
4164         * tests/icles/Makefile.am:
4165           Move the -lgstfoo where it belongs.
4166
4167 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4168
4169         * gst/matroska/ebml-ids.h:
4170         Add ID for EBML CRC32 elements.
4171
4172         * gst/matroska/Makefile.am:
4173         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
4174         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
4175         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
4176         (gst_ebml_read_header):
4177         Support reading 80bit floats, add finalize method to clean up
4178         in any case, support reading length/id elements with any length
4179         as long as it's smaller than our supported maximum, don't leak
4180         buffers if reading as much data as we wanted failed and some
4181         smaller cleanup.
4182
4183 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4184
4185         Patch by: Olivier Crete <tester at tester dot ca>
4186
4187         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4188         Check that a buffer is large enough before reading from it.
4189         Fixes bug #521102.
4190         
4191 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4192
4193         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4194         Fix compilation after removing the GstPollMode from the
4195         constructor.
4196
4197 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
4198
4199         * configure.ac:
4200         * gst/audiofx/Makefile.am:
4201         * gst/audiofx/audiochebband.c:
4202         * gst/audiofx/audiocheblimit.c:
4203         * gst/audiofx/math_compat.h:
4204         Check for sinh(), cosh() and asinh() and define our own
4205         implementations if they're not available. Fixes bug #520880.
4206
4207 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
4208
4209         Patch by: Olivier Crete <tester at tester dot ca>
4210
4211         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
4212         Unref the buffers only once when handling not-negotiated errors.
4213         Fixes bug #520764.
4214
4215 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4216
4217         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4218
4219         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
4220         (gst_udpsrc_stop):
4221         Properly balance WSA_Cleanup with WSA_Startup.
4222         Also make the poll controllable on windows. Fixes #520888.
4223
4224 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4225
4226         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
4227         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
4228         (gst_ebml_read_element_length), (gst_ebml_peek_id),
4229         (gst_ebml_read_skip), (gst_ebml_read_buffer),
4230         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
4231         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
4232         (gst_ebml_read_date), (gst_ebml_read_master),
4233         (gst_ebml_read_binary), (gst_ebml_read_header):
4234         * gst/matroska/ebml-read.h:
4235         * gst/matroska/matroska-demux.c:
4236         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
4237         (gst_matroska_demux_read_track_encodings),
4238         (gst_matroska_demux_add_stream),
4239         (gst_matroska_demux_handle_src_query),
4240         (gst_matroska_demux_handle_seek_event),
4241         (gst_matroska_demux_init_stream),
4242         (gst_matroska_demux_parse_tracks),
4243         (gst_matroska_demux_parse_index_cuetrack),
4244         (gst_matroska_demux_parse_index_pointentry),
4245         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
4246         (gst_matroska_demux_parse_metadata_id_simple_tag),
4247         (gst_matroska_demux_parse_metadata_id_tag),
4248         (gst_matroska_demux_parse_metadata),
4249         (gst_matroska_demux_sync_streams),
4250         (gst_matroska_demux_push_hdr_buf),
4251         (gst_matroska_demux_push_flac_codec_priv_data),
4252         (gst_matroska_demux_push_xiph_codec_priv_data),
4253         (gst_matroska_demux_add_wvpk_header),
4254         (gst_matroska_demux_check_subtitle_buffer),
4255         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4256         (gst_matroska_demux_parse_cluster),
4257         (gst_matroska_demux_parse_contents_seekentry),
4258         (gst_matroska_demux_parse_contents),
4259         (gst_matroska_demux_loop_stream_parse_id),
4260         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
4261         * gst/matroska/matroska-demux.h:
4262         * gst/matroska/matroska-ids.h:
4263         Handle return values from pull_range in a more granular way to properly
4264         shut down on seeks.
4265         Combine return values from push.
4266         Implement proper error handling.
4267         Prepare for handling seeking correctly.
4268
4269 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
4270
4271         * gst/matroska/ebml-read.c:
4272         Use GINT64 formatting constants from GLIB.
4273
4274         * gst/matroska/matroska-demux.c:
4275         Add some guards to avoid a possible division by 0 and crashing
4276         with NULL events on some systems.
4277         Use gst_gdouble_to_guint64 somewhere instead of an implicit
4278         conversion. 
4279
4280         * gst/matroska/matroska-mux.c:
4281         Check for invalid timestamps in a bunch of places to avoid
4282         writing bogus durations into the output file.
4283         Fix some double<->gint64 conversions that weren't using
4284         gst_guint64_to_gdouble
4285
4286 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4287
4288         * configure.ac:
4289         Move the checks for bison, flex and as to the program section and the
4290         check for gcc inline asm to the compiler characteristics section.
4291
4292 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4293
4294         * configure.ac:
4295         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4296         plug-ins are included/excluded. (#498222)
4297
4298 2008-02-29  Michael Smith <msmith@fluendo.com>
4299
4300         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
4301           Don't call gst_object_sync_values() unless we have a valid timestamp.
4302
4303 2008-02-28  David Schleef  <ds@schleef.org>
4304
4305         * gst/matroska/matroska-demux.c:
4306         * gst/matroska/matroska-ids.h:
4307         * gst/matroska/matroska-mux.c:
4308           Fix Dirac mapping.  I had previously added a VfW-type
4309           mapping, but it looks like Dirac will get a native Matroska
4310           mapping, and this is the most likely method.
4311
4312 2008-02-28  David Schleef  <ds@schleef.org>
4313
4314         * gst/avi/gstavimux.c: Add Dirac encoding
4315
4316 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4317
4318         Patch by: Peter Kjellerstedt <pkj at axis com>
4319
4320         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
4321         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
4322         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
4323         * gst/udp/gstudpsrc.h:
4324         Port to GstPoll. See #505417.
4325
4326 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
4327
4328         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
4329         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
4330         yet on the srcpad. We need rate and channels before we
4331         can do any processing. Fixes bug #519088.
4332
4333 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
4334
4335         * configure.ac:
4336         Detect and indicate if GCC inline assembly syntax is
4337         available.
4338
4339         * gst/goom/Makefile.am:
4340         * gst/goom/convolve_fx.c:
4341         * gst/goom/flying_stars_fx.c:
4342         * gst/goom/goom_config.h:
4343         * gst/goom/goom_core.c:
4344         * gst/goom/goomsl.c:
4345         * gst/goom/ifs.c:
4346         * gst/goom/mmx.c:
4347         * gst/goom/plugin_info.c:
4348         * gst/goom/xmmx.c:
4349         Fix various GCC-isms, and only build the inline assembly
4350         with compilers that support GCC inline assembly.
4351
4352         Fix a couple of other warnings shown with Forte.
4353
4354 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
4355
4356         * gst/goom/xmmx.c:
4357           Use 'emms' instead of 'femms' to not crash on cpus that do not
4358           implement this 3dnow specific instruction.
4359
4360 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4361
4362         * gst/goom/plugin_info.c: (setOptimizedMethods):
4363         Use extended MMX for draw_line() too if available, not only
4364         normal MMX.
4365
4366 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4367
4368         * ext/jpeg/gstjpeg.c: (plugin_init):
4369         Remove (commented out) smoke typefinder. This is in base now.
4370
4371 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
4372
4373         * gst/goom2k1/Makefile.am:
4374         * gst/goom2k1/gstgoom.c:
4375
4376         Rename the installed library, and don't register the same 
4377         GType name as the new goom.
4378
4379 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4380
4381         * configure.ac:
4382         * ext/taglib/Makefile.am:
4383           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
4384           when building C++ code (#516509).
4385
4386 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4387
4388         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
4389         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
4390           (setOptimizedMethods):
4391           Call oil_init(), otherwise oil_get_cpu_flags() won't return
4392           anything useful. Export goom debug category so we can get
4393           rid of the VERBOSE define and the printfs.
4394
4395 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4396
4397         * gst/goom/goomsl_heap.c: (align_it):
4398         * gst/goom/plugin_info.c: (setOptimizedMethods):
4399           Compile fixes for x86-64.
4400
4401 2008-02-23  Bastien Nocera  <hadess@hadess.net>
4402
4403         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
4404         with warnings, but add other CFLAGS
4405
4406         * gst/goom/goomsl.c (gsl_instr_set_namespace),
4407         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
4408         (calculate_labels), (gsl_read_file):
4409         * gst/goom/goomsl_lex.l:
4410         * gst/goom/goomsl_yacc.y:
4411         * gst/goom/plugin_info.c: Remove a few live printf, and
4412         fprintf, replace exit() calls with g_assert_not_reached()
4413         if it not optimal for a library
4414
4415 2008-02-23  Bastien Nocera  <hadess@hadess.net>
4416
4417         * gst/goom/Makefile.am: Remove the warnings being disabled,
4418         fix linkage on x86, spotted by Sebastian Dröge
4419         <slomo@circular-chaos.org>
4420
4421         * gst/goom/convolve_fx.c (convolve_init),
4422         (create_output_with_brightness), (convolve_apply):
4423         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
4424         * gst/goom/goomsl.c:
4425         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
4426         * gst/goom/plugin_info.c:
4427         * gst/goom/tentacle3d.c (tentacle_fx_create):
4428         Fix warnings, and disable the motifs in the convolve_fx
4429         plugin (they were causing warnings, and they were just
4430         "Goom" in funny letterring)
4431
4432 2008-02-23  Bastien Nocera  <hadess@hadess.net>
4433
4434         * configure.ac: Add checks for Flex/Yacc/Bison and other
4435         furry animals, for the new goom 2k4 based plugin
4436
4437         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
4438         CPU optimisations (not working yet), move the old plugin to...
4439
4440         * gst/goom2k1/*: ... here, in case somebody is sick enough
4441
4442         Fixes #515073
4443
4444 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4445
4446         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
4447         Post the server response code in an error message instead of a generic
4448         'error' message. Fixes #517237.
4449
4450 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4451
4452         * tests/check/Makefile.am:
4453         Ignore gconfaudiosrc for the states unit test too. It will fallback
4454         to alsasrc if the gconf settings can't be read and not everybody has
4455         alsa.
4456
4457 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4458
4459         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
4460         (gst_wavpack_parse_create_src_pad):
4461         * ext/wavpack/gstwavpackparse.h:
4462         Always report the duration if we know it in push mode and don't
4463         return 0 just to make totem believe we can't seek in push mode.
4464         Newer totem version use the SEEKING query which properly reports
4465         if we can seek or not.
4466
4467 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4468
4469         Patch by: Jens Granseuer <jensgr at gmx dot net>
4470
4471         * tests/examples/equalizer/demo.c: (main):
4472         C89 fix, moving variable declarations to the beginning of
4473         the block. Fixes bug #517933.
4474
4475 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
4476
4477         * configure.ac:
4478         Back to development...
4479
4480 === release 0.10.7 ===
4481
4482 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
4483
4484         * configure.ac:
4485           releasing 0.10.7, "Red Door Black"
4486
4487 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4488
4489         * gst/alpha/Makefile.am:
4490         Link alpha plugin with libgstbase. Fixes bug #517386.
4491
4492 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4493
4494         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
4495         Init values to -1 instead of the default 0 value.
4496         Fixes #516524.
4497
4498 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
4499
4500         * tests/examples/spectrum/spectrum-example.c:
4501         Add missing include to fix compilation when libxml usage is disabled.
4502         Fixes: #516371
4503
4504 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
4505
4506         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
4507         fixes: #514889
4508
4509         * gst/rtp/gstrtph264pay.c:
4510         * gst/rtp/gstrtpmp4gdepay.c:
4511         * gst/rtp/gstrtpmp4gpay.c:
4512         * gst/rtp/gstrtpmp4gpay.h:
4513         * gst/rtp/gstrtptheorapay.c:
4514         * gst/rtp/gstrtpvorbispay.c:
4515
4516         Fix various leaks shown up in valgrind
4517         - free sprops and buffer in error cases in H264 payloader
4518         - fix leak in mp4g depayloader when construction the caps
4519         - don't leak config string in the mp4g payloader
4520         - don't leak buffers and headers in theora and vorbis payloaders
4521
4522         * tests/check/elements/rtp-payloading.c:
4523
4524         Fix the RTP data test
4525         - Actually send valid amr data to the payloader instead of 20
4526         zero-bytes
4527         - The mp4g payloader expects codec_data on the caps
4528
4529 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
4530
4531         * win32/MANIFEST:
4532         Add libgstpng.dsp to MANIFEST.
4533         * win32/vs6/libgstaudiofx.dsp:
4534         Add new source files to VS project file.
4535
4536 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
4537
4538         * sys/ximage/gstximagesrc.c:
4539         Initialise variables when opening the X display rather
4540         than in _start(), as the display can be opened before that.
4541
4542         Fixes: #515985
4543
4544 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4545
4546         * sys/directdraw/gstdirectdrawsink.c:
4547         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
4548         (gst_directdraw_sink_finalize):
4549         Properly chain up finalize functions. Fixes bug #515980.
4550
4551 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4552
4553         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
4554         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
4555         (gst_v4l2_buffer_pool_class_init):
4556         Chain up the finalize functions. Fixes bug #515984.
4557
4558 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
4559
4560         * sys/ximage/ximageutil.c:
4561         Chain up in the finalize function for our custom
4562         buffer sub-class.
4563         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
4564         Fixes: #515706
4565
4566 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4567
4568         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
4569         (gst_fenced_buffer_class_init):
4570         Properly chain up finalize method. Fixes bug #515979.
4571
4572 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
4573
4574         * sys/ximage/gstximagesrc.c:
4575         Free allocated Damage memory before closing our connection to the
4576         X server. Partially fixes: #515706
4577
4578 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4579
4580         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
4581         * tests/check/Makefile.am:
4582         * tests/check/gst-plugins-good.supp:
4583         Add a few libjpeg suppressions and initialize a variable to
4584         make smokeenc valgrind clean. Fixes bug #515701.
4585
4586 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
4587
4588         * gst/avi/gstavidemux.c:
4589         Revert patch which sends timestamps only on keyframes, as it
4590         breaks playback with current gst-ffmpeg.
4591
4592         Fixes: #515562
4593
4594 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4595
4596         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
4597         * tests/check/elements/multifile.c: (GST_START_TEST):
4598         Close some memory leaks spotted by the unit test. Fixes bug #515697.
4599
4600 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4601
4602         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
4603         Use and unset the GError when pipeline creation fails instead of
4604         simply leaking it. Fixes bug #515704.
4605
4606 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
4607
4608         * gst/audiofx/audioamplify.c:
4609         * gst/audiofx/audiochebband.c:
4610         * gst/audiofx/audiocheblimit.c:
4611         * gst/audiofx/audiodynamic.c:
4612         * gst/audiofx/audioinvert.c:
4613         * gst/audiofx/audiopanorama.c:
4614         * gst/audiofx/audiowsincband.c:
4615         * gst/audiofx/audiowsinclimit.c:
4616         Fix long description of audiofx elements. Fixes bug #515457.
4617
4618 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
4619
4620         * docs/plugins/Makefile.am:
4621         * gst/spectrum/gstspectrum.c:
4622         * tests/examples/spectrum/.cvsignore:
4623         * tests/examples/spectrum/Makefile.am:
4624         * tests/examples/spectrum/spectrum-example.c:
4625
4626         Add a simple example application for the spectrum element, include it
4627         in the docs, and fix some documentation ambiguities.
4628
4629         Fixes: #348085
4630
4631 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4632
4633         * gst/equalizer/Makefile.am:
4634         * gst/spectrum/Makefile.am:
4635         Fix includes order
4636
4637         * tests/check/Makefile.am:
4638         Exclude v4l2src from the states test - it takes too long to start.
4639
4640         * tests/check/elements/spectrum.c:
4641         Make the test run properly with CK_FORK=no
4642
4643 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
4644
4645         * gst/audiofix/Makefile.am: add missing header files 
4646
4647 2008-02-08  Julien Moutte  <julien@fluendo.com>
4648
4649         * gst/matroska/matroska-demux.c:
4650         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
4651         keyframe and delta units correctly when dealign with a BlockGroup.
4652         Fixes: #514397
4653
4654 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4655
4656         * tests/check/elements/.cvsignore:
4657         Spell the new tests correctly in .cvsignore
4658
4659 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
4660
4661         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
4662           Need to use gsize here for the size, fixes compiler warning.
4663
4664         * tests/examples/equalizer/.cvsignore:
4665         * tests/examples/equalizer/Makefile.am:
4666         * tests/examples/spectrum/.cvsignore:
4667         * tests/examples/spectrum/Makefile.am:
4668           Add missing files to fix the build.
4669
4670 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4671
4672         * configure.ac:
4673         * docs/plugins/Makefile.am:
4674         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4675         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4676         * docs/plugins/gst-plugins-good-plugins.args:
4677         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4678         * docs/plugins/inspect/plugin-multifile.xml:
4679         * tests/check/Makefile.am:
4680         * tests/check/elements/.cvsignore:
4681
4682         Move multifile plugin from -bad.
4683         Fixes: #490283
4684
4685 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4686
4687         * configure.ac:
4688         * docs/plugins/Makefile.am:
4689         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4690         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4691         * docs/plugins/gst-plugins-good-plugins.args:
4692         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4693         * docs/plugins/inspect/plugin-spectrum.xml:
4694         * gst/spectrum/Makefile.am:
4695         * tests/check/Makefile.am:
4696         * tests/check/elements/.cvsignore:
4697         * tests/examples/Makefile.am:
4698
4699         Move spectrum plugin from -bad.
4700         Move examples into tests/examples/spectrum.
4701
4702 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4703
4704         * configure.ac:
4705         * docs/plugins/Makefile.am:
4706         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4707         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4708         * docs/plugins/gst-plugins-good-plugins.args:
4709         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4710         * docs/plugins/gst-plugins-good-plugins.interfaces:
4711         * docs/plugins/inspect/plugin-equalizer.xml:
4712         * gst/equalizer/Makefile.am:
4713         * tests/check/Makefile.am:
4714         * tests/examples/Makefile.am:
4715         Move the equalizer plugin across from -bad
4716
4717         * tests/check/elements/.cvsignore:
4718         Add equalizer, audiosincwband and audiosincwlimit
4719
4720         * tests/check/elements/equalizer.c:
4721         Fix compiler warnings
4722
4723         Fixes: #415627
4724
4725 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4726
4727         * configure.ac:
4728         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
4729         are treated like releases and build without it.
4730
4731 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4732
4733         * docs/plugins/Makefile.am:
4734         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4735         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4736         * docs/plugins/gst-plugins-good-plugins.args:
4737         * docs/plugins/inspect/plugin-audiofx.xml:
4738         * gst/audiofx/Makefile.am:
4739         * gst/audiofx/audiofx.c:
4740         * gst/audiofx/audiowsincband.c:
4741         * gst/audiofx/audiowsincband.h:
4742         * gst/audiofx/audiowsinclimit.c:
4743         * gst/audiofx/audiowsinclimit.h:
4744         * tests/check/Makefile.am:
4745         * tests/check/elements/audiowsincband.c:
4746         * tests/check/elements/audiowsinclimit.c:
4747
4748         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
4749         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
4750         respectively.
4751
4752         Fixes: #467666
4753
4754 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4755
4756         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
4757         * tests/check/elements/icydemux.c:
4758           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
4759           caps, and add a somewhat useful debug message. Plus test.
4760
4761 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
4762
4763         * gst/rtsp/gstrtspsrc.c:
4764         Include unistd.h only if HAVE_UNISTD_H is defined
4765         * win32/common/config.h.in:
4766         * win32/common/config.h:
4767         Define socklen_t as it seems it's not defined in default 
4768         Visual Studio headers.
4769         * win32/vs6/libgstalpha.dsp:
4770         * win32/vs6/libgstapetag.dsp:
4771         * win32/vs6/libgstavi.dsp:
4772         * win32/vs6/libgstrtp.dsp:
4773         * win32/vs6/libgstrtsp.dsp:
4774         * win32/vs6/libgstvideomixer.dsp:
4775         Update project file dependencies and add new source files       
4776
4777 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
4778
4779         Patch by: Bjarne Rosengren <bjarne at axis dot com>
4780
4781         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
4782         Don't leak buffers when we don't push them downstream.
4783         Fixes bug #514965.
4784
4785 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4786
4787         * configure.ac:
4788           Bump requirements to (good) released versions to avoid
4789           confusion and make implicit core requirement explicit.
4790
4791 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
4792
4793         * docs/plugins/Makefile.am:
4794         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4795         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4796         * docs/plugins/gst-plugins-good-plugins.args:
4797         * docs/plugins/inspect/plugin-audiofx.xml:
4798         * gst/audiofx/Makefile.am:
4799         * gst/audiofx/audiochebband.c:
4800         * gst/audiofx/audiochebband.h:
4801         * gst/audiofx/audiocheblimit.c:
4802         * gst/audiofx/audiocheblimit.h:
4803         * gst/audiofx/audiochebyshevfreqband.c:
4804         * gst/audiofx/audiochebyshevfreqband.h:
4805         * gst/audiofx/audiochebyshevfreqlimit.c:
4806         * gst/audiofx/audiochebyshevfreqlimit.h:
4807         * gst/audiofx/audiofx.c:
4808         * tests/check/Makefile.am:
4809         * tests/check/elements/.cvsignore:
4810         * tests/check/elements/audiochebband.c:
4811         * tests/check/elements/audiocheblimit.c:
4812         * tests/check/elements/audiochebyshevfreqband.c:
4813         * tests/check/elements/audiochebyshevfreqlimit.c:
4814
4815         Rename audiochebyshevfreqband -> audiochebband and
4816         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
4817         surgery.
4818
4819         Closes: #491811
4820
4821 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4822
4823         Patch by: Orjan Friberg <orjanf at axis dot com>
4824
4825         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
4826         Fix caps memory leak. Fixes #514573.
4827
4828 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
4829
4830         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
4831         If there's no entries in the subindex, don't try to do anything stupid,
4832         just return.
4833
4834 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4835
4836         Patch by: John Millikin <jmillikin at gmail dot com>
4837
4838         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
4839           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
4840           Fix extraction of picture blocks with newer libflac versions again:
4841           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
4842
4843 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4844
4845         * tests/check/Makefile.am:
4846           Add rtp-payloading test to VALGRIND_TO_FIX.
4847
4848         * tests/check/elements/rtp-payloading.c:
4849           Add semicolons after GST_TEST_END so gst-indent gets the
4850           formatting right; make test less verbose in general, but
4851           more verbose in the error case (which should probably
4852           make the test fail anyway).
4853
4854 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
4855
4856         * docs/plugins/Makefile.am:
4857         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4858         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4859         * gst/avi/gstavisubtitle.c:
4860         Add documentation for avisubtitle and change class to
4861         Codec/Parser/Subtitle
4862
4863 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
4864
4865         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4866         Treat ENOTTY (driver does not implement ioctl) the same as
4867         EINVAL since it implies there are no available standards.
4868
4869         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
4870         (gst_v4l2src_get_nearest_size):
4871         Replace gst_v4l2src_get_size_limits with 2 calls to new function
4872         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
4873         probe if the driver does not support VIDIOC_TRY_FMT for whatever
4874         reason, and if we aren't yet actively capturing.
4875
4876         * sys/v4l2/v4l2src_calls.h:
4877         Remove replaced function declaration.
4878
4879 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
4880
4881         * configure.ac:
4882         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
4883         API.
4884
4885 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
4886
4887         * configure.ac:
4888         Fix typo.
4889
4890 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4891
4892         * gst/alpha/Makefile.am:
4893         * gst/alpha/gstalpha.c:
4894
4895         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
4896         some stuff, and making buffer-alloc and resizing work automatically.
4897         No longer crashes on odd frame widths and heights, although there
4898         seems to be a disagreement with ffmpegcolorspace about what size
4899         an AYUV frame with odd height should be.
4900
4901 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4902
4903         Patch by: Alessandro Decina <alessandro at nnva dot org>
4904
4905         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
4906         * ext/libpng/gstpngenc.h:
4907         Preallocate the output buffer so that g_memdup() and
4908         gst_buffer_merge() aren't needed anymore. This greatly improves
4909         performances and fixes #512544.
4910
4911 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4912
4913         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
4914         (gst_avi_demux_stream_data):
4915         GStreamer timestamps are PTS values while AVI only knows about DTS
4916         timestamps. Make sure we only copy the DTS as the buffer timestamp when
4917         we are dealing with a key frame.
4918
4919 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
4920
4921         * tests/check/Makefile.am:
4922         * tests/check/elements/.cvsignore:
4923         * tests/check/elements/rtp-payloading.c:
4924           Add add testsuite for the rtp-payloader that tries simulating
4925           dataflow. Needs more test data.
4926
4927 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
4928
4929         * tests/check/elements/alphacolor.c:
4930           Remove two unused variables.
4931
4932 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
4933
4934         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
4935           Use g_ascii_strtoll() instead of atoll, which is only
4936           available in C99.
4937
4938 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
4939
4940         * gst/rtp/Makefile.am:
4941         * gst/rtp/gstrtp.c:
4942         * gst/rtp/gstrtpmpvpay.c:
4943         * gst/rtp/gstrtpmpvpay.h:
4944         Add MPEG2 video payloader
4945
4946 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
4947
4948         * gst/level/gstlevel.c:
4949         Use #include <math.h> instead of #include "math.h".
4950
4951 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
4952
4953         * tests/check/Makefile.am:
4954         Fix up some CFLAGS sets.
4955         Don't include gconfvideosrc in the states test.
4956
4957         * tests/check/elements/autodetect.c: (GST_START_TEST):
4958         Add some error strings to fail_unless arguments to fix some weird
4959         compiler errors on Solaris.
4960
4961 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
4962
4963         * configure.ac:
4964         Detect video4linux headers on Solaris too.
4965         * sys/v4l2/gstv4l2colorbalance.h:
4966         * sys/v4l2/gstv4l2object.h:
4967         * sys/v4l2/v4l2_calls.c:
4968         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
4969         (gst_v4l2_buffer_new):
4970
4971         Make v4l2 build on Solaris.
4972         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4973         Fixes: #510505
4974
4975 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
4976
4977         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4978           Update list from (still local) scanning script.
4979
4980 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
4981
4982         Based on a patch by:
4983             Victor STINNER <victor dot stinner at haypocalc dot com>
4984
4985         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4986         Set variable to NULL after freeing it to prevent double frees
4987         or make failures by another use of it afterwards more obvious
4988         and fix use of it after the freeing. Fixes bug #510592.
4989
4990 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
4991
4992         * gst/udp/gstmultiudpsink.c:
4993         use GST_WARNING for logging
4994
4995 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
4996
4997         * gst/udp/gstmultiudpsink.c:
4998         Don't try to leave a multicast group with an invalid socket
4999
5000 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
5001
5002         * ext/flac/gstflacdec.c:
5003           Fix compilation against flac 1.1.2 (as on debian stable), where
5004           the picture metadata defines and structs don't exist yet.
5005           Fixes #509301.
5006
5007 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5008
5009         Patch by: Olivier Crete <tester at tester dot ca>
5010
5011         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
5012         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
5013         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
5014         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
5015         * gst/udp/gstmultiudpsink.h:
5016         Add property to automatically join a multicast group or not. This can be
5017         useful when sharing a socket between multiple elements.
5018         Fixes #509531.
5019
5020 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5021
5022         * gst/videomixer/Makefile.am:
5023           Add controller flags.
5024
5025 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5026
5027         * gst/videomixer/videomixer.c:
5028           Also commit the missing gst_object_sync_values().
5029
5030 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5031
5032         * docs/plugins/Makefile.am:
5033           Remove duplicate entry.
5034
5035 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5036
5037         * docs/plugins/Makefile.am:
5038         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5039         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5040         * docs/plugins/inspect/plugin-gamma.xml:
5041         * docs/plugins/inspect/plugin-monoscope.xml:
5042         * docs/plugins/inspect/plugin-video4linux2.xml:
5043           Add 3 more plugins to docs.
5044
5045 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5046
5047         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5048         * sys/osxvideo/osxvideosink.h:
5049           Revert previous change caused by a file that got stuck on an old
5050           revision.
5051
5052 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5053
5054         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5055         * gst/multipart/Makefile.am:
5056         * gst/multipart/multipartdemux.c:
5057         * gst/multipart/multipartdemux.h:
5058         * gst/multipart/multipartmux.c:
5059         * gst/multipart/multipartmux.h:
5060           Re-add multipartdemux to the docs. Last round of section cleanup.
5061
5062 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5063
5064         * docs/plugins/Makefile.am:
5065         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5066         * sys/osxaudio/gstosxaudiosink.h:
5067         * sys/osxvideo/osxvideosink.h:
5068           Managed to resolve most unused declarations. Filed a bug for one left.          
5069
5070 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5071
5072         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5073           Cleanup section file.
5074
5075 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5076
5077         * docs/plugins/Makefile.am:
5078         * docs/plugins/gst-plugins-good-plugins.args:
5079         * docs/plugins/gst-plugins-good-plugins.signals:
5080         * docs/plugins/inspect/plugin-alaw.xml:
5081         * docs/plugins/inspect/plugin-alpha.xml:
5082         * docs/plugins/inspect/plugin-alphacolor.xml:
5083         * docs/plugins/inspect/plugin-annodex.xml:
5084         * docs/plugins/inspect/plugin-apetag.xml:
5085         * docs/plugins/inspect/plugin-audiofx.xml:
5086         * docs/plugins/inspect/plugin-auparse.xml:
5087         * docs/plugins/inspect/plugin-autodetect.xml:
5088         * docs/plugins/inspect/plugin-avi.xml:
5089         * docs/plugins/inspect/plugin-cairo.xml:
5090         * docs/plugins/inspect/plugin-cdio.xml:
5091         * docs/plugins/inspect/plugin-cutter.xml:
5092         * docs/plugins/inspect/plugin-debug.xml:
5093         * docs/plugins/inspect/plugin-dv.xml:
5094         * docs/plugins/inspect/plugin-efence.xml:
5095         * docs/plugins/inspect/plugin-effectv.xml:
5096         * docs/plugins/inspect/plugin-flac.xml:
5097         * docs/plugins/inspect/plugin-flxdec.xml:
5098         * docs/plugins/inspect/plugin-gconfelements.xml:
5099         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5100         * docs/plugins/inspect/plugin-goom.xml:
5101         * docs/plugins/inspect/plugin-halelements.xml:
5102         * docs/plugins/inspect/plugin-icydemux.xml:
5103         * docs/plugins/inspect/plugin-id3demux.xml:
5104         * docs/plugins/inspect/plugin-jpeg.xml:
5105         * docs/plugins/inspect/plugin-ladspa.xml:
5106         * docs/plugins/inspect/plugin-level.xml:
5107         * docs/plugins/inspect/plugin-matroska.xml:
5108         * docs/plugins/inspect/plugin-mulaw.xml:
5109         * docs/plugins/inspect/plugin-multipart.xml:
5110         * docs/plugins/inspect/plugin-navigationtest.xml:
5111         * docs/plugins/inspect/plugin-png.xml:
5112         * docs/plugins/inspect/plugin-quicktime.xml:
5113         * docs/plugins/inspect/plugin-rtp.xml:
5114         * docs/plugins/inspect/plugin-rtsp.xml:
5115         * docs/plugins/inspect/plugin-shout2send.xml:
5116         * docs/plugins/inspect/plugin-smpte.xml:
5117         * docs/plugins/inspect/plugin-speex.xml:
5118         * docs/plugins/inspect/plugin-taglib.xml:
5119         * docs/plugins/inspect/plugin-udp.xml:
5120         * docs/plugins/inspect/plugin-videobalance.xml:
5121         * docs/plugins/inspect/plugin-videobox.xml:
5122         * docs/plugins/inspect/plugin-videocrop.xml:
5123         * docs/plugins/inspect/plugin-videoflip.xml:
5124         * docs/plugins/inspect/plugin-videomixer.xml:
5125         * docs/plugins/inspect/plugin-wavenc.xml:
5126         * docs/plugins/inspect/plugin-wavpack.xml:
5127         * docs/plugins/inspect/plugin-wavparse.xml:
5128           Update plugin docs.
5129
5130         * gst/videomixer/Makefile.am:
5131         * gst/videomixer/videomixer.c:
5132         * gst/videomixer/videomixer.h:
5133         * gst/videomixer/videomixerpad.h:
5134           Split out header to fix warnings from the doc-build.
5135
5136 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5137
5138         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
5139
5140         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
5141         Use atoll to parse the rtptime with enough precision. Fixes #509329.
5142
5143 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
5144
5145         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
5146         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
5147           Initialise variables to work around (false) 'foo might be used
5148           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
5149
5150 2008-01-11  David Schleef  <ds@schleef.org>
5151
5152         * docs/plugins/.cvsignore:
5153         * tests/check/pipelines/.cvsignore:
5154           Ignore more files for the buildbot.
5155
5156 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5157
5158         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
5159         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
5160         Generate the image-type values correctly. Leave them out of the caps
5161         when outputting a "preview image" tag, since it only makes sense
5162         to have one of those - the type is irrelevant.
5163
5164         * sys/sunaudio/gstsunaudiomixerctrl.c:
5165         (gst_sunaudiomixer_ctrl_open):
5166         If we can, mark the mixer multiple open when we use it, in case
5167         (for some reason) the process wants to open it again elsewhere.
5168
5169 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5170
5171         Patch by: Olivier Crete <tester at tester dot ca>
5172
5173         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
5174         * gst/rtp/gstrtptheorapay.c:
5175         Fix the clock rate to 90000 as required by the RFC.
5176         Fixes #508644.
5177
5178 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
5179
5180         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
5181           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
5182
5183 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5184
5185         * autogen.sh:
5186           Add -Wno-portability to the automake parameters to stop warnings
5187           about GNU make extensions being used. We require GNU make in almost
5188           every Makefile anyway.
5189           
5190         * configure.ac:
5191           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5192           at the same time is required for per target flags.
5193
5194 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
5195
5196         * gst/videomixer/videomixer.c: (gst_videomixer_init):
5197         Fix error from my last commit.
5198
5199 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
5200
5201         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
5202
5203         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
5204           Make sure the ISO 639-X language code in ID3v2 COMM frames
5205           is actually valid UTF-8 (or rather: ASCII), so we don't end
5206           up with non-UTF8 strings in tags if there's garbage in the
5207           language field. Also make sure the language code is always
5208           lower case. Fixes: #508291.
5209
5210 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
5211
5212         * ChangeLog:
5213           Fix ChangeLog typo.
5214
5215 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
5216
5217         * Makefile.am:
5218           Include lcov.mak to allow building coverage reports. Guard
5219           check-torture target like in the other packages.
5220
5221 2008-01-09  Sameer Naik  <sameer@damagehead.com>
5222
5223         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
5224
5225         * gst/videomixer/videomixer.c:
5226         (gst_videomixer_set_master_geometry), (_do_init),
5227         (gst_videomixer_child_proxy_get_child_by_index),
5228         (gst_videomixer_child_proxy_get_children_count),
5229         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
5230         (gst_videomixer_init), (gst_videomixer_request_new_pad),
5231         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
5232         Implement GstChildProxy interface.
5233         Send newsegment at the right moment
5234         Fixes #488879
5235
5236 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
5237
5238         * gst/alpha/Makefile.am:
5239         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
5240         (gst_alpha_sink_event), (gst_alpha_chain),
5241         (gst_alpha_change_state), (plugin_init):
5242         Make the various properties of 'alpha' controllable. This allows doing
5243         niceties like fade-in/fade-out.
5244
5245 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
5246
5247         * gst/rtp/gstasteriskh263.c:
5248         * gst/rtp/gstrtpL16depay.c:
5249         * gst/rtp/gstrtpac3depay.c:
5250         * gst/rtp/gstrtpamrpay.c:
5251         * gst/rtp/gstrtpdepay.c:
5252         * gst/rtp/gstrtpgsmdepay.c:
5253         * gst/rtp/gstrtph263depay.c:
5254         * gst/rtp/gstrtph263pdepay.c:
5255         * gst/rtp/gstrtph263ppay.c:
5256         * gst/rtp/gstrtph264depay.c:
5257         * gst/rtp/gstrtph264pay.c:
5258         * gst/rtp/gstrtpmp2tdepay.c:
5259         * gst/rtp/gstrtpmp4adepay.c:
5260         * gst/rtp/gstrtpmp4gdepay.c:
5261         * gst/rtp/gstrtpmp4gpay.c:
5262         * gst/rtp/gstrtpmp4vdepay.c:
5263         * gst/rtp/gstrtpmpadepay.c:
5264         * gst/rtp/gstrtpmpvdepay.c:
5265         * gst/rtp/gstrtpsv3vdepay.c:
5266         * gst/rtp/gstrtptheoradepay.c:
5267         * gst/rtp/gstrtptheorapay.c:
5268         * gst/rtp/gstrtpvorbisdepay.c:
5269         * gst/rtp/gstrtpvorbispay.c:
5270           Remove copy/paste unused code (property setters and getter) found by
5271           the coverage suite (yay, saves ~20k on disk).
5272
5273 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5274
5275         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
5276           (videosink_templ):
5277           Also fix up pad templates to indicate that image/jpeg doesn't
5278           absolutely require the framerate property to be set (#504081).
5279
5280 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5281
5282         Based on patch by: Wouter Cloetens  <wouter at mind be>
5283
5284         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
5285           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
5286           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
5287         * gst/matroska/matroska-mux.h:
5288           Keep track of first and last timestamps for each incoming stream,
5289           so we can calculate the total duration for live sources and other
5290           input where we can't query the duration from the start or where
5291           there's no constant framerate from which we can deduce the
5292           duration; also use calculated/observed duration if it is bigger
5293           than the previously queried duration. Furthermore, use
5294           gst_pad_query_peer_duration() and take into account that it may
5295           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
5296           screws up comparisons when using unsigned integers. Fixes #504081.
5297
5298 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
5299
5300         * configure.ac:
5301         * gst/audiofx/audioamplify.c:
5302         (gst_audio_amplify_clipping_method_get_type),
5303         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
5304         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
5305         (gst_audio_dynamic_transform_ip):
5306         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
5307         (gst_audio_invert_transform_ip):
5308         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
5309         (gst_audio_panorama_transform):
5310         * gst/level/gstlevel.c: (gst_level_init):
5311         Make elements GST_BUFFER_FLAG_GAP aware and call
5312         gst_base_transform_set_gap_aware for this.
5313         Bump core requirement to CVS.
5314         
5315         * gst/audiofx/audiochebyshevfreqband.c:
5316         (gst_audio_chebyshev_freq_band_transform_ip):
5317         * gst/audiofx/audiochebyshevfreqlimit.c:
5318         (gst_audio_chebyshev_freq_limit_transform_ip):
5319         Also sync GObject properties to the controller if operating
5320         in passthrough mode.
5321
5322 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5323
5324         * sys/directdraw/gstdirectdrawsink.c:
5325           (gst_directdraw_sink_window_thread):
5326           FALSE is not a gpointer.
5327
5328 2008-01-05  Julien Moutte  <julien@fluendo.com>
5329
5330         * sys/directdraw/gstdirectdrawsink.c:
5331         (gst_directdraw_sink_set_window_id),
5332         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
5333         (gst_directdraw_sink_buffer_alloc),
5334         (gst_directdraw_sink_draw_borders),
5335         (gst_directdraw_sink_show_frame),
5336         (gst_directdraw_sink_setup_ddraw),
5337         (gst_directdraw_sink_window_thread),
5338         (gst_directdraw_sink_get_ddrawcaps),
5339         (gst_directdraw_sink_surface_create): Make sure we create our
5340         internal window only when we need it. That will give a chance to
5341         the application to get the prepare-xwindow-id bus message. Draw
5342         black borders when keeping aspect ratio. Handle the case where our
5343         rendering window disappears (closed or errors) like other sinks
5344         do. Various 80 columns fixes, improve state change order. That
5345         element could need some more love.
5346
5347 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
5348
5349         * ext/taglib/gstapev2mux.h:
5350         * ext/taglib/gstid3v2mux.h:
5351         Remove useless typedefs without new type name. Fixes a warning with
5352         gcc 4.3.
5353
5354 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
5355
5356         Patch by: John Millikin <jmillikin at gmail dot com>
5357
5358         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
5359         (gst_flac_dec_setup_stream_decoder),
5360         (gst_flac_normalize_picture_mime_type),
5361         (gst_flac_extract_picture_buffer),
5362         (gst_flac_dec_metadata_callback):
5363         Emit metadata messages when a PICTURE block is encountered.
5364         Fixes #506715.
5365
5366 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
5367
5368         * gst/avi/gstavi.c:
5369         increase rank because no known issues anymore ...
5370         * gst/avi/gstavisubtitle.c:
5371         send subtitle name to the srcpad
5372
5373 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5374
5375         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
5376         * gst/rtsp/gstrtspsrc.h:
5377         Implement redirect for the DESCRIBE reply. Fixes #506025.
5378
5379 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5380
5381         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
5382         Fix 'xyz may be used uninitialized' compiler warnings caused
5383         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5384         abort() in any case but properly report the error.
5385
5386 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
5387
5388         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
5389         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
5390         * sys/ximage/gstximagesrc.c: (composite_pixel):
5391           Fix 'xyz may be used uninitialized' compiler warnings caused
5392           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
5393           not really nice to abort in any case). Fixes #505745.
5394
5395 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
5396
5397         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
5398           Small unit test fix (has no practical impact at the moment,
5399           since we're only feeding utf8 and hence just create a sub-
5400           buffer for the output).
5401
5402 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
5403
5404         * gst/avi/gstavisubtitle.c:
5405         * tests/check/elements/avisubtitle.c:
5406         Add seeking support for avi subtitle
5407
5408 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5409
5410         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
5411         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
5412         (gst_flac_dec_write):
5413         * ext/flac/gstflacdec.h:
5414         Remove some unused vars.
5415         Do more cleanup of leftover events and tags.
5416         Output tags after the segment event. Fixes #504018.
5417
5418 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
5419
5420         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
5421           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
5422           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
5423           Detect other UTF byte order markers and convert to UTF-8 as
5424           appropriate.
5425
5426 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
5427
5428         * gst/avi/gstavisubtitle.c: (src_template),
5429           (gst_avi_subtitle_extract_utf8_file),
5430           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
5431           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
5432           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
5433         * gst/avi/gstavisubtitle.h:
5434           Refactor a bit; fix name extraction; don't assume all the data
5435           in the chunk is actually subtitle data, there may be padding at
5436           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
5437           file so it's there to send again after a seek (for future use).
5438
5439 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5440
5441         * gst/avi/Makefile.am:
5442         * gst/avi/gstavi.c:
5443         * gst/avi/gstavisubtitle.c:
5444         * gst/avi/gstavisubtitle.h:
5445         * tests/check/Makefile.am:
5446         * tests/check/elements/avisubtitle.c:
5447         * win32/common/config.h:
5448                 Add avi subtitle element for bug #442034. Need seeking support
5449                 and more support for character conversion.
5450
5451 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
5452
5453         * Makefile.am:
5454           Include common/win32.mak for CRLF check of win32 project
5455           files (see #393626).
5456
5457         * win32/vs6/libgstpng.dsp:
5458           Fix line endings and do cvs admin -kb.
5459
5460 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5461
5462         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
5463         Actually drop the buffers which are outside the currently configured
5464         segment instead of just emitting a WARNING.
5465
5466 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5467
5468         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
5469         (gst_flac_dec_write):
5470         * ext/flac/gstflacdec.h:
5471         Send segments from the streaming thread. Fixes #502187.
5472         Fix segment seeking and a bunch of other seeking cases.
5473
5474 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
5475
5476         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
5477           Parse WOAF frames and put the result into GST_TAG_CONTACT,
5478           which is where it would end up if the same information was
5479           put in a vorbis comment (don't think it's worth adding a
5480           new URI tag for this). Fixes #488112.
5481
5482 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5483
5484         * configure.ac:
5485           We need core/base 0.10.15 or later.
5486
5487 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5488
5489         Patch by: Mark Nauwelaerts <manauw skynet be>
5490
5491         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
5492         Fix regression in stream numbering. Fixes #502655.
5493
5494 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5495
5496         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
5497
5498         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
5499         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
5500         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
5501         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
5502         (gst_rtp_h264_pay_handle_buffer):
5503         * gst/rtp/gstrtph264pay.h:
5504         Use higher performance start-code searching.
5505         Parse NALs and store SPS, PPS and profile in the caps so that they can
5506         be used in the SDP. Fixes #502814.
5507
5508 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5509
5510         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5511         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
5512           Init some structs to zero before we pass them to ioctl, which
5513           avoids valgrind warnings.  Also fix a small memory leak.
5514
5515 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5516
5517         Patch by: Wouter Cloetens <wouter at mind dot be>
5518
5519         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
5520         Copy timestamp from input to output. Not very perfect yet but better
5521         than nothing. Fixes #503023.
5522
5523 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5524
5525         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
5526           Also print a useful error message with the old Wavpack API
5527           if possible.
5528
5529 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
5530
5531         * ext/wavpack/gstwavpackdec.c:
5532           More build fixes for old libwavpack versions: include config.h so
5533           that WAVPACK_OLD_API is actually defined as detected; only use
5534           WavpackGetErrorMessage if it is available. This fixes the build
5535           on debian stable for me.
5536
5537 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5538
5539         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
5540         * ext/wavpack/gstwavpackparse.c:
5541           (gst_wavpack_parse_create_src_pad):
5542           Workaround the non-existance of WavpackGetChannelMask in Wavpack
5543           versions below 4.40.0.
5544
5545 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5546
5547         * configure.ac:
5548           And now do it right for real...
5549
5550 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5551
5552         * configure.ac:
5553           Correctly reset $LIBS to not contain -lm.
5554
5555 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5556
5557         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
5558
5559         * configure.ac:
5560         * ext/cairo/gsttimeoverlay.c:
5561           (gst_cairo_time_overlay_print_smpte_time):
5562           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
5563           and checking for rint() and implementing it ourself if it doesn't
5564           exist. Fixes #497293.
5565
5566 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5567
5568         * configure.ac:
5569           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5570
5571 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
5572
5573         * sys/oss/gstosshelper.c:
5574         Verify that the format returned after the ioctl is the one
5575         we requested. It is valid for the ioctl to succeed while
5576         substituting an alternate 'supported' sample format.
5577
5578 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
5579
5580         * sys/oss/gstossaudio.c: (plugin_init):
5581         * sys/oss/gstosssink.c: (gst_oss_sink_open):
5582         * sys/oss/gstosssrc.c: (gst_oss_src_open):
5583           Post decent (and translated) error message when we can't
5584           open the audio device for some reason.
5585
5586 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
5587
5588         * sys/oss/gstosssink.c:
5589         * sys/oss/gstosssrc.c:
5590         Allow the AUDIODEV environment variable to redirect us
5591         to a different default OSS device, like sunaudiosink does
5592         on Solaris (makes audio play automatically on SunRays).
5593
5594 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
5595
5596         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
5597         * gst/audiofx/audiochebyshevfreqband.c:
5598         (gst_audio_chebyshev_freq_band_transform_ip):
5599         * gst/audiofx/audiochebyshevfreqlimit.c:
5600         (gst_audio_chebyshev_freq_limit_transform_ip):
5601         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
5602         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
5603         The transform_ip() methods should do nothing if in passthrough mode.
5604         It might get non-writable buffers in that case but the buffer might
5605         as well be writable.
5606
5607         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
5608         The transform() methods won't be called in passthrough mode and
5609         otherwise the buffer is always writable so don't check here.
5610
5611 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
5612
5613         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
5614           Fix seeking in .wav files again (#501775).  Some people seem to think
5615           they don't need to test their changes when they're just 'reflowing'
5616           some code.
5617
5618 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5619
5620         * gst/autodetect/gstautovideosink.c:
5621         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
5622         (gst_auto_video_sink_init),
5623         (gst_auto_video_sink_create_element_with_pretty_name),
5624         (gst_auto_video_sink_find_best),
5625         (gst_auto_video_sink_set_property),
5626         (gst_auto_video_sink_get_property):
5627         * gst/autodetect/gstautovideosink.h:
5628         Fix docs.
5629         Use same error reporting code as autoaudiosink.
5630         Add property to filter sinks based on caps. Only select raw video sinks
5631         by default for backwards compat.
5632         API: GstAutoVideoSink::filter-caps
5633
5634 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5635
5636         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
5637
5638         * gst/autodetect/gstautoaudiosink.c:
5639         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
5640         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
5641         (gst_auto_audio_sink_set_property),
5642         (gst_auto_audio_sink_get_property):
5643         * gst/autodetect/gstautoaudiosink.h:
5644         Add property to filter sinks based on caps. Only select raw audio sinks
5645         by default for backwards compat.  Fixes #417420.
5646         API: GstAutoAudioSink::filter-caps
5647
5648 2007-11-29  Michael Smith <msmith@fluendo.com>
5649
5650         Patch by: Arek Korbik <arkadini@gmail.com>
5651
5652         * gst/videobox/gstvideobox.c: (plugin_init):
5653           Initialise liboil in plugin_init()
5654
5655 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
5656
5657         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
5658         Post error before sending EOS. Fixes #499178.
5659
5660 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
5661
5662         * win32/vs6/gst_plugins_good.dsw:
5663         * win32/vs6/libgstpng.dsp:
5664         Add a project file for libgstpng
5665
5666 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
5667
5668         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
5669         (gst_rtp_h263_depay_process):
5670         Code beautification.
5671         Added debug statements.
5672         Don't bit-shift everything, just do operations on last/first byte
5673         instead.
5674
5675 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
5676
5677         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
5678
5679         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
5680         Fix wrong comparison in overrun check. Fixes #499239 some more.
5681
5682 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
5683
5684         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
5685         (gst_rtp_h263_depay_process):
5686         * gst/rtp/gstrtph263depay.h:
5687         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
5688         stream.
5689
5690 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
5691
5692         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
5693
5694         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
5695         (gst_rtp_mp4a_depay_process):
5696         * gst/rtp/gstrtpmp4adepay.h:
5697         Fix depayloading when multiple frames are inside one RTP packet.
5698         Fixes #499239.
5699
5700 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5701
5702         * gst/level/gstlevel.c:
5703           Add GAP-flag support.
5704
5705 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
5706
5707         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
5708         Read the I flag for Mode A h263 rtp stream and set the
5709         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
5710         Fixes #499383
5711
5712 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5713
5714         * gst/level/gstlevel.c:
5715           Remove some dead code and do cleanups.
5716
5717 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5718
5719         * tests/check/pipelines/simple-launch-lines.c:
5720           Improve the tests by allowing to set a target state.
5721
5722 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
5723
5724         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
5725         Don't check the caps of the output buffer if they're equal some
5726         other caps. The caps can change in a backward compatible way
5727         and did at this point.
5728
5729 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5730
5731         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
5732         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
5733         (gst_qtdemux_seek_to_previous_keyframe),
5734         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
5735         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
5736         reverse playback support.
5737
5738 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
5739
5740         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
5741         Also set the channel layout on the Wavpack caps if we're having
5742         a mono layout. Of course only do it for "audio/x-wavpack".
5743
5744 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
5745
5746         * ext/wavpack/gstwavpackcommon.c:
5747         (gst_wavpack_get_default_channel_mask),
5748         (gst_wavpack_set_channel_layout),
5749         (gst_wavpack_get_default_channel_positions),
5750         (gst_wavpack_get_channel_mask_from_positions),
5751         (gst_wavpack_set_channel_mapping):
5752         * ext/wavpack/gstwavpackcommon.h:
5753         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
5754         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
5755         * ext/wavpack/gstwavpackdec.h:
5756         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
5757         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
5758         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
5759         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
5760         (gst_wavpack_enc_rewrite_first_block),
5761         (gst_wavpack_enc_sink_event):
5762         * ext/wavpack/gstwavpackenc.h:
5763         * ext/wavpack/gstwavpackparse.c:
5764         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
5765         (gst_wavpack_parse_scan_to_find_sample),
5766         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
5767         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
5768         * ext/wavpack/gstwavpackparse.h:
5769         Add support for encoding, parsing and decoding multichannel
5770         files with up to 8 channels. This also improves the robustness
5771         of parsing quite a bit.
5772
5773         * ext/wavpack/gstwavpackstreamreader.c:
5774         (gst_wavpack_stream_reader_read_bytes),
5775         (gst_wavpack_stream_reader_get_pos),
5776         (gst_wavpack_stream_reader_set_pos_abs),
5777         (gst_wavpack_stream_reader_set_pos_rel),
5778         (gst_wavpack_stream_reader_push_back_byte),
5779         (gst_wavpack_stream_reader_get_length),
5780         (gst_wavpack_stream_reader_can_seek),
5781         (gst_wavpack_stream_reader_write_bytes):
5782         Improve debugging.
5783
5784 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
5785
5786         * ext/libpng/gstpngdec.c:
5787         * ext/libpng/gstpngdec.h:
5788           Don't release the png-memory from within the callback.
5789
5790 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
5791
5792         Patch by: René Stadler <mail at renestadler dot de>
5793
5794         * ext/libpng/gstpngenc.c:
5795           Don't leak buffer data memory. Fixes #498395.
5796
5797 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
5798
5799         Patch by: René Stadler <mail at renestadler dot de>
5800
5801         * tests/check/pipelines/simple-launch-lines.c:
5802           Tests for #498395.
5803
5804 2007-11-20  Julien MOUTTE  <julien@moutte.net>
5805
5806         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
5807         (gst_tag_lib_mux_adjust_event_offsets):
5808         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
5809         * sys/osxaudio/Makefile.am:
5810         * sys/osxvideo/cocoawindow.h:
5811         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
5812
5813 2007-11-15  David Schleef  <ds@schleef.org>
5814
5815         * ext/cairo/gsttextoverlay.c:
5816           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
5817
5818 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
5819
5820         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
5821
5822         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
5823         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
5824         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
5825         * gst/rtp/gstrtpmp2tpay.h:
5826         Fill the MTU with as many packets as possible. Fixes #491323.
5827
5828 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
5829
5830         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
5831
5832         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5833         Fix some more leaks. Fixes #497007.
5834
5835 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
5836
5837         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
5838
5839         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
5840         (gst_rtspsrc_stream_configure_tcp):
5841         Fix 3 pad leaks. Fixes #496983.
5842
5843 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
5844
5845         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
5846
5847         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
5848         Fix small leak. Fixes #497017.
5849
5850 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
5851
5852         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
5853         (gst_qtdemux_prepare_current_sample),
5854         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
5855         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
5856         * gst/qtdemux/qtdemux_fourcc.h:
5857         * gst/qtdemux/qtdemux_types.c:
5858         Add suppport for theora in quicktime according to XiphQT.
5859
5860 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
5861
5862         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5863         (gst_v4l2src_init), (gst_v4l2src_set_property),
5864         (gst_v4l2src_get_property):
5865         * sys/v4l2/gstv4l2src.h:
5866         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
5867           Always copy buffers by default (handle safer with bugged drivers)
5868           and added a property to make it possible to use mmap effectively (no
5869           copy if possible) when application wants to. Fixes: #480557.
5870
5871 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
5872
5873         * gst/id3demux/id3tags.c:
5874         * gst/id3demux/id3tags.h:
5875         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
5876           We don't want the same string multiple times in a tag list for the
5877           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
5878           this doesn't happen and remove special-case code for GST_TAG_GENRE.
5879
5880 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
5881
5882         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
5883           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
5884           into ID3v2 TXXX frames (fixes #347848).
5885
5886 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
5887
5888         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
5889           Don't leak sdp message contents (fixes #496773).
5890
5891         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
5892           Don't leak URI string.
5893
5894 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
5895
5896         Patch by: Julien Puydt <julien dot puydt at laposte net>
5897
5898         * ext/raw1394/Makefile.am:
5899         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
5900           (gst_1394_property_probe_get_properties),
5901           (gst_1394_property_probe_probe_property),
5902           (gst_1394_property_probe_needs_probe),
5903           (gst_1394_property_probe_get_values),
5904           (gst_1394_property_probe_interface_init),
5905           (gst_1394_type_add_property_probe_interface):
5906         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
5907         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
5908           (gst_dv1394src_init), (gst_dv1394src_dispose),
5909           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
5910           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
5911           (gst_dv1394src_update_device_name):
5912         * ext/raw1394/gstdv1394src.h:
5913           Implement GstPropertyProbe interface and add "device-name" property,
5914           so applications can use this to probe for available devices in the
5915           same way they can already with v4lsrc and v4l2src (however horrible
5916           this property probe interface may be). Fixes #358841.
5917
5918 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
5919
5920         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
5921
5922         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
5923           (gst_rtspsrc_parse_range):
5924           Don't leak event, don't leak range (fixes #496752).
5925
5926 2007-11-14  Michael Smith <msmith@fluendo.com>
5927
5928         Patch by: Arek Korbik <arkadini@gmail.com>
5929
5930         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
5931           Detect RGBA/BGRA correctly on little endian systems.
5932
5933 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
5934
5935         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
5936           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
5937           corresponding ioctl() call fails even though the driver claims to
5938           support this format, just fall back to the pre-2.6.19 kernel
5939           routine that creates caps with suitable height and width ranges
5940           (see #448278).
5941
5942 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
5943
5944         Patch by: Mark Nauwelaerts <manauw skynet be>
5945
5946         * gst/matroska/matroska-demux.c:
5947           (gst_matroska_demux_push_dvd_clut_change_event),
5948           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5949           (gst_matroska_demux_subtitle_caps):
5950         * gst/matroska/matroska-ids.h:
5951           Extract palette data for dvd subpicture streams and send it
5952           downstream as custom gstreamer dvd event (fixes #453417).
5953
5954 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
5955
5956         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
5957           Implement minimal parsing of the passed pango font description
5958           string, so passing a font size works the same as with the
5959           pango textoverlay plugin; fixes #455086.
5960           (Maybe we could just use pangocairo here at some point).
5961
5962 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
5963
5964         * gst/avi/gstavidemux.c:
5965         * gst/wavparse/gstwavparse.c:
5966           Return the result in _activate_pull(). Don't ref element there.
5967
5968 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
5969
5970         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5971         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5972         (gst_wavparse_srcpad_event):
5973           Ref the element when we should, but not when we its not needed. Reflow
5974           the event_handling to not leak the event.       
5975
5976 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
5977
5978         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
5979         (qtdemux_parse_samples):
5980         Properly free QTDemuxSamples array.
5981         Protect table write with a sensible check, some files apparently DO contain
5982         stts values starting with 0 :(
5983
5984 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
5985
5986         * gst/avi/gstavidemux.c:
5987         * gst/qtdemux/qtdemux.c:
5988           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
5989           previous commit messed up.
5990
5991 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
5992
5993         * gst/avi/gstavidemux.c:
5994         * gst/qtdemux/qtdemux.c:
5995           Sync _handle_src_event() with oggdemux. In avidemux also ref the
5996           element when we should, but not when we its not needed.
5997
5998 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
5999
6000         * gst/wavparse/gstwavparse.c:
6001           Return FALSE if we can't handle a query instead of changing the
6002           format. Ignore fact when dealing with mpeg audio.
6003
6004 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6005
6006         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6007
6008         * configure.ac:
6009         * gst/udp/gstdynudpsink.c:
6010         * gst/udp/gstdynudpsink.h:
6011         * gst/udp/gstmultiudpsink.c:
6012         * gst/udp/gstmultiudpsink.h:
6013         * gst/udp/gstudpsink.c:
6014         * gst/udp/gstudpsink.h:
6015           Fix includes for MSVC and GLib-2.14.0 (#492388).
6016
6017         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6018           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
6019
6020 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
6021
6022         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
6023         (gst_mulawdec_chain):
6024         * gst/law/mulaw-decode.h:
6025         Calculate outgoing buffer duration if incoming buffer didn't have a
6026         valid duration.
6027
6028 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6029
6030         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
6031         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
6032         Smarter combine_flow code that also deals with downstream elements
6033         returning UNEXPECTED when they receive data out of the segment
6034         boundaries. Fixes #491305.
6035
6036 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6037
6038         * sys/v4l2/v4l2src_calls.c:
6039           Fix 'unused variable' compiler warning when compiling against
6040           older kernel headers.
6041
6042 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6043
6044         * ext/taglib/gstid3v2mux.cc (add_funcs):
6045           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
6046
6047 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
6048
6049         * tests/check/pipelines/simple-launch-lines.c:
6050            Improve the tests a little more.
6051
6052 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
6053
6054         patch by: Yun Zheng Hu
6055
6056         * sys/osxaudio/gstosxaudiosrc.c:
6057         Use default input device instead of default output device and
6058         only memcpy actual available bytes.
6059
6060 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
6061
6062         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6063           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
6064           early. It is temporary until we find something better.
6065
6066 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6067
6068         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6069
6070         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
6071         Fix race when pausing a RTSP stream in interleaved.
6072         Fixes #475784.
6073
6074 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6075
6076         Patch by: Peter Kjellerstedt <pkj at axis com>
6077
6078         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
6079         Use correct unref function for buffers. #488844.
6080
6081 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
6082
6083         * gst/avi/gstavimux.c:
6084         * tests/check/elements/avimux.c:
6085           Add some debug and sync tests with the fix.     
6086
6087 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6088
6089         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
6090
6091         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6092         When the socket is used by the app for other purposes, don't generate an
6093         error if there is activaty on the socket that is not data related.
6094         Fixes #487488.
6095
6096 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6097
6098         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6099         (gst_v4l2src_grab_frame):
6100         Add some more debug info. Generate an error when we run out of buffers
6101         for some reason. See #480557.
6102
6103 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6104
6105         Patch by: Anders Skargren <anders dot skargren at axis dot com>
6106
6107         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
6108         Set marker bit correctly.
6109
6110 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
6111
6112         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6113         Use allowed name for the GstStructure.
6114
6115 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
6116
6117         * ext/gconf/gstswitchsink.c:
6118         * gst/autodetect/gstautoaudiosink.c:
6119           Use new gst_bus_pop_filtered().
6120
6121 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
6122
6123         * sys/v4l2/gstv4l2src.c:
6124         * sys/v4l2/v4l2src_calls.c:
6125           When probing the formats and sizes a camera supports, make
6126           sure the best ones (highest resolution, prefered format)
6127           end up at the beginning of the probed caps and the less
6128           desirable ones at the end.  This is important because the
6129           order within the caps matters for things like fixation and
6130           negotiation, ie. what format is chosen in the end.
6131           With recent kernels, the current probing code will end up
6132           querying the supported sizes from lowest resolution to
6133           highest resolution, adding them to the probed caps in that
6134           order, resulting to v4l2src fixating to the lowest possible
6135           resolution if downstream does not express a size preference.
6136           Also make up a somewhat random ranking of prefered output
6137           formats for the same reason. Fixes #485828.
6138         
6139 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6140
6141         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
6142
6143         * gst/id3demux/id3v2frames.c:
6144           Extract license/copyright URIs from ID3v2 WCOP frames
6145           (Fixes #447000).
6146
6147         * tests/check/elements/id3demux.c:
6148         * tests/files/Makefile.am:
6149         * tests/files/id3-447000-wcop.tag:
6150           Add simple unit test.
6151
6152 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6153
6154         * ext/taglib/gstid3v2mux.cc:
6155           Add support for license/copyright URI tags (ID3v2 WCOP frame).
6156           Prerequisite for #447000.
6157
6158 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6159
6160         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
6161         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
6162         a GstClockTime.
6163
6164 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6165
6166         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
6167         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
6168         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
6169         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
6170         (gst_rtspsrc_change_state):
6171         More seeking fixes, mostly passing around the new playback segment in
6172         order to configure it properly.
6173         Also reset base_time of udp sources when setting them back to PLAYING as
6174         a temporary hack until core supports seek in live sources properly.
6175
6176 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6177
6178         * gst/rtp/gstrtpmp4adepay.c:
6179         Fix caps as to not confuse autopluggers.
6180
6181 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6182
6183         * gst/id3demux/gstid3demux.c:
6184         * gst/id3demux/gstid3demux.h:
6185         * gst/id3demux/id3tags.c:
6186         * gst/id3demux/id3tags.h:
6187         * gst/id3demux/id3v2frames.c:
6188           Port ID3 tag demuxer over to the new GstTagDemux in -base
6189           (now would be a good time to test re-importing your music
6190           collection).
6191
6192 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6193
6194         * gst/apetag/Makefile.am:
6195         * gst/apetag/gstapedemux.c:
6196         * gst/apetag/gstapedemux.h:
6197         * gst/apetag/gsttagdemux.c:
6198         * gst/apetag/gsttagdemux.h:
6199           Port APE tag demuxer over to the new GstTagDemux in -base.
6200
6201 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
6202
6203         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
6204         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
6205         (gst_rtspsrc_handle_internal_src_query),
6206         (gst_rtspsrc_handle_src_query), (new_session_pad),
6207         (gst_rtspsrc_stream_configure_tcp),
6208         (gst_rtspsrc_stream_configure_transport),
6209         (gst_rtspsrc_loop_send_cmd):
6210         Improve flushing behaviour.
6211         Set state of the udp sources to PAUSE/PLAYING correctly.
6212         Handle events and queries for UDP and TCP transport now.
6213
6214 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6215
6216         * gst/rtp/gstrtpgsmdepay.c:
6217         * gst/rtp/gstrtpgsmpay.c:
6218           Add log category.
6219
6220 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6221
6222         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
6223
6224         * tests/check/Makefile.am:
6225         * tests/check/pipelines/simple-launch-lines.c:
6226           Add unit tests for payloaders/depayloaders.
6227
6228 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6229
6230         * gst/avi/gstavimux.c:
6231         * gst/avi/gstavimux.h:
6232           Also save codec data for audio streams. Fixes #482495.
6233
6234 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6235
6236         * gst/avi/gstavimux.c:
6237           Fix "Index entry has invalid stream nr 1".
6238           Add support for muxing aac - work in progress (see #482495).
6239
6240 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6241
6242         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
6243         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
6244         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
6245         * gst/rtsp/gstrtspsrc.h:
6246         Parse bandwidth modifiers, they are not yet configured in the session
6247         manager because we don't have an API for that yet.
6248
6249 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6250
6251         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
6252         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
6253         Use shiny new function in -base to get the default clock-rate.
6254         Update some docs.
6255
6256 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
6257
6258         * win32/MANIFEST:
6259         Add files to win32 manifest.
6260         * win32/vs6/libgstaudiofx.dsp:
6261         * win32/vs6/libgstqtdemux.dsp:
6262         * win32/vs6/libgstrtp.dsp:
6263         * win32/vs6/libgstrtsp.dsp:
6264         Update project files.
6265
6266 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
6267
6268         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
6269         (gst_rtspsrc_play):
6270         * gst/rtsp/gstrtspsrc.h:
6271         In TCP mode, only timestamp the first buffer. TCP is not real time and
6272         it does not make sense to try to skew compensate, also some servers send
6273         the first batch of data in a burst.
6274
6275 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
6276
6277         * gst/matroska/matroska-demux.c:
6278           Fix setting the discont flag on the first buffer
6279           pushed downstream for formats with private codec
6280           data that needs to be deserialised into buffers
6281           (such as vorbis and FLAC when in a matroska container).
6282
6283 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
6284
6285         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
6286
6287         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
6288         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
6289         (gst_rtp_mp4v_pay_handle_buffer):
6290         * gst/rtp/gstrtpmp4vpay.h:
6291         Free the config string. Fixes #480707.
6292         Clean up the timestamp code a little.
6293
6294 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6295
6296         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6297         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
6298         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
6299         * gst/rtsp/gstrtspsrc.h:
6300         Set timestamps on RTP buffers in interleaved mode.
6301         Mark first buffers with a DISCONT.
6302         Remove flush hack now that sync for live sources has been figured out.
6303
6304 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6305
6306         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6307         Update documentation.
6308
6309 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6310
6311         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
6312         (gst_rtp_xqt_depay_change_state):
6313         * gst/qtdemux/gstrtpxqtdepay.h:
6314         Fail if we don't know the quicktime format.
6315
6316 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
6317
6318         * ext/flac/gstflacenc.c:
6319         * ext/flac/gstflacenc.h:
6320           Save the flow return from the last gst_pad_push() and
6321           make sure we pass the right flow return value upstream
6322           in the case of failure; minor clean-ups.
6323
6324 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6325
6326         * ext/taglib/gstapev2mux.cc:
6327         * ext/taglib/gstid3v2mux.cc:
6328         * gst/apetag/gstapedemux.c:
6329           Add support for the new GST_TAG_COMPOSER (#459809).
6330
6331 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6332
6333         * gst/law/alaw-decode.c:
6334         * gst/law/alaw-decode.h:
6335         * gst/law/alaw-encode.c:
6336         * gst/law/alaw-encode.h:
6337         * gst/law/alaw.c:
6338         * gst/law/mulaw-conversion.h:
6339           Compulsive clean-ups: use boilerplate macros, add debug
6340           categories, fix up things to conform to symbol nomenklatura,
6341           etc.
6342
6343 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6344
6345         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
6346
6347         * gst/law/alaw-decode.c:
6348         * gst/law/alaw-encode.c:
6349           Use static tables for A-Law decoding and encoding; this makes
6350           A-Law decoding and encoding less CPU-intensive, but increases
6351           the binary size a bit. Leaving old code around for now,
6352           selectable by a define in the code. Fixes #435435.
6353
6354 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6355
6356         * configure.ac:
6357         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
6358         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
6359         in configure.ac.
6360
6361 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6362
6363         Patch by: Jan Gerber <j at bootlab dot org>
6364
6365         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6366         Add fourccs for MPEG2 HDV streams. Fixes #479960.
6367
6368 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
6369
6370         * sys/oss/gstosshelper.c:
6371           Use GST_WARNING instead of a g_critical. This situation is not caused
6372           by the application.
6373
6374 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6375
6376         * po/LINGUAS:
6377         * po/nl.po:
6378           Updated translations.
6379
6380 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6381
6382         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
6383
6384         * po/eu.po:
6385           Added Basque translation.
6386
6387 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6388
6389         translated by: Abel Cheung <abelcheung@gmail.com>
6390
6391         * po/zh_HK.po:
6392         * po/zh_TW.po:
6393           Added Chinese (traditional and Hong Kong) translation.
6394
6395 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6396
6397         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6398
6399         * po/pl.po:
6400           Added Polish translation.
6401
6402 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6403
6404         translated by: Ilkka Tuohela <hile@iki.fi>
6405
6406         * po/fi.po:
6407           Added Finnish translation.
6408
6409 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6410
6411         translated by: Jorge González González <aloriel@gmail.com>
6412
6413         * po/es.po:
6414           Added Spanish translation.
6415
6416 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6417
6418         translated by: Mogens Jaeger <mogens@jaeger.tf>
6419
6420         * po/da.po:
6421           Added Danish translation.
6422
6423 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6424
6425         translated by: Funda Wang <fundawang@linux.net.cn>
6426
6427         * po/zh_CN.po:
6428           Added Chinese (simplified) translation.
6429
6430 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6431
6432         translated by: Alexander Shopov <ash@contact.bg>
6433
6434         * po/bg.po:
6435           Added Bulgarian translation.
6436
6437 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6438
6439         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
6440         Set outgoing packet duration because we can. Fixes #478244 some more.
6441
6442 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6443
6444         * ext/cairo/gsttextoverlay.c:
6445           Add info about static leak.
6446         
6447         * tests/check/Makefile.am:
6448         * tests/check/generic/states.c:
6449           Improved state change unit test.
6450
6451 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6452
6453         * docs/plugins/.cvsignore:
6454         * tests/check/.cvsignore:
6455           Ignore registries in any format.
6456
6457 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6458
6459         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
6460         Removed some unused code.
6461
6462         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
6463         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
6464         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
6465         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
6466         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
6467         (gst_rtp_theora_pay_flush_packet):
6468         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
6469         Try to preserve the incomming buffer duration on the outgoing
6470         packets. Fixes #478244.
6471
6472 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
6473
6474         * ext/taglib/gstapev2mux.cc:
6475         * ext/taglib/gstid3v2mux.cc:
6476           Work around compiler warnings with g++-4.2 when assigning a
6477           string constant to a gchar * (partially fixes #478092).
6478
6479 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
6480
6481         * configure.ac:
6482           We require core CVS now for gst_base_src_set_do_timestamp().
6483
6484 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6485
6486         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
6487         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6488         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
6489         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
6490         (gst_rtspsrc_handle_message):
6491         Fix compiler warnings shown with Forte.
6492
6493 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6494
6495         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
6496         (gst_rtspsrc_dup_printf):
6497         Give meaningfull error when all streams failed to configure for some
6498         reason.
6499
6500 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6501
6502         * gst/rtp/README:
6503         Update README with the design for synchronisation rules of RTP on
6504         sender and receiver.
6505
6506 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
6507
6508         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
6509         (gst_wavparse_chain):
6510         Don't push EOS from the chain function, the element
6511         driving the pipeline is responsible for this. The bug
6512         this was meant to fix seems to be queue not forwarding
6513         EOS in all cases (see #476514).
6514
6515 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6516
6517         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
6518         (gst_level_transform_ip):
6519         * gst/level/gstlevel.h:
6520         Use basetransform segment so that it is correctly managed on flushes and
6521         start/stop.
6522         Report message timestamp as stream time, which is what an application
6523         can understand.
6524
6525 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
6526
6527         * ext/taglib/gstapev2mux.cc:
6528         * ext/taglib/gstapev2mux.h:
6529         * ext/taglib/gsttaglibmux.c:
6530         * tests/check/elements/apev2mux.c:
6531         Update my mail address.
6532
6533 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
6534
6535         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
6536         (gst_wavparse_loop), (gst_wavparse_chain):
6537         Add EOS logic for the push-based mode too. Fixes #476514.
6538
6539 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
6540
6541         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
6542         * gst/law/alaw-encode.h:
6543         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
6544         (gst_mulawenc_chain):
6545         * gst/law/mulaw-encode.h:
6546         Fix law encoder timestamps.
6547
6548 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
6549
6550         * ext/gconf/gstgconfaudiosink.c:
6551           Fix warning when building without debug.
6552
6553         * sys/oss/gstossmixertrack.c:
6554           Use const like in alsamixertrack.c (fixes warnings).
6555
6556 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6557
6558         * sys/v4l2/v4l2src_calls.c:
6559         (gst_v4l2src_probe_caps_for_format_and_size):
6560         Fix framerate detection code some more.
6561         Handle the case where there is a weird step in the stepwise framerates.
6562         Don't overwrite the min interval with the framerate, use a temp variable
6563         instead.
6564         Use max in the Continuous framerate intervals instead of step, which is
6565         1 according to the docs. Fixes #475424.
6566
6567 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6568
6569         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
6570         Make udpsrc timestamp outgoing buffers based on when they were received.
6571         Also make it output a segment in time.
6572
6573 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6574
6575         * gst/avi/gstavidemux.c:
6576           Plug a little leak. Little code cleanups.
6577
6578 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
6579
6580         * configure.ac:
6581           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
6582           flac versions, 's good for cross-compilation karma.
6583
6584 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6585
6586         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
6587
6588         * gst/rtp/gstrtph263pay.c:
6589           Fix up header structure so that compilers don't add padding
6590           between the structure fields, since that would lead to us
6591           sending RTP packets with broken headers (as is currently the
6592           case when compiling with MSVC). Also see similar fixes in
6593           libgstrtp in gst-plugins-base. (#474616; #471194)
6594
6595 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
6596
6597         * sys/v4l2/v4l2src_calls.c:
6598         (gst_v4l2src_probe_caps_for_format_and_size):
6599         Don't overwrite our GValue with 0 but instead use the previously
6600         computed value. Fixes #471823 some more.
6601
6602 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
6603
6604         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6605           No tabs in this file please, or gtk-doc will end up documenting
6606           rather absurd class hierarchies.
6607
6608 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
6609
6610         * ext/gconf/gstswitchsink.c:
6611           If the new kid element fails to change state for some reason
6612           (e.g. esdsink not being able to connect to the sound server),
6613           forward the error message it posted on the bus instead of just
6614           posting a generic 'Internal state change error: please file a
6615           bug' error message. Fixes #471364.
6616
6617 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6618
6619         * gst/qtdemux/Makefile.am:
6620         * gst/qtdemux/qtdemux.c:
6621           Don't assume tags are encoded as UTF-8 (#473670).
6622
6623 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6624
6625         * sys/v4l2/gstv4l2src.c:
6626         * sys/v4l2/gstv4l2src.h:
6627         * sys/v4l2/v4l2src_calls.c:
6628           Implement LATENCY queries in the crudest way possible so I don't
6629           have to use sync=false any longer when testing with videosinks.
6630
6631 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6632
6633         * configure.ac:
6634           Fix build.
6635
6636 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6637
6638         * sys/v4l2/v4l2src_calls.c:
6639         (gst_v4l2src_probe_caps_for_format_and_size):
6640         Add some more debugging in the framerate function.
6641         Iterate stepwise framerate up to and _including_ the max and if nothing
6642         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
6643         don't end up with an empty list. Fixes #471823
6644
6645 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6646
6647         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6648         (gst_multiudpsink_set_clients_string),
6649         (gst_multiudpsink_get_clients_string),
6650         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
6651         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
6652         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
6653         (gst_multiudpsink_clear):
6654         Add property do configure destination address/port pairs
6655         API:GstMultiUDPSink::clients
6656
6657 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6658
6659         * tests/examples/Makefile.am:
6660         * tests/examples/rtp/Makefile.am:
6661         * tests/examples/rtp/client-H263p-AMR.sh:
6662         * tests/examples/rtp/client-H263p-PCMA.sdp:
6663         * tests/examples/rtp/client-H263p-PCMA.sh:
6664         * tests/examples/rtp/client-H264-PCMA.sdp:
6665         * tests/examples/rtp/client-H264-PCMA.sh:
6666         * tests/examples/rtp/client-PCMA.sh:
6667         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
6668         * tests/examples/rtp/server-alsasrc-PCMA.sh:
6669         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
6670         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
6671         Added some RTP example scripts for sending and receiving RTP streams.
6672
6673 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6674
6675         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
6676         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
6677         Restructure the setcaps function so that we can also compute the
6678         expected GStreamer output size of the video frames.
6679         Set frame_byte_size correctly so that read-based devices have a chance
6680         of working correctly.
6681         When grabbing a frame, discard frames that are not of the expected size.
6682         Some cameras don't output the right framesize for the first buffer.
6683         Try only a couple of times to get a valid frame, else error out.
6684
6685         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
6686         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
6687         Add some more debug info when scanning the device.
6688
6689         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
6690         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
6691         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
6692         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
6693         Add some more debug info when dequeing a frame.
6694
6695 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
6696
6697         * gst/wavparse/gstwavparse.c:
6698           More code cleanups. Add some more comment and improve debugs logs.
6699
6700 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
6701
6702         * gst/wavparse/gstwavparse.c:
6703         * gst/wavparse/gstwavparse.h:
6704           Implement seek-query. Refactor duration calculations. Appropriate use
6705           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
6706           out of loops.
6707
6708 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
6709
6710         * gst/avi/gstavidemux.c:
6711           Implement seek-query.
6712
6713 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
6714
6715         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
6716         (gst_rtspsrc_dup_printf):
6717         Use new basesink async property to make sparse RTCP packet not wait for
6718         preroll.
6719
6720 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
6721
6722         * gst/audiofx/Makefile.am:
6723         Dist the right file.
6724
6725 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
6726
6727         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
6728         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
6729         Make sure we generate and parse floating point values in the POSIX
6730         locale instead of the current locale. 
6731
6732 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
6733
6734         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
6735         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
6736         (gst_rtspsrc_play):
6737         * gst/rtsp/gstrtspsrc.h:
6738         Fix method detection again.
6739         Keep track of when we must send a Range header.
6740         Use segment values for Range, Speed and Scale headers.
6741         Parse Speed and Scale headers to update the segment values.
6742
6743 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
6744
6745         patch by: Mark Nauwelaerts <manauw@skynet.be>
6746
6747         * sys/v4l2/v4l2src_calls.c:
6748           Handle optional v4l2 ioctls gracefully.
6749
6750 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
6751
6752         * gst/rtp/Makefile.am:
6753         * gst/rtp/gstrtp.c: (plugin_init):
6754         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
6755         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
6756         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
6757         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
6758         (gst_rtp_h263_depay_get_property),
6759         (gst_rtp_h263_depay_change_state),
6760         (gst_rtp_h263_depay_plugin_init):
6761         * gst/rtp/gstrtph263depay.h:
6762         Added an H263 depayloader. Fixes #369392.
6763
6764         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6765         (gst_rtp_h263p_depay_process):
6766         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
6767         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
6768         Make the H263+ pay/depayloader support H263-1998 and H263-2000
6769         payloads.
6770         Also alow plain H263 on the h263p payloaders. Fixes #465040.
6771
6772 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
6773
6774         * gst/audiofx/audiochebyshevfreqband.c:
6775         * gst/audiofx/audiochebyshevfreqlimit.c:
6776         Add small comparision with the windowed sinc filters in the docs.
6777
6778 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
6779
6780         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
6781         (audiochebyshevfreqband_suite):
6782         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
6783         (audiochebyshevfreqlimit_suite):
6784         Also test 32 bit float mode and the type 2 variants of the filters.
6785
6786 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
6787
6788         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
6789         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
6790         (gst_rtspsrc_loop):
6791         Refactor the udp and interleaved loop function a bit.
6792
6793 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
6794
6795         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
6796         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
6797         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
6798         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
6799         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
6800         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
6801         * gst/rtsp/gstrtspsrc.h:
6802         Protect connection activity with a new lock, avoids deadlocks when going
6803         to PAUSED. Fixes #455808.
6804
6805 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
6806
6807         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
6808         Fix debug statement.
6809
6810 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
6811
6812         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
6813         Fix stray %u in debug line as spotted by Saur on IRC.
6814
6815 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
6816
6817         * gst/audiofx/audiochebyshevfreqband.c:
6818         (gst_audio_chebyshev_freq_band_class_init):
6819         * gst/audiofx/audiochebyshevfreqlimit.c:
6820         (gst_audio_chebyshev_freq_limit_class_init):
6821         Use generator macros for the process functions for the different
6822         sample types, add lower upper boundaries for the GObject properties
6823         so automatically generated UIs can use sliders and add a note about
6824         the number of poles as a too high number of poles combined with
6825         very low or very high frequencies will produce only noise.
6826         * docs/plugins/gst-plugins-good-plugins.args:
6827         Regenerated for the property changes.
6828
6829 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
6830
6831         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
6832         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
6833         (gst_rtspsrc_stream_configure_udp_sink),
6834         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
6835         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
6836         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
6837         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
6838         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
6839         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
6840         * gst/rtsp/gstrtspsrc.h:
6841         Improve timeout handling.
6842         Use the same socket for sending and receiving RTCP packets so that some
6843         servers can track clients better.
6844         Improve connection closed handling. Try to reconnect.
6845         Don't overwrite our content base with NULL.
6846         Improve debugging.
6847         Improve range parsing and handling.
6848         Remove flushing hack now that core does the right thing.
6849
6850 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
6851
6852         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6853         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
6854         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
6855         (gst_multiudpsink_close), (gst_multiudpsink_add):
6856         * gst/udp/gstmultiudpsink.h:
6857         Add support for getting and setting the socket to use.
6858
6859         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
6860         (gst_udpsrc_create), (gst_udpsrc_get_property):
6861         Add support for getting the currently used socket.
6862
6863 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
6864
6865         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6866
6867         * gst/audiofx/Makefile.am:
6868         * gst/audiofx/audiochebyshevfreqband.c:
6869         (gst_audio_chebyshev_freq_band_mode_get_type),
6870         (gst_audio_chebyshev_freq_band_base_init),
6871         (gst_audio_chebyshev_freq_band_dispose),
6872         (gst_audio_chebyshev_freq_band_class_init),
6873         (gst_audio_chebyshev_freq_band_init),
6874         (generate_biquad_coefficients), (calculate_gain),
6875         (generate_coefficients),
6876         (gst_audio_chebyshev_freq_band_set_property),
6877         (gst_audio_chebyshev_freq_band_get_property),
6878         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
6879         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
6880         (gst_audio_chebyshev_freq_band_start):
6881         * gst/audiofx/audiochebyshevfreqband.h:
6882         * gst/audiofx/audiochebyshevfreqlimit.c:
6883         (gst_audio_chebyshev_freq_limit_mode_get_type),
6884         (gst_audio_chebyshev_freq_limit_base_init),
6885         (gst_audio_chebyshev_freq_limit_dispose),
6886         (gst_audio_chebyshev_freq_limit_class_init),
6887         (gst_audio_chebyshev_freq_limit_init),
6888         (generate_biquad_coefficients), (calculate_gain),
6889         (generate_coefficients),
6890         (gst_audio_chebyshev_freq_limit_set_property),
6891         (gst_audio_chebyshev_freq_limit_get_property),
6892         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
6893         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
6894         (gst_audio_chebyshev_freq_limit_start):
6895         * gst/audiofx/audiochebyshevfreqlimit.h:
6896         * gst/audiofx/audiofx.c: (plugin_init):
6897         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
6898         Fixes #464800.
6899
6900         * tests/check/Makefile.am:
6901         * tests/check/elements/.cvsignore:
6902         * tests/check/elements/audiochebyshevfreqband.c:
6903         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
6904         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
6905         * tests/check/elements/audiochebyshevfreqlimit.c:
6906         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
6907         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
6908         Add unit tests for the chebyshev filters.
6909
6910         * docs/plugins/Makefile.am:
6911         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6912         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6913         * docs/plugins/gst-plugins-good-plugins.args:
6914         * docs/plugins/inspect/plugin-1394.xml:
6915         * docs/plugins/inspect/plugin-audiofx.xml:
6916         * docs/plugins/inspect/plugin-dv.xml:
6917         * docs/plugins/inspect/plugin-flac.xml:
6918         * docs/plugins/inspect/plugin-jpeg.xml:
6919         * docs/plugins/inspect/plugin-png.xml:
6920         * docs/plugins/inspect/plugin-rtp.xml:
6921         * docs/plugins/inspect/plugin-shout2send.xml:
6922         * docs/plugins/inspect/plugin-wavpack.xml:
6923         And add docs for the chebyshev filters. While doing
6924         that also run make update in docs/plugins.
6925
6926 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
6927
6928         * ext/annodex/gstcmmltag.c:
6929         * gst/rtp/gstrtpvorbispay.c:
6930           Make ro memory to share.
6931
6932 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
6933
6934         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6935         Improve UDP performance by avoiding a select() when we have data
6936         available immediatly.
6937
6938 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
6939
6940         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
6941         (gst_rtp_dec_class_init):
6942         * gst/rtsp/gstrtpdec.h:
6943         Add (dummy) SSRC management signals.
6944
6945         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
6946         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
6947         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
6948         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
6949         (on_timeout), (gst_rtspsrc_stream_configure_manager),
6950         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
6951         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
6952         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
6953         * gst/rtsp/gstrtspsrc.h:
6954         Add connection-speed property.
6955         Add find_stream helper functions.
6956         Handle stream EOS based on BYE messages or SSRC timeout.
6957         Returns SUCCESS from the state change function as we hide our async
6958         elements from the parent.
6959
6960 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
6961
6962         * gst/debug/rndbuffersize.c:
6963           Fix da leak.
6964
6965 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
6966
6967         * gst/debug/Makefile.am:
6968         * gst/debug/breakmydata.c:
6969         * gst/debug/gstdebug.c:
6970         * gst/debug/negotiation.c:
6971         * gst/debug/progressreport.c:
6972         * gst/debug/rndbuffersize.c:
6973         * gst/debug/testplugin.c:
6974           Add new test element and clean-up the others a little.
6975
6976 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
6977
6978         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
6979         Fix parsing of mp4a version 0 atoms. Fixes #465774.
6980
6981 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
6982
6983         * gst/rtp/gstrtpilbcdepay.c:
6984           Include stdlib.
6985
6986 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
6987
6988         * gst/rtp/gstrtpmpvdepay.c:
6989         Set the mpegversion in the caps so that autoplugging does not get
6990         confused.
6991
6992 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6993
6994         * po/hu.po:
6995         * po/uk.po:
6996         * po/vi.po:
6997           Updated translations.
6998
6999 2007-08-08  Michael Smith <msmith@fluendo.com>
7000
7001         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
7002           Render right border in the correct location.
7003
7004 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7005
7006         Patch by: Olivier Crete <tester at tester dot ca>
7007
7008         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
7009         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
7010         Make mode property a string. Fixes #464475.
7011
7012 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
7013
7014         * ext/flac/gstflacenc.c:
7015           Widen caps to match decoder a bit and add more FIXMEs.
7016
7017 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
7018
7019         patch by: Mark Nauwelaerts <manauw@skynet.be>
7020
7021         * gst/avi/gstavimux.c:
7022           Fix ODML index tag numbering. Fixes #463624.
7023
7024 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7025
7026         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
7027         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7028         (gst_rtspsrc_stream_configure_tcp),
7029         (gst_rtspsrc_stream_configure_udp_sink):
7030         Fix default clock-rate for realmedia.
7031         Fix parsing of transport.
7032         Don't try to link NULL pads.
7033
7034 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
7035
7036         * po/POTFILES.skip:
7037           Add POTFILES.skip with list of source files that aren't disted at the
7038           moment but contain translatable strings. Should hopefully pacify
7039           broken tools and make it clearer that these files are left out
7040           intentionally (#461600).
7041
7042 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
7043
7044         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
7045         If the buffer was entirely clipped ... don't try sending it :)
7046
7047 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7048
7049         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
7050         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
7051         (gst_rtspsrc_create_transports_string),
7052         (gst_rtspsrc_prepare_transports):
7053         If we don't hav a session manager, set the caps on outgoing buffers
7054         ourselves.
7055         Force PAUSE/PLAY methods for now until the extensions can overwrite.
7056         Append final bit of the transport string even when it does not contain a
7057         placeholder.
7058
7059 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7060
7061         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
7062         (gst_rtsp_ext_list_connect):
7063         * gst/rtsp/gstrtspext.h:
7064         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7065         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
7066         Clean up the interface list.
7067         Allow connecting to interface signals for the extensions.
7068         Remove old extension code.
7069         Free list on cleanup.
7070         Allow extensions to send additional RTSP messages.
7071
7072 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7073
7074         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
7075         Handle a NULL gconf key gracefully by rendering the default element.
7076
7077 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7078
7079         * gst/rtsp/gstrtspext.h:
7080         Fix include path for extension interface.
7081
7082 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7083
7084         * gst/audiofx/audioamplify.h:
7085         Also remove a now unecessary variable here.
7086
7087 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7088
7089         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
7090         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
7091         * gst/audiofx/audiodynamic.c:
7092         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
7093         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
7094         * gst/audiofx/audiodynamic.h:
7095         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
7096         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
7097         * gst/audiofx/audioinvert.h:
7098         Don't save format information ourselves, this is already saved in
7099         GstAudioFilter.
7100
7101 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7102
7103         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7104         (gst_rtsp_ext_list_stream_select):
7105         * gst/rtsp/gstrtspext.h:
7106         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7107         Use rank to filter out extensions.
7108         Add url to stream_select interface call.
7109
7110 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7111
7112         * gst/rtsp/Makefile.am:
7113         * gst/rtsp/base64.c:
7114         * gst/rtsp/base64.h:
7115         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7116         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
7117         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
7118         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
7119         (gst_rtsp_ext_list_setup_media),
7120         (gst_rtsp_ext_list_configure_stream),
7121         (gst_rtsp_ext_list_get_transports),
7122         (gst_rtsp_ext_list_stream_select):
7123         * gst/rtsp/gstrtspext.h:
7124         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7125         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7126         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7127         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7128         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
7129         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
7130         (gst_rtspsrc_stream_configure_tcp),
7131         (gst_rtspsrc_stream_configure_mcast),
7132         (gst_rtspsrc_stream_configure_udp),
7133         (gst_rtspsrc_stream_configure_udp_sink),
7134         (gst_rtspsrc_stream_configure_transport),
7135         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7136         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7137         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
7138         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
7139         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7140         (gst_rtspsrc_parse_methods),
7141         (gst_rtspsrc_create_transports_string),
7142         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
7143         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
7144         (gst_rtspsrc_play), (gst_rtspsrc_pause),
7145         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
7146         * gst/rtsp/gstrtspsrc.h:
7147         * gst/rtsp/rtsp.h:
7148         * gst/rtsp/rtspconnection.c:
7149         * gst/rtsp/rtspconnection.h:
7150         * gst/rtsp/rtspdefs.c:
7151         * gst/rtsp/rtspdefs.h:
7152         * gst/rtsp/rtspext.h:
7153         * gst/rtsp/rtspextwms.c:
7154         * gst/rtsp/rtspextwms.h:
7155         * gst/rtsp/rtspmessage.c:
7156         * gst/rtsp/rtspmessage.h:
7157         * gst/rtsp/rtsprange.c:
7158         * gst/rtsp/rtsprange.h:
7159         * gst/rtsp/rtsptransport.c:
7160         * gst/rtsp/rtsptransport.h:
7161         * gst/rtsp/rtspurl.c:
7162         * gst/rtsp/rtspurl.h:
7163         * gst/rtsp/sdp.h:
7164         * gst/rtsp/sdpmessage.c:
7165         * gst/rtsp/sdpmessage.h:
7166         * gst/rtsp/test.c:
7167         Use shiny new RTSP and SDP library.
7168         Implement RTSP extensions using the new interface.
7169         Remove a lot of old code.
7170
7171 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
7172
7173         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7174         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
7175
7176 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
7177
7178         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7179         Don't unref the outgoing buffer twice when dropping it because it's
7180         outside of the segment.
7181
7182 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
7183
7184         * configure.ac:
7185         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7186         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
7187         Use the new buffer clipping function from gstaudio here and
7188         require gst-plugins-base CVS.
7189         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
7190         For framed Wavpack buffers we require a valid timestamp.
7191
7192 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7193
7194         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7195         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
7196         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
7197         Clip raw audio and video when we can, keep track of current output
7198         segment.
7199         Don't leak buffers and events when there is no output pad.
7200         Improve debugging here and there.
7201
7202 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7203
7204         * configure.ac:
7205           Sync liboil check with plugins-base.
7206
7207 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7208
7209         * ext/annodex/Makefile.am:
7210           Fix CFLAGS/LIBS.
7211
7212         * ext/cdio/gstcdiocddasrc.c:
7213         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
7214           Include stdlib
7215
7216         * ext/cairo/Makefile.am:
7217         * gst/videofilter/Makefile.am:
7218         * tests/examples/level/Makefile.am:
7219           Use $(LIBM) instead of -lm
7220
7221 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7222
7223         * sys/v4l2/gstv4l2src.c:
7224           Add another example pipeline.
7225
7226 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7227
7228         Patch by: Alexander Eichner <alexeichi@yahoo.de>
7229
7230         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
7231           Use define here.
7232
7233         * sys/v4l2/gstv4l2tuner.c:
7234         (gst_v4l2_tuner_set_frequency_and_notify):
7235           Don't touch the property - its still disabled.
7236
7237         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
7238         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
7239         * sys/v4l2/v4l2src_calls.h:
7240           Improve fallback format negotionation. Fixes #451388
7241
7242 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7243
7244         * tests/check/elements/videocrop.c: (GST_START_TEST):
7245           Fix the test.
7246
7247 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7248
7249         * docs/plugins/Makefile.am:
7250         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7251         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7252         * docs/plugins/inspect/plugin-jpeg.xml:
7253         * docs/plugins/inspect/plugin-png.xml:
7254         * ext/jpeg/gstjpegdec.c:
7255         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
7256         (gst_pngdec_sink_setcaps):
7257           More docs. More logs in pngdec.
7258
7259 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
7260
7261         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
7262           Initialize num_buffers with minimum value.
7263
7264         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
7265         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
7266           Handle frame-size query failure gracefully.
7267
7268 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7269
7270         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
7271         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
7272         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
7273         of qt/aac files.
7274
7275 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
7276
7277         * ext/wavpack/gstwavpackdec.c:
7278         (gst_wavpack_dec_clip_outgoing_buffer):
7279         Fix buffer clipping to correctly clip to the segment stop.
7280
7281 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7282
7283         * configure.ac:
7284         * tests/Makefile.am:
7285         Remove bogus check for libcheck, since we check for
7286         gstreamer-check and it pulls in the required info from there,
7287         and we weren't actually _using_ the information for libcheck
7288         ourselves anyway.
7289
7290 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
7291
7292         * configure.ac:
7293           Use pkg-config to locate check.
7294
7295 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
7296
7297         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7298         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7299         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
7300         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7301         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
7302         * gst/effectv/gstaging.c: (gst_agingtv_transform):
7303         * gst/effectv/gstdice.c: (gst_dicetv_transform):
7304         * gst/effectv/gstedge.c: (gst_edgetv_transform):
7305         * gst/effectv/gstquark.c: (gst_quarktv_transform):
7306         * gst/effectv/gstrev.c: (gst_revtv_transform):
7307         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
7308         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
7309         * gst/effectv/gstwarp.c: (gst_warptv_transform):
7310         * gst/matroska/matroska-demux.c:
7311         (gst_matroska_demux_add_wvpk_header),
7312         (gst_matroska_demux_check_subtitle_buffer),
7313         (gst_matroska_decode_buffer):
7314         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
7315           Fix build against core CVS.
7316
7317 2007-07-10  Edward Hervey  <bilboed@gmail.com>
7318
7319         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
7320         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
7321         don't have enough granularity to convert that boolean into a
7322         GstFlowReturn.
7323
7324 2007-07-06  Michael Smith <msmith@fluendo.com>
7325
7326         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
7327         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
7328         (gst_alawdec_change_state):
7329         * gst/law/alaw-decode.h:
7330         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7331         (gst_mulawdec_class_init), (gst_mulawdec_init),
7332         (gst_mulawdec_chain), (gst_mulawdec_change_state):
7333         * gst/law/mulaw-decode.h:
7334           Fix capsnego bogosity in *law decoders. 
7335
7336 2007-07-06  Michael Smith <msmith@fluendo.com>
7337
7338         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
7339         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
7340         (gst_smokeenc_change_state):
7341         * ext/jpeg/gstsmokeenc.h:
7342           Remove stupidity in get/set caps functions.
7343           Fix some refcounting problems.
7344
7345 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
7346
7347         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
7348         Remove endianness-flipping hack that seems to have been required
7349         only because of a bug in ffmpegcolorspace.
7350         Partially Fixes: #451908
7351
7352 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
7353
7354         * docs/plugins/Makefile.am:
7355           Simplify --extra-dir as gtkdoc scans recursively.
7356
7357 2007-07-03  Wim Taymans  <wim@fluendo.com>
7358
7359         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7360
7361         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
7362         Set the encoding-name in the rtp caps to all uppercase, as required by
7363         the caps spec.
7364         Some small cleanups in the error paths. Fixes #453037.
7365
7366 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
7367
7368         * ext/wavpack/gstwavpackparse.c:
7369         (gst_wavpack_parse_index_get_last_entry),
7370         (gst_wavpack_parse_index_get_entry_from_sample),
7371         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
7372         (gst_wavpack_parse_scan_to_find_sample):
7373         * ext/wavpack/gstwavpackparse.h:
7374         Use a GSList for the GArray that is used like a list anyway.
7375
7376 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
7377
7378         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
7379         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
7380         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
7381           Add state change function where we set 0/1 as default framerate in
7382           case our setcaps function isn't called, like it might not in a
7383           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
7384           gdkpixbufdec trying to create caps with a 0/0 framerate.
7385           Also post an error message on the bus if gst_pad_push() fails when
7386           called from our sink event handler (+1 for flow returns for event
7387           functions in 0.11) instead of failing silently.
7388
7389 2007-06-27  Wim Taymans  <wim@fluendo.com>
7390
7391         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
7392         Cast stack args to the proper types. Fixes #451249.
7393
7394 2007-06-27  Wim Taymans  <wim@fluendo.com>
7395
7396         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7397         (new_session_pad), (gst_rtspsrc_setup_streams):
7398         * gst/rtsp/gstrtspsrc.h:
7399         For container formats we only need to activate one of the streams so
7400         that we correctly signal no-more-pads. Fixes #451015.
7401
7402 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
7403
7404         * docs/plugins/gst-plugins-good-plugins.args:
7405         * docs/plugins/inspect/plugin-aasink.xml:
7406         * docs/plugins/inspect/plugin-alaw.xml:
7407         * docs/plugins/inspect/plugin-alpha.xml:
7408         * docs/plugins/inspect/plugin-alphacolor.xml:
7409         * docs/plugins/inspect/plugin-annodex.xml:
7410         * docs/plugins/inspect/plugin-apetag.xml:
7411         * docs/plugins/inspect/plugin-audiofx.xml:
7412         * docs/plugins/inspect/plugin-auparse.xml:
7413         * docs/plugins/inspect/plugin-autodetect.xml:
7414         * docs/plugins/inspect/plugin-avi.xml:
7415         * docs/plugins/inspect/plugin-cacasink.xml:
7416         * docs/plugins/inspect/plugin-cairo.xml:
7417         * docs/plugins/inspect/plugin-cdio.xml:
7418         * docs/plugins/inspect/plugin-cutter.xml:
7419         * docs/plugins/inspect/plugin-debug.xml:
7420         * docs/plugins/inspect/plugin-efence.xml:
7421         * docs/plugins/inspect/plugin-effectv.xml:
7422         * docs/plugins/inspect/plugin-esdsink.xml:
7423         * docs/plugins/inspect/plugin-flac.xml:
7424         * docs/plugins/inspect/plugin-flxdec.xml:
7425         * docs/plugins/inspect/plugin-gconfelements.xml:
7426         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
7427         * docs/plugins/inspect/plugin-goom.xml:
7428         * docs/plugins/inspect/plugin-halelements.xml:
7429         * docs/plugins/inspect/plugin-icydemux.xml:
7430         * docs/plugins/inspect/plugin-id3demux.xml:
7431         * docs/plugins/inspect/plugin-jpeg.xml:
7432         * docs/plugins/inspect/plugin-ladspa.xml:
7433         * docs/plugins/inspect/plugin-level.xml:
7434         * docs/plugins/inspect/plugin-matroska.xml:
7435         * docs/plugins/inspect/plugin-mulaw.xml:
7436         * docs/plugins/inspect/plugin-multipart.xml:
7437         * docs/plugins/inspect/plugin-navigationtest.xml:
7438         * docs/plugins/inspect/plugin-ossaudio.xml:
7439         * docs/plugins/inspect/plugin-png.xml:
7440         * docs/plugins/inspect/plugin-quicktime.xml:
7441         * docs/plugins/inspect/plugin-rtp.xml:
7442         * docs/plugins/inspect/plugin-rtsp.xml:
7443         * docs/plugins/inspect/plugin-smpte.xml:
7444         * docs/plugins/inspect/plugin-speex.xml:
7445         * docs/plugins/inspect/plugin-taglib.xml:
7446         * docs/plugins/inspect/plugin-udp.xml:
7447         * docs/plugins/inspect/plugin-videobalance.xml:
7448         * docs/plugins/inspect/plugin-videobox.xml:
7449         * docs/plugins/inspect/plugin-videocrop.xml:
7450         * docs/plugins/inspect/plugin-videoflip.xml:
7451         * docs/plugins/inspect/plugin-videomixer.xml:
7452         * docs/plugins/inspect/plugin-wavenc.xml:
7453         * docs/plugins/inspect/plugin-wavparse.xml:
7454         * docs/plugins/inspect/plugin-ximagesrc.xml:
7455           Update docs with caps info.
7456
7457 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
7458
7459         * po/POTFILES.in:
7460           Add more files with translatable strings (#450878).
7461
7462 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
7463
7464         * MAINTAINERS:
7465         Updating all the maintainers files
7466
7467 2007-06-22  Edward Hervey  <edward@fluendo.com>
7468
7469         * ext/flac/gstflactag.c: (gst_flac_tag_init):
7470         * gst/interleave/deinterleave.c: (deinterleave_init),
7471         (deinterleave_sink_link):
7472         * gst/interleave/interleave.c: (interleave_init):
7473         * gst/median/gstmedian.c: (gst_median_init):
7474         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
7475         Fix memory leaks.
7476         * tests/check/elements/id3demux.c: (pad_added_cb):
7477         Remove unused variable.
7478
7479 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
7480
7481         * ext/gconf/gconf.h:
7482         Make the prototype of gst_gconf_get_key_for_sink_profile
7483         match the implementation.
7484         Patch by: Damien Carbery <damien dot carbery at sun dot com>
7485         Fixes: #449747
7486
7487 2007-06-20  Michael Smith <msmith@fluendo.com>
7488
7489         * gst/rtp/gstrtpdepay.c:
7490           Fix description - rtpdepay is not a payloader.
7491
7492 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
7493
7494         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
7495         (qtdemux_video_caps):
7496         * gst/qtdemux/qtdemux_fourcc.h:
7497           Add MJPG to the variants of motion jpeg.
7498
7499 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
7500
7501         * tests/check/Makefile.am:
7502         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
7503         * tests/check/elements/videocrop.c: (GST_START_TEST):
7504         * tests/check/elements/videofilter.c:
7505         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
7506         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
7507           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
7508           error flags are included and it errors out on compiler warnings
7509           for CVS builds; remove unused variables in various unit tests.
7510
7511 2007-06-19  Wim Taymans  <wim@fluendo.com>
7512
7513         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
7514         (rtsp_connection_close), (rtsp_connection_free):
7515         Use threadsafe inet_ntop to convert an ip number to a string. 
7516         Fixes #447961.
7517         Don't leak fd (and ip) when freeing a connection without first closing
7518         it.
7519
7520 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
7521
7522         * configure.ac:
7523         Back to CVS
7524
7525         * gst-plugins-good.doap:
7526         Add 0.10.6 to the doap file.
7527
7528 === release 0.10.6 ===
7529
7530 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
7531
7532         * configure.ac:
7533           releasing 0.10.6, "Wobble Board"
7534
7535 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
7536
7537         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
7538         (rtsp_connection_free):
7539           Revert previous commit again, since we are frozen (sorry).
7540
7541 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
7542
7543         Patch by: Peter Kjellerstedt <pkj at axis com>
7544
7545         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
7546         (rtsp_connection_free):
7547           inet_ntoa() uses a static buffer internally, so we need to copy the
7548           returned string if we want to store it for later (#447961).
7549
7550 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
7551
7552         * win32/vs6/autogen.dsp:
7553         * win32/vs6/gst_plugins_good.dsw:
7554         * win32/vs6/libgstalaw.dsp:
7555         * win32/vs6/libgstalpha.dsp:
7556         * win32/vs6/libgstalphacolor.dsp:
7557         * win32/vs6/libgstapetag.dsp:
7558         * win32/vs6/libgstaudiofx.dsp:
7559         * win32/vs6/libgstauparse.dsp:
7560         * win32/vs6/libgstautodetect.dsp:
7561         * win32/vs6/libgstavi.dsp:
7562         * win32/vs6/libgstcutter.dsp:
7563         * win32/vs6/libgstdirectdraw.dsp:
7564         * win32/vs6/libgstdirectsound.dsp:
7565         * win32/vs6/libgsteffectv.dsp:
7566         * win32/vs6/libgstflx.dsp:
7567         * win32/vs6/libgstgoom.dsp:
7568         * win32/vs6/libgsticydemux.dsp:
7569         * win32/vs6/libgstid3demux.dsp:
7570         * win32/vs6/libgstinterleave.dsp:
7571         * win32/vs6/libgstjpeg.dsp:
7572         * win32/vs6/libgstlevel.dsp:
7573         * win32/vs6/libgstmatroska.dsp:
7574         * win32/vs6/libgstmedian.dsp:
7575         * win32/vs6/libgstmonoscope.dsp:
7576         * win32/vs6/libgstmulaw.dsp:
7577         * win32/vs6/libgstmultipart.dsp:
7578         * win32/vs6/libgstqtdemux.dsp:
7579         * win32/vs6/libgstrtp.dsp:
7580         * win32/vs6/libgstrtsp.dsp:
7581         * win32/vs6/libgstsmpte.dsp:
7582         * win32/vs6/libgstspeex.dsp:
7583         * win32/vs6/libgstudp.dsp:
7584         * win32/vs6/libgstvideobalance.dsp:
7585         * win32/vs6/libgstvideobox.dsp:
7586         * win32/vs6/libgstvideocrop.dsp:
7587         * win32/vs6/libgstvideoflip.dsp:
7588         * win32/vs6/libgstvideomixer.dsp:
7589         * win32/vs6/libgstwaveform.dsp:
7590         * win32/vs6/libgstwavenc.dsp:
7591         * win32/vs6/libgstwavparse.dsp:
7592         Mark *.dsp & *.dsw as binary files and convert to DOS line
7593         endings, as they don't load into VS6 correctly otherwise.
7594
7595 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
7596
7597         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7598         (rtsp_connection_connect):
7599         Fix the MingW build. 
7600         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
7601         Fixes: #446981
7602
7603 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
7604
7605         * tests/check/elements/.cvsignore:
7606         * tests/icles/.cvsignore:
7607         Hush the buildbots up
7608
7609 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
7610
7611         * configure.ac:
7612         * sys/Makefile.am:
7613         * sys/directdraw/Makefile.am:
7614         * sys/directsound/Makefile.am:
7615         * sys/waveform/Makefile.am:
7616         Make sure to dist everything needed for win32 builds.
7617
7618 2007-06-14  Edward Hervey  <edward@fluendo.com>
7619
7620         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
7621         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
7622         caps.
7623         Fixes #447458
7624
7625 2007-06-13  Wim Taymans  <wim@fluendo.com>
7626
7627         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
7628         Make sure we allocate enough memory for the codec_data.
7629         Fixes #447210.
7630
7631 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
7632
7633         * win32/MANIFEST:
7634         Add videocrop project file to the win32 manifest.
7635         * win32/vs6/gst_plugins_good.dsw:
7636         Add qtdemux,videocrop and waveform projects to the workspace.
7637         * win32/vs6/libgstqtdemux.dsp:
7638         Add zlib to the link list of qtdemux.
7639         * win32/vs6/libgstvideocrop.dsp:
7640         Add a project file for videocrop.
7641
7642 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
7643
7644         * po/POTFILES.in:
7645         Add qtdemux for translation
7646
7647 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
7648
7649         * configure.ac:
7650         * docs/plugins/Makefile.am:
7651         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7652         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7653         * docs/plugins/inspect/plugin-videocrop.xml:
7654         * gst-plugins-good.spec.in:
7655         * sys/Makefile.am:
7656         * tests/check/Makefile.am:
7657         * tests/icles/Makefile.am:
7658         * tests/icles/videocrop-test.c:
7659         Move videocrop and osxvideo from -bad.
7660
7661 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
7662
7663         * configure.ac:
7664         * docs/plugins/Makefile.am:
7665         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7666         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7667         * docs/plugins/gst-plugins-good-plugins.args:
7668         * docs/plugins/inspect/plugin-qtdemux.xml:
7669         * docs/plugins/inspect/plugin-quicktime.xml:
7670         * win32/MANIFEST:
7671         Move qtdemux from -bad.
7672
7673         * gst-plugins-good.spec.in:
7674         Update spec file to reflect moving of qtdemux and wavpack
7675
7676 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
7677         
7678         * win32/MANIFEST:
7679         * docs/plugins/Makefile.am:
7680         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7681         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7682         * docs/plugins/inspect/plugin-directdraw.xml:
7683         * docs/plugins/inspect/plugin-directsound.xml:
7684         * docs/plugins/inspect/plugin-waveform.xml:
7685         Move the waveform plugin from -bad too. Update the inspect xml
7686         files to mention Plugins Good instead of Plugins Bad.
7687
7688 2007-06-12  Andy Wingo  <wingo@pobox.com>
7689
7690         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
7691         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
7692         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
7693         finalization and resuscitation. No longer public.
7694         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
7695         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
7696         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
7697         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
7698         miniobject semantics, and be threadsafe.
7699         (gst_v4l2src_queue_frame): Remove this function, as we just call
7700         the ioctls directly in the two places where we queue buffers.
7701         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
7702         directly.
7703         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
7704         to allocate the pool, which also preallocates the GstBuffers.
7705         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
7706         queueing the frames directly.
7707         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
7708         mmap buffers have been dequeued.
7709
7710         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
7711         real MiniObject instead of rolling our own refcounting and
7712         finalizing. Give it a lock.
7713         (struct _GstV4l2Buffer): Remove one intermediary object, having
7714         the buffers hold the struct v4l2_buffer directly.
7715
7716         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
7717         capture_init so that it can set them on the buffers that it will
7718         create.
7719         (gst_v4l2src_get_read): For better or for worse, include the
7720         timestamping and offsetting code here; really we should be using
7721         bufferalloc though.
7722         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
7723         preallocated, mmap'd buffers.
7724
7725 2007-06-11  Wim Taymans  <wim@fluendo.com>
7726
7727         Patch by: daniel fischer <dan at f3c dot com>
7728
7729         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
7730         (gst_ximage_src_get_caps):
7731         Actually use the display_name property so that we can dump any
7732         available X display. Fixes #445905.
7733
7734 2007-06-11  Wim Taymans  <wim@fluendo.com>
7735
7736         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7737
7738         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
7739         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
7740         Add missing rate fields to caps. Fixes #441118.
7741
7742 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
7743
7744         * win32/vs6/gst_plugins_good.dsw:
7745         * win32/vs8/gst-plugins-good.sln:
7746         Add DirectSound and DirectDraw sinks project files to
7747         workspace and solution files.
7748
7749 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
7750
7751         Patch by: Josh Coalson <xflac at yahoo dot com>,
7752         updated by Alexis Ballier <aballier at gentoo dot org>:
7753
7754         * configure.ac:
7755         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
7756         (gst_flac_dec_setup_seekable_decoder),
7757         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
7758         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
7759         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
7760         * ext/flac/gstflacdec.h:
7761         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
7762         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
7763         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
7764         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
7765         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
7766         (gst_flac_enc_chain), (gst_flac_enc_set_property),
7767         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
7768         * ext/flac/gstflacenc.h:
7769         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
7770         
7771 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
7772
7773         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
7774         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
7775         not necessary anymore as we need at least that core version. 
7776
7777 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
7778
7779         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7780         (gst_wavpack_dec_chain):
7781         * ext/wavpack/gstwavpackdec.h:
7782         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
7783         (gst_wavpack_parse_push_buffer):
7784         * ext/wavpack/gstwavpackparse.h:
7785         Improve discont handling by checking if the next Wavpack block has
7786         the expected, following block index.
7787
7788 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7789
7790         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
7791           Fix element description.
7792
7793 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7794
7795         * configure.ac:
7796         * docs/plugins/Makefile.am:
7797         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7798         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7799         * docs/plugins/gst-plugins-good-plugins.args:
7800         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7801         * docs/plugins/gst-plugins-good-plugins.signals:
7802         * docs/plugins/inspect/plugin-autodetect.xml:
7803         * docs/plugins/inspect/plugin-gconfelements.xml:
7804         * docs/plugins/inspect/plugin-ladspa.xml:
7805         * docs/plugins/inspect/plugin-rtp.xml:
7806         * docs/plugins/inspect/plugin-wavpack.xml:
7807         * ext/Makefile.am:
7808         * tests/check/Makefile.am:
7809           move wavpack plugin.  See #352605.
7810
7811 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
7812
7813         * configure.ac:
7814         * docs/plugins/Makefile.am:
7815         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7816         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7817         * docs/plugins/gst-plugins-good-plugins.args:
7818         * sys/Makefile.am:
7819         * win32/MANIFEST:
7820         Add DirectDraw & DirectSound plugins to the build and docs.
7821
7822 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
7823
7824         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
7825         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
7826           When operating in pull mode, error out correct on not-linked.
7827
7828 2007-06-06  Andy Wingo  <wingo@pobox.com>
7829
7830         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
7831         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
7832         format and size if the ioctls are defined; should fix compilation
7833         on Linux < 2.16.19.
7834
7835 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
7836
7837         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
7838           Printf fixes in debug statements; use LOG level for debug statements
7839           that are printed for each and every frame; convert c++ comments to
7840           C-style comments; not much point using g_try_malloc() if we then not
7841           even check the return value.
7842
7843 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
7844
7845         * configure.ac:
7846           Bump requirements to released versions (core and base 0.10.13).
7847
7848         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
7849           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
7850           own implementation.
7851
7852 2007-06-05  Andy Wingo  <wingo@pobox.com>
7853
7854         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
7855         some useless comments.
7856
7857         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
7858         frames before calling STREAMON, that might leave them in a state
7859         where they can't be dequeued if we go back to NULL without calling
7860         STREAMON, according to the docs.
7861         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
7862         before we call STREAMON.
7863         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
7864         failures. (For me this code hung.) The pool refcounting is still
7865         crack; added a note to that effect.
7866
7867 2007-06-05  Wim Taymans  <wim@fluendo.com>
7868
7869         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
7870         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
7871         Add support for mapping gst structure names to the MIME type equivalent.
7872         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
7873
7874 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
7875
7876         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
7877         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
7878         (gst_wavenc_chain), (gst_wavenc_change_state):
7879         * gst/wavenc/gstwavenc.h:
7880         Properly write wav files with width!=depth by having the depth most
7881         significant bytes set and all others zero. Fixes #442535.
7882
7883 2007-06-01  Wim Taymans  <wim@fluendo.com>
7884
7885         * gst/rtsp/rtspconnection.c:
7886         Add include to make buildbot happy.
7887
7888 2007-06-01  Wim Taymans  <wim@fluendo.com>
7889
7890         Patch by: Peter Kjellerstedt  <pkj at axis com>
7891
7892         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7893         (rtsp_connection_connect), (add_date_header),
7894         (rtsp_connection_send), (parse_response_status),
7895         (parse_request_line), (parse_line), (rtsp_connection_receive):
7896         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
7897         * gst/rtsp/rtspdefs.h:
7898         * gst/rtsp/rtspmessage.c: (key_value_foreach),
7899         (rtsp_message_init_request), (rtsp_message_init_response),
7900         (rtsp_message_remove_header), (rtsp_message_append_headers),
7901         (rtsp_message_dump):
7902         * gst/rtsp/rtspmessage.h:
7903         Improves version checking, allowing an RTSP server to reply with "505
7904         RTSP Version not supported.
7905         Adds a Date header to all messages.
7906         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
7907         want to be able to send a response even if something in the request was
7908         invalid. EINVAL is only used when passing wrong arguments to functions.
7909         Do not handle an invalid method in parse_request_line(). Defer this to
7910         the caller so it can respond with "405 Method Not Allowed".
7911         Improves parsing of the timeout parameter to the Session header,
7912         allowing whitespace after the semicolon. 
7913         Avoids a compiler warning due to variables shadowing a function argument.
7914
7915 2007-06-01  Wim Taymans  <wim@fluendo.com>
7916
7917         Based on Patch by: Daniel Charles <dcharles at ti dot com>
7918
7919         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
7920         (gst_rtp_amr_depay_process):
7921         * gst/rtp/gstrtpamrdepay.h:
7922         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
7923         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
7924         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
7925         * gst/rtp/gstrtpamrpay.h:
7926         Add support for AMR-WB.
7927         Small cleanups such as using BOILERPLATE.
7928
7929 2007-05-31  Wim Taymans  <wim@fluendo.com>
7930
7931         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
7932         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
7933
7934 2007-05-30  Andy Wingo  <wingo@pobox.com>
7935
7936         * sys/v4l2/gstv4l2object.h: 
7937         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
7938         unintended changes.
7939
7940         * sys/v4l2/v4l2src_calls.h: 
7941         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
7942         the format list in the order that the driver gives it to us.
7943         (gst_v4l2src_probe_caps_for_format_and_size)
7944         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
7945         based on the capabilities of the device.
7946         (gst_v4l2src_grab_frame): Update for object variable renaming.
7947         (gst_v4l2src_set_capture): Update to be strict in its parameters,
7948         as in the set_caps below.
7949         (gst_v4l2src_capture_init): Update for object variable renaming,
7950         and reflow.
7951         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
7952         (gst_v4l2src_capture_deinit): Update for object variable renaming.
7953         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
7954         (gst_v4l2src_get_fps): Remove; these functions don't have much
7955         meaning outside of an atomic set_caps method.
7956         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
7957         known.
7958
7959         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
7960         call to update_fps; not sure about this change.
7961         (gst_v4l2_tuner_set_norm): Work around the fact that for the
7962         moment we don't have an update_fps_func.
7963
7964         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
7965         structures in the object, just store what we need. Do store the
7966         probed caps of the device. Don't store the current frame rate.
7967
7968         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
7969         update_fps_function, for now. Update for new object variable
7970         naming.
7971         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
7972         new object variable naming.
7973         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
7974         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
7975         (gst_v4l2src_get_caps): Rework to probe the device for supported
7976         frame sizes and frame rates.
7977         (gst_v4l2src_set_caps): Rework to be strict in the given
7978         parameters: if someone asks us to have a certain size and rate,
7979         that is what we configure.
7980         (gst_v4l2src_get_read): Update for object variable naming. Don't
7981         leak buffers on short reads.
7982         (gst_v4l2src_get_mmap): Update for object variable naming, and add
7983         comments.
7984         (gst_v4l2src_create): Update for object variable naming.
7985
7986 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
7987
7988         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
7989         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
7990         * gst/avi/gstavidemux.h:
7991           Parse subtitle text streams instead of erroring out (#442034). Still
7992           needs a parser for the subtitles to actually show up.
7993
7994 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
7995
7996         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
7997         (gst_avi_demux_loop):
7998           Make _push_event() return TRUE if the event could be pushed on at
7999           least one pad and not only if it could be pushed on all pads,
8000           otherwise we'll end up posting an error message on EOS if one or
8001           more source pads are not connected.
8002
8003 2007-05-28  Wim Taymans  <wim@fluendo.com>
8004
8005         * gst/rtsp/rtsptransport.c:
8006         Use renamed RTP bin.
8007
8008 2007-05-28  Wim Taymans  <wim@fluendo.com>
8009
8010         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
8011
8012         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
8013         (gst_video_box_set_property), (gst_video_box_transform_caps),
8014         (video_box_recalc_transform), (gst_video_box_set_caps),
8015         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
8016         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
8017         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
8018         (gst_video_box_i420_i420), (gst_video_box_transform),
8019         (plugin_init):
8020         Add AYUV->AYUV and AYUV->I420 formats. 
8021         Fix negotiation and I420->AYUV conversion.
8022         Fixes #429329.
8023
8024 2007-05-26  Wim Taymans  <wim@fluendo.com>
8025
8026         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
8027         Use different variables for nested for loops so that the outer loop
8028         functions properly and speex files with multiple frames per buffer work
8029         properly.
8030         Fixes #441408.
8031
8032 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8033
8034         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
8035           Don't leak newsegment events.
8036
8037 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8038
8039         * gst/wavparse/Makefile.am:
8040           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
8041           drags it in.
8042
8043 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8044
8045         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8046         (notgst_value_array_append_buffer),
8047         (gst_flac_enc_process_stream_headers),
8048         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
8049         (gst_flac_enc_change_state):
8050         * ext/flac/gstflacenc.h:
8051           Collect headers, add "streamheader" field to output caps and set
8052           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
8053           produces output according to the official FLAC-to-Ogg mapping
8054           instead of completely broken files. Fixes #426044.
8055
8056 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8057
8058         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
8059         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
8060         (gst_id3demux_sink_event):
8061         * gst/id3demux/gstid3demux.h:
8062         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
8063         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
8064         (gst_tag_demux_send_new_segment):
8065         Handle and adjust new-segment events so that downstream really
8066         sees a stream with the tag pieces stripped off the front and back.
8067         Fixes strangeness in seeking when mp3 decoders use the new-segment
8068         byte position to estimate their current playback position timestamp
8069         and then the arriving buffers don't match up.
8070
8071 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8072
8073         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
8074           Don't unnecessarily perform a READY->NULL->READY transition on the
8075           detected audio sink when starting up. Fixes: #440127
8076
8077 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8078
8079         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
8080         (gst_flac_enc_chain):
8081           Don't crash in chain function if setcaps hasn't been called.
8082
8083 2007-05-24  Wim Taymans  <wim@fluendo.com>
8084
8085         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
8086         Init value to avoid infinte loops.
8087
8088 2007-05-24  Wim Taymans  <wim@fluendo.com>
8089
8090         Patch by: Peter Kjellerstedt  <pkj at axis com>
8091
8092         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
8093         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
8094         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
8095         (gst_rtspsrc_play):
8096         (rtsp_connection_send), (rtsp_connection_receive):
8097         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
8098         Fix for new API.
8099
8100         * gst/rtsp/rtspconnection.c: (add_auth_header),
8101         Only add authorisation and session headers when sending messages.
8102
8103         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
8104         (rtsp_message_init_request), (rtsp_message_init_response),
8105         (rtsp_message_unset), (rtsp_message_add_header),
8106         (rtsp_message_remove_header), (rtsp_message_get_header),
8107         (rtsp_message_append_headers), (dump_key_value),
8108         (rtsp_message_dump):
8109         * gst/rtsp/rtspmessage.h:
8110         Add support for multiple headers of the same type by storing the parsed
8111         headers in a GArray instaed of a hashtable.
8112
8113 2007-05-21  Wim Taymans  <wim@fluendo.com>
8114
8115         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
8116         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
8117         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
8118         safer shutdown.
8119
8120 2007-05-21  Wim Taymans  <wim@fluendo.com>
8121
8122         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
8123         * gst/rtsp/gstrtpdec.h:
8124         Added signal for backwards compat.
8125
8126 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
8127         
8128         Patch by: René Stadler <mail at renestadler dot de>
8129
8130         * configure.ac:
8131         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
8132         (gst_au_parse_parse_header), (gst_au_parse_chain):
8133         * gst/auparse/gstauparse.h:
8134         Use audioconvert for converting from non-native endianness floats
8135         in auparse instead of doing it ourself. Fixes #424527.
8136         This needs the audioconvert from plugins-base CVS.
8137         
8138 2007-05-21  Wim Taymans  <wim@fluendo.com>
8139
8140         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8141         (gst_rtp_h263p_pay_flush):
8142         Fix enum registration.
8143
8144 2007-05-21  Wim Taymans  <wim@fluendo.com>
8145
8146         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
8147
8148         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8149         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
8150         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
8151         (gst_rtp_h263p_pay_flush):
8152         * gst/rtp/gstrtph263ppay.h:
8153         Add new fragmentation mode base on GOB headers. Fixes #438940.
8154
8155 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
8156
8157         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
8158           Printf format fix.
8159
8160 2007-05-18  Wim Taymans  <wim@fluendo.com>
8161
8162         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8163         Don't crash when an unsupported transport error was returned by the
8164         server, just try to configure the next stream. Fixes #439255.
8165
8166 2007-05-18  Wim Taymans  <wim@fluendo.com>
8167
8168         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8169         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8170         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
8171         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8172         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
8173         * gst/rtsp/gstrtspsrc.h:
8174         Add TCP timeout property and use it for all TCP connection.
8175
8176         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8177         (rtsp_connection_write), (rtsp_connection_next_timeout),
8178         (rtsp_connection_reset_timeout):
8179         Make connect and writes cancelable and make them use the timeout.
8180
8181 2007-05-18  Wim Taymans  <wim@fluendo.com>
8182
8183         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
8184         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8185         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8186         (gst_rtspsrc_setup_streams):
8187         Refactor timeout handling.
8188         Also send keep-alive when dealing with TCP transport.
8189
8190         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8191         (rtsp_connection_free), (rtsp_connection_next_timeout),
8192         (rtsp_connection_reset_timeout):
8193         * gst/rtsp/rtspconnection.h:
8194         Use a timer to handle the session timeouts, add some methods to deal
8195         with timeouts.
8196
8197 2007-05-17  Wim Taymans  <wim@fluendo.com>
8198
8199         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
8200         (gst_rtspsrc_setup_streams):
8201         Ignore streams that fail the setup command, we will retry with a
8202         different transport later on.
8203
8204         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
8205         (rtsp_ext_wms_configure_stream):
8206         Fix encoding name case.
8207
8208 2007-05-16  Edward Hervey  <edward@fluendo.com>
8209
8210         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
8211         Fix build on macosx.
8212
8213 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
8214
8215         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
8216         Replace direct comparison of a string with the string literal "" with
8217         a comparison of the first character with '\0'. Fixes #438926.
8218
8219 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8220
8221         * gst/debug/breakmydata.c (gst_break_my_data_init):
8222           One more try. This should be the proper fix now.
8223
8224 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8225
8226         * gst/debug/breakmydata.c:
8227           Ooops, no // comments please.
8228
8229 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8230
8231         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
8232         (gst_break_my_data_init):
8233           Fix gst_buffer_is_writable() assertion.
8234
8235 2007-05-14  David Schleef  <ds@schleef.org>
8236
8237         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
8238           video/x-raw-bayer.  Fixes #314160.
8239
8240 2007-05-14  Wim Taymans  <wim@fluendo.com>
8241
8242         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
8243         (gst_rtp_theora_depay_parse_configuration):
8244         * gst/rtp/gstrtptheorapay.c: (encode_base64),
8245         (gst_rtp_theora_pay_finish_headers),
8246         (gst_rtp_theora_pay_handle_buffer):
8247         Update theora pay/depayloader in a similar to vorbis.
8248
8249         * gst/rtp/gstrtpvorbisdepay.c:
8250         (gst_rtp_vorbis_depay_parse_configuration):
8251         Update docs.
8252
8253 2007-05-14  Wim Taymans  <wim@fluendo.com>
8254
8255         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
8256         When we try to execute a method that is not supported by the server,
8257         don't error out but remove the method from the accepted methods so that
8258         we never try to perform this method again.
8259
8260 2007-05-14  Wim Taymans  <wim@fluendo.com>
8261
8262         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
8263         Remove annoying _dump_mem.
8264
8265 2007-05-14  Wim Taymans  <wim@fluendo.com>
8266
8267         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
8268         Parse range correctly.
8269
8270         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
8271         The baseurl now always has a '/' at the start.
8272
8273 2007-05-14  Wim Taymans  <wim@fluendo.com>
8274
8275         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
8276         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
8277         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
8278         Factor out caps configuration and configure more stuff such as the time
8279         ranges and speed/scale values.
8280
8281         * gst/rtsp/rtsptransport.c:
8282         Add Copyright after non-trival fixes.
8283
8284 2007-05-12  Wim Taymans  <wim@fluendo.com>
8285
8286         Patch by: Peter Kjellerstedt  <pkj at axis com>
8287
8288         * gst/rtsp/gstrtspsrc.h:
8289         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
8290         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
8291         (rtsp_message_get_header):
8292         * gst/rtsp/rtspmessage.h:
8293         Make channel guint8 where possible.
8294         Make rtsp_message_init_data() take the channel as a guint8.
8295
8296         * gst/rtsp/rtspdefs.c:
8297         Fixed a typo: Timout -> Timeout
8298
8299         * gst/rtsp/rtspdefs.h:
8300         Make RTSP_CHECK() behave as a statement.
8301
8302         * gst/rtsp/sdpmessage.c:
8303         Avoid a compiler warning in INIT_ARRAY().
8304         Fixes #437692.
8305
8306 2007-05-12  Wim Taymans  <wim@fluendo.com>
8307
8308         Patch by: Peter Kjellerstedt  <pkj at axis com>
8309
8310         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
8311         (rtsp_url_get_request_uri):
8312         * gst/rtsp/rtspurl.h:
8313         Add support for query parameters to RTSP URLs.
8314
8315 2007-05-12  Wim Taymans  <wim@fluendo.com>
8316
8317         Patch by: Peter Kjellerstedt  <pkj at axis com>
8318
8319         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
8320         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
8321         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
8322         (rtsp_transport_parse), (rtsp_transport_as_text):
8323         * gst/rtsp/rtsptransport.h:
8324         Add validation to rtsp_transport_parse().
8325         Add rtsp_transport_as_text() to generate an RTSP header from an
8326         RTSPTransport.
8327         Change ssrc to guint (was a string) since that is what it is, even
8328         though it is sent as a hex string.
8329         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
8330         incorrect, which can be seen when looking at the examples in the RFC).
8331         Fixes #437670.
8332
8333 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
8334
8335         Patch by: Eric Anholt
8336
8337         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
8338           gst_ximage_src_ximage_get):
8339         Use union of all damage between frames to make it faster.
8340         Fixes bug #342463.
8341         Also fix crasher when cursor is at bottom right of window.
8342
8343 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
8344
8345         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
8346           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
8347           streaming mode regression for file from #343837 with 'bext' chunk
8348           before the 'fmt' chunk.
8349
8350 2007-05-11  Wim Taymans  <wim@fluendo.com>
8351
8352         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
8353         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
8354         (gst_rtspsrc_handle_src_event),
8355         (gst_rtspsrc_stream_configure_manager),
8356         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
8357         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
8358         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
8359         * gst/rtsp/gstrtspsrc.h:
8360         * gst/rtsp/rtspdefs.h:
8361         Preliminary seek support.
8362         Activate internal pads so that we can receive events on them.
8363         Don't try to parse a range string when it's NULL.
8364
8365 2007-05-11  Wim Taymans  <wim@fluendo.com>
8366
8367         * gst/rtp/README:
8368         Update README with new RTP variables that will be used for
8369         synchronisation.
8370
8371         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
8372         (gst_rtp_vorbis_depay_parse_configuration),
8373         (gst_rtp_vorbis_depay_process):
8374         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
8375         (gst_rtp_vorbis_pay_finish_headers),
8376         (gst_rtp_vorbis_pay_handle_buffer):
8377         Update vorbis pay and depayloader to draft-04.
8378
8379 2007-05-11  Wim Taymans  <wim@fluendo.com>
8380
8381         * gst/rtsp/rtsptransport.c:
8382         UDP MCAST is actually the default for RTP/AVP.
8383 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
8384
8385         * gst/level/gstlevel.c: (gst_level_transform_ip):
8386         Use guint8 * instead of gpointer then vs6 can build 
8387         in_data += (filter->width / 8).
8388
8389 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
8390
8391         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
8392           gst_ximage_src_ximage_get):
8393         * sys/ximage/gstximagesrc.h (last_ximage):
8394         When using Damage actually keep the last frame, and not assume
8395         that the buffer we get already has the last frame on it.
8396         Copy the cursor over if we specify a non-zero start x and
8397         start y.
8398
8399 2007-05-11  Wim Taymans  <wim@fluendo.com>
8400
8401         * gst/rtsp/rtsptransport.c:
8402         Make UDP the default transport when not specified.
8403
8404 2007-05-09  David Schleef  <ds@schleef.org>
8405
8406         * gst/level/gstlevel.c:
8407           Revert last change.
8408
8409 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
8410
8411         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
8412         (gst_level_transform_ip):
8413         Use guint8 * instead of gpointer then vs6 know the size of data
8414         pointed when moving the pointer.
8415         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
8416         Move instructions after variables declaration.
8417         * win32/vs6/autogen.dsp:
8418         * win32/vs6/libgstrtp.dsp:
8419         * win32/vs6/libgstrtsp.dsp:
8420         Update vs6 project files.
8421
8422 2007-05-09  Wim Taymans  <wim@fluendo.com>
8423
8424         * gst/rtsp/Makefile.am:
8425         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
8426         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
8427         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
8428         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
8429         (rtsp_range_free):
8430         * gst/rtsp/rtsprange.h:
8431         Add code to parse time ranges.
8432         Report DURATION on the stream when possible.
8433
8434 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
8435
8436         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
8437         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
8438         (gst_videomixer_collected):
8439           Fix strides calculation for AYUV (it's just width*4) (#436910).
8440
8441 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
8442
8443         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
8444         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
8445         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
8446         Sync the GObject properties before each processing step to properly
8447         work with the controller.
8448
8449 2007-05-04  Wim Taymans  <wim@fluendo.com>
8450
8451         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
8452         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8453         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
8454         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
8455         (gst_rtspsrc_change_state):
8456         Let more error state trickle down so that we can catch more error
8457         cases.
8458         Handle keep-alive a little smarter by selecting a method the server
8459         actually supports.
8460         Fix a race in UDP streaming shutdown.
8461
8462 2007-05-04  Wim Taymans  <wim@fluendo.com>
8463
8464         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
8465         Ignore errors when trying to use the keep-alive messages.
8466
8467 2007-05-04  Wim Taymans  <wim@fluendo.com>
8468
8469         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
8470         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
8471         (gst_rtspsrc_stream_configure_manager),
8472         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
8473         (gst_rtspsrc_stream_configure_mcast),
8474         (gst_rtspsrc_stream_configure_udp),
8475         (gst_rtspsrc_stream_configure_udp_sink),
8476         (gst_rtspsrc_stream_configure_transport):
8477         Send RTCP messages back to the server over the TCP connection.
8478
8479         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
8480         (rtsp_connection_send), (rtsp_connection_read), (read_body),
8481         (rtsp_connection_receive):
8482         * gst/rtsp/rtspconnection.h:
8483         Factor out and expose lowlevel _write and _read methods.
8484         Implement sending data messages to the server.
8485
8486 2007-05-03  Wim Taymans  <wim@fluendo.com>
8487
8488         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
8489         (gst_multipart_mux_collected):
8490         Fix timestamps on outgoing buffers.
8491
8492 2007-05-03  Wim Taymans  <wim@fluendo.com>
8493
8494         * gst/multipart/multipartmux.c:
8495         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
8496         (gst_multipart_mux_change_state):
8497         Emit NEWSEGMENT events before pushing the first buffer.
8498
8499 2007-05-03  Wim Taymans  <wim@fluendo.com>
8500
8501         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
8502         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
8503         (gst_rtspsrc_handle_src_query),
8504         (gst_rtspsrc_stream_configure_manager),
8505         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
8506         (gst_rtspsrc_stream_configure_mcast),
8507         (gst_rtspsrc_stream_configure_udp),
8508         (gst_rtspsrc_stream_configure_udp_sink),
8509         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
8510         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
8511         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
8512         (gst_rtspsrc_pause):
8513         Refactor transport configuration code.
8514         Create internal pads for TCP transport so that we can implement events
8515         and queries.
8516         Handle events and queries.
8517         Parse range from the SDP.
8518         Fix race in pause handler where the connection could still be flushing.
8519
8520 2007-05-02  Wim Taymans  <wim@fluendo.com>
8521
8522         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8523         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
8524         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
8525         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
8526         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
8527         (gst_rtspsrc_change_state):
8528         * gst/rtsp/gstrtspsrc.h:
8529         Fix race when multiple udp sources post timeouts, just act on the first
8530         received timeout.
8531         Protect stream list with a recursive lock to fix some races.
8532         Flush connection when we need to do a reconnect or stop.
8533         Make state lock recursive.
8534
8535         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8536         (rtsp_connection_close):
8537         Some small cleanups.
8538
8539 2007-05-02  Wim Taymans  <wim@fluendo.com>
8540
8541         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8542         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
8543         Only set DISCONT when there actually is a discont or when we just
8544         started.
8545
8546 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
8547
8548         * ext/flac/gstflac.c: (plugin_init):
8549         Call bindtextdomain() to get localized strings.
8550
8551 2007-05-02  Wim Taymans  <wim@fluendo.com>
8552
8553         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8554         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
8555         (gst_wavparse_stream_data):
8556         * gst/wavparse/gstwavparse.h:
8557         Be a bit more clever when dealing with VBR files with FACT tags, we
8558         don't want to timestamp buffers in that case but the estimated BPS can
8559         be used for seeking.
8560         Only send close segment in the streaming thread.
8561
8562 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
8563
8564         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
8565         Correctly post an error on the bus if something went wrong in the loop
8566         function. This fixes a few cases where the task was paused and nothing
8567         happened anymore.
8568
8569 2007-05-02  Wim Taymans  <wim@fluendo.com>
8570
8571         * gst/rtsp/test.c: (main):
8572         Fix compilation of deprecated test just because I'm too lazy to delete
8573         it.
8574
8575 2007-05-02  Wim Taymans  <wim@fluendo.com>
8576
8577         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8578         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
8579         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
8580         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
8581         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
8582         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
8583         * gst/rtsp/gstrtspsrc.h:
8584         Fix sending RTCP to the right place.
8585         Fix bug in reffing the wrong UDP element.
8586         Use new pad names for the session manager.
8587         Implement handling server requests in interleaved and UDP modes.
8588         Handle session keep-alive in UDP modes.
8589         Remove GCond for handling UDP timeouts.
8590
8591         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8592         (rtsp_connection_send), (rtsp_connection_read), (read_body),
8593         (rtsp_connection_receive), (rtsp_connection_close):
8594         * gst/rtsp/rtspconnection.h:
8595         Store connection IP address for later.
8596         Add timeout args to all operations that might block forever.
8597         Parse session timeout.
8598         Only close sockets when not already closed.
8599
8600         * gst/rtsp/rtspdefs.c:
8601         * gst/rtsp/rtspdefs.h:
8602         Add timeout return value and error string.
8603
8604         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
8605         Add small comment.
8606
8607 2007-05-01  Wim Taymans  <wim@fluendo.com>
8608
8609         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8610
8611         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
8612         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
8613         * gst/rtp/gstrtpmp4vpay.h:
8614         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
8615
8616 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
8617
8618         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8619           Remove v4l2src from docs, since it breaks the docs build, and the
8620           plugin is only built if --enable-experimental is used anyway.
8621
8622         * docs/plugins/Makefile.am:
8623           Spaces => tab.
8624
8625 2007-04-29  Wim Taymans  <wim@fluendo.com>
8626
8627         * gst/udp/gstmultiudpsink.c: (leave_multicast),
8628         (gst_multiudpsink_add), (gst_multiudpsink_remove):
8629         Add code to drop membership of a multicast group.
8630
8631         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
8632         (gst_udpsink_set_uri):
8633         Implement URI handler.
8634
8635         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
8636         (gst_rtspsrc_parse_rtpinfo):
8637         Use URI handler to make udpsink instace.
8638         Improve code to configure port and destination.
8639
8640 2007-04-29  Wim Taymans  <wim@fluendo.com>
8641
8642         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
8643         Fix multicast detection.
8644         Don't try to join a multicast group if the address is not multicast.
8645
8646         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
8647         Small debug improvement.
8648
8649 2007-04-27  Wim Taymans  <wim@fluendo.com>
8650
8651         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
8652         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
8653         (gst_rtspsrc_handle_message):
8654         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
8655         parent.
8656
8657 2007-04-27  Wim Taymans  <wim@fluendo.com>
8658
8659         * gst/rtp/gstrtpilbcdepay.h:
8660         Fix mode property when specified as an arg.
8661
8662 2007-04-26  Edward Hervey  <edward@fluendo.com>
8663
8664         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8665         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8666         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8667         * docs/plugins/inspect/plugin-osxaudio.xml:
8668         Add documentation for osxaudio plugin.
8669
8670 2007-04-26  Wim Taymans  <wim@fluendo.com>
8671
8672         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8673         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
8674         (gst_rtspsrc_open), (gst_rtspsrc_close),
8675         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
8676         (gst_rtspsrc_pause):
8677         * gst/rtsp/gstrtspsrc.h:
8678         Protect state changes with a lock.
8679
8680         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8681         (parse_line):
8682         * gst/rtsp/rtspconnection.h:
8683         Remove some unused stuff.
8684
8685 2007-04-26  Wim Taymans  <wim@fluendo.com>
8686
8687         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8688         Handle the case where there are exactly 0 bytes to read and the ioctl
8689         did not report an error. Fixes #433530.
8690
8691 2007-04-26  Wim Taymans  <wim@fluendo.com>
8692
8693         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8694         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
8695         * gst/wavparse/gstwavparse.h:
8696         Apply DISCONT to buffers.
8697         Only apply timestamp to the first sample after a DISCONT, too many VBR
8698         files cause random jitter in the timestamps. Fixes #433119.
8699
8700 2007-04-25  Wim Taymans  <wim@fluendo.com>
8701
8702         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
8703         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
8704         (gst_rtp_dec_get_property):
8705         * gst/rtsp/gstrtpdec.h:
8706         Add dummy latency property to be backwards compat with rtpbin.
8707
8708         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8709         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8710         (gst_rtspsrc_stream_configure_transport),
8711         (gst_rtspsrc_parse_rtpinfo):
8712         * gst/rtsp/gstrtspsrc.h:
8713         Add latency property and configure in the session manager.
8714         Don't set invalid clock-base and seqnum-base on caps, some servers
8715         sometimes don't send them.
8716
8717 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
8718
8719         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
8720         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
8721           Double-check that RGB input caps are really RGBA caps (apparently
8722           the core doesn't always catch it if those caps aren't a subset of
8723           our template caps, also see #421543). Fixes #429319 in a way.
8724           Also, don't leak the pad template in the transform_caps function.
8725
8726         * tests/check/Makefile.am:
8727         * tests/check/elements/.cvsignore:
8728         * tests/check/elements/alphacolor.c: (setup_alphacolor),
8729         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
8730         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
8731         (GST_START_TEST), (alphacolor_suite):
8732           Add some basic unit tests for alphacolor.
8733
8734 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
8735
8736         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8737           If we get a fatal flow return in the loop function, first post the
8738           error message and only then send the EOS event downstream, otherwise
8739           applications might get an eos message before the error message and
8740           think everything was ok (related to #429319).
8741
8742 2007-04-25  Wim Taymans  <wim@fluendo.com>
8743
8744         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
8745         Read the channel byte as an unsigned byte.
8746
8747 2007-04-25  Wim Taymans  <wim@fluendo.com>
8748
8749         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
8750         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
8751         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
8752         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
8753         (gst_rtp_gsm_depay_setcaps):
8754         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
8755         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
8756         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
8757         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
8758         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
8759         (gst_ilbc_depay_get_property):
8760         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
8761         * gst/rtp/gstrtpmp4adepay.c:
8762         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
8763         (gst_rtp_pcma_depay_setcaps):
8764         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
8765         (gst_rtp_pcmu_depay_setcaps):
8766         Make sure we configure the clock_rate in the baseclass in the setcaps
8767         function. Fixes #431282.
8768
8769 2007-04-25  Wim Taymans  <wim@fluendo.com>
8770
8771         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
8772         (gst_rtspsrc_stream_free), (request_pt_map),
8773         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
8774         * gst/rtsp/gstrtspsrc.h:
8775         Parse server address from SDP.
8776         Hook up a udpsink to send RTCP back to the server.
8777
8778         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8779         * gst/rtsp/rtsptransport.h:
8780         Add some docs.
8781
8782 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
8783
8784         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
8785           Make header field check conditional. Fixes #433135
8786
8787 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
8788
8789         * docs/plugins/Makefile.am:
8790         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8791         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8792         * docs/plugins/inspect/plugin-alphacolor.xml:
8793         * gst/alpha/Makefile.am:
8794         * gst/alpha/gstalphacolor.c:
8795         * gst/alpha/gstalphacolor.h:
8796           Add minimal docs blurb to alphacolor; split out headers into
8797           separate header file for gtk-doc.
8798
8799 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
8800
8801         * gst/debug/progressreport.c: (gst_progress_report_report):
8802           Don't try to post NULL message (in case we can't query upstream
8803           position or duration).
8804
8805 2007-04-18  Michael Smith  <msmith@fluendo.com>
8806
8807         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
8808         (gst_cutter_get_caps):
8809         * gst/cutter/gstcutter.h:
8810           Fix some of the most obvious bugs in cutter. Now doesn't leak
8811           everything if input is silent.
8812
8813 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
8814
8815         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
8816         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
8817         * gst/wavenc/gstwavenc.h:
8818         Wav apparently only supports width==GST_ROUND_UP(depth), everything
8819         else results in a invalid block align and invalid files.
8820
8821 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
8822
8823         Patch by: Snaik <snaik32 gmail com>
8824
8825         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
8826           Add missing break statement for BOX_HORIZONTAL case.
8827
8828 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8829
8830         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
8831
8832         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
8833         Use correct format strings for integer types.
8834
8835 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8836
8837         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
8838         (gst_wavparse_create_sourcepad):
8839         Use gst_riff_create_audio_template_caps () instead of the local caps.
8840         This makes updates of the local caps unecessary whenever libgstriff
8841         gets support for new formats.
8842
8843 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
8844
8845         Patch by: Brian Cameron  <brian.cameron at sun dot com>
8846
8847         * sys/sunaudio/gstsunaudio.c:
8848         * sys/sunaudio/gstsunaudiomixer.c:
8849         * sys/sunaudio/gstsunaudiomixer.h:
8850         * sys/sunaudio/gstsunaudiomixerctrl.c:
8851         * sys/sunaudio/gstsunaudiomixerctrl.h:
8852         * sys/sunaudio/gstsunaudiomixertrack.h:
8853         * sys/sunaudio/gstsunaudiosink.c:
8854         * sys/sunaudio/gstsunaudiosink.h:
8855         * sys/sunaudio/gstsunaudiosrc.c:
8856         * sys/sunaudio/gstsunaudiosrc.h:
8857           Fix and/or update copyright attributions (#430228).
8858
8859 2007-04-13  Wim Taymans  <wim@fluendo.com>
8860
8861         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8862         Fix docs.
8863
8864         * gst/rtsp/URLS:
8865         Add some more example urls.
8866
8867         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
8868         (gst_rtp_dec_chain_rtp):
8869         Better debugging.
8870
8871         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
8872         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
8873         (gst_rtspsrc_parse_rtpinfo):
8874         Remove unused code.
8875
8876 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
8877
8878         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
8879         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
8880         (gst_wavparse_stream_data):
8881           Relax the audio/mpeg caps again and add FIXME: comment.
8882
8883 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
8884
8885         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
8886         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
8887         (gst_wavparse_stream_data):
8888         * gst/wavparse/gstwavparse.h:
8889           More sanity check for the header fields. Fix type for 'rate' header
8890           field.
8891
8892 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
8893
8894         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
8895         (gst_icydemux_unicodify):
8896           If the metadata strings we get in the stream are not UTF-8, try to
8897           interpret them according to the character encodings specified in the
8898           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
8899           only fall back to locale/ISO-8859-1 if those aren't set or don't
8900           work. Should fix #428901.
8901
8902 2007-04-12  Wim Taymans  <wim@fluendo.com>
8903
8904         * gst/rtp/gstrtph264depay.c:
8905         Use the proper sync word for SPS and PPS.
8906
8907 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
8908
8909         * gst/rtp/Makefile.am:
8910         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
8911           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
8912         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
8913           Add a simple hashing implementation that we can use to generate
8914           a 24-bit ident value based on the codebooks for vorbis and theora.
8915         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
8916           gst_rtp_theora_pay_handle_buffer):
8917         * gst/rtp/gstrtpvorbisdepay.c
8918           (gst_rtp_vorbis_depay_parse_configuration,
8919           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
8920         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
8921           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
8922           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
8923           Use the hashing function, ensuring that the same codebooks result
8924           in the same ident and thus the same SDP description.
8925           Various log fixes/changes.
8926
8927 2007-04-12  Wim Taymans  <wim@fluendo.com>
8928
8929         Patch by: jerry tan <jerry dot tan at sun dot com>
8930
8931         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
8932         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
8933         application's responsibility to make sure it open the device once.
8934         Remove a careless error if AUDIODEV is set. Fixes #392620.
8935
8936 2007-04-12  Wim Taymans  <wim@fluendo.com>
8937
8938         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
8939         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
8940         * gst/rtsp/gstrtpdec.h:
8941         Make backward compat with rtpbin by adding the request-pt-map signals.
8942
8943         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8944         (new_session_pad), (request_pt_map),
8945         (gst_rtspsrc_stream_configure_transport),
8946         (gst_rtspsrc_stream_configure_caps),
8947         (gst_rtspsrc_activate_streams):
8948         * gst/rtsp/gstrtspsrc.h:
8949         Implement request-pt-map signals instead of setting caps on the buffers
8950         for the session manager.
8951
8952 2007-04-11  Wim Taymans  <wim@fluendo.com>
8953
8954         * gst/udp/gstudp.c: (plugin_init):
8955         Register GstNetBuffer in plugin_init so that the type can be used from
8956         multiple threads without races.
8957
8958 2007-04-10  Wim Taymans  <wim@fluendo.com>
8959
8960         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
8961         (gst_rtp_amr_depay_process):
8962         Fix depayloader clock_rate and some cleanups.
8963
8964         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
8965         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
8966         * gst/rtp/gstrtph264depay.h:
8967         Don't push codec_data in the adapter because it might get flushed when
8968         we get a discont.
8969
8970         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
8971         Handle multiple AU per packet.
8972
8973         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
8974         (gst_rtp_sv3v_depay_plugin_init):
8975         Disable rank, this one does not work.
8976         Remove timestamping, base class does that.
8977
8978 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
8979
8980         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
8981           limit caps to the formats we announce in the template
8982
8983         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
8984         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
8985         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
8986           fix some crashers/asserts when dealing with broken files
8987
8988 2007-04-10  Wim Taymans  <wim@fluendo.com>
8989
8990         Patch by: Peter Kjellerstedt  <pkj at axis com>
8991
8992         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
8993         * gst/rtp/gstrtpL16depay.c:
8994         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
8995         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
8996         (gst_rtp_speex_depay_setcaps):
8997         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8998         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
8999         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
9000         Fix some compiler warnings. Fixes #428182.
9001
9002 2007-04-06  Wim Taymans  <wim@fluendo.com>
9003
9004         * gst/rtsp/Makefile.am:
9005         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
9006         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
9007         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
9008         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
9009         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
9010         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
9011         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
9012         (create_rtcp), (gst_rtp_dec_request_new_pad),
9013         (gst_rtp_dec_release_pad):
9014         * gst/rtsp/gstrtpdec.h:
9015         * gst/rtsp/gstrtsp.c: (plugin_init):
9016         Morph RTPDec into something compatible with RTPBin as a fallback.
9017         Various other style fixes.
9018
9019         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
9020         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
9021         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
9022         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
9023         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9024         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
9025         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
9026         * gst/rtsp/gstrtspsrc.h:
9027         Implement RTPBin session manager handling.
9028         Don't try to add empty properties to caps.
9029         Implement fallback session manager, handling.
9030         Don't combine errors from RTCP streams, just ignore them.
9031
9032         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
9033         * gst/rtsp/rtsptransport.h:
9034         Implement fallback session manager.
9035         Make RTPBin the default one when available.
9036
9037 2007-04-05  Wim Taymans  <wim@fluendo.com>
9038
9039         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9040         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
9041         This element is ready to be autoplugged.
9042
9043 2007-04-05  Julien MOUTTE  <julien@moutte.net>
9044
9045         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
9046         Don't leave the offsets defined by upstream element on the
9047         compressed data buffer we are pushing downstream. Make them
9048         GST_BUFFER_OFFSET_NONE.
9049
9050 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
9051
9052         * gst/avi/README:
9053         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
9054         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
9055         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
9056         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
9057         (gst_avi_demux_calculate_durations_from_index),
9058         (gst_avi_demux_stream_header_push),
9059         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
9060         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
9061           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
9062
9063 2007-04-03  Wim Taymans  <wim@fluendo.com>
9064
9065         * gst/smpte/barboxwipes.c:
9066         Fix error as spotted by Snaik <snaik32 at gmail dot com>
9067
9068 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9069
9070         * gst/wavparse/gstwavparse.c:
9071         Support audio/x-raw-float in wav files. This only works with
9072         plugins-base CVS, using an older version doesn't have any
9073         disadvantages though.
9074
9075 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9076
9077         * configure.ac:
9078         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9079         (gst_au_parse_parse_header), (gst_au_parse_chain):
9080         * gst/auparse/gstauparse.h:
9081         Revert last change as we don't want plugins-good to depend on
9082         plugins-base CVS now.
9083
9084 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9085
9086         * configure.ac:
9087         Require gst-plugins-base CVS for audioconvert with non-native
9088         float support and width/depth fix in libgstriff.
9089
9090         Patch by: René Stadler <mail at renestadler dot de>
9091
9092         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9093         (gst_au_parse_parse_header), (gst_au_parse_chain):
9094         * gst/auparse/gstauparse.h:
9095         Don't swap the floats ourself if they're not in native endianness.
9096         Instead let audioconvert handle this. Fixes #339838.
9097
9098 2007-03-29  Wim Taymans  <wim@fluendo.com>
9099
9100         * gst/rtp/gstasteriskh263.h:
9101         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
9102         (gst_rtp_h263p_depay_change_state):
9103         * gst/rtp/gstrtph263pdepay.h:
9104         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9105         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
9106         (gst_rtp_h264_depay_change_state):
9107         * gst/rtp/gstrtph264depay.h:
9108         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9109         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
9110         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9111         Flush adapter on disconts.
9112
9113 2007-03-29  Wim Taymans  <wim@fluendo.com>
9114
9115         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
9116         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
9117         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
9118         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
9119         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9120         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
9121         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
9122         (gst_rtp_mp4v_depay_process):
9123         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
9124         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
9125         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
9126         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
9127         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
9128         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
9129         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
9130         Use more efficient adapter and rtpbuffer methods when possible.
9131
9132 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9133
9134         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9135         (gst_wavenc_sink_setcaps):
9136         Correctly handle width!=depth input.
9137         * gst/wavparse/gstwavparse.c:
9138         Already export in the caps that width==8 uses unsigned samples and
9139         everything else uses signed samples.
9140
9141 2007-03-29  Wim Taymans  <wim@fluendo.com>
9142
9143         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9144
9145         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
9146         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
9147         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
9148         (gst_dynudpsink_close):
9149         * gst/udp/gstdynudpsink.h:
9150         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9151         (gst_udpsrc_create), (gst_udpsrc_set_property),
9152         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
9153         * gst/udp/gstudpsrc.h:
9154         Rework the socket allocation a bit based on the sockfd argument so that
9155         it becomes usable.
9156         Add a closefd property to instruct the udp elements to close the custom
9157         file descriptors when going to READY. Fixes #423304.
9158         API:GstUDPSrc::closefd property
9159         API:GstDynUDPSink::closefd property
9160
9161 2007-03-29  Wim Taymans  <wim@fluendo.com>
9162
9163         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9164
9165         * gst/rtp/Makefile.am:
9166         * gst/rtp/gstrtp.c: (plugin_init):
9167         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
9168         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
9169         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
9170         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
9171         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
9172         (gst_rtp_h264_pay_plugin_init):
9173         * gst/rtp/gstrtph264pay.h:
9174         Added H264 payloader. Fixes #423782.
9175
9176         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9177         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
9178         Small fixes.
9179
9180 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9181
9182         * gst/wavparse/gstwavparse.c:
9183         Actually support depths from 1 to 32, not only 8 to 32.
9184
9185 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9186
9187         * gst/wavparse/gstwavparse.c:
9188         Add support for wav files containing audio/x-raw-int with random
9189         depths between 1 and 32 bits.
9190
9191 2007-03-28  Wim Taymans  <wim@fluendo.com>
9192
9193         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
9194
9195         * gst/rtp/Makefile.am:
9196         * gst/rtp/gstrtp.c: (plugin_init):
9197         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
9198         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
9199         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
9200         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
9201         (gst_rtp_mp4a_depay_get_property),
9202         (gst_rtp_mp4a_depay_change_state),
9203         (gst_rtp_mp4a_depay_plugin_init):
9204         * gst/rtp/gstrtpmp4adepay.h:
9205         Added MP4A-LATM depayloader. Fixes #417792.
9206
9207         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
9208         (gst_rtp_mp4v_depay_process):
9209         Fixup depayloader, setting codec_data, using more efficient adaptor and
9210         rtpbuffer handling.
9211
9212         * gst/rtsp/URLS:
9213         Add url to test above.
9214
9215 2007-03-25  Wim Taymans  <wim@fluendo.com>
9216
9217         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
9218         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
9219         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
9220         (gst_rtspsrc_media_to_caps),
9221         (gst_rtspsrc_stream_configure_transport),
9222         (gst_rtspsrc_stream_configure_caps),
9223         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
9224         * gst/rtsp/gstrtspsrc.h:
9225         Handle default clock-rates for static payload types, rearrange stuff so
9226         that the rtpmap field in the sdp can override the defaults.
9227         Parse RTP-Info field to get the seqnum and timebase fields that should
9228         go in the caps.
9229         Delay configuring caps after we got the RTP-Info from the PLAY reply from
9230         the server. 
9231
9232 2007-03-22  Wim Taymans  <wim@fluendo.com>
9233
9234         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
9235
9236         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
9237         Accept complex pipeline descriptions as an audio profile instead of just
9238         a single element. Fixes #420658.
9239
9240 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9241
9242         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
9243           Rename registered type in preparation of GstTagDemux moving to
9244           -base at some point in the future.
9245
9246 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
9247
9248         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9249           Streaming mode fixes: don't unref buffer we don't own any longer;
9250           remove bogus adapter flush. Fixes #419338.
9251
9252 2007-03-17  David Schleef  <ds@schleef.org>
9253
9254         * REQUIREMENTS: Change the format to key/value, add a bunch of
9255           information, remove a bunch of requirements that are for
9256           other GStreamer packages.
9257
9258 2007-03-17  David Schleef  <ds@schleef.org>
9259
9260         * REQUIREMENTS: Fix a few things.  This file really needs a
9261         good once-over.
9262
9263 2007-03-15  Edward Hervey  <edward@fluendo.com>
9264
9265         * sys/Makefile.am:
9266         Don't forget to distribute the sys/osxaudio/ directory.
9267
9268 2007-03-15  Edward Hervey  <edward@fluendo.com>
9269
9270         * configure.ac:
9271         * sys/Makefile.am:
9272         * sys/osxaudio/Makefile.am:
9273         * sys/osxaudio/gstosxaudio.c:
9274         * sys/osxaudio/gstosxaudiosink.c:
9275         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
9276         (gst_osx_audio_sink_getcaps),
9277         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
9278         * sys/osxaudio/gstosxaudiosrc.c:
9279         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
9280         (gst_osx_audio_src_create_ringbuffer):
9281         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
9282         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
9283         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
9284         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
9285         * sys/osxaudio/gstosxringbuffer.h:
9286         Activate osxaudio in gst-plugins-good with proper build setup.
9287         Add inlined documentation.
9288         Fix debug statements
9289         Fix ringbuffer when pausing.
9290         Fixes #323471
9291
9292 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9293         * gst/rtp/gstrtppcmapay.c:
9294         * gst/rtp/gstrtppcmapay.h:
9295         * gst/rtp/gstrtppcmupay.c:
9296         * gst/rtp/gstrtppcmupay.h:
9297         Ported mulaw and alaw payloaders to use new base class
9298
9299 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9300
9301         * po/af.po:
9302         * po/az.po:
9303         * po/cs.po:
9304         * po/en_GB.po:
9305         * po/it.po:
9306         * po/nl.po:
9307         * po/or.po:
9308         * po/sq.po:
9309         * po/sr.po:
9310         * po/sv.po:
9311         * po/uk.po:
9312         * po/vi.po:
9313           Update translations.
9314
9315 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9316
9317         * configure.ac:
9318           Fix string replace error (AG_AG_GST_* => AG_GST_*).
9319
9320 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9321
9322         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
9323           Fix handling of -1 values for start and stop values when seeking,
9324           and SEEK_CUR+SEEK_END here as well.
9325
9326 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
9327
9328         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
9329           Fix handling of -1 values for start and stop values when seeking, 
9330           and SEEK_CUR+SEEK_END.
9331
9332 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9333
9334         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9335           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
9336           the image format a variable-length NUL-terminated string; in
9337           versions before that the image format is a fixed-length string of
9338           3 characters (see #348644 for a sample tag).
9339           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
9340
9341 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9342
9343         * win32/MANIFEST:
9344         Add new project files to MANIFEST.
9345         * win32/vs6/libgstaudiofx.dsp:
9346         * win32/vs6/libgstrtp.dsp:
9347         * win32/vs6/libgstrtsp.dsp:
9348         Update project files.
9349         
9350 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9351
9352         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
9353         (gst_avi_demux_parse_index):
9354         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
9355         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
9356           Printf format fixes; also add some missing quotes in translated
9357           strings. Fixes #416728 and #416727.
9358
9359 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
9360
9361         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
9362           Tim and I can't think of any reason the child audio sink needs to 
9363           be set back to NULL after successfully determining that it can 
9364           reach READY - it gets immediately set back to READY by the caller
9365           anyway, causing an unnecessary close/open of any audio devices
9366           involved.
9367
9368 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9369
9370         * po/LINGUAS:
9371         * po/ja.po:
9372           Add ja.po file from #377306.
9373
9374 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9375
9376         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9377         * sys/sunaudio/gstsunaudiomixertrack.c:
9378         (gst_sunaudiomixer_track_new):
9379           Actually translate sunaudio mixer track labels instead of just
9380           marking the strings as translatable (#377306); clean up weird
9381           label string mapping code that serves no apparent purpose. Also
9382           set the 'untranslated-label' property when creating mixer tracks
9383           if the GstMixerTrack base class supports this.
9384
9385         * tests/check/Makefile.am:
9386         * tests/check/elements/.cvsignore:
9387         * tests/check/elements/sunaudio.c: (GST_START_TEST),
9388         (sunaudio_suite):
9389           Very minimalistic unit test for sunaudiomixer element (compiles, but not
9390           actually tested on a system where sunaudiomixer is available).
9391
9392 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
9393
9394         * tests/check/Makefile.am:
9395         Re-enable the states test and see if it works on the buildbots.
9396
9397 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
9398
9399         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
9400         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
9401         (gst_dvdec_change_state):
9402         * ext/dv/gstdvdec.h:
9403         Infer pixel-aspect-ratio from the video frame format if it isn't
9404         provided by the container, as happens when playing DV from AVI
9405         or Quicktime containers.
9406
9407         Patch by: Wim Taymans <wim@fluendo.com>
9408         Fixes #380944
9409
9410 2007-03-09  Wim Taymans  <wim@fluendo.com>
9411
9412         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
9413         When activated, remove the udpsrc timeout, we have dataflow and timeouts
9414         will later be handled by the jitterbuffer.
9415
9416 2007-03-09  Wim Taymans  <wim@fluendo.com>
9417
9418         * ext/taglib/gstid3v2mux.cc:
9419         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9420         Fixes #414496.
9421         
9422         Patch by: Alex Lancaster <alexl at users sourceforge net>
9423
9424 2007-03-09  Wim Taymans  <wim@fluendo.com>
9425
9426         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9427         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
9428         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
9429         (gst_avi_demux_chain):
9430         Fix stream position reporting after a seek. Fixes #416445.
9431
9432 2007-03-08  Wim Taymans  <wim@fluendo.com>
9433
9434         Patch by: René Stadler <mail at renestadler dot de>
9435
9436         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9437         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
9438         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
9439         Make avidemux accept optional header chunks in any order.
9440         Fixes #415446.
9441
9442 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9443
9444         * tests/check/Makefile.am:
9445         Disable the states check until the remaining Valgrind errors
9446         are fixed or suppressed.
9447
9448 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
9449
9450         * tests/check/elements/.cvsignore:
9451           Add audiodynamic check to .cvsignore
9452
9453 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
9454
9455         reviewed by: Stefan Kost  <ensonic@users.sf.net>
9456
9457         * gst/audiofx/Makefile.am:
9458         * gst/audiofx/audiodynamic.c:
9459         (gst_audio_dynamic_characteristics_get_type),
9460         (gst_audio_dynamic_mode_get_type),
9461         (gst_audio_dynamic_set_process_function),
9462         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
9463         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
9464         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
9465         (gst_audio_dynamic_transform_hard_knee_compressor_int),
9466         (gst_audio_dynamic_transform_hard_knee_compressor_float),
9467         (gst_audio_dynamic_transform_soft_knee_compressor_int),
9468         (gst_audio_dynamic_transform_soft_knee_compressor_float),
9469         (gst_audio_dynamic_transform_hard_knee_expander_int),
9470         (gst_audio_dynamic_transform_hard_knee_expander_float),
9471         (gst_audio_dynamic_transform_soft_knee_expander_int),
9472         (gst_audio_dynamic_transform_soft_knee_expander_float),
9473         (gst_audio_dynamic_transform_ip):
9474         * gst/audiofx/audiodynamic.h:
9475         * gst/audiofx/audiofx.c: (plugin_init):
9476         Add new audiodynamic element which can act as a compressor or
9477         expander. Supported are hard-knee and soft-knee operation modes with
9478         user-specified ratio and threshold.
9479         Attack and release parameters are not yet implemented but will follow.
9480         * docs/plugins/Makefile.am:
9481         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9482         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9483         * docs/plugins/gst-plugins-good-plugins.args:
9484         * docs/plugins/inspect/plugin-audiofx.xml:
9485         Integrate audiodynamic into the docs.
9486         * tests/check/Makefile.am:
9487         * tests/check/elements/audiodynamic.c: (setup_dynamic),
9488         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
9489         Add unit test for audiodynamic.
9490
9491 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9492
9493         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
9494         Free handles that we allocated when exiting via the error paths.
9495
9496 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
9497
9498         * gst/level/gstlevel.c: (gst_level_class_init),
9499         (gst_level_set_caps), (gst_level_start), (gst_level_event),
9500         (gst_level_transform_ip):
9501         * gst/level/gstlevel.h:
9502           Resolve message timestamps against the playback segment.
9503
9504 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9505
9506         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
9507         (gst_id3demux_sink_activate):
9508           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
9509           caps passed to it (previously one code path assumed it took ownership
9510           while another one assumed it didn't, while in fact it sometimes did and
9511           sometimes didn't ...).
9512
9513         * configure.ac:
9514         * tests/files/Makefile.am:
9515         * tests/files/id3-407349-1.tag:
9516         * tests/files/id3-407349-2.tag:
9517           Add directory where data for unit tests can be stored.
9518
9519         * tests/Makefile.am:
9520         * tests/check/Makefile.am:
9521         * tests/check/elements/.cvsignore:
9522         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
9523         (read_tags_from_file), (run_check_for_file),
9524         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
9525           Add unit test for id3demux, and in particular for bug #407349. Only
9526           testing pull-mode for now; push mode doesn't work yet because the test
9527           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
9528
9529 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9530
9531         * tests/check/Makefile.am:
9532           Add missing backslash at end of line.
9533
9534 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9535
9536         Trigger rebuild.
9537
9538 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9539
9540         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9541         * gst/id3demux/id3tags.h:
9542         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9543         (parse_obsolete_tdat_frame):
9544           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
9545           the four-digit number will be interpreted as a year, whereas it is
9546           month and day in DDMM format. Instead, parse TDAT frames and fix up
9547           the date in the GST_TAG_DATE tag later if we also extracted a year.
9548           Fixes #407349.
9549
9550 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9551
9552         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
9553         (gst_switch_commit_new_kid):
9554         Fix up the dispose logic so it doesn't leak, and fix setting of 
9555         the child state so that we don't set a child to our current state 
9556         just as we are changing it to something else.
9557
9558 2007-03-06  Wim Taymans  <wim@fluendo.com>
9559
9560         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
9561         (gst_goom_chain):
9562         * gst/goom/gstgoom.h:
9563         Document, fix and improve goom adapter behaviour.
9564         Fixes #407006.
9565
9566 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9567
9568         * ext/esd/esdsink.c: (gst_esdsink_open):
9569         Unref static pad template after using it.
9570
9571 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9572
9573         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
9574         (gst_switch_commit_new_kid):
9575         Fix up the reference counting of the child elements.
9576
9577 2007-03-05  Wim Taymans  <wim@fluendo.com>
9578
9579         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
9580         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
9581         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
9582         Fix encoding-name case.
9583
9584 2007-03-05  Wim Taymans  <wim@fluendo.com>
9585
9586         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
9587         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
9588         (gst_rtp_speex_depay_process):
9589         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
9590         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
9591         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
9592         (gst_rtp_speex_pay_change_state):
9593         * gst/rtp/gstrtpspeexpay.h:
9594         Fix speex (de)payloader. Fixes #358040.
9595
9596 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9597
9598         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
9599         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
9600         Install fakesink in NULL by fixing some broken logic. This obviates
9601         the need to manually set _IS_SINK.
9602         Add some comments and remove a little cruft while I'm at it.
9603
9604 2007-03-05  Wim Taymans  <wim@fluendo.com>
9605
9606         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
9607         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
9608
9609 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
9610
9611         * po/POTFILES.in:
9612           Update.
9613
9614 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9615
9616         * tests/check/Makefile.am:
9617         Gah! Also disable gconfvideosink from the tests, otherwise
9618         it will instantiate autovideosink, and dfbvideosink and
9619         leak on the buildbots.
9620
9621 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9622
9623         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
9624         (gst_cdio_cdda_src_finalize):
9625         Make sure we always destroy our libcdio handle.
9626
9627 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9628
9629         * tests/check/Makefile.am:
9630         Disable autovideosink so the buildbots don't barf over memory
9631         leaked in the directfb sink.
9632
9633 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9634
9635         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
9636         Chain up in dispose
9637
9638 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9639
9640         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
9641         (gst_multipart_find_pad_by_mime):
9642         Use gst_pad_new_from_static_template instead of
9643         static_pad_template_get+pad_new.
9644
9645 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9646
9647         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
9648         Catch the case where no clock has been set.
9649
9650 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9651
9652         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
9653         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
9654         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
9655         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
9656         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
9657         (gst_gconf_audio_src_finalize), (do_toggle_element):
9658         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
9659         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
9660         (do_toggle_element):
9661         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
9662         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
9663         (gst_gconf_video_src_finalize), (do_toggle_element):
9664         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
9665         (gst_switch_sink_reset), (gst_switch_sink_set_child):
9666         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
9667         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
9668         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
9669         (gst_shout2send_init), (gst_shout2send_finalize):
9670         * gst/debug/testplugin.c: (gst_test_class_init),
9671         (gst_test_finalize):
9672         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
9673         (gst_flxdec_dispose):
9674         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
9675         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
9676         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9677         (gst_rtspsrc_finalize):
9678         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
9679         * gst/rtsp/rtspextwms.h:
9680         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
9681         (gst_smpte_finalize):
9682         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
9683         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
9684         (gst_udpsink_finalize):
9685         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
9686         (gst_wavparse_sink_activate):
9687         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
9688         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
9689         (gst_oss_src_finalize):
9690         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
9691         * sys/v4l2/gstv4l2object.h:
9692         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
9693         (gst_v4l2src_finalize):
9694         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9695
9696         Fix a bunch of leaks shown by the newly-added states test.
9697
9698 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9699
9700         * ext/dv/gstdvdec.c: (gst_dvdec_init):
9701         Use gst_pad_new_from_static_template instead of 
9702         static_pad_template_get+pad_new.
9703
9704 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
9705
9706         Patch by: Loïc Minier <lool+gnome at via ecp fr>
9707
9708         * ext/libcaca/Makefile.am:
9709         * gst/debug/Makefile.am:
9710           Don't mix tabs and spaces (#414168).
9711
9712 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
9713
9714         * tests/check/generic/.cvsignore:
9715           Ignore files to please buildbot.
9716
9717 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
9718
9719         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
9720         (gst_wavparse_stream_data):
9721           Unbreak my previous commit (swapped nominator & denominator). Tim,
9722           thanks for spotting.
9723
9724 2007-03-02  Wim Taymans  <wim@fluendo.com>
9725
9726         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
9727         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
9728         (gst_cdio_cdda_src_finalize):
9729         Small code cleanups.
9730         Don't use pad_alloc as the base class cannot deal with the error codes.
9731
9732 2007-03-02  Wim Taymans  <wim@fluendo.com>
9733
9734         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9735         (gst_udpsrc_create):
9736         Fix doc.
9737
9738 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
9739
9740         Patch by: René Stadler <mail@renestadler.de>
9741
9742         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9743         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9744         (gst_wavparse_stream_data):
9745           Handle rounding better to not drop last sample frame. Fixes #356692
9746
9747 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
9748
9749         * tests/check/Makefile.am:
9750         Disable cacasink from the states check too - it also calls exit(1)
9751         on us when it can't find a terminal to talk to.
9752
9753 2007-03-02  Wim Taymans  <wim@fluendo.com>
9754
9755         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
9756
9757         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9758         (gst_udpsrc_create), (gst_udpsrc_set_property),
9759         (gst_udpsrc_get_property):
9760         * gst/udp/gstudpsrc.h:
9761         Add support to strip proprietary headers. Fixes #350296.
9762
9763 2007-03-02  Wim Taymans  <wim@fluendo.com>
9764
9765         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
9766         Fix compilation.
9767
9768 2007-03-02  Wim Taymans  <wim@fluendo.com>
9769
9770         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
9771
9772         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
9773         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
9774         (gst_rtp_mp2t_depay_set_property),
9775         (gst_rtp_mp2t_depay_get_property):
9776         * gst/rtp/gstrtpmp2tdepay.h:
9777         Add support to strip off proprietary headers. Fixes #350278.
9778
9779 2007-03-02  Wim Taymans  <wim@fluendo.com>
9780
9781         * ext/hal/hal.c:
9782         Fix compilation.
9783
9784 2007-03-02  Wim Taymans  <wim@fluendo.com>
9785
9786         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
9787         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
9788         (gst_sunaudiosrc_open):
9789         * sys/sunaudio/gstsunaudiosrc.h:
9790         Remove device-name from GstSunAudioSrc. Fixes #412597.
9791
9792 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
9793
9794         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
9795         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
9796         Having NULL as UDI previously selected the default sink/src. Change
9797         this back but mention it in the debug output.
9798         * ext/hal/hal.c: (gst_hal_get_alsa_element),
9799         (gst_hal_get_oss_element), (gst_hal_get_string),
9800         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
9801         (gst_hal_get_audio_src):
9802         * ext/hal/hal.h:
9803         Refactor a bit, check all error conditions, greatly improve debugging
9804         and fix some possible memory leaks. Also implement OSS support
9805         and allow specifying an UDI that points to a real device. For this the
9806         child device which supports ALSA (preferred) or OSS is used.
9807         As a side effect this makes it impossible now to get a alsasink in
9808         halaudiosrc and a alsasrc in halaudiosink.
9809
9810 2007-03-01  Wim Taymans  <wim@fluendo.com>
9811
9812         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
9813         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
9814         Errors from the udp sources are not fatal unless all of them are in
9815         error.
9816
9817 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
9818
9819         * tests/check/Makefile.am:
9820         Disable aasink in the states test. I suspect this is the element that
9821         is calling exit(1) when it can't proceed.
9822
9823 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
9824
9825         * tests/check/Makefile.am:
9826         Draw plugins in from the build tree sys/ dir, rather than picking
9827         up the already installed versions.
9828
9829 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9830
9831         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
9832         Error out correctly when getting xcontext fails.
9833
9834 2007-03-01  Wim Taymans  <wim@fluendo.com>
9835
9836         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
9837         Make state change to PAUSED NO_PREROLL because that's what it will be in
9838         the future and rtspsrc relies on it.
9839
9840         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9841         (gst_rtspsrc_change_state):
9842         Don't error out when we don't get an error from the state change
9843         function.
9844
9845 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
9846
9847         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
9848         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
9849           Check if the device UDI is set before trying to query HAL
9850           about it and give a useful error message if it wasn't set.
9851         * ext/hal/hal.c: (gst_hal_get_string):
9852           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
9853           gives an assertion failure in D-Bus when running with
9854           DBUS_FATAL_WARNINGS=1.
9855
9856 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9857
9858         * configure.ac:
9859           Convert to new AG_GST style.
9860
9861 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9862
9863         * tests/check/Makefile.am:
9864         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
9865           add test for states
9866
9867 2007-02-28  Wim Taymans  <wim@fluendo.com>
9868
9869         * tests/check/elements/.cvsignore:
9870         Add new videofilter check to .cvsignore.
9871
9872 2007-02-28  Wim Taymans  <wim@fluendo.com>
9873
9874         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
9875         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
9876         (gst_avi_demux_loop), (gst_avi_demux_chain):
9877         Fix combined flow return. Fixes #412608.
9878
9879 2007-02-28  Wim Taymans  <wim@fluendo.com>
9880
9881         * gst/videofilter/Makefile.am:
9882         Dist header..
9883
9884 2007-02-28  Wim Taymans  <wim@fluendo.com>
9885
9886         * gst/videofilter/gstgamma.h:
9887         Add header too.
9888
9889 2007-02-28  Wim Taymans  <wim@fluendo.com>
9890
9891         Patch by: Mark Nauwelaerts <manauw at skynet be>
9892
9893         * gst/videofilter/Makefile.am:
9894         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
9895         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
9896         (gst_gamma_get_property), (gst_gamma_calculate_tables),
9897         (oil_tablelookup_u8), (gst_gamma_set_caps),
9898         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
9899         Port gamma filter to 0.10. Fixes #412704.
9900
9901         * tests/check/Makefile.am:
9902         * tests/check/elements/videofilter.c: (setup_filter),
9903         (cleanup_filter), (check_filter), (GST_START_TEST),
9904         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
9905         Add unit tests for videofilters.
9906
9907 2007-02-28  Wim Taymans  <wim@fluendo.com>
9908
9909         * gst/rtsp/URLS:
9910         Add another interesting test url.
9911
9912         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
9913         Don't allow getting header fields from data packets.
9914
9915 2007-02-28  Michael Smith  <msmith@fluendo.com>
9916
9917         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
9918         (gst_shout2send_init), (gst_shout2send_start),
9919         (gst_shout2send_set_property), (gst_shout2send_get_property):
9920         * ext/shout2/gstshout2.h:
9921           Add a property for username.
9922
9923 2007-02-27  Christian Schallerr <christian@fluendo.com>
9924
9925         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
9926
9927 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
9928
9929         * gst/rtsp/Makefile.am:
9930         Fix make check too.
9931
9932 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
9933
9934         * gst/rtsp/base64.c: (util_base64_encode):
9935         * gst/rtsp/base64.h:
9936         Commit missing files for base64 encoding.
9937
9938 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
9939
9940         Patch by: Loïc Minier <lool+gnome at via ecp fr>
9941
9942         * configure.ac:
9943         * ext/annodex/Makefile.am:
9944         * ext/jpeg/Makefile.am:
9945         * ext/speex/Makefile.am:
9946         * gst/alpha/Makefile.am:
9947         * gst/cutter/Makefile.am:
9948         * gst/debug/Makefile.am:
9949         * gst/effectv/Makefile.am:
9950         * gst/goom/Makefile.am:
9951         * gst/level/Makefile.am:
9952         * gst/smpte/Makefile.am:
9953         * gst/videofilter/Makefile.am:
9954           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
9955
9956 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
9957
9958         * gst/rtsp/Makefile.am:
9959         * gst/rtsp/rtspconnection.c: (append_auth_header),
9960         (rtsp_connection_send), (rtsp_connection_set_auth):
9961         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
9962         from icecast to replace it. Relicensed from GPL courtesy of Mike
9963         Smith.
9964
9965 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
9966
9967         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9968         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
9969         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
9970         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
9971         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9972         (gst_rtspsrc_uri_set_uri):
9973         * gst/rtsp/gstrtspsrc.h:
9974         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9975         (append_auth_header), (rtsp_connection_send),
9976         (rtsp_connection_free), (rtsp_connection_set_auth):
9977         * gst/rtsp/rtspconnection.h:
9978         * gst/rtsp/rtspdefs.h:
9979         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9980         * gst/rtsp/rtspurl.h:
9981
9982         Implement simple Basic Authentication support so that urls like
9983         rtsp://user:pass@hostname/rtspstream work on hosts that require
9984         authentication.
9985
9986 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
9987
9988         * sys/v4l2/gstv4l2object.c:
9989         * sys/v4l2/gstv4l2tuner.c:
9990         * sys/v4l2/v4l2_calls.c:
9991         Fix segfault when oppening a radio device.
9992         
9993 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
9994
9995         * gst/level/gstlevel.c: (gst_level_set_caps),
9996         (gst_level_transform_ip):
9997         * sys/v4l2/README:
9998         * tests/check/elements/level.c: (GST_START_TEST):
9999           Fix level for multi-channel case.
10000
10001 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10002
10003         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
10004         (gst_level_transform_ip):
10005         * gst/level/gstlevel.h:
10006           Use function pointer for process function and add process functions
10007           for float audio.
10008
10009 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
10010
10011         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10012         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10013         (gst_v4l2src_capture_init):
10014           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
10015           fixes #407369
10016
10017 2007-02-18  Wim Taymans  <wim@fluendo.com>
10018
10019         * gst/rtp/Makefile.am:
10020         * gst/rtp/gstrtp.c: (plugin_init):
10021         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
10022         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
10023         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
10024         (gst_rtp_mp2t_pay_plugin_init):
10025         * gst/rtp/gstrtpmp2tpay.h:
10026         Added simple mpeg transport stream payloader.
10027
10028 2007-02-16  Wim Taymans  <wim@fluendo.com>
10029
10030         * gst/rtsp/URLS:
10031         Add example H264 rtsp url.
10032
10033         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10034         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10035         Don't convert values to lowercase or we might mess up base64 encoded
10036         properties.
10037
10038 2007-02-16  Wim Taymans  <wim@fluendo.com>
10039
10040         * gst/rtp/README:
10041         Fix case of string params.
10042
10043         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10044         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10045         Fix depayloader, support more packet types.
10046         Add sync codes to make sure the packetizer can do its job.
10047
10048         * gst/rtp/gstrtpmp4gdepay.c:
10049         * gst/rtp/gstrtpmp4gpay.c:
10050         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10051         Fix caps case again.
10052
10053 2007-02-15  Wim Taymans  <wim@fluendo.com>
10054
10055         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
10056         Set right caps on output buffers.
10057
10058 2007-02-14  Wim Taymans  <wim@fluendo.com>
10059
10060         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
10061         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
10062         Clear stack allocated SDPMedia struct before calling _init() on it.
10063         Clarify this in the docs as well.
10064
10065 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
10066
10067         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
10068         (do_change_child):
10069         Don't reset the profile when going switching states, as it makes
10070         the element non-reusable.
10071
10072 2007-02-14  Wim Taymans  <wim@fluendo.com>
10073
10074         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
10075         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
10076         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
10077         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
10078         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
10079         (sdp_parse_line):
10080         * gst/rtsp/sdpmessage.h:
10081         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
10082         Fix memory management of SDP messages. Fixes #407793.
10083
10084 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
10085
10086         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
10087
10088         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
10089         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
10090
10091 2007-02-14  Wim Taymans  <wim@fluendo.com>
10092
10093         Patch by: jp.liu <jp_liu at astrocom dot cn>
10094
10095         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10096         Fix parsing of password field in url. Fixes #407797.
10097
10098 2007-02-14  Wim Taymans  <wim@fluendo.com>
10099
10100         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10101         (gst_wavparse_reset), (gst_wavparse_init),
10102         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
10103         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10104         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10105         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10106         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10107         (gst_wavparse_loop), (gst_wavparse_chain),
10108         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10109         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
10110         (plugin_init):
10111         * gst/wavparse/gstwavparse.h:
10112         Update docs.
10113         Use boilerplate.
10114         Various code cleanups.
10115         When the bitrate is not known (bps == 0 or compressed formats) let
10116         downstream element guestimate the duration and position and don't
10117         generate timestamps or durations. Fixes #405213.
10118         Fix EOS and ERROR conditions in chain mode, we just need to forward the
10119         error flowreturn upstream.
10120
10121 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
10122
10123         * ext/gconf/Makefile.am:
10124         * ext/gconf/gconf.c: (gst_gconf_get_string),
10125         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
10126         (gst_gconf_render_bin_with_default):
10127         * ext/gconf/gconf.h:
10128         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
10129         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
10130         (gst_gconf_audio_sink_dispose), (do_change_child),
10131         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
10132         (cb_change_child), (gst_gconf_audio_sink_change_state):
10133         * ext/gconf/gstgconfaudiosink.h:
10134         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
10135         (gst_switch_sink_class_init), (gst_switch_sink_reset),
10136         (gst_switch_sink_init), (gst_switch_sink_dispose),
10137         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
10138         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
10139         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
10140         * ext/gconf/gstswitchsink.h:
10141         * gst/autodetect/gstautoaudiosink.c:
10142         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
10143         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
10144         (gst_auto_audio_sink_detect):
10145         * gst/autodetect/gstautovideosink.c:
10146         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
10147         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
10148         (gst_auto_video_sink_detect):
10149         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
10150         and a child that implements the GConf key monitoring. The end goal of
10151         this is an audio sink that can be changed on the fly, but at the 
10152         moment it still only changes on the next READY transition.
10153
10154 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10155
10156         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10157         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
10158         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
10159         (gst_avi_demux_calculate_durations_from_index),
10160         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
10161         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10162         (gst_avi_demux_loop):
10163           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
10164
10165 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10166
10167         * configure.ac:
10168         * docs/plugins/Makefile.am:
10169           Add crossreferences to glib/gobject/gstream docs.
10170
10171 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10172
10173         * gst/monoscope/Makefile.am:
10174         * gst/monoscope/gstmonoscope.c:
10175           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
10176           (but no LIBS, since we only use defines from the headers).
10177
10178 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10179
10180         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
10181
10182         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
10183         (gst_wavparse_stream_data):
10184           Fix massive memory leak when operating in streaming mode due to
10185           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
10186           Fixes #407057.
10187
10188 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10189
10190         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
10191         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
10192         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
10193         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
10194         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
10195         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
10196         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10197         (gst_avi_demux_calculate_durations_from_index),
10198         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
10199         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
10200         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10201         * gst/avi/gstavidemux.h:
10202           Save some memory (8%) by repacking the index entry structure (more to
10203           come). Add more FIXMEs to questionable parts.
10204
10205 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10206
10207         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
10208         (gst_v4l2src_get_caps):
10209         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10210         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10211         (gst_v4l2src_capture_init):
10212           More FIXME comments and messaging changes.
10213
10214 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10215
10216         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10217         (gst_goom_change_state):
10218         * gst/goom/gstgoom.h:
10219           Improved docs and use GST_DEBUG_FUNCPTR.
10220
10221         * gst/level/gstlevel.c: (gst_level_class_init):
10222           Use GST_DEBUG_FUNCPTR.
10223
10224         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
10225         (gst_monoscope_chain), (gst_monoscope_change_state):
10226           Improved docs source cleanups.
10227
10228 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10229
10230         * gst/debug/Makefile.am:
10231         * gst/debug/gstdebug.c: (plugin_init):
10232         * gst/debug/gstpushfilesrc.c:
10233         * gst/debug/gstpushfilesrc.h:
10234           Add code for a pushfilesrc element that implements a pushfile:// URI
10235           handler, to make debugging push-mode operation of demuxer/decoders
10236           that support both easier in connection with seek/playbin/etc.
10237           The element isn't registered at the moment.
10238
10239 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
10240
10241         * gst/avi/gstavimux.c:
10242           Comment a #if 0 in caps template definition as VS6 seems to 
10243         do not support it.
10244         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
10245           Use gst_guint64_to_gdouble for conversion.
10246         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
10247           Move variables declaration before the first instruction.
10248         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
10249           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
10250           And don't include netdb.h for G_OS_WIN32
10251         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
10252           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
10253           by VS6 then use an other way to initialize SDPMedia structure.
10254         * gst/udp/gstdynudpsink.h:
10255         * gst/udp/gstdynudpnetutils.h:
10256           Do not include <sys/time.h> for G_OS_WIN32
10257         * gst/udp/gstudpsrc.c:
10258           Define socklen_t as int for G_OS_WIN32
10259         * win/common/config.h.in:
10260           Undef HAVE_NETINET_IN_H
10261         * win32/vs6/gst_plugins_good.dsw:
10262         * win32/vs6/libgstrtp.dsp:
10263         * win32/vs6/libgstrtsp.dsp:
10264         * win32/vs6/libgstautogen.dsp:
10265         * win32/vs6/libgstaudiofx.dsp:
10266         * win32/vs6/libgstudp.dsp:
10267           Add and update project files.
10268         * win32/common/gstudp-enumtypes.c:
10269         * win32/common/gstudp-enumtypes.h:
10270           Add a copy of udp enumtypes to win32/common as in core 
10271           and base.
10272         
10273 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
10274
10275         * configure.ac:
10276           Activate monoscope when building with --enable-experimental. Fix
10277           --enable-external configure switch description.
10278
10279         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
10280         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
10281           Help gst-indent.
10282
10283 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10284
10285         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
10286           Explicitly cast result of pointer arithmetic to integer in order to
10287           avoid compiler warnings on some 64-bit systems. Should fix #406018.
10288
10289 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10290
10291         * gst/debug/progressreport.c:
10292           Some more docs.
10293
10294 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10295
10296         * docs/plugins/inspect/plugin-rtp.xml:
10297           Update for new elements.
10298
10299         * gst/debug/progressreport.h:
10300           Commit newly-created header file as well.
10301
10302 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10303
10304         * docs/plugins/Makefile.am:
10305         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10306         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10307         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10308         * gst/debug/Makefile.am:
10309         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
10310         (gst_progress_report_do_query), (gst_progress_report_report):
10311           Make progressreport element post messages with the current progress
10312           on the bus. Also add some basic docs for it.
10313
10314 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10315
10316         * ext/hal/hal.c: (gst_hal_get_string):
10317         * ext/hal/hal.h:
10318           Some small cleanups; deal with errors when parsing the HAL ALSA
10319           capabilities a bit better.
10320
10321 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10322
10323         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
10324           Let's try this again and use the right cast this time.
10325
10326 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10327
10328         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
10329           Add cast to avoid compiler warnings with older GLib versions
10330           where the nick/name members in GEnumValue are not declared as
10331           constant strings.
10332
10333 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10334
10335         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
10336         (gst_gconf_render_bin_from_key),
10337         (gst_gconf_get_default_audio_sink):
10338         * ext/gconf/gconf.h:
10339         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
10340         (do_toggle_element), (gst_gconf_audio_sink_set_property),
10341         (gst_gconf_audio_sink_get_property):
10342           In gconfaudiosink, get the right key as the old key in do_toggle
10343           (ie. one dependent on the profile selected). Log some more stuff so
10344           we can see what's actually going on.
10345
10346 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
10347
10348         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
10349         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
10350         (gst_audio_amplify_set_process_function),
10351         (gst_audio_amplify_setup):
10352         * gst/audiofx/audioamplify.h:
10353         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
10354         (gst_audio_invert_class_init), (gst_audio_invert_setup):
10355         * gst/audiofx/audioinvert.h:
10356         Some small cleanups and port both elements to the new GstAudioFilter
10357         base class to save a few lines of common code.
10358         * gst/audiofx/Makefile.am:
10359         Link against libgstaudio for the above changes
10360
10361 2007-01-29  Wim Taymans  <wim@fluendo.com>
10362
10363         * tests/check/elements/.cvsignore:
10364         Some more ignores.
10365
10366 2007-01-26  Wim Taymans  <wim@fluendo.com>
10367
10368         Patch by: charles <charlesg3 at gmail dot com>
10369
10370         * ext/shout2/gstshout2.c: (gst_shout2send_init),
10371         (set_shout_metadata), (gst_shout2send_event):
10372         * ext/shout2/gstshout2.h:
10373         Properly handle tags in shout2send. Fixes #399825.
10374
10375 2007-01-25  Wim Taymans  <wim@fluendo.com>
10376
10377         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10378         (gst_rtspsrc_activate_streams):
10379         Convert SDP fields to upper/lowercase following the rules in the SDP to
10380         caps document. 
10381
10382 2007-01-25  Wim Taymans  <wim@fluendo.com>
10383
10384         * gst/rtp/README:
10385         * gst/rtp/gstrtpilbcdepay.c:
10386         * gst/rtp/gstrtpilbcpay.c:
10387         * gst/rtp/gstrtpmp4gdepay.c:
10388         * gst/rtp/gstrtpmp4gpay.c:
10389         * gst/rtp/gstrtpspeexdepay.c:
10390         * gst/rtp/gstrtpspeexpay.c:
10391         * gst/rtp/gstrtpsv3vdepay.c:
10392         * gst/rtp/gstrtptheoradepay.c:
10393         * gst/rtp/gstrtptheorapay.c:
10394         * gst/rtp/gstrtpvorbisdepay.c:
10395         * gst/rtp/gstrtpvorbispay.c:
10396         Fix case of encoding-name and key/value pairs to match the document.
10397         This is to make interoperation with SDP case-insensitive as required by
10398         the relevant RFCs.
10399
10400 2007-01-25  Wim Taymans  <wim@fluendo.com>
10401
10402         * configure.ac:
10403         Bump required -core/-base to CVS
10404
10405 2007-01-25  Wim Taymans  <wim@fluendo.com>
10406
10407         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
10408         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
10409         * gst/rtp/gstrtpL16pay.h:
10410         Fill up to MTU using adapter.
10411         Timestamp rtp packets.
10412
10413 2007-01-25  Edward Hervey  <edward@fluendo.com>
10414
10415         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
10416         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
10417         Use G_GSIZE_FORMAT in print statements for portability.
10418         Fixes build on macosx.
10419
10420 2007-01-24  Wim Taymans  <wim@fluendo.com>
10421
10422         * gst/rtp/Makefile.am:
10423         * gst/rtp/gstrtp.c: (plugin_init):
10424         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
10425         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
10426         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
10427         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
10428         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
10429         (gst_rtp_L16_depay_plugin_init):
10430         * gst/rtp/gstrtpL16depay.h:
10431         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
10432         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
10433         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
10434         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
10435         (gst_rtp_L16_pay_plugin_init):
10436         * gst/rtp/gstrtpL16pay.h:
10437         Port and enable raw audio payloader/depayloader. Needs a bit more work
10438         on the payloader side.
10439
10440 2007-01-24  Wim Taymans  <wim@fluendo.com>
10441
10442         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
10443         (gst_rtspsrc_stream_configure_transport),
10444         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
10445         * gst/rtsp/gstrtspsrc.h:
10446         Only unblock the udp pads when we linked and activated them all.
10447         Fixes #395688.
10448
10449 2007-01-24  Wim Taymans  <wim@fluendo.com>
10450
10451         * gst/rtp/Makefile.am:
10452         * gst/rtp/gstrtp.c: (plugin_init):
10453         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
10454         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
10455         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
10456         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
10457         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
10458         * gst/rtp/gstrtpac3depay.h:
10459         Added simple AC3 depayloader (RFC 4184).
10460
10461         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
10462         Fix a leak.
10463
10464 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
10465
10466         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10467
10468         * gst/audiofx/Makefile.am:
10469         * gst/audiofx/audioamplify.c:
10470         (gst_audio_amplify_clipping_method_get_type),
10471         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
10472         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
10473         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
10474         (gst_audio_amplify_set_caps),
10475         (gst_audio_amplify_transform_int_clip),
10476         (gst_audio_amplify_transform_int_wrap_negative),
10477         (gst_audio_amplify_transform_int_wrap_positive),
10478         (gst_audio_amplify_transform_float_clip),
10479         (gst_audio_amplify_transform_float_wrap_negative),
10480         (gst_audio_amplify_transform_float_wrap_positive),
10481         (gst_audio_amplify_transform_ip):
10482         * gst/audiofx/audioamplify.h:
10483         * gst/audiofx/audiofx.c: (plugin_init):
10484         Add new element "audioamplify". This allows scaling of raw audio
10485         samples, similar to the "volume" element, but provides different modes
10486         for clipping and allows unlimited amplification. It's mainly targeted
10487         for creative sound design and not as a replacement of the "volume"
10488         element. Fixes #397162
10489         * docs/plugins/Makefile.am:
10490         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10491         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10492         * docs/plugins/gst-plugins-good-plugins.args:
10493         * docs/plugins/inspect/plugin-audiofx.xml:
10494         Add docs for audioamplify and integrate them into the build system
10495         * tests/check/Makefile.am:
10496         * tests/check/elements/audioamplify.c: (setup_amplify),
10497         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
10498         Add fairly extensive unit test suite for audioamplify
10499
10500 2007-01-24  Wim Taymans  <wim@fluendo.com>
10501
10502         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
10503         Unblock pads after adding the pads to the element so that autopluggers
10504         get a change to link something. Possibly fixes #395688.
10505
10506 2007-01-24  Wim Taymans  <wim@fluendo.com>
10507
10508         * gst/rtp/gstrtpamrdepay.c:
10509         * gst/rtp/gstrtpgsmdepay.c:
10510         * gst/rtp/gstrtph263pdepay.c:
10511         * gst/rtp/gstrtph263ppay.c:
10512         * gst/rtp/gstrtph264depay.c:
10513         * gst/rtp/gstrtpilbcdepay.c:
10514         * gst/rtp/gstrtpmp2tdepay.c:
10515         * gst/rtp/gstrtpmp4gdepay.c:
10516         * gst/rtp/gstrtpmp4gpay.c:
10517         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
10518         * gst/rtp/gstrtpmp4vpay.c:
10519         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
10520         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
10521         (gst_rtp_mpa_depay_process):
10522         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
10523         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
10524         * gst/rtp/gstrtppcmadepay.c:
10525         * gst/rtp/gstrtppcmudepay.c:
10526         * gst/rtp/gstrtpspeexdepay.c:
10527         * gst/rtp/gstrtpspeexpay.c:
10528         * gst/rtp/gstrtpsv3vdepay.c:
10529         * gst/rtp/gstrtptheoradepay.c:
10530         * gst/rtp/gstrtptheorapay.c:
10531         * gst/rtp/gstrtpvorbisdepay.c:
10532         * gst/rtp/gstrtpvorbispay.c:
10533         Fix caps with payload numbers.
10534         Add some fixed payload numbers to caps when possible.
10535
10536 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
10537
10538         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10539
10540         * gst/audiofx/Makefile.am:
10541         * gst/audiofx/audiofx.c: (plugin_init):
10542         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
10543         (gst_audio_invert_class_init), (gst_audio_invert_init),
10544         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
10545         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
10546         (gst_audio_invert_transform_float),
10547         (gst_audio_invert_transform_ip):
10548         * gst/audiofx/audioinvert.h:
10549         Add new audiofx element "audioinvert". This element swaps the upper
10550         and lower half of samples and can be used for example for a
10551         wide-stereo effect. Fixes #396057
10552         * docs/plugins/Makefile.am:
10553         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10554         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10555         * docs/plugins/gst-plugins-good-plugins.args:
10556         * docs/plugins/inspect/plugin-audiofx.xml:
10557         Add docs for the audioinvert element and add them to the build system.
10558         * tests/check/Makefile.am:
10559         * tests/check/elements/audioinvert.c: (setup_invert),
10560         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
10561         Add unit test suite for the audioinvert element.
10562
10563 2007-01-23  Wim Taymans  <wim@fluendo.com>
10564
10565         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
10566         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
10567         Parse config params as string and int.
10568         Parse and use AU header length
10569
10570 2007-01-23  Wim Taymans  <wim@fluendo.com>
10571
10572         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
10573         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
10574         * gst/smpte/gstmask.c: (_gst_mask_register):
10575         * gst/smpte/gstmask.h:
10576         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
10577         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
10578         (gst_smpte_paint_triangle_clock):
10579         constify some static structs.
10580         Don't update the mask if nothing changed to the params.
10581         Make sure we never draw outside of the picture. Fixes #398325.
10582
10583 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10584
10585         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
10586           Error out properly when pull_range fails while we're reading the
10587           headers, instead of just pausing the task silently. Fixes #399338.
10588
10589 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10590
10591         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
10592           Some more sanity checks to make sure the input formats match and the
10593           input pads are actually negotiated, in case someone tries to feed
10594           buffers from fakesrc or filesrc. Fixes #398299.
10595           Also const-ify an array, just because we can.
10596
10597 2007-01-19  Edward Hervey  <edward@fluendo.com>
10598
10599         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
10600         Ignore previous commit, that was only valid for widths and heights
10601         that are multiples of 4.
10602         Copy over size/stride macros from jpegdec. This allows the element
10603         to work with any width,height...
10604         ... but puts in evidence that the actual transformations only work
10605         with width/height that are multiples of 4.
10606
10607 2007-01-19  Edward Hervey  <edward@fluendo.com>
10608
10609         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
10610         Allocate buffers of the right size.
10611         The proper size of a I420 buffer in bytes is:
10612         
10613             width * height * 3
10614             ------------------
10615                     2
10616
10617 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10618
10619         * gst/smpte/gstsmpte.c: (gst_smpte_init):
10620           Proxy getcaps on sink pads too, so that we either end up with the
10621           same dimensions on all pads or error out if that's not possible
10622           (seems to work even!). Fixes #398086, I think.
10623
10624 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10625
10626         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10627         * docs/plugins/gst-plugins-good-plugins.args:
10628         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10629           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
10630           fix integer properties with -1 as minimum value.
10631
10632         * docs/plugins/inspect/plugin-1394.xml:
10633         * docs/plugins/inspect/plugin-aasink.xml:
10634         * docs/plugins/inspect/plugin-alaw.xml:
10635         * docs/plugins/inspect/plugin-alpha.xml:
10636         * docs/plugins/inspect/plugin-alphacolor.xml:
10637         * docs/plugins/inspect/plugin-annodex.xml:
10638         * docs/plugins/inspect/plugin-apetag.xml:
10639         * docs/plugins/inspect/plugin-audiofx.xml:
10640         * docs/plugins/inspect/plugin-auparse.xml:
10641         * docs/plugins/inspect/plugin-autodetect.xml:
10642         * docs/plugins/inspect/plugin-avi.xml:
10643         * docs/plugins/inspect/plugin-cacasink.xml:
10644         * docs/plugins/inspect/plugin-cairo.xml:
10645         * docs/plugins/inspect/plugin-cdio.xml:
10646         * docs/plugins/inspect/plugin-cutter.xml:
10647         * docs/plugins/inspect/plugin-debug.xml:
10648         * docs/plugins/inspect/plugin-dv.xml:
10649         * docs/plugins/inspect/plugin-efence.xml:
10650         * docs/plugins/inspect/plugin-effectv.xml:
10651         * docs/plugins/inspect/plugin-esdsink.xml:
10652         * docs/plugins/inspect/plugin-flac.xml:
10653         * docs/plugins/inspect/plugin-flxdec.xml:
10654         * docs/plugins/inspect/plugin-gconfelements.xml:
10655         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
10656         * docs/plugins/inspect/plugin-goom.xml:
10657         * docs/plugins/inspect/plugin-halelements.xml:
10658         * docs/plugins/inspect/plugin-icydemux.xml:
10659         * docs/plugins/inspect/plugin-id3demux.xml:
10660         * docs/plugins/inspect/plugin-jpeg.xml:
10661         * docs/plugins/inspect/plugin-level.xml:
10662         * docs/plugins/inspect/plugin-matroska.xml:
10663         * docs/plugins/inspect/plugin-mulaw.xml:
10664         * docs/plugins/inspect/plugin-multipart.xml:
10665         * docs/plugins/inspect/plugin-navigationtest.xml:
10666         * docs/plugins/inspect/plugin-ossaudio.xml:
10667         * docs/plugins/inspect/plugin-png.xml:
10668         * docs/plugins/inspect/plugin-rtp.xml:
10669         * docs/plugins/inspect/plugin-rtsp.xml:
10670         * docs/plugins/inspect/plugin-shout2send.xml:
10671         * docs/plugins/inspect/plugin-smpte.xml:
10672         * docs/plugins/inspect/plugin-speex.xml:
10673         * docs/plugins/inspect/plugin-taglib.xml:
10674         * docs/plugins/inspect/plugin-udp.xml:
10675         * docs/plugins/inspect/plugin-videobalance.xml:
10676         * docs/plugins/inspect/plugin-videobox.xml:
10677         * docs/plugins/inspect/plugin-videoflip.xml:
10678         * docs/plugins/inspect/plugin-videomixer.xml:
10679         * docs/plugins/inspect/plugin-wavenc.xml:
10680         * docs/plugins/inspect/plugin-wavparse.xml:
10681         * docs/plugins/inspect/plugin-ximagesrc.xml:
10682           Update to CVS.
10683
10684 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
10685
10686         Patch by: Sebastian Dröge <slomo circular-chaos org>
10687
10688         * gst/audiofx/audiopanorama.c:
10689           Fix doc section name (Fixes #397946)
10690
10691 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
10692
10693         * sys/v4l2/gstv4l2object.c:
10694         (gst_v4l2_object_install_properties_helper),
10695         (gst_v4l2_object_set_property_helper),
10696         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
10697         * sys/v4l2/gstv4l2object.h:
10698         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
10699         (gst_v4l2src_init), (gst_v4l2src_set_property),
10700         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
10701         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10702         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10703         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
10704         (gst_v4l2src_capture_deinit):
10705           Fix EIO handing when capturing. Add new property to specify the number of
10706           buffers to enque (and remove the borked num-buffers usage).
10707
10708 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10709
10710         Patch by: Sebastian Dröge <slomo circular-chaos org>
10711
10712         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
10713         (gst_audio_panorama_set_process_function):
10714           Use a function array for process methods, add more docs and define the
10715           startindex of enums.
10716
10717 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
10718
10719         Patch by: Mark Nauwelaerts <manauw at skynet be>
10720
10721         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
10722         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
10723         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10724         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10725         (gst_avi_mux_riff_get_avi_header),
10726         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
10727         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
10728         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
10729         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
10730         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
10731         (gst_avi_mux_change_state):
10732         * gst/avi/gstavimux.h:
10733         * tests/check/elements/avimux.c: (teardown_src_pad):
10734           Add support for more than one audio stream; write better AVIX
10735           header; refactor code a bit; don't announce vorbis caps on our audio
10736           sink pads since we don't support it anyway. Closes #379298.
10737
10738 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
10739
10740         Patch by: Sebastian Dröge <slomo circular-chaos org>
10741
10742         * gst/audiofx/audiopanorama.c:
10743         (gst_audio_panorama_method_get_type),
10744         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
10745         (gst_audio_panorama_set_process_function),
10746         (gst_audio_panorama_set_property),
10747         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
10748         (gst_audio_panorama_transform_m2s_int_simple),
10749         (gst_audio_panorama_transform_s2s_int_simple),
10750         (gst_audio_panorama_transform_m2s_float_simple),
10751         (gst_audio_panorama_transform_s2s_float_simple):
10752         * gst/audiofx/audiopanorama.h:
10753           Add 'method' property and provide a simple (non-psychoacustic)
10754           processing method (#394859).
10755
10756         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
10757         (panorama_suite):
10758           Tests for new method.
10759
10760 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
10761
10762         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
10763         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
10764           Set correct caps on outgoing pulled buffers, or things blow up
10765           after recent core changes.
10766
10767 2007-01-11  Wim Taymans  <wim@fluendo.com>
10768
10769         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
10770
10771         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
10772         (gst_multipart_mux_request_new_pad),
10773         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
10774         (gst_multipart_mux_change_state):
10775         Return FLOW errors ASAP. Fixes #394977.
10776         Misc cleanups.
10777
10778 2007-01-11  Wim Taymans  <wim@fluendo.com>
10779
10780         Patch by: Lutz Mueller <lutz at topfrose dot de>
10781
10782         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10783         Check for stream pad before activating. 
10784
10785 2007-01-10  Wim Taymans  <wim@fluendo.com>
10786
10787         Patch by: Peter Kjellerstedt  <pkj at axis com>
10788
10789         * gst/rtsp/COPYING.MIT:
10790         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
10791         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
10792         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
10793         (gst_rtspsrc_stream_configure_transport),
10794         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10795         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
10796         (gst_rtspsrc_parse_methods),
10797         (gst_rtspsrc_create_transports_string),
10798         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
10799         (gst_rtspsrc_open), (gst_rtspsrc_close):
10800         * gst/rtsp/gstrtspsrc.h:
10801         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10802         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
10803         (parse_request_line), (parse_line), (rtsp_connection_read),
10804         (rtsp_connection_close):
10805         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
10806         (rtsp_method_as_text), (rtsp_header_as_text),
10807         (rtsp_status_as_text), (rtsp_find_header_field),
10808         (rtsp_find_method):
10809         * gst/rtsp/rtspdefs.h:
10810         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
10811         (rtsp_ext_wms_configure_stream):
10812         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
10813         (rtsp_message_new_request), (rtsp_message_init_request),
10814         (rtsp_message_new_response), (rtsp_message_init_response),
10815         (rtsp_message_init_data), (rtsp_message_unset),
10816         (rtsp_message_free), (rtsp_message_add_header),
10817         (rtsp_message_get_header), (rtsp_message_set_body),
10818         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
10819         * gst/rtsp/rtspmessage.h:
10820         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
10821         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
10822         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
10823         (sdp_message_dump):
10824         Allow url to be NULL to be able to use it for server connections.
10825         Can now send responses as well as requests.
10826         No longer hangs in an endless loop if EOF is received.
10827         Can now convert a status code to a text string.
10828         Return RTSP_HDR_INVALID for unknown headers.
10829         Return RTSP_INVALID for unknown methods.
10830         Copy CSeq and Session headers from the request.
10831         Only free memory corresponding to the currently set message type.
10832         Added const to function arguments as appropriate.
10833         Avoid a compiler warning when initializing nmedia.
10834         Use guint rather than gint to avoid compiler warnings.
10835         Fix crasher in wms extension.
10836         Factor out stream setup from open_connection.
10837         Delay activation of streams when actual data is received from the
10838         server, this prepares us to do proper protocol switching.
10839         Added new license.
10840         Fixes #380895.
10841
10842
10843 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
10844
10845         Patch by: Sebastian Dröge <slomo ubuntu com>
10846
10847         * docs/plugins/Makefile.am:
10848         * gst/audiofx/audiopanorama.c:
10849           Some small docs fixes (#394851).
10850
10851 2007-01-09  Wim Taymans  <wim@fluendo.com>
10852
10853         * gst/avi/gstavidemux.c:
10854         Fix docs.
10855
10856 2007-01-09  Wim Taymans  <wim@fluendo.com>
10857
10858         * gst/rtp/Makefile.am:
10859         * gst/rtp/gstrtp.c: (plugin_init):
10860         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
10861         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
10862         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
10863         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
10864         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
10865         * gst/rtp/gstrtpmpvdepay.h:
10866           Added RFC 2250 MPEG Video Depayloader.
10867
10868         * gst/rtp/gstrtpL16depay.h:
10869         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
10870         (gst_rtp_h263p_depay_process):
10871         Fix Header file. Small cleanups.
10872
10873         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
10874         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
10875         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
10876         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
10877         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
10878         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
10879         (gst_rtp_mp4v_depay_change_state):
10880         Remove usused code. Remove Adapter from state Change. Added debug.
10881
10882         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
10883         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
10884         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
10885         * gst/rtp/gstrtpmpadepay.h:
10886         Subclass base depayloader.
10887         Added debug.
10888         Support static payload type assignment as well.
10889
10890         * gst/rtp/gstrtpmpapay.c:
10891         Fix caps.
10892
10893 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10894
10895         Patch by: Vincent Torri  <vtorri at univ-evry fr>
10896
10897         * ext/jpeg/gstjpegdec.c:
10898         * ext/jpeg/gstjpegenc.c:
10899         * ext/jpeg/smokecodec.c:
10900           These libjpeg callbacks should return a 'boolean' (unsigned char
10901           apparently) and not a 'gboolean' (which maps to gint). Fixes
10902           warnings when compiling with MingW (#393427).
10903
10904         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
10905           Use ioctlsocket on win32.
10906
10907         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
10908           Some printf format fixes for win32.
10909
10910 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
10911
10912         * gst/cutter/gstcutter.c: (gst_cutter_chain):
10913           Use gst_guint64_to_gdouble for conversion.
10914         * win32/vs6/libgstmatroska.dsp:
10915           Add zlib to the link.
10916         * win32/vs6/libgstvideobox.dsp:
10917           Update liboil library name (project is linked to 
10918           liboil-0.3-0.lib now).
10919           
10920 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10921
10922         * gst/matroska/Makefile.am:
10923           If zlib is available and used, we must link it explicitly for
10924           things to work on MingW (fixes #392855).
10925
10926 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
10927
10928         * ext/esd/esdsink.c: (gst_esdsink_delay):
10929           Don't return bogus values when esd_get_delay() fails for some
10930           reason (#392189).
10931
10932 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
10933
10934         * sys/ximage/gstximagesrc.c: (composite_pixel):
10935           Fix presumably copy'n'pasto for 16bpp depth.
10936
10937 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
10938
10939         * gst/matroska/matroska-mux.c:
10940         (gst_matroska_mux_audio_pad_setcaps):
10941           The "signed" field in audio caps is of boolean type, trying to use
10942           gst_structure_get_int() to extract it will fail. Fixing this makes
10943           matroskamux accept raw audio input (#387121) (use at your own risk
10944           though, due to the matroska spec being not entirely useful in this
10945           respect).
10946           Also fix up raw audio structures in template caps so that they
10947           represent what our setcaps function will actually accept, so that
10948           converters know what to convert to.
10949           Finally, don't fail if there isn't an "endianness" field in 8-bit
10950           PCM caps.
10951
10952 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
10953
10954         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
10955         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
10956         * tests/check/elements/cmmldec.c: (setup_cmmldec),
10957         (teardown_cmmldec):
10958         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
10959         (teardown_cmmlenc):
10960         * tests/check/elements/level.c: (setup_level), (cleanup_level):
10961           reapply consistent pad (de)activation
10962
10963 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
10964
10965         * configure.ac:
10966         Back to CVS
10967
10968         * gst-plugins-good.doap:
10969         Add 0.10.5 doap entry
10970
10971 === release 0.10.5 ===
10972
10973 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
10974
10975         * configure.ac:
10976           releasing 0.10.5, "The Path of Thorns"
10977
10978 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
10979
10980         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
10981         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
10982         * tests/check/elements/cmmldec.c: (setup_cmmldec),
10983         (teardown_cmmldec):
10984         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
10985         (teardown_cmmlenc):
10986         * tests/check/elements/level.c: (setup_level), (cleanup_level):
10987           revert my freeze breakage
10988
10989 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
10990
10991         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
10992         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
10993         * tests/check/elements/cmmldec.c: (setup_cmmldec),
10994         (teardown_cmmldec):
10995         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
10996         (teardown_cmmlenc):
10997         * tests/check/elements/level.c: (setup_level), (cleanup_level):
10998           consistent pad (de)activation
10999
11000 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
11001
11002         * configure.ac:
11003         * ext/Makefile.am:
11004         Disable LADPSA, as it has moved to the -bad module for the duration.
11005
11006 2006-12-18  Wim Taymans  <wim@fluendo.com>
11007
11008         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
11009         (gst_signal_processor_event):
11010         Reset flow_state back to _OK after a flush stop so that we exit our
11011         error state after the flush. Fixes #374213
11012
11013 2006-12-16  David Schleef  <ds@schleef.org>
11014
11015         * sys/osxvideo/osxvideosink.h:
11016         * sys/osxvideo/osxvideosink.m:
11017           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
11018
11019 2006-12-16  David Schleef  <ds@schleef.org>
11020
11021         Patch by: Vijay Santhanam <vijay santhanam gmail com>
11022
11023         * sys/osxvideo/Makefile.am:
11024         * sys/osxvideo/osxvideosink.h:
11025         * sys/osxvideo/osxvideosink.m:
11026           Preliminary patch for porting osxvideosink
11027
11028 2006-12-16  Wim Taymans  <wim@fluendo.com>
11029
11030         Patch by: Sjoerd Simons <sjoerd at luon dot net>
11031
11032         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
11033         (gst_videomixer_set_master_geometry),
11034         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
11035         (gst_videomixer_reset), (gst_videomixer_init),
11036         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
11037         (gst_videomixer_release_pad), (gst_videomixer_collected),
11038         (gst_videomixer_change_state):
11039         Introduce some locking around the videomixer state so that it does not
11040         crash when adding/removing pads. Fixes #383043.
11041
11042 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11043
11044         * configure.ac:
11045           Make sure libcaca can actually be used instead of just checking for
11046           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
11047           cross-compiling (fixes #384587).
11048
11049 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11050
11051         * Makefile.am:
11052         * gst-plugins-good.doap:
11053         * gst-plugins-good.spec.in:
11054           adding doap file
11055
11056 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11057
11058         * configure.ac:
11059           libflac-1.1.3 changed API again, but we can't build against it yet,
11060           so make sure our check doesn't use libflac-1.1.3 and add a comment
11061           to this effect.
11062
11063 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11064
11065         * gst/effectv/gstquark.c: (gst_quarktv_transform),
11066         (gst_quarktv_planetable_clear):
11067           Add some NULL pointer checks (possibly related to #385623).
11068
11069 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
11070
11071         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
11072         (gst_tag_demux_chain):
11073         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11074           In streaming mode, if the first buffer we get doesn't have an
11075           offset, fix it up to be 0, otherwise trimming won't work later on
11076           and we'll be typefinding application/x-id3, which may result in
11077           decodebin plugging an endless number of id3demux elements as a
11078           consequence. Fixes #385031.
11079           
11080 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11081
11082         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
11083           Ignore the buffer_time the sound device reports. Turns out it is 
11084           sometimes completely bogus and we're better off without it.
11085
11086 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11087
11088         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11089         (gst_matroska_demux_video_caps):
11090         * gst/matroska/matroska-ids.c:
11091         (gst_matroska_track_init_video_context):
11092         * gst/matroska/matroska-ids.h:
11093           Try harder to extract the framerate for video tracks correctly and
11094           save it directly instead of converting it back and forth a few
11095           times. Mostly makes a difference for very small framerates (<1).
11096           Fixes #380199.
11097
11098 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11099
11100         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
11101         (gst_gconf_audio_src_dispose), (do_toggle_element):
11102         * ext/gconf/gstgconfaudiosrc.h:
11103           Remove gconf notify hook when the gconfaudiosrc element is
11104           destroyed, otherwise the callback may be called on an
11105           already-destroyed instance and bad things happen. Should fix
11106           #378184.
11107           Also ignore gconf key changes when the source is already running.
11108
11109 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11110
11111         Patch by: Sebastian Dröge  <mail at slomosnail de>
11112
11113         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
11114           We need to be able to read and parse any possible floating point string
11115           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
11116           will parse the former only in certain locales though, so we really need
11117           to canonicalise the separator to '.' and then use g_ascii_strtod() to
11118           make sure we can parse either version at all times.
11119           Fixes #382982 for real.
11120
11121 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11122
11123         * sys/sunaudio/gstsunaudiomixerctrl.c:
11124         * sys/sunaudio/gstsunaudiosrc.c:
11125
11126         Use the sunaudio debug category.
11127
11128         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
11129         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
11130         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
11131         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
11132         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
11133         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
11134         (gst_sunaudiosink_reset):
11135         * sys/sunaudio/gstsunaudiosink.h:
11136
11137         Uses the sunaudio debug category for all debug output
11138         Implements the _delay() callback to synchronise video playback better
11139         Change the segtotal and segsize values back to the parent class 
11140           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
11141           respectively)
11142         Measure the samples written to the device vs. played.
11143         Keep track of segments in the device by writing empty eof frames, and
11144         sleep using a GCond when we get too far ahead and risk overrunning the
11145         sink's ringbuffer.
11146
11147         Fixes: #360673
11148
11149 2006-12-08  Wim Taymans  <wim@fluendo.com>
11150
11151         Patch by: Sebastian Dröge  <mail at slomosnail de >
11152
11153         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
11154         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
11155         * gst/audiofx/audiopanorama.h:
11156         Fix audiopanorame with float samples. Fixes #383726.
11157
11158 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11159
11160         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
11161         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
11162         (gst_sunaudiosrc_reset):
11163
11164         Implement reset functions to unblock the src/sink more quickly on 
11165         state change requests.
11166         Patch by: Brian Cameron <brian dot cameron at sun com>
11167
11168 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11169
11170         * sys/sunaudio/gstsunaudiomixer.c:
11171         (gst_sunaudiomixer_change_state):
11172         Construct the correct mixer device name when the AUDIODEV env var
11173         is set.
11174
11175         Patch by: Jerry Tan <jerry.tan at sun dot com>
11176         Fixes: #383596
11177
11178 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11179
11180         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
11181         Apply patch to open the mixer control and set the MULTIPLE_OPEN
11182         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
11183         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
11184         Patch by: Jerry Tan <jerry.tan at sun dot com>
11185         Fixes: #349015
11186
11187 2006-12-07  Wim Taymans  <wim@fluendo.com>
11188
11189         * gst/smpte/gstmask.h:
11190         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
11191         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
11192         (gst_smpte_collected), (gst_smpte_set_property),
11193         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
11194         * gst/smpte/gstsmpte.h:
11195         Port to 0.10 some more. 
11196         Added duration property to specify the duration of the transition.
11197         Make framerate a fraction.
11198         Deprecate fps property, we only use negotiated fps.
11199         Added docs.
11200         Fix collectpad usage.
11201         Reset state in READY.
11202         Send NEWSEGMENT event.
11203         Fix racy updates of object properties.
11204         Added debug category.
11205         Fixes #383323.
11206
11207 2006-12-06  Wim Taymans  <wim@fluendo.com>
11208
11209         Patch by: Sjoerd Simons <sjoerd at luon dot net>
11210
11211         * gst/videomixer/videomixer.c:
11212         (gst_videomixer_set_master_geometry),
11213         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
11214         Don't reset xpos and ypos in the setcaps function because causes
11215         unexpected behaviour.
11216         Fixes #382179.
11217
11218 2006-12-06  Wim Taymans  <wim@fluendo.com>
11219
11220         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
11221         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
11222         Keep track of the buffer timestamp in the collectdata member instead
11223         of modifying the buffer without making the metadata writable first.
11224         Fixes #382277.
11225
11226 2006-12-06  Wim Taymans  <wim@fluendo.com>
11227
11228         Patch by: Rob Taylor <robtaylor at floopily dot org>
11229
11230         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
11231         If using multicast in udpsrc, bind to the multicast address rather than
11232         IN_ADDR_ANY.
11233         This allows the simultanous use of multiple udpsrcs listening on
11234         different multicat addresses. Without this all udpsrcs will receive all
11235         packets from all subscribed multicast addresses.
11236         Fixes #383001.
11237
11238 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
11239
11240         * ext/taglib/gstid3v2mux.cc:
11241         Don't attempt to write a NULL frame into the ID3 tag set when the 
11242         createFrame method returned NULL.
11243         Fixes: #381857
11244         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
11245
11246 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
11247
11248         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
11249         Use g_strtod() instead of sscanf to parse doubles, so that it will
11250         try parsing in the C locale if the current locale fails.
11251         Fixes: #382982
11252         Patch by: Sebastian Dröge  <mail at slomosnail de >
11253
11254 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11255
11256         * win32/MANIFEST:
11257         Fix compilation on win32 under VS8
11258         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11259         Partially fixes #381175
11260
11261 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
11262
11263         * gst/avi/gstavimux.c:
11264           accept all mpegversions,fixes #380825
11265           spotted by: Jerome Alet  
11266
11267 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
11268
11269         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11270         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
11271         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
11272         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
11273           cleanup the error message a bit more
11274
11275 2006-11-28  Wim Taymans  <wim@fluendo.com>
11276
11277         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11278         Fix width and height properties.
11279
11280         * ext/libcaca/gstcacasink.h:
11281         Fix compilation on newer libcaca that require us to include a new
11282         header. Fixes #379918.
11283
11284 2006-11-28  Wim Taymans  <wim@fluendo.com>
11285
11286         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
11287         * gst/rtsp/gstrtspsrc.h:
11288         * gst/rtsp/rtspext.h:
11289         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
11290         (rtsp_ext_wms_get_context):
11291         Add method so that extensions can choose to disable the setup of
11292         a stream.
11293         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
11294
11295 2006-11-27  Wim Taymans  <wim@fluendo.com>
11296
11297         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
11298
11299         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11300         Push header in a separate buffer instead of memcpy:ing all data.
11301         Change LF => CRLF in headers.
11302         Move trailing LF to header. Fixes #379792.
11303
11304 2006-11-27  Wim Taymans  <wim@fluendo.com>
11305
11306         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
11307         Small buffer overflow fix and improve debugging.
11308
11309 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11310
11311         * ext/esd/esdmon.h:
11312         * ext/esd/esdsink.h:
11313           remove obsolete _factory_init protos
11314
11315 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11316
11317         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
11318         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
11319         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
11320         (gst_avi_demux_read_subindexes_push),
11321         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
11322         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11323         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11324         (gst_avi_demux_massage_index),
11325         (gst_avi_demux_calculate_durations_from_index),
11326         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
11327         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
11328         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11329           remove dead code, tweak debugs statements, add comments, use
11330           _uint64_scale instead _uint64_scale_int when using guint64 values,
11331           small optimizations, reflow some error handling
11332
11333 2006-11-22  Edward Hervey  <edward@fluendo.com>
11334
11335         * po/.cvsignore:
11336         We never put .pot files in cvs. Let's ignore them all.
11337
11338 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11339
11340         * po/POTFILES.in:
11341           ... but better exclude files that aren't disted.
11342
11343 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11344
11345         * po/POTFILES.in:
11346           Add v4l2 source files to list of files with translations, so the
11347           strings are actually extracted (however bad they still may be).
11348
11349 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11350
11351         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
11352           Minor clean-ups: const-ify static array, remove trailing comma from
11353           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
11354
11355 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
11356
11357         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
11358         Make sure that g_free always gets called on the same pointer that was 
11359         returned by g_malloc.  Fixes #376594.
11360         Do not leak memory if decompressed size is wrong.
11361         Remove unneeded check of return value of g_malloc.
11362         Patch by: René Stadler <mail@renestadler.de>
11363
11364 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
11365
11366         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
11367           Add missing curly brackets.
11368
11369 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
11370
11371         * sys/v4l2/v4l2src_calls.c:
11372         Fix capture_deinit.
11373
11374 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11375
11376         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
11377         (gst_matroska_mux_request_new_pad):
11378           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
11379
11380         * tests/check/elements/matroskamux.c: (setup_src_pad),
11381         (setup_sink_pad), (GST_START_TEST):
11382         Activate pads before using them.
11383
11384 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11385
11386         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
11387           Initialise variable to get rid of bogus compiler warning.
11388
11389 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
11390
11391         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
11392
11393         * gst/rtp/gstrtph263pay.c:
11394         * gst/rtp/gstrtph263pdepay.c:
11395         * gst/rtp/gstrtph263ppay.c:
11396           Specify H.263 variant and version in the caps (fixes #361637)
11397
11398 2006-11-15  Wim Taymans  <wim@fluendo.com>
11399
11400         * gst/rtsp/rtspconnection.c: (read_body):
11401         Don't set a data pointer to NULL and a size > 0 when we deal
11402         with empty packets.
11403
11404         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
11405         (rtsp_message_init_response), (rtsp_message_init_data),
11406         (rtsp_message_unset), (rtsp_message_free),
11407         (rtsp_message_take_body):
11408         Check that we can't create invalid empty packets. 
11409
11410 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
11411
11412         Patch by: Mark Nauwelaerts  <manauw at skynet be>
11413
11414         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
11415         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
11416         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
11417         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
11418         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
11419         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
11420         * gst/matroska/matroska-mux.h:
11421           Add basic tag writing support; implement releasing pads (#374658).
11422
11423 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
11424
11425         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11426         (gst_matroska_demux_audio_caps):
11427           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
11428
11429 2006-11-14  David Schleef  <ds@schleef.org>
11430
11431         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
11432
11433 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
11434
11435         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11436
11437         * win32/vs8/gst-plugins-good.sln:
11438         * win32/vs8/libgst1394.vcproj:
11439         * win32/vs8/libgstaasink.vcproj:
11440         * win32/vs8/libgstalaw.vcproj:
11441         * win32/vs8/libgstalpha.vcproj:
11442         * win32/vs8/libgstalphacolor.vcproj:
11443         * win32/vs8/libgstannodex.vcproj:
11444         * win32/vs8/libgstapetag.vcproj:
11445         * win32/vs8/libgstaudiofx.vcproj:
11446         * win32/vs8/libgstauparse.vcproj:
11447         * win32/vs8/libgstautodetect.vcproj:
11448         * win32/vs8/libgstavi.vcproj:
11449         * win32/vs8/libgstcacasink.vcproj:
11450         * win32/vs8/libgstcdio.vcproj:
11451         * win32/vs8/libgstcutter.vcproj:
11452         * win32/vs8/libgstdv.vcproj:
11453         * win32/vs8/libgsteffectv.vcproj:
11454         * win32/vs8/libgstflac.vcproj:
11455         * win32/vs8/libgstflxdec.vcproj:
11456         * win32/vs8/libgstgoom.vcproj:
11457         * win32/vs8/libgsticydemux.vcproj:
11458         * win32/vs8/libgstid3demux.vcproj:
11459         * win32/vs8/libgstjpeg.vcproj:
11460         * win32/vs8/libgstladspa.vcproj:
11461         * win32/vs8/libgstlevel.vcproj:
11462         * win32/vs8/libgstmatroska.vcproj:
11463         * win32/vs8/libgstmikmod.vcproj:
11464         * win32/vs8/libgstmng.vcproj:
11465         * win32/vs8/libgstmonoscope.vcproj:
11466         * win32/vs8/libgstmulaw.vcproj:
11467         * win32/vs8/libgstmultipart.vcproj:
11468         * win32/vs8/libgstpng.vcproj:
11469         * win32/vs8/libgstrtp.vcproj:
11470         * win32/vs8/libgstrtsp.vcproj:
11471         * win32/vs8/libgstshout2.vcproj:
11472         * win32/vs8/libgstsmpte.vcproj:
11473         * win32/vs8/libgstspeex.vcproj:
11474         * win32/vs8/libgsttaglib.vcproj:
11475         * win32/vs8/libgstudp.vcproj:
11476         * win32/vs8/libgstvideobalance.vcproj:
11477         * win32/vs8/libgstvideobox.vcproj:
11478         * win32/vs8/libgstvideoflip.vcproj:
11479         * win32/vs8/libgstvideomixer.vcproj:
11480         * win32/vs8/libgstwavenc.vcproj:
11481         * win32/vs8/libgstwavparse.vcproj:
11482           Make end-of-line returns unixy, so that when the files are checked
11483           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
11484           Hopefully fixes #366492.
11485
11486 2006-11-14  Wim Taymans  <wim@fluendo.com>
11487
11488         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
11489         Disable init_frames delay timestamp adjustment, it does not
11490         seem to be needed at all. Fixes #369621.
11491
11492 2006-11-13  Wim Taymans  <wim@fluendo.com>
11493
11494         Patch by: Mark Nauwelaerts  <manauw at skynet be>
11495
11496         * gst/videomixer/videomixer.c:
11497         (gst_videomixer_set_master_geometry),
11498         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
11499         (gst_videomixer_collect_free), (gst_videomixer_reset),
11500         (gst_videomixer_init), (gst_videomixer_finalize),
11501         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
11502         (gst_videomixer_collected), (gst_videomixer_change_state):
11503         Fix memleak by unref'ing collectpads instance (when finalizing)
11504         Implement releasing a request pad. Fixes #374479.
11505
11506 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11507
11508         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11509
11510         * win32/vs8/gst-plugins-good.sln:
11511         * win32/vs8/libgst1394.vcproj:
11512         * win32/vs8/libgstaasink.vcproj:
11513         * win32/vs8/libgstalaw.vcproj:
11514         * win32/vs8/libgstalpha.vcproj:
11515         * win32/vs8/libgstalphacolor.vcproj:
11516         * win32/vs8/libgstannodex.vcproj:
11517         * win32/vs8/libgstapetag.vcproj:
11518         * win32/vs8/libgstaudiofx.vcproj:
11519         * win32/vs8/libgstauparse.vcproj:
11520         * win32/vs8/libgstautodetect.vcproj:
11521         * win32/vs8/libgstavi.vcproj:
11522         * win32/vs8/libgstcacasink.vcproj:
11523         * win32/vs8/libgstcdio.vcproj:
11524         * win32/vs8/libgstcutter.vcproj:
11525         * win32/vs8/libgstdv.vcproj:
11526         * win32/vs8/libgsteffectv.vcproj:
11527         * win32/vs8/libgstflac.vcproj:
11528         * win32/vs8/libgstflxdec.vcproj:
11529         * win32/vs8/libgstgoom.vcproj:
11530         * win32/vs8/libgsticydemux.vcproj:
11531         * win32/vs8/libgstid3demux.vcproj:
11532         * win32/vs8/libgstjpeg.vcproj:
11533         * win32/vs8/libgstladspa.vcproj:
11534         * win32/vs8/libgstlevel.vcproj:
11535         * win32/vs8/libgstmatroska.vcproj:
11536         * win32/vs8/libgstmikmod.vcproj:
11537         * win32/vs8/libgstmng.vcproj:
11538         * win32/vs8/libgstmonoscope.vcproj:
11539         * win32/vs8/libgstmulaw.vcproj:
11540         * win32/vs8/libgstmultipart.vcproj:
11541         * win32/vs8/libgstpng.vcproj:
11542         * win32/vs8/libgstrtp.vcproj:
11543         * win32/vs8/libgstrtsp.vcproj:
11544         * win32/vs8/libgstshout2.vcproj:
11545         * win32/vs8/libgstsmpte.vcproj:
11546         * win32/vs8/libgstspeex.vcproj:
11547         * win32/vs8/libgsttaglib.vcproj:
11548         * win32/vs8/libgstudp.vcproj:
11549         * win32/vs8/libgstvideobalance.vcproj:
11550         * win32/vs8/libgstvideobox.vcproj:
11551         * win32/vs8/libgstvideoflip.vcproj:
11552         * win32/vs8/libgstvideomixer.vcproj:
11553         * win32/vs8/libgstwavenc.vcproj:
11554         * win32/vs8/libgstwavparse.vcproj:
11555           Add VS8 project files (note that many of the plugins in ext are
11556           disabled by default). Fixes #366492.
11557
11558 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
11559
11560         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
11561           we do not translate debug messages
11562
11563 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
11564
11565         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11566           fix categorisation, make short desc more explicit, remove unused code
11567           Fixes #372021
11568
11569 2006-11-08  Wim Taymans  <wim@fluendo.com>
11570
11571         * gst/rtp/gstrtpL16depay.c:
11572         * gst/rtp/gstrtpamrdepay.c:
11573         * gst/rtp/gstrtpamrpay.c:
11574         * gst/rtp/gstrtpgsmdepay.c:
11575         * gst/rtp/gstrtph263pay.c:
11576         * gst/rtp/gstrtph263pdepay.c:
11577         * gst/rtp/gstrtph263ppay.c:
11578         * gst/rtp/gstrtph264depay.c:
11579         * gst/rtp/gstrtpmp2tdepay.c:
11580         * gst/rtp/gstrtpmp4gdepay.c:
11581         * gst/rtp/gstrtpmp4gpay.c:
11582         * gst/rtp/gstrtpmp4vdepay.c:
11583         * gst/rtp/gstrtpmp4vpay.c:
11584         * gst/rtp/gstrtpmpadepay.c:
11585         * gst/rtp/gstrtpmpapay.c:
11586         * gst/rtp/gstrtppcmadepay.c:
11587         * gst/rtp/gstrtppcmapay.c:
11588         * gst/rtp/gstrtppcmudepay.c:
11589         * gst/rtp/gstrtppcmupay.c:
11590         * gst/rtp/gstrtpspeexdepay.c:
11591         * gst/rtp/gstrtpspeexpay.c:
11592         * gst/rtp/gstrtpsv3vdepay.c:
11593         Fix element descriptions.
11594
11595 2006-11-08  Wim Taymans  <wim@fluendo.com>
11596
11597         * gst/rtp/gstrtpvorbisdepay.c:
11598         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
11599         Fix description.
11600         Small cleanup in the payloader.
11601
11602 2006-11-08  Wim Taymans  <wim@fluendo.com>
11603
11604         * gst/rtp/Makefile.am:
11605         * gst/rtp/gstrtp.c: (plugin_init):
11606         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
11607         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
11608         (gst_rtp_theora_depay_finalize),
11609         (gst_rtp_theora_depay_parse_configuration),
11610         (gst_rtp_theora_depay_setcaps),
11611         (gst_rtp_theora_depay_switch_codebook),
11612         (gst_rtp_theora_depay_process),
11613         (gst_rtp_theora_depay_set_property),
11614         (gst_rtp_theora_depay_get_property),
11615         (gst_rtp_theora_depay_change_state),
11616         (gst_rtp_theora_depay_plugin_init):
11617         * gst/rtp/gstrtptheoradepay.h:
11618         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
11619         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
11620         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
11621         (gst_rtp_theora_pay_init_packet),
11622         (gst_rtp_theora_pay_flush_packet),
11623         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
11624         (gst_rtp_theora_pay_handle_buffer),
11625         (gst_rtp_theora_pay_plugin_init):
11626         * gst/rtp/gstrtptheorapay.h:
11627         Add theora pay/depayloaders.
11628
11629 2006-11-06  Wim Taymans  <wim@fluendo.com>
11630
11631         * gst/rtp/Makefile.am:
11632         We depend on gsttag to generate the vorbis comments.
11633
11634         * gst/rtp/gstrtpvorbisdepay.c:
11635         (gst_rtp_vorbis_depay_parse_configuration),
11636         (gst_rtp_vorbis_depay_setcaps),
11637         (gst_rtp_vorbis_depay_switch_codebook),
11638         (gst_rtp_vorbis_depay_process):
11639         * gst/rtp/gstrtpvorbisdepay.h:
11640         Parse configuration string in the depayloader.
11641         Implement selecting and switching to a new codebook.
11642         Receiving vorbis over RTP now works.
11643
11644         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
11645         (gst_rtp_vorbis_pay_init_packet),
11646         (gst_rtp_vorbis_pay_finish_headers),
11647         (gst_rtp_vorbis_pay_handle_buffer):
11648         * gst/rtp/gstrtpvorbispay.h:
11649         Set timestamps on outgoing buffers and RTP packets.
11650         Fix configuration string, prepend number of Packet headers.
11651         Fix encoding of ident string.
11652         Add delivery-method to caps.
11653         Streaming vorbis over RTP now works.
11654
11655 2006-11-06  Wim Taymans  <wim@fluendo.com>
11656
11657         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
11658         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
11659         (gst_rtp_vorbis_pay_handle_buffer):
11660         * gst/rtp/gstrtpvorbispay.h:
11661         Generate a valid configuration string in the caps based on the
11662         vorbis headers.
11663
11664 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
11665
11666         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
11667         * ext/cdio/gstcdio.h:
11668         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
11669           Move CD-TEXT utility function into common file so it can also be
11670           used by a future cdioparanoiasrc.
11671
11672 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
11673         
11674         * sys/v4l2/Makefile.am:
11675         * sys/v4l2/gstv4l2object.c:
11676         * sys/v4l2/gstv4l2src.c:
11677         * sys/v4l2/gstv4l2xoverlay.c:
11678         * sys/v4l2/v4l2_calls.c:
11679         * sys/v4l2/v4l2src_calls.c:
11680         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
11681         xoverlay code that is still not implemented.
11682
11683 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
11684
11685         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
11686           We require a -base more recent than 0.10.9, so it's safe to use
11687           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
11688
11689         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
11690         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
11691           Use _newsegment_full() now that we depend on a recent enough core.
11692
11693         * gst/wavparse/gstwavparse.c:
11694           Remove cruft that we don't need any longer now that we depend on
11695           a recent enough -base.
11696
11697 2006-10-31  Wim Taymans  <wim@fluendo.com>
11698
11699         * gst/rtp/Makefile.am:
11700         * gst/rtp/gstrtp.c: (plugin_init):
11701         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
11702         (gst_rtpilbcpay_setcaps):
11703         Fix and activate ILBC pay and depayloaders. Fixes #368162.
11704
11705 2006-10-31  Wim Taymans  <wim@fluendo.com>
11706
11707         * ext/speex/gstspeexdec.c: (speex_dec_convert),
11708         (speex_dec_sink_event), (speex_dec_chain_parse_header):
11709         Some small cleanups, use _scale.
11710
11711 2006-10-31  Wim Taymans  <wim@fluendo.com>
11712
11713         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
11714         Use higher precision scale function.
11715
11716 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
11717
11718         Patch by: Michal Benes  <michal dot benes at itonis tv>
11719
11720         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
11721         (gst_matroska_demux_read_track_encodings),
11722         (gst_matroska_decode_buffer):
11723           Fix several issues with encoded/compressed/encrypted/signed tracks;
11724           also, remove superfluous newline characters from some debug
11725           statements. (#366155)
11726
11727 2006-10-30  Wim Taymans  <wim@fluendo.com>
11728
11729         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
11730         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
11731         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
11732         (gst_smokedec_change_state):
11733         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
11734         (gst_smokeenc_init), (gst_smokeenc_finalize),
11735         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
11736         (gst_smokeenc_resync), (gst_smokeenc_chain),
11737         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
11738         (gst_smokeenc_change_state):
11739         Various cleanups, capsnego and leak fixes.
11740
11741 2006-10-30  Wim Taymans  <wim@fluendo.com>
11742
11743         Patch by: Mark Nauwelaerts  <manauw at skynet be>
11744
11745         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
11746         Fix videomixer so that it can handle any combination of framerates.
11747         Fixes #367221.
11748
11749 2006-10-28  Wim Taymans  <wim@fluendo.com>
11750
11751         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11752         (gst_avi_demux_parse_file_header),
11753         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
11754         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
11755         (gst_avi_demux_chain):
11756         Fix position query for audio. also fixes timestamps in streaming
11757         mode and bug #364958.
11758         Small cleanups.
11759
11760 2006-10-27  Wim Taymans  <wim@fluendo.com>
11761
11762         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
11763         * ext/libpng/gstpngenc.h:
11764         Fix strides. Fixes #364856.
11765         Cleanup capsnego.
11766         Set caps on outgoing buffers.
11767
11768 2006-10-18  Wim Taymans  <wim@fluendo.com>
11769
11770         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
11771
11772         * gst/rtp/gstrtpgsmpay.c:
11773         * gst/rtp/gstrtph263pay.c:
11774         * gst/rtp/gstrtpmpapay.c:
11775         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
11776         (gst_rtp_pcma_pay_handle_buffer):
11777         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
11778         Add static payload numbers in addition to the dynamic ones.
11779         Fixes #361639.
11780
11781 2006-10-18  Wim Taymans  <wim@fluendo.com>
11782
11783         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
11784         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
11785         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
11786         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
11787         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
11788         * gst/rtsp/rtspdefs.h:
11789         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11790         * gst/rtsp/rtspurl.h:
11791         Reuse already existing enum for lower transport.
11792         Add rtspt and rtspu protocols.
11793         Send redirect to rtspt when udp times out.
11794
11795 2006-10-18  Wim Taymans  <wim@fluendo.com>
11796
11797         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11798         (gst_wavparse_stream_data):
11799         Fix seeking some more, mostly for speed changes.
11800
11801 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11802
11803         Patch by: Fredrik Persson  <frepe at bredband net>
11804
11805         * sys/v4l2/gstv4l2tuner.c:
11806         * sys/v4l2/gstv4l2tuner.h:
11807           Fix _set_channel(): remove useless g_object_notify() for "channel"
11808           property that doesn't exist any longer and therefore now also
11809           useless redirect (#338818).
11810
11811 2006-10-17  Wim Taymans  <wim@fluendo.com>
11812
11813         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
11814         Some drivers do not support unsetting the non-blocking flag once the
11815         device is opened. In those cases, close/open the device in
11816         non-blocking mode. Fixes #362673.
11817
11818 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
11819
11820         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
11821         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
11822         (gst_v4l2src_get_fps):
11823           dear stefan, framespersecond is not frameperiod, reverting but adding
11824           comment
11825
11826 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
11827
11828         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
11829         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
11830         (gst_v4l2src_get_fps):
11831           Numerator is numerator and denominator is denominator. Say that aloud
11832           5 times and retry after next beer.
11833
11834 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
11835
11836         Patch by: Josep Torra Valles  <josep at fluendo com>
11837
11838         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
11839         * ext/esd/esdsink.c: (gst_esdsink_write):
11840         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
11841         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
11842         (gst_flac_dec_send_newsegment):
11843         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
11844         (gst_flac_enc_tell_callback):
11845         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
11846         (smokecodec_parse_header), (smokecodec_decode):
11847         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
11848         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
11849         * gst/goom/Makefile.am:
11850         * gst/goom/gstgoom.c:
11851         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
11852         * gst/rtsp/gstrtspsrc.c:
11853         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
11854         * gst/udp/gstudpsink.c:
11855         * gst/udp/gstudpsrc.c:
11856         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
11857         * sys/sunaudio/gstsunaudiomixertrack.h:
11858           Fix a bunch of problems discovered by the Forte compiler, mostly type
11859           mixups and pointer arithmetics with void pointers. Fixes #362603.
11860
11861 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
11862
11863         * ext/speex/gstspeex.c: (plugin_init):
11864         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
11865         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
11866         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
11867         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
11868         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
11869         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
11870         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
11871         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
11872         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
11873         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
11874         (gst_speex_enc_chain), (gst_speex_enc_get_property),
11875         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
11876         * ext/speex/gstspeexenc.h:
11877           Miscellaneous clean-ups, among other things: speexenc => enc to
11878           enhance code readability; change speexenc => speex_enc; in chain
11879           function unref input buffer in case of error; take reference in
11880           event function; use boilerplate macro; use gst_pad_query_peer_*
11881           convenience functions.
11882
11883 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
11884
11885         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
11886         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
11887         (gst_speexenc_set_header_on_caps):
11888           Fix some mem leaks.
11889
11890 2006-10-11  Wim Taymans  <wim@fluendo.com>
11891
11892         * gst/rtsp/URLS:
11893         Added some other URL.
11894
11895         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
11896         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
11897         (gst_rtspsrc_open), (gst_rtspsrc_play),
11898         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11899         * gst/rtsp/gstrtspsrc.h:
11900         Work on fallback to TCP connection when the UDP socket times out.
11901         Handler server requests, just reply with OK for now.
11902
11903         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
11904         * gst/rtsp/rtspdefs.h:
11905         Added some more Real extension headers.
11906
11907         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11908         Fix parsing of urls with a ':' that is not part of the hostname:port
11909         part of the url.
11910
11911 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
11912
11913         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
11914         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
11915         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11916           Activate pad before adding it to the already-running element.
11917
11918         * tests/check/elements/icydemux.c: (icydemux_found_pad):
11919           Activate newly-created pad too.
11920
11921 2006-10-11  Wim Taymans  <wim@fluendo.com>
11922
11923         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
11924
11925         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
11926         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
11927         (gst_udpsrc_start):
11928         Fix some leaks in caps and uris. Fixes #361252.
11929
11930 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
11931
11932         * gst/wavparse/Makefile.am:
11933           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
11934
11935 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
11936
11937         * sys/v4l2/gstv4l2xoverlay.c:
11938         * sys/v4l2/gstv4l2xoverlay.h:
11939         Fix build as per the patch in #338818 comment 36.
11940
11941 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
11942
11943         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
11944           Activate pads before adding them to the source.
11945
11946 2006-10-06  Wim Taymans  <wim@fluendo.com>
11947
11948         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
11949         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
11950         Activate pads before adding.
11951
11952 2006-10-06  Wim Taymans  <wim@fluendo.com>
11953
11954         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11955         (gst_multipart_find_pad_by_mime):
11956         Activate pads before adding.
11957
11958         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11959         BOILERPLATE sets parent_class for us.
11960
11961 2006-10-06  Wim Taymans  <wim@fluendo.com>
11962
11963         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
11964         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
11965         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
11966         (gst_rtspsrc_alloc_udp_ports),
11967         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
11968         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
11969         (gst_rtspsrc_create_transports_string),
11970         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
11971         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11972         * gst/rtsp/gstrtspsrc.h:
11973         Rework how the transport string is constructed, try to share channels
11974         and udp ports.
11975         Make most of the stuff less dependant on RTP as we are also going to use
11976         it for RDT.
11977         Add support for transport specific session managers.
11978
11979         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
11980         Implement _flush().
11981
11982         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
11983         * gst/rtsp/rtspdefs.h:
11984         Add generic error return code.
11985
11986         * gst/rtsp/rtspext.h:
11987         Add support for pluggable tranport strings.
11988
11989         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
11990         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
11991         (rtsp_ext_wms_get_context):
11992         Detect WMServer and activate the extension.
11993
11994         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
11995         (rtsp_transport_get_manager), (rtsp_transport_parse):
11996         * gst/rtsp/rtsptransport.h:
11997         Added methods to get mime/manager for certain transports.
11998
11999 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12000
12001         * ext/cairo/gsttimeoverlay.c:
12002         (gst_cairo_time_overlay_update_font_height):
12003         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
12004         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
12005         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
12006         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12007         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12008         * ext/libpng/gstpngdec.c: (user_endrow_callback):
12009         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
12010         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
12011         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12012         (gst_avi_demux_stream_data):
12013         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12014         * gst/debug/efence.c: (gst_efence_buffer_alloc),
12015         (gst_fenced_buffer_copy):
12016         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12017         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
12018         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
12019         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
12020         (gst_rtspsrc_handle_message):
12021         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12022         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
12023           Printf format fixes.
12024
12025 2006-10-04  Wim Taymans  <wim@fluendo.com>
12026
12027         * gst/rtsp/Makefile.am:
12028         Dist new .h file too.
12029
12030 2006-10-04  Wim Taymans  <wim@fluendo.com>
12031
12032         * gst/rtsp/Makefile.am:
12033         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
12034         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
12035         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
12036         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
12037         (gst_rtspsrc_parse_rtpmap),
12038         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
12039         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12040         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
12041         * gst/rtsp/gstrtspsrc.h:
12042         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12043         * gst/rtsp/rtspdefs.h:
12044         * gst/rtsp/rtspext.h:
12045         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
12046         (rtsp_ext_wms_get_context):
12047         * gst/rtsp/rtspextwms.h:
12048         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
12049         (rtsp_transport_parse):
12050         * gst/rtsp/rtsptransport.h:
12051         Factor out extension in separate module.
12052         Fix getcaps to filter against the padtemplate.
12053         Use Content-Base if the server gives one.
12054         Rework the transport parsing a bit for future extensions.
12055         Added some Real Header field definitions.
12056
12057 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12058
12059         * docs/plugins/Makefile.am:
12060         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12061         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12062           added v4l2 stubs
12063         * gst-plugins-good.spec.in:
12064           add v4l2
12065
12066 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
12067
12068         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12069           Extract disc/album/medium number and count and try harder
12070           to extract track number/count.
12071
12072 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12073
12074         * configure.ac:
12075         * sys/Makefile.am:
12076           add build stuff for v4l2, needs --enable-experimental until
12077           the last bits are resolved
12078
12079 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12080
12081         * tests/check/Makefile.am:
12082           Disable autodetect test temporarily, so that the build bots
12083           update -bad and the ranks of unreliable video sinks in there.
12084
12085         * tests/check/elements/autodetect.c: (GST_START_TEST):
12086           Skip test if no usable videosink is found.
12087
12088 2006-09-29  Wim Taymans  <wim@fluendo.com>
12089
12090         * gst/rtsp/URLS:
12091         Add some more URLs.
12092
12093         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
12094         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
12095         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
12096         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
12097         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
12098         (gst_rtspsrc_loop), (gst_rtspsrc_send),
12099         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12100         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
12101         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12102         * gst/rtsp/gstrtspsrc.h:
12103         Add timeout property to control UDP timeouts.
12104         Fix error messages.
12105         Also start a loop function when operating in UDP mode so that we can
12106         do some more stuff async.
12107         Handle element messages from udpsrc to detect timeouts. If a timeout
12108         happens we currently generate an error.
12109         API: rtspsrc::timeout property.
12110
12111         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12112         (gst_udpsrc_create):
12113         Really implement the timeout in microseconds and not milliseconds.
12114
12115 2006-09-29  Wim Taymans  <wim@fluendo.com>
12116
12117         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12118         (gst_udpsrc_create), (gst_udpsrc_set_property),
12119         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
12120         * gst/udp/gstudpsrc.h:
12121         Added property to post a message on timeout.
12122         Updated docs.
12123         When restarting the select, initialize the fdsets again.
12124         Init control sockets so we don't accidentally close a random socket.
12125         API: GstUDPSrc::timeout property
12126
12127 2006-09-29  Wim Taymans  <wim@fluendo.com>
12128
12129         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
12130         Fix flag registration.
12131
12132         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12133         Reading 0 also means 'no more commands'
12134
12135 2006-09-29  Wim Taymans  <wim@fluendo.com>
12136
12137         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
12138
12139         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12140         Fix possible infinite loop when shutting down, a read can also return
12141         0 to indicate no more messages are available. Fixes #358156.
12142
12143 2006-09-25  Wim Taymans  <wim@fluendo.com>
12144
12145         * gst/autodetect/gstautoaudiosink.c:
12146         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
12147         (gst_auto_audio_sink_find_best):
12148         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
12149         Small cleanups.
12150         don't try to set "sync" property when it is not available.
12151
12152 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12153
12154         Patch by: Peter Kjellerstedt  <pkj at axis com>
12155
12156         * gst/alpha/gstalpha.c:
12157         * gst/rtp/gstrtpamrdepay.c:
12158         * gst/rtsp/gstrtspsrc.c:
12159         * gst/udp/gstudpsrc.c:
12160         * gst/videomixer/videomixer.c:
12161           Include stdlib.h in some more places, makes things compile
12162           with uClibc and -Werror (#357592).
12163
12164 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12165
12166         * ext/jpeg/gstjpegdec.c:
12167           Set minimum height to 8 (from 16), our code should handle
12168           that fine. Some of the buttons on the apple trailer site
12169           are apparently only 15 pixels high (see #357470).
12170
12171 2006-09-23  Wim Taymans  <wim@fluendo.com>
12172
12173         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
12174         (gst_rtspsrc_open):
12175         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12176         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
12177         (rtsp_connection_receive):
12178         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12179         * gst/rtsp/rtspdefs.h:
12180         Improve error reporting.
12181
12182 2006-09-23  Wim Taymans  <wim@fluendo.com>
12183
12184         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
12185         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
12186         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
12187         * gst/rtp/gstrtpdepay.c:
12188         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
12189         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
12190         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
12191         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
12192         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
12193         (gst_rtp_mp2t_depay_plugin_init):
12194         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
12195         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
12196         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
12197         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
12198         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
12199         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
12200         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
12201         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
12202         Fix klass typos.
12203         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
12204
12205 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12206
12207         * configure.ac:
12208           Need  -base CVS for gst_base_rtp_depayload_push_ts().
12209
12210 2006-09-22  Wim Taymans  <wim@fluendo.com>
12211
12212         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
12213         Don't check for a tag that is never there and check if we read the
12214         correct tag. Fixes seeking again.
12215         We must post an error when all pads are unlinked.
12216
12217 2006-09-22  Wim Taymans  <wim@fluendo.com>
12218
12219         * gst/rtp/Makefile.am:
12220         * gst/rtp/gstrtp.c: (plugin_init):
12221         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
12222         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12223         (gst_rtp_vorbis_pay_reset_packet),
12224         (gst_rtp_vorbis_pay_init_packet),
12225         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
12226         (gst_rtp_vorbis_pay_handle_buffer):
12227         More fixage, set endoder-params correctly in the payloader.
12228
12229 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12230
12231         * gst/autodetect/gstautoaudiosink.c:
12232         (gst_auto_audio_sink_base_init):
12233         * gst/autodetect/gstautovideosink.c:
12234         (gst_auto_video_sink_base_init):
12235           Make static pad templates static to appease valgrind's leak
12236           detector.
12237
12238         * tests/check/Makefile.am:
12239         * tests/check/elements/.cvsignore:
12240         * tests/check/elements/autodetect.c: (GST_START_TEST),
12241         (autodetect_suite):
12242           Add simple test for the ghostpad lockup on shutdown fixed in core
12243           CVS (audio bit disabled because it would need dozens of alsa
12244           suppressions and I'm too lazy to add those now).
12245
12246 2006-09-22  Wim Taymans  <wim@fluendo.com>
12247
12248         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
12249         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
12250         Small cleanups.
12251
12252         * gst/rtp/Makefile.am:
12253         * gst/rtp/gstrtp.c: (plugin_init):
12254         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
12255         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
12256         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
12257         (gst_rtp_vorbis_depay_process),
12258         (gst_rtp_vorbis_depay_set_property),
12259         (gst_rtp_vorbis_depay_get_property),
12260         (gst_rtp_vorbis_depay_change_state),
12261         (gst_rtp_vorbis_depay_plugin_init):
12262         * gst/rtp/gstrtpvorbisdepay.h:
12263         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
12264         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
12265         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
12266         (gst_rtp_vorbis_pay_flush_packet),
12267         (gst_rtp_vorbis_pay_append_buffer),
12268         (gst_rtp_vorbis_pay_handle_buffer),
12269         (gst_rtp_vorbis_pay_plugin_init):
12270         * gst/rtp/gstrtpvorbispay.h:
12271         Add experimental vorbis pay and depayloaders.
12272
12273 2006-09-21  Wim Taymans  <wim@fluendo.com>
12274
12275         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
12276         Fix profile-level-id parsing and setup.
12277
12278 2006-09-21  Wim Taymans  <wim@fluendo.com>
12279
12280         * gst/udp/README:
12281         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
12282         Update README, simple cleanup.
12283
12284 2006-09-21  Wim Taymans  <wim@fluendo.com>
12285
12286         * gst/rtp/README:
12287         Update README with some examples.
12288
12289         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
12290         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
12291         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12292         (gst_rtp_mp4g_pay_setcaps):
12293         * gst/rtp/gstrtpmp4gpay.h:
12294         Make optional RTP parameters of type STRING, as required by the
12295         application/x-rtp caps specification.
12296
12297 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12298
12299         * gst/rtp/gstrtph263pdepay.c:
12300         * gst/rtp/gstrtph263ppay.c:
12301         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
12302         RTP header.
12303
12304 2006-09-20  Wim Taymans  <wim@fluendo.com>
12305
12306         * gst/rtp/Makefile.am:
12307         And makefile too.
12308
12309 2006-09-20  Wim Taymans  <wim@fluendo.com>
12310
12311         * gst/rtp/gstrtp.c: (plugin_init):
12312         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
12313         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
12314         (decode_base64), (gst_rtp_asf_depay_setcaps),
12315         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
12316         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
12317         (gst_rtp_asf_depay_plugin_init):
12318         * gst/rtp/gstrtpasfdepay.h:
12319         Added preliminary ASF depayloader.
12320
12321         * gst/rtp/gstrtph264depay.c: (decode_base64):
12322         Fix base64 decoding.
12323
12324 2006-09-20  Wim Taymans  <wim@fluendo.com>
12325
12326         * gst/rtsp/URLS:
12327         Added some test URLS.
12328
12329         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
12330         (gst_rtspsrc_loop), (gst_rtspsrc_open):
12331         * gst/rtsp/gstrtspsrc.h:
12332         When creating streams, give access to the complete SDP.
12333         Fix some leaks.
12334         Collect and merge global stream properties in stream caps.
12335         Preliminary support for WMServer.
12336
12337         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12338         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
12339         (rtsp_connection_receive):
12340         * gst/rtsp/rtspconnection.h:
12341         Make connection interruptable.
12342         Refactor to make it reconnectable.
12343         Don't fail on short reads when reading data packets.
12344
12345         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
12346         (rtsp_url_get_port):
12347         * gst/rtsp/rtspurl.h:
12348         Add methods for getting/setting the port.
12349
12350         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
12351         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
12352         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
12353         (sdp_media_get_format), (sdp_parse_line),
12354         (sdp_message_parse_buffer):
12355         Fix headers. 
12356         Add methods for getting multiple attributes with the same name.
12357         Increase buffer size when parsing.
12358         Fix parsing of a=foo fields.
12359
12360         * gst/rtsp/test.c: (main):
12361         Update to new connection API.
12362
12363         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12364         (rtsp_message_init_response), (rtsp_message_init_data),
12365         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
12366         * gst/rtsp/rtspmessage.h:
12367         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
12368         * gst/rtsp/rtsptransport.h:
12369         * gst/rtsp/sdp.h:
12370         * gst/rtsp/sdpmessage.h:
12371         * gst/rtsp/gstrtsp.c:
12372         * gst/rtsp/gstrtsp.h:
12373         * gst/rtsp/gstrtpdec.c:
12374         * gst/rtsp/gstrtpdec.h:
12375         * gst/rtsp/rtsp.h:
12376         * gst/rtsp/rtspdefs.c:
12377         * gst/rtsp/rtspdefs.h:
12378         Dual licensed under MIT and LGPL now.
12379
12380 2006-09-19  Wim Taymans  <wim@fluendo.com>
12381
12382         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
12383         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
12384         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
12385         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
12386         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
12387         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12388         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
12389         * gst/rtsp/gstrtspsrc.h:
12390         Reorganize stream parsing and creation.
12391         Detect container formats in interleaved mode.
12392         Keep more state about the streams.
12393         Assume a server also supports PLAY if it does not say.
12394         Add unicast and interleaved properties to TCP transport requests to make
12395         some servers happy (WMServer).
12396
12397         * gst/rtsp/sdpmessage.h:
12398         Add some defines for the standard Bandwidth types.
12399
12400 2006-09-19  Wim Taymans  <wim@fluendo.com>
12401
12402         * gst/rtsp/test.c: (main):
12403         Fix build.
12404
12405 2006-09-19  Wim Taymans  <wim@fluendo.com>
12406
12407         * gst/wavparse/gstwavparse.c:
12408         Add ms-gsm to the src template.
12409
12410 2006-09-18  Wim Taymans  <wim@fluendo.com>
12411
12412         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
12413         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
12414         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
12415         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
12416         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
12417         * gst/rtsp/gstrtspsrc.h:
12418         Small cleanups, added documentation.
12419         Try to clean up the requests and responses.
12420         Refactor parsing the supported methods.
12421
12422         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
12423         (rtsp_connection_create), (rtsp_connection_send),
12424         (parse_response_status), (parse_request_line),
12425         (rtsp_connection_receive), (rtsp_connection_close),
12426         (rtsp_connection_free):
12427         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
12428         (rtsp_transport_init), (rtsp_transport_parse),
12429         (rtsp_transport_free):
12430         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12431         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
12432         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
12433         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
12434         Use g_return_val some more.
12435
12436         * gst/rtsp/rtspdefs.h:
12437         Add more enum values to track initial states.
12438
12439         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
12440         (rtsp_message_init_request), (rtsp_message_new_response),
12441         (rtsp_message_init_response), (rtsp_message_init_data),
12442         (rtsp_message_unset), (rtsp_message_free),
12443         (rtsp_message_add_header), (rtsp_message_remove_header),
12444         (rtsp_message_get_header), (rtsp_message_set_body),
12445         (rtsp_message_take_body), (rtsp_message_get_body),
12446         (rtsp_message_steal_body), (rtsp_message_dump):
12447         * gst/rtsp/rtspmessage.h:
12448         Reorder arguments, object goes as the first one.
12449         Use g_return_val some more.
12450
12451 2006-09-18  Wim Taymans  <wim@fluendo.com>
12452
12453         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
12454         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
12455         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
12456         * gst/rtsp/gstrtspsrc.h:
12457         Export sometimes source pad with correct caps on the template, create
12458         the ghostpad from the template.
12459         Remove RTCP template as we never expose RTCP.
12460         Protect against invalid body size.
12461         Avoid memcpy when creating the output buffer.
12462         Properly post an error and send EOS when the loop function is shut down.
12463
12464 2006-09-18  Wim Taymans  <wim@fluendo.com>
12465
12466         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
12467
12468         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
12469         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
12470         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
12471         * gst/rtsp/gstrtspsrc.h:
12472         Make sure we can never set an invalid location.
12473
12474         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
12475         * gst/rtsp/rtspmessage.h:
12476         Added _steal_body method for future use.
12477
12478         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
12479         Make freeing of NULL url return immediatly.
12480
12481 2006-09-18  Wim Taymans  <wim@fluendo.com>
12482
12483         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
12484
12485         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
12486         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
12487         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
12488         (gst_rtspsrc_change_state):
12489         * gst/rtsp/gstrtspsrc.h:
12490         Use boilerplate.
12491         Make rtspsrc subclass GstBin to make state changes easier.
12492         Add Range header field on the PLAY request.
12493
12494 2006-09-18  Wim Taymans  <wim@fluendo.com>
12495
12496         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
12497
12498         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
12499         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
12500         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
12501         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
12502         * gst/rtsp/rtspconnection.c: (inet_aton):
12503         Small cleanups.
12504         when multicast is selected as the transport, create UDP sources and
12505         connect to the multicast group.
12506         Move parsing and setting of caps to a common place.
12507         Fixes #349894.
12508
12509 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12510
12511         * ext/flac/gstflactag.c:
12512         * gst/alpha/gstalpha.c:
12513         * gst/debug/breakmydata.c:
12514         * gst/debug/negotiation.c:
12515         * gst/debug/testplugin.c:
12516         * gst/effectv/gstaging.c:
12517         * gst/effectv/gstdice.c:
12518         * gst/effectv/gstedge.c:
12519         * gst/effectv/gstquark.c:
12520         * gst/effectv/gstrev.c:
12521         * gst/effectv/gstshagadelic.c:
12522         * gst/effectv/gstvertigo.c:
12523         * gst/effectv/gstwarp.c:
12524         * gst/multipart/multipartdemux.c:
12525         * gst/multipart/multipartmux.c:
12526         * gst/videobox/gstvideobox.c:
12527         * gst/videofilter/gstgamma.c:
12528         * gst/videofilter/gstvideotemplate.c:
12529         * gst/videomixer/videomixer.c:
12530         * sys/sunaudio/gstsunaudiosrc.h:
12531         More G_OBJECT macro fixing.
12532
12533 2006-09-16  Wim Taymans  <wim@fluendo.com>
12534
12535         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
12536
12537         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
12538         Correctly set the dwLength in strh.
12539         With this patch, the file duration is now displayed correctly in window
12540         media player and the AVI plays completely. Fixes #356147
12541
12542 2006-09-15  Wim Taymans  <wim@fluendo.com>
12543
12544         Patch by: Darren Kenny <darren dot kenny at sun dot com>
12545
12546         * sys/sunaudio/gstsunaudiomixerctrl.c:
12547         (gst_sunaudiomixer_ctrl_build_list):
12548         Set the output track as the MASTER so that the gnome-settings-daemon
12549         keybindings for changing the volume using the keyboard works.
12550         Fixes #356142.
12551
12552 2006-09-15  Wim Taymans  <wim@fluendo.com>
12553
12554         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
12555         Fix documentation, it is not possible to control the framerate of jpegdec
12556         using filtered caps yet. Fixes #355210.
12557         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
12558         stop when there is an error.
12559
12560 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
12561
12562         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
12563         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12564           Don't interpret a first buffer with an offset of NONE as
12565           'from the middle of the stream', but only a first buffer
12566           that has a valid buffer offset that's non-zero (see #345449).
12567
12568 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
12569
12570         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
12571         (gst_icydemux_typefind_or_forward):
12572         * gst/icydemux/gsticydemux.h:
12573           When we merge/collect multiple incoming buffers for typefinding
12574           purposes, keep an initial 0 offset on the first outgoing buffer
12575           as well (otherwise id3demux won't work right). Fixes #345449.
12576           Also Make buffer metadata writable before setting buffer caps.
12577
12578         * tests/check/elements/icydemux.c: (typefind_succeed),
12579         (cleanup_icydemux), (push_data), (GST_START_TEST),
12580         (icydemux_suite):
12581           Small test case for the above.
12582
12583 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
12584
12585         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
12586         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
12587         (gst_avi_demux_stream_header_push),
12588         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
12589         (gst_avi_demux_loop):
12590           More code reuse and better logging in _peek_chunk(). Reintroduce check
12591           for chunk sizes before reading them (avoid oom). Better handling for 
12592           invalid chunksizes when streaming.
12593
12594 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
12595
12596         * gst/level/gstlevel.c: (gst_level_set_property):
12597         * gst/level/gstlevel.h:
12598           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
12599           René Stadler
12600
12601 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
12602
12603         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
12604         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
12605         (gst_avi_demux_stream_data):
12606           Revert one change to fix streaming avi (adapter size != data size).
12607
12608 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12609
12610         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
12611
12612         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
12613         (gst_matroska_demux_reset),
12614         (gst_matroska_demux_read_track_encodings),
12615         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
12616         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
12617         (gst_matroska_demux_subtitle_caps):
12618         * gst/matroska/matroska-ids.h:
12619           Add support for VOBSUB subtitle tracks and zlib-compressed
12620           tracks. Make sure we start on a keyframe after a seek. (#343348)
12621
12622 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12623
12624         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
12625         (gst_matroska_demux_push_flac_codec_priv_data),
12626         (gst_matroska_demux_push_xiph_codec_priv_data),
12627         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
12628         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
12629         * gst/matroska/matroska-ids.h:
12630           Add basic FLAC support (#311586), not perfect yet though, needs some
12631           tweaking in flacdec; also, seeking could be better.
12632           Do better bounds checking when deserialising vorbis stream headers
12633           to make sure we don't read beyond the end of the buffer on bad input.
12634
12635 2006-09-04  Wim Taymans  <wim@fluendo.com>
12636
12637         Patch by: Alessandro Decina <alessandro at nnva dot org>
12638
12639         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
12640         Seeking back in a file containing a CMML stream errors out if the seek
12641         goes back up to the CMML headers. This is because after the seek the xml
12642         processing instruction <?xml ...?> is submitted to the xml parser again, 
12643         which results in an error. The attached patch fixes the problem. 
12644         Fixes #353908.
12645
12646         * ext/annodex/gstcmmlenc.h:
12647         Fix authors name.
12648
12649
12650 2006-08-28  Andy Wingo  <wingo@pobox.com>
12651
12652         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
12653         New helper function to lessen the ifdefs.
12654         (GST_INFO_OBJECT): 
12655         (gst_dv1394src_iso_receive): Use it.
12656         (gst_dv1394src_create): Also use the control sockets in iec61883
12657         mode.
12658         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
12659         handle for AVC operations; fixes #348233.
12660
12661 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
12662
12663         * configure.ac:
12664         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12665         * docs/plugins/inspect/plugin-audiofx.xml:
12666         * docs/plugins/inspect/plugin-audiofxgood.xml:
12667         * gst/audiofx/Makefile.am:
12668         * gst/audiofx/audiofx.c:
12669         * gst/audiofxgood/.cvsignore:
12670         * gst/audiofxgood/Makefile.am:
12671         * gst/audiofxgood/audiofx.c:
12672         * gst/audiofxgood/audiopanorama.c:
12673         * gst/audiofxgood/audiopanorama.h:
12674           Rename again (audiofxgood -> audiofx).
12675
12676 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
12677
12678         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
12679         (gst_avi_demux_stream_scan):
12680           Initialze variables.
12681
12682 2006-08-25  Wim Taymans  <wim@fluendo.com>
12683
12684         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
12685         (gst_avi_demux_init), (gst_avi_demux_finalize),
12686         (gst_avi_demux_reset), (gst_avi_demux_index_last),
12687         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
12688         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
12689         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
12690         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
12691         (gst_avi_demux_massage_index),
12692         (gst_avi_demux_calculate_durations_from_index),
12693         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12694         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
12695         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
12696         (gst_avi_demux_change_state):
12697         * gst/avi/gstavidemux.h:
12698         More attempts to turn this into readable code.
12699         Don't leak adapters.
12700         Calculate duration according to index more efficiently.
12701         Don't try to act like we drive the pipeline in chain mode.
12702
12703 2006-08-25  Wim Taymans  <wim@fluendo.com>
12704
12705         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
12706         Fix build.
12707
12708 2006-08-25  Wim Taymans  <wim@fluendo.com>
12709
12710         Patch by: Alessandro Decina <alessandro at nnva dot org>
12711
12712         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
12713         Do some extra sanity checks.
12714         Fixes #350340.
12715
12716         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
12717         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
12718         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
12719         Check if clip->start_time is valid before adding the clip to the
12720         track list.
12721         Reset enc->preamble going from PAUSED to READY.
12722         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
12723         only used for EOS.
12724         Only post an error message if we were the one that created the fatal
12725         GstFlowReturn value.
12726
12727         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
12728         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
12729         Parse the seconds field of the npt-sec time format using %llu rather than
12730         %d and check that the value scaled by GST_SECOND doesn't overflow.
12731         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
12732         Lookup a clip's track with clip->track rather than clip->id which
12733         makes no sense.
12734         Identify a clip by its track and start time and not its xml id.
12735         do some more input checking and make sure we don't do undefined shifts.
12736
12737         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12738         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
12739         (cmml_tag_message_pop), (check_headers), (push_clip_full),
12740         (push_clip), (push_empty_clip), (check_output_clip),
12741         (GST_START_TEST), (cmmldec_suite):
12742         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12743         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
12744         (check_headers), (push_clip), (check_clip_times), (check_clip),
12745         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
12746         Added some more checks.
12747
12748 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
12749
12750         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
12751         (gst_audio_panorama_set_property),
12752         (gst_audio_panorama_get_property),
12753         (gst_audio_panorama_transform_m2s_int),
12754         (gst_audio_panorama_transform_s2s_int),
12755         (gst_audio_panorama_transform_m2s_float),
12756         (gst_audio_panorama_transform_s2s_float):
12757         * gst/audiofxgood/audiopanorama.h:
12758         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
12759           Make also the pan-property float (saves scaling and yields better
12760           resolution)
12761
12762 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
12763
12764         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
12765         (gst_audio_panorama_transform_m2s_float),
12766         (gst_audio_panorama_transform_s2s_float):
12767           ChangeLog surgery to add cymax's real name
12768
12769
12770 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
12771
12772         Patch by: René Stadler <mail@renestadler.de>
12773
12774         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
12775         (gst_audio_panorama_transform_m2s_int),
12776         (gst_audio_panorama_transform_s2s_int),
12777         (gst_audio_panorama_transform_m2s_float),
12778         (gst_audio_panorama_transform_s2s_float),
12779         (gst_audio_panorama_transform):
12780         * gst/audiofxgood/audiopanorama.h:
12781           Added float support
12782
12783 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
12784
12785         * gst/audiofxgood/audiopanorama.c:
12786         (gst_audio_panorama_transform_m2s):
12787           Fix docs & debug category. Add Fixme for volume pan levels.
12788
12789 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
12790
12791         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
12792         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
12793         (gst_avi_demux_stream_header_pull),
12794         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
12795         (gst_avi_demux_chain):
12796           unbreak AVI index handling, some more debug, remove an obsolete
12797           adapter_flush that caused streaming to wander off in the wild
12798
12799 2006-08-24  Wim Taymans  <wim@fluendo.com>
12800
12801         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12802         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
12803         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
12804         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12805         (gst_avi_demux_calculate_durations_from_index),
12806         (gst_avi_demux_stream_header_push),
12807         (gst_avi_demux_stream_header_pull):
12808         * gst/avi/gstavidemux.h:
12809         Some more cleanups. 
12810         Fix totalFrames parsing in ODML.
12811         Disable use of index for length calculation in case of ODML as this is
12812         broken now.
12813
12814 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
12815
12816         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
12817           Use libgsttag helper function here too.
12818
12819 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
12820
12821         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
12822         (gst_avi_demux_init), (gst_avi_demux_dispose),
12823         (gst_avi_demux_reset), (gst_avi_demux_index_next),
12824         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
12825         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12826         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
12827         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
12828         (gst_avi_demux_parse_subindex),
12829         (gst_avi_demux_read_subindexes_push),
12830         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12831         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12832         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
12833         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
12834         (gst_avi_demux_stream_header_pull),
12835         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
12836         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
12837         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
12838         (gst_avi_demux_change_state):
12839         * gst/avi/gstavidemux.h:
12840           Initial streaming support for avidemux (fixes #336465)
12841
12842 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12843
12844         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12845           There is no taglibmux element ...
12846
12847         * gst/rtsp/gstrtspsrc.c:
12848           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
12849           was complaining about unknown entity here.
12850
12851 2006-08-22  Wim Taymans  <wim@fluendo.com>
12852
12853         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
12854         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
12855         (gst_avi_demux_process_next_entry):
12856         * gst/avi/gstavidemux.h:
12857         Mark DISCONT.
12858         Remove old unused fields and reorder the struct a bit.
12859
12860 2006-08-22  Wim Taymans  <wim@fluendo.com>
12861
12862         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
12863         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
12864         (gst_rtspsrc_pause):
12865         * gst/rtsp/gstrtspsrc.h:
12866         * sys/oss/gstosssink.c: (gst_oss_sink_open),
12867         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
12868         Small documentation updates.
12869
12870 2006-08-22  Wim Taymans  <wim@fluendo.com>
12871
12872         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
12873         (gst_avi_demux_index_entry_for_time),
12874         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12875         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
12876         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
12877         (gst_avi_demux_next_data_buffer),
12878         (gst_avi_demux_calculate_durations_from_index),
12879         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
12880         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
12881         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
12882         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
12883         * gst/avi/gstavidemux.h:
12884         Precalc most of the duration query for each stream.
12885         Make seeking more correct.
12886         Use GstSegment to track position and duration.
12887         Code cleanups and leak fixes.
12888         Calculate correct total duration based on index length.
12889
12890 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
12891
12892         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
12893         (parse_insert_string_field):
12894           If strings in text fields are marked ISO8859-1, but contain
12895           valid UTF-8 already, then handle them as UTF-8 and ignore
12896           the encoding. (#351794)
12897
12898 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12899
12900         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
12901         (gst_flac_dec_write), (gst_flac_dec_loop),
12902         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
12903         (gst_flac_dec_src_query):
12904         * ext/flac/gstflacdec.h:
12905           Make flac-in-ogg work (#352100).
12906
12907 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12908
12909         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
12910           Don't unref buffers of which we've already given away
12911           ownership to the adapter.
12912
12913 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12914
12915         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
12916           Make metadata extraction actually work.
12917
12918         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
12919         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
12920         (gst_speexenc_chain):
12921           Fix metadata writing: replace old code which wrote completely
12922           broken tags with libgsttag-based code. Plus miscellaneous
12923           code cleanups (use static pad templates etc.) and a bunch
12924           of leak fixes.
12925
12926 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
12927
12928         * gst/audiopanorama/.cvsignore:
12929         * gst/audiopanorama/Makefile.am:
12930         * gst/audiopanorama/audiofx.c:
12931         * gst/audiopanorama/audiopanorama.c:
12932         * gst/audiopanorama/audiopanorama.h:
12933           die! die! die! you should never have been there
12934
12935 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
12936
12937         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
12938         Fix invalid memory access in audiopanorama test suite.
12939
12940 2006-08-21  Edward Hervey  <edward@fluendo.com>
12941
12942         * tests/check/elements/.cvsignore:
12943         ignore built file
12944
12945 2006-08-21  Wim Taymans  <wim@fluendo.com>
12946
12947         * gst/rtp/Makefile.am:
12948         Fix the build again.
12949
12950 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
12951
12952         * gst/audiofxgood/.cvsignore:
12953         * gst/audiofxgood/Makefile.am:
12954         * gst/audiofxgood/audiofx.c: (plugin_init):
12955         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
12956         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
12957         (gst_audio_panorama_set_property),
12958         (gst_audio_panorama_get_property),
12959         (gst_audio_panorama_get_unit_size),
12960         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
12961         (gst_audio_panorama_transform_m2s),
12962         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
12963         * gst/audiofxgood/audiopanorama.h:
12964           resubmit with the desired name *again*
12965
12966 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
12967
12968         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
12969         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
12970           use g_assert in _get_unit_size
12971
12972 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
12973
12974         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12975         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12976         * docs/plugins/inspect/plugin-audiofxgood.xml:
12977           cleanup -unused.txt to make it useful, add previously missing docs
12978
12979         * ext/Makefile.am:
12980           Quietly (accidentally) enable LADSPA for building by default, 
12981           despite the fact that it doesn't meet the plugin checklist.
12982             -- Added by Jan Schmidt 18 Dec 2006
12983
12984         * ext/esd/esdmon.c:
12985         * ext/esd/esdsink.c:
12986         * ext/esd/gstesd.c: (plugin_init):
12987           reflow to get rid of two external symbols
12988
12989         * gst/audiofxgood/audiofx.c: (plugin_init):
12990           re-add
12991
12992 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
12993
12994         * configure.ac:
12995         * gst/audiofxgood/.cvsignore:
12996         * gst/audiofxgood/Makefile.am:
12997         * gst/audiofxgood/audiofx.c
12998         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
12999         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
13000         (gst_audio_panorama_set_property),
13001         (gst_audio_panorama_get_property),
13002         (gst_audio_panorama_get_unit_size),
13003         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
13004         (gst_audio_panorama_transform_m2s),
13005         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
13006         * gst/audiofxgood/audiopanorama.h:
13007         * tests/check/Makefile.am:
13008         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
13009         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
13010         (panorama_suite), (main):
13011         Add audiofxgood plugin with audiopanorama element
13012
13013 2006-08-18  Wim Taymans  <wim@fluendo.com>
13014
13015         * docs/plugins/Makefile.am:
13016         More Oss docs fixage. 
13017
13018 2006-08-18  Wim Taymans  <wim@fluendo.com>
13019
13020         * gst/rtp/Makefile.am:
13021         * gst/rtp/gstrtp.c: (plugin_init):
13022         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
13023         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
13024         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
13025         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
13026         (gst_rtp_sv3v_depay_get_property),
13027         (gst_rtp_sv3v_depay_change_state),
13028         (gst_rtp_sv3v_depay_plugin_init):
13029         * gst/rtp/gstrtpsv3vdepay.h:
13030         Added experimental SVQ3 depayloader.
13031
13032 2006-08-18  Edward Hervey  <edward@fluendo.com>
13033
13034         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
13035         (gst_dvdemux_loop), (gst_dvdemux_change_state):
13036         * ext/dv/gstdvdemux.h:
13037         When handling seek requests, don't send the newsegment event from the
13038         calling thread. Instead save it so it can be sent from the streaming
13039         thread.
13040
13041 2006-08-17  Wim Taymans  <wim@fluendo.com>
13042
13043         Patch by: Sjoerd Simons <sjoerd at luon dot net>
13044
13045         * gst/multipart/multipartdemux.c: (multipart_parse_header):
13046         Accept leading whitespace before the boundary
13047         This patch makes the demuxer allow some whitespace before the actual
13048         boundary. This makes the demuxer work with the ``old'' gstreamer
13049         multipartmuxer again (which placed an extra \n before the start
13050         of the stream) Fixes #349068.
13051
13052 2006-08-17  Wim Taymans  <wim@fluendo.com>
13053
13054         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
13055         Error out on non-implemented stuff.
13056
13057 2006-08-16  Wim Taymans  <wim@fluendo.com>
13058
13059         Patch by: Andy Wingo <wingo at pobox dot com>
13060
13061         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
13062         (gst_signal_processor_start), (gst_signal_processor_stop),
13063         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
13064         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
13065         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
13066         (gst_signal_processor_change_state):
13067         Make ladspa elements reusable. Fixes #350006.
13068
13069 2006-08-16  Wim Taymans  <wim@fluendo.com>
13070
13071         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
13072         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
13073         names as possible. Fixes #349901.
13074
13075 2006-08-16  Wim Taymans  <wim@fluendo.com>
13076
13077         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
13078         (gst_signal_processor_do_pushes):
13079         A push() gives away our refcount so we should not use the buffer on the
13080         pen anymore.
13081
13082 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13083
13084         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13085         (gst_oss_mixer_element_finalize):
13086           Don't leak device string.
13087
13088 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13089
13090         * configure.ac:
13091           Require CVS of GStreamer core and -base (for
13092           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
13093
13094         * ext/taglib/gstid3v2mux.cc:
13095           Write extended comment tags properly (#348762).
13096
13097         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13098         (parse_comment_frame):
13099           Extract COMM frames into extended comments, which makes it
13100           easier to properly retain the description bit of the tag
13101           and maintain this information when re-tagging (#348762).
13102
13103 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13104
13105         * tests/check/Makefile.am:
13106           Don't try to run annodex unit tests if the annodex
13107           plugin has not been built (Fixes #351116).
13108
13109 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13110
13111         * gst/autodetect/gstautoaudiosink.c:
13112         (gst_auto_audio_sink_find_best):
13113           When we can't find a usable audiosink, don't error out,
13114           but use a fake sink instead and post a warning message
13115           on the bus (#341278).
13116
13117 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13118
13119         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
13120         * sys/oss/gstosssink.c:
13121         * sys/oss/gstosssrc.c:
13122           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
13123           ossmixer's new device property.
13124
13125         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13126         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13127           Add docs for OSS elements.
13128
13129         * docs/plugins/inspect/plugin-aasink.xml:
13130         * docs/plugins/inspect/plugin-alaw.xml:
13131         * docs/plugins/inspect/plugin-alpha.xml:
13132         * docs/plugins/inspect/plugin-alphacolor.xml:
13133         * docs/plugins/inspect/plugin-annodex.xml:
13134         * docs/plugins/inspect/plugin-apetag.xml:
13135         * docs/plugins/inspect/plugin-auparse.xml:
13136         * docs/plugins/inspect/plugin-autodetect.xml:
13137         * docs/plugins/inspect/plugin-avi.xml:
13138         * docs/plugins/inspect/plugin-cacasink.xml:
13139         * docs/plugins/inspect/plugin-cairo.xml:
13140         * docs/plugins/inspect/plugin-cdio.xml:
13141         * docs/plugins/inspect/plugin-cutter.xml:
13142         * docs/plugins/inspect/plugin-debug.xml:
13143         * docs/plugins/inspect/plugin-dv.xml:
13144         * docs/plugins/inspect/plugin-efence.xml:
13145         * docs/plugins/inspect/plugin-effectv.xml:
13146         * docs/plugins/inspect/plugin-esdsink.xml:
13147         * docs/plugins/inspect/plugin-flac.xml:
13148         * docs/plugins/inspect/plugin-flxdec.xml:
13149         * docs/plugins/inspect/plugin-gconfelements.xml:
13150         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
13151         * docs/plugins/inspect/plugin-goom.xml:
13152         * docs/plugins/inspect/plugin-halelements.xml:
13153         * docs/plugins/inspect/plugin-icydemux.xml:
13154         * docs/plugins/inspect/plugin-id3demux.xml:
13155         * docs/plugins/inspect/plugin-jpeg.xml:
13156         * docs/plugins/inspect/plugin-level.xml:
13157         * docs/plugins/inspect/plugin-matroska.xml:
13158         * docs/plugins/inspect/plugin-mulaw.xml:
13159         * docs/plugins/inspect/plugin-multipart.xml:
13160         * docs/plugins/inspect/plugin-navigationtest.xml:
13161         * docs/plugins/inspect/plugin-ossaudio.xml:
13162         * docs/plugins/inspect/plugin-png.xml:
13163         * docs/plugins/inspect/plugin-rtp.xml:
13164         * docs/plugins/inspect/plugin-rtsp.xml:
13165         * docs/plugins/inspect/plugin-shout2send.xml:
13166         * docs/plugins/inspect/plugin-smpte.xml:
13167         * docs/plugins/inspect/plugin-speex.xml:
13168         * docs/plugins/inspect/plugin-taglib.xml:
13169         * docs/plugins/inspect/plugin-udp.xml:
13170         * docs/plugins/inspect/plugin-videobalance.xml:
13171         * docs/plugins/inspect/plugin-videobox.xml:
13172         * docs/plugins/inspect/plugin-videoflip.xml:
13173         * docs/plugins/inspect/plugin-videomixer.xml:
13174         * docs/plugins/inspect/plugin-wavenc.xml:
13175         * docs/plugins/inspect/plugin-wavparse.xml:
13176         * docs/plugins/inspect/plugin-ximagesrc.xml:
13177           Update to CVS version.
13178           
13179 2006-08-16  Wim Taymans  <wim@fluendo.com>
13180
13181         * gst/rtp/gstrtpamrdepay.c:
13182         * gst/rtp/gstrtpmp4gdepay.c:
13183         Caps extra properties must be defined as strings for
13184         depayloaders because they are generated from an SDP.
13185
13186         * gst/rtp/Makefile.am:
13187         * gst/rtp/gstrtp.c: (plugin_init):
13188         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
13189         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
13190         (gst_rtp_h264_depay_finalize), (decode_base64),
13191         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
13192         (gst_rtp_h264_depay_set_property),
13193         (gst_rtp_h264_depay_get_property),
13194         (gst_rtp_h264_depay_change_state),
13195         (gst_rtp_h264_depay_plugin_init):
13196         * gst/rtp/gstrtph264depay.h:
13197         Added basic, not completely functional RFC 3984 H264 depayloader.
13198
13199 2006-08-16  Wim Taymans  <wim@fluendo.com>
13200
13201         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
13202         Add pads after setting them up.
13203
13204         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13205         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13206         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
13207         (gst_rtspsrc_stream_setup_rtp),
13208         (gst_rtspsrc_stream_configure_transport),
13209         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
13210         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13211         (gst_rtspsrc_pause):
13212         * gst/rtsp/gstrtspsrc.h:
13213         Fix interleaved mode.
13214          - Protect streaming with lock.
13215          - Combine flows
13216          - set caps on outgoing buffers.
13217          - strip trailing \0 from data packets.
13218          - Configure RTP/RTCP in stream.
13219         Use DEBUG_OBJECT more.
13220
13221 2006-08-16  Wim Taymans  <wim@fluendo.com>
13222
13223         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
13224         Turn a g_print into a DEBUG line.
13225
13226 2006-08-13  Wim Taymans  <wim@fluendo.com>
13227
13228         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
13229         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13230         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
13231         (gst_oss_mixer_element_get_property),
13232         (gst_oss_mixer_element_change_state):
13233         * sys/oss/gstossmixerelement.h:
13234         Small cleanups. Better error reporting.
13235         Add device property for the mixer instead of the hardcoded
13236         /dev/mixer. Fixes #350785.
13237         API: GstOssMixerElement::device property
13238
13239 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13240
13241         Patch by: Jens Granseuer <jensgr at gmx net>
13242
13243         * gconf/Makefile.am:
13244           Make --disable-schemas work right (they still need
13245           to be copied to the installation directory, just not
13246           applied). Fixes #351347 (also #344100).
13247           
13248 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13249
13250         * configure.ac: back to HEAD
13251
13252 === release 0.10.4 ===
13253
13254 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
13255
13256         * configure.ac:
13257           releasing 0.10.4, "Dear Leader"
13258
13259 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13260
13261         Patch by: Edward Hervey <edward@fluendo.com>
13262
13263         * configure.ac:
13264         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
13265         (gst_wavparse_stream_data):
13266         Send the newsegment event in the streaming thread.
13267         Fixes #347529
13268
13269 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13270
13271         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13272         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
13273         (gst_smokeenc_resync), (gst_smokeenc_chain):
13274           Refuse sink caps in the encoder if width or height is not a
13275           multiple of 16, the encoder does not support that yet (#349939);
13276           along the same lines, check the return value of the encoder
13277           setup function; also remove some debug log clutter.
13278
13279 2006-08-04  Andy Wingo  <wingo@pobox.com>
13280
13281         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
13282         whether a processor can work in place or not, and for keeping
13283         track of its state. Change the FlowReturn instance variable from
13284         "state" to "flow_state", all callers changed.
13285
13286         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
13287         (gst_signal_processor_start, gst_signal_processor_stop)
13288         (gst_signal_processor_cleanup): New functions to manage the
13289         processor's state.
13290         (gst_signal_processor_setcaps): start() as well as setup() here.
13291         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
13292         (gst_signal_processor_change_state): Stop and cleanup the
13293         processor as we go to NULL.
13294
13295         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
13296         INPLACE_BROKEN is not set.
13297
13298         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
13299         Do the alloc_buffer in bytes, not frames.
13300         
13301 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13302
13303         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13304         Fix rgb masks when recording in < 24bpp.
13305
13306 2006-08-04  Andy Wingo  <wingo@pobox.com>
13307
13308         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
13309         (gst_signal_processor_prepare)
13310         (gst_signal_processor_update_inputs)
13311         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
13312         (gst_signal_processor_flush)
13313         (gst_signal_processor_sink_activate_push)
13314         (gst_signal_processor_src_activate_pull)
13315         (gst_signal_processor_change_state): Remove the last of the code
13316         that assumes that we process whole buffers at a time. Fix some
13317         debugging. Seems to work now in some cases.
13318         (gst_signal_processor_src_activate_pull): BPB
13319
13320 2006-08-01  Andy Wingo  <wingo@pobox.com>
13321
13322         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
13323         Fix nframes-choosing.
13324         (gst_signal_processor_init): Init pending_in and pending_out.
13325
13326         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
13327         more default sample rate, although we never check that the sample
13328         rate actually gets set. Something for the future.
13329         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
13330         (gst_signal_processor_event): Refcount fixen.
13331         (gst_signal_processor_process): Pull the number of frames to
13332         process from the sizes of the buffers in the input pens.
13333         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
13334         (gst_signal_processor_do_pulls): Add an nframes argument, and use
13335         it instead of buffer_frames.
13336         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
13337         to do_pulls.
13338         (gst_signal_processor_chain)
13339         (gst_signal_processor_sink_activate_push)
13340         (gst_signal_processor_src_activate_pull):  Refcount fixen.
13341
13342         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
13343
13344 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
13345
13346         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
13347         (gst_signal_processor_process):
13348           don't query buffer-frames from caps, add lots of debug-log,
13349           try fix for assert (#349189)
13350
13351 2006-07-31  Wim Taymans  <wim@fluendo.com>
13352
13353         * gst/udp/gstudpsrc.c:
13354         Fix docs.
13355
13356 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
13357
13358         * ext/ladspa/gstsignalprocessor.c:
13359         (gst_signal_processor_add_pad_from_template),
13360         (gst_signal_processor_init), (gst_signal_processor_setcaps),
13361         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
13362         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
13363         (gst_signal_processor_sink_activate_push),
13364         (gst_signal_processor_src_activate_pull),
13365         (gst_signal_processor_change_state):
13366          Add debugs logs here and there, add more error handling, add some
13367          FIXME comments, filed #349189
13368
13369 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13370
13371         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
13372         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
13373         Set caps on buffer correctly.  Fixes bug #349155.
13374
13375 2006-07-28  Wim Taymans  <wim@fluendo.com>
13376
13377         Patch by: Sjoerd Simons <sjoerd at luon dot net>
13378
13379         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
13380         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
13381         (gst_multipart_demux_finalize), (get_line_end),
13382         (multipart_parse_header), (multipart_find_boundary),
13383         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
13384         (gst_multipart_set_property), (gst_multipart_get_property):
13385         Uses GstAdapter instead of own buffering.
13386         Actually parses the mime-type correctly (In tests the mime-type was
13387         always "" with the old version).
13388         Uses the Content-length header if available to speed up things.
13389         Reliably autoscans the boundary name by default.
13390         Fixes #349068.
13391
13392         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
13393         Don't start the stream with a \n.
13394
13395 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13396
13397         Patch by: Brian Cameron <brian dot cameron at sun com>
13398
13399         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
13400           Open source with O_NONBLOCK (#349015).
13401
13402 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
13403
13404         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
13405         (gst_avi_demux_massage_index):
13406         * gst/avi/gstavidemux.h:
13407           Whitespace fixes and more debug
13408
13409 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
13410
13411         * gst/autodetect/gstautoaudiosink.c:
13412         (gst_auto_audio_sink_create_element_with_pretty_name),
13413         (gst_auto_audio_sink_find_best),
13414         (gst_auto_audio_sink_change_state):
13415           Get rid of old and unused magic sound-server properties stuff.
13416           Add suffix to child sink's name that makes it easy to see from
13417           the name alone which type it actually is (alsa, oss, esd, etc.).
13418
13419 2006-07-27  Wim Taymans  <wim@fluendo.com>
13420
13421         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13422         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
13423         (gst_udpsrc_start):
13424         * gst/udp/gstudpsrc.h:
13425         Rename "buffer" to "buffer-size" to make clear it is a size we set and
13426         not some sort of feature we enable.
13427
13428 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
13429
13430         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
13431           Use CLOSE_SOCKET() here instead of close() to maintain
13432           win32 workiness.
13433
13434 2006-07-27  Wim Taymans  <wim@fluendo.com>
13435
13436         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13437
13438         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13439         (gst_udpsrc_create), (gst_udpsrc_set_property),
13440         (gst_udpsrc_get_property), (gst_udpsrc_start):
13441         * gst/udp/gstudpsrc.h:
13442         Added "buffer-size" property to control the kernel receive buffer size.
13443         Update documentation.
13444         Small cleanups. Fixes #348752.
13445         API: buffer-size property
13446
13447 2006-07-26  Wim Taymans  <wim@fluendo.com>
13448
13449         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
13450
13451         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
13452         (gst_rtp_pcma_pay_handle_buffer):
13453         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
13454         (gst_rtp_pcmu_pay_handle_buffer):
13455         Fix timestamp calculation on outgoing RTP packets.
13456         Fixes #348675.
13457
13458 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13459
13460         * ext/taglib/gstid3v2mux.cc:
13461           Fix writing of comment frames (should be COMM not TCOM),
13462           is still sub-optimal though, since we don't retain or
13463           extract the comment descriptions properly (#334375,
13464           also see #334375).
13465
13466 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13467
13468         * gst/wavparse/gstwavparse.c:
13469           #define 'fact' RIFF chunk if we are not compiling against
13470           -base CVS (we don't want to depend on -base CVS for this
13471           one define only, and also not for release order reasons).
13472
13473 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13474
13475         * ext/taglib/gstid3v2mux.cc:
13476           Handle multiple tags of the same type properly. Re-inject
13477           unparsed ID3v2 frames that we get as binary blobs from
13478           id3demux into the tag again so we don't lose information
13479           when retagging (#334375).
13480
13481 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
13482
13483         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
13484           Document newly-added properties properly, so that there is a
13485           'Since: 0.10.4' in the plugin docs. Convert some property
13486           names into canonical GObject style (GObject will do that
13487           internally anyway).
13488
13489 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
13490
13491         * gst/id3demux/id3tags.c:
13492         (id3demux_add_id3v2_frame_blob_to_taglist):
13493           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
13494           well, and add the version to the blob's buffer caps, since that
13495           information will be needed for deserialisation later on (#348644).
13496
13497 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
13498
13499         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
13500         (gst_avi_demux_parse_stream):
13501          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
13502          indentation and spacing.
13503
13504 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
13505
13506         * docs/plugins/Makefile.am:
13507         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13508         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13509         * docs/plugins/gst-plugins-good-plugins.args:
13510         * docs/plugins/inspect/plugin-1394.xml:
13511         * docs/plugins/inspect/plugin-aasink.xml:
13512         * docs/plugins/inspect/plugin-alaw.xml:
13513         * docs/plugins/inspect/plugin-alpha.xml:
13514         * docs/plugins/inspect/plugin-alphacolor.xml:
13515         * docs/plugins/inspect/plugin-annodex.xml:
13516         * docs/plugins/inspect/plugin-apetag.xml:
13517         * docs/plugins/inspect/plugin-auparse.xml:
13518         * docs/plugins/inspect/plugin-autodetect.xml:
13519         * docs/plugins/inspect/plugin-avi.xml:
13520         * docs/plugins/inspect/plugin-cacasink.xml:
13521         * docs/plugins/inspect/plugin-cairo.xml:
13522         * docs/plugins/inspect/plugin-cdio.xml:
13523         * docs/plugins/inspect/plugin-cutter.xml:
13524         * docs/plugins/inspect/plugin-debug.xml:
13525         * docs/plugins/inspect/plugin-dv.xml:
13526         * docs/plugins/inspect/plugin-efence.xml:
13527         * docs/plugins/inspect/plugin-effectv.xml:
13528         * docs/plugins/inspect/plugin-esdsink.xml:
13529         * docs/plugins/inspect/plugin-flac.xml:
13530         * docs/plugins/inspect/plugin-flxdec.xml:
13531         * docs/plugins/inspect/plugin-gconfelements.xml:
13532         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
13533         * docs/plugins/inspect/plugin-goom.xml:
13534         * docs/plugins/inspect/plugin-halelements.xml:
13535         * docs/plugins/inspect/plugin-icydemux.xml:
13536         * docs/plugins/inspect/plugin-id3demux.xml:
13537         * docs/plugins/inspect/plugin-jpeg.xml:
13538         * docs/plugins/inspect/plugin-level.xml:
13539         * docs/plugins/inspect/plugin-matroska.xml:
13540         * docs/plugins/inspect/plugin-mulaw.xml:
13541         * docs/plugins/inspect/plugin-multipart.xml:
13542         * docs/plugins/inspect/plugin-navigationtest.xml:
13543         * docs/plugins/inspect/plugin-ossaudio.xml:
13544         * docs/plugins/inspect/plugin-png.xml:
13545         * docs/plugins/inspect/plugin-rtp.xml:
13546         * docs/plugins/inspect/plugin-rtsp.xml:
13547         * docs/plugins/inspect/plugin-shout2send.xml:
13548         * docs/plugins/inspect/plugin-smpte.xml:
13549         * docs/plugins/inspect/plugin-speex.xml:
13550         * docs/plugins/inspect/plugin-udp.xml:
13551         * docs/plugins/inspect/plugin-videobalance.xml:
13552         * docs/plugins/inspect/plugin-videobox.xml:
13553         * docs/plugins/inspect/plugin-videoflip.xml:
13554         * docs/plugins/inspect/plugin-videomixer.xml:
13555         * docs/plugins/inspect/plugin-wavenc.xml:
13556         * docs/plugins/inspect/plugin-wavparse.xml:
13557         * docs/plugins/inspect/plugin-ximagesrc.xml:
13558           Update files to CVS/Prerelease version, add esdsink docs.
13559
13560         * ext/esd/esdsink.c:
13561           Add gtk-doc blurb.
13562
13563         * gst/rtp/gstrtpmp4vpay.c:
13564           Fix typo in element description.
13565
13566 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
13567
13568         * ext/esd/esdsink.c: (gst_esdsink_open),
13569         (gst_esdsink_factory_init):
13570           Prevent libesd from auto-spawning a sound daemon if it
13571           is not already running. Now that we don't do evil stuff
13572           like that any longer we can give esdsink a rank so that
13573           autoaudiosink will try it as well if all other audio
13574           sinks fail (#343051).
13575
13576 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
13577
13578         * ext/esd/Makefile.am:
13579           Oops, need to remove README from EXTRA_DIST as well.
13580
13581 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
13582
13583         * ext/esd/README:
13584           Remove, it contains nothing useful anyway.
13585
13586         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
13587         (gst_esdsink_delay):
13588           Some small clean-ups; use GST_BOILERPLATE etc.
13589
13590 2006-07-24  Wim Taymans  <wim@fluendo.com>
13591
13592         * gst/law/alaw-decode.c: (alawdec_getcaps):
13593         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
13594         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
13595         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
13596         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
13597
13598 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
13599
13600         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13601         (gst_wavparse_other), (gst_wavparse_perform_seek),
13602         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
13603         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
13604         (gst_wavparse_pad_query):
13605         * gst/wavparse/gstwavparse.h:
13606           Use information from 'fact' chunk for length calculation of compressed
13607           samples. Calculate bps if bogus value is found in wav header (embeded
13608           mp2/mp3).
13609           
13610
13611 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
13612
13613         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
13614
13615         * configure.ac:
13616         * gst/udp/Makefile.am:
13617         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
13618         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
13619         * gst/udp/gstdynudpsink.h:
13620         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
13621         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
13622         * gst/udp/gstmultiudpsink.h:
13623         * gst/udp/gstudp.c: (plugin_init):
13624         * gst/udp/gstudpsink.h:
13625         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
13626         (gst_udpsrc_start), (gst_udpsrc_stop):
13627         * gst/udp/gstudpsrc.h:
13628         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
13629         (gst_udp_net_utils_win32_wsa_startup):
13630         * gst/udp/gstudpnetutils.h:
13631           Port udp plugin to win32 (#345288).
13632
13633 2006-07-24  Wim Taymans  <wim@fluendo.com>
13634
13635         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
13636         Remove unwanted DEBUG line.
13637
13638 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
13639
13640         * gst/id3demux/gstid3demux.c: (plugin_init):
13641         * gst/id3demux/id3tags.c:
13642         (id3demux_add_id3v2_frame_blob_to_taglist):
13643         * gst/id3demux/id3tags.h:
13644           On second thought, it might be wiser and more efficient
13645           not to do tag registration from a streaming thread.
13646
13647 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
13648
13649         * gst/id3demux/id3tags.c:
13650         (id3demux_add_id3v2_frame_blob_to_taglist),
13651         (id3demux_id3v2_frames_to_tag_list):
13652           Put ID3v2 frames we can't parse as binary blobs into private
13653           tags, so that they are not lost when retagging, at least once
13654           id3v2mux has been taught to re-inject those frames again.
13655           See bug #334375.
13656
13657 2006-07-21  Wim Taymans  <wim@fluendo.com>
13658
13659         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13660         (gst_avi_demux_process_next_entry):
13661         Fix some leaks.
13662
13663         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
13664         Don't use \n in debug lines.
13665
13666 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
13667
13668         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13669         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13670           Add annodex and icydemux, cleanup the sections a bit
13671
13672 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13673
13674         Patch by: Alex Lancaster <alexl at users sourceforge net>
13675
13676         * ext/taglib/gstid3v2mux.cc:
13677           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
13678           ID3v2 TSSE frames (#347898).
13679
13680 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
13681
13682         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
13683           Respect mpegversion for "video/mpeg" and give message in case of
13684           unhandled versions.
13685
13686 2006-07-17  Wim Taymans  <wim@fluendo.com>
13687
13688         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
13689         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
13690         (gst_pngdec_chain), (gst_pngdec_sink_event),
13691         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
13692         (gst_pngdec_sink_activate_push):
13693         * ext/libpng/gstpngdec.h:
13694         Use statically allocated segment instead of leaking.
13695         Various cleanups.
13696         Fix flush and seek handling.
13697
13698 2006-07-16  Wim Taymans  <wim@fluendo.com>
13699
13700         * gst/rtp/Makefile.am:
13701         * gst/rtp/gstrtp.c: (plugin_init):
13702         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
13703         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
13704         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
13705         (gst_rtp_mp4g_depay_set_property),
13706         (gst_rtp_mp4g_depay_get_property),
13707         (gst_rtp_mp4g_depay_change_state),
13708         (gst_rtp_mp4g_depay_plugin_init):
13709         * gst/rtp/gstrtpmp4gdepay.h:
13710         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
13711         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
13712         (gst_rtp_mp4g_pay_flush):
13713         Added simple generic mpeg4 depayloader.
13714         Fix generic mpeg4 payloader.
13715
13716 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
13717
13718         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
13719           Don't try doing state changes on a NULL pointer.
13720
13721 2006-07-14  Wim Taymans  <wim@fluendo.com>
13722
13723         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
13724
13725         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
13726         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
13727         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
13728         * gst/rtp/gstrtpamrdepay.h:
13729         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
13730         Fixes #321191
13731
13732 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13733
13734         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
13735         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
13736         Fix segfault when moving mouse pointer to the bottom right corner.
13737
13738 2006-07-12  Wim Taymans  <wim@fluendo.com>
13739
13740         * gst/rtp/Makefile.am:
13741         * gst/rtp/gstrtp.c: (plugin_init):
13742         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
13743         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
13744         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
13745         (gst_rtp_mp2t_depay_set_property),
13746         (gst_rtp_mp2t_depay_get_property),
13747         (gst_rtp_mp2t_depay_change_state),
13748         (gst_rtp_mp2t_depay_plugin_init):
13749         * gst/rtp/gstrtpmp2tdepay.h:
13750         Added mpeg2 TS depayloader. Closing #347234.
13751
13752 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
13753
13754         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
13755           Remove g_assert that shouldn't be there and was triggered
13756           after trying to open a device that doesn't exist or can't
13757           be opened for some other reason (#347972).
13758
13759 2006-07-10  Edward Hervey  <edward@fluendo.com>
13760
13761         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13762         (gst_avi_demux_stream_header), (push_tag_lists):
13763         * gst/avi/gstavidemux.h:
13764         Don't push tag events found by gst_riff_parse_info() before outputting
13765         GST_EVENT_NEWSEGMENT.
13766
13767 2006-07-10  Wim Taymans  <wim@fluendo.com>
13768
13769         * gst/rtsp/Makefile.am:
13770         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
13771         (rtsp_connection_close):
13772         * gst/rtsp/rtspdefs.h:
13773         replaced closesocket and close in code with one CLOSE_SOCKET. 
13774         Some more cleanups. Fixes #345301.
13775
13776 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
13777
13778         * gst/autodetect/gstautoaudiosink.c:
13779           Fix example pipeline in docs.
13780
13781 2006-07-10  Wim Taymans  <wim@fluendo.com>
13782
13783         Patch by: Rob Taylor <robtaylor at floopily dot org>
13784
13785         * gst/udp/gstmultiudpsink.c: (join_multicast),
13786         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
13787         If a destination is added before the stream is set to PAUSED, the
13788         multicast group is not joined as the socket is not created yet. 
13789         Also TTL and LOOP should also be set. Fixes #346921.
13790
13791 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13792
13793         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
13794         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
13795         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
13796         (gst_ximage_src_init):
13797         * sys/ximage/gstximagesrc.h:
13798         Fix use-damage property to actually work :)
13799         Add startx, starty, endx, endy properties so screencasts other than full
13800         screen ones can work.
13801
13802 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13803
13804         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
13805         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
13806         (gst_ximage_src_class_init), (gst_ximage_src_init):
13807         * sys/ximage/gstximagesrc.h:
13808         Add use_damage property to offer ability to choose whether to use
13809         XDamage or not.
13810
13811 2006-07-07  Wim Taymans  <wim@fluendo.com>
13812
13813         * gst/goom/filters.c: (zoomFilterSetResolution):
13814         Avoid goom coredumping by clearing memory. 
13815         Fixes 345679.
13816
13817 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
13818
13819         * win32/vs6/libgstid3demux.dsp:
13820         Add a link to libgsttag-0.10.lib.
13821
13822 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
13823
13824         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
13825         (gst_tag_demux_read_range):
13826         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
13827         (gst_id3demux_read_range):
13828           Don't return FLOW_UNEXPECTED when a buffer is before
13829           the start of the stream (which might happen with
13830           large ID3v2 tags if the tag reading was done pullrange
13831           based and we then switched to push mode later on).
13832           Fixes regression introduced by commit from June 29th.
13833
13834 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
13835
13836         * ext/taglib/gstid3v2mux.cc:
13837           Make UTF-8 the default encoding when writing string
13838           tags (before, our UTF-8 strings would automatically
13839           be converted to ISO-8859-1 by taglib and written as
13840           ISO-8859-1 fields if that was possible).
13841
13842         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
13843         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
13844         (test_taglib_id3mux_with_tags):
13845           Add test case that makes sure our UTF-8 strings have
13846           actually been written into the tag as UTF-8.
13847
13848 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
13849
13850         * configure.ac:
13851           Let's try that again.
13852
13853 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
13854
13855         * configure.ac:
13856           Disable monoscope plugin for now until it fulfills
13857           all the requirements.
13858
13859 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
13860
13861         * configure.ac:
13862         * gst/monoscope/Makefile.am:
13863         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
13864         (gst_monoscope_class_init), (gst_monoscope_init),
13865         (gst_monoscope_finalize), (gst_monoscope_reset),
13866         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
13867         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
13868         (gst_monoscope_sink_event), (gst_monoscope_src_event),
13869         (gst_monoscope_change_state), (plugin_init):
13870         * gst/monoscope/gstmonoscope.h:
13871           Port monoscope visualisation to 0.10.
13872
13873 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
13874
13875         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
13876         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
13877           Return FLOW_UNEXPECTED when at the end of the file, not
13878           FLOW_ERROR. Fixes 'internal stream error' errors that
13879           would sometimes occur in totem when scrubbing to the
13880           end of an ID3v1 tagged mp3 file.
13881
13882 2006-07-03  Edward Hervey  <edward@fluendo.com>
13883
13884         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
13885         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
13886         (gst_pngdec_sink_event), (gst_pngdec_change_state):
13887         * ext/libpng/gstpngdec.h:
13888         Implement buffer clipping/dropping using GstSegment.
13889         This provides accurate seeking.
13890
13891 2006-07-03  Edward Hervey  <edward@fluendo.com>
13892
13893         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13894         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
13895         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
13896         (gst_avi_demux_process_next_entry), (push_tag_lists),
13897         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
13898         * gst/avi/gstavidemux.h:
13899         Proper aggregation of each stream's GstFlowReturn in order to figure out
13900         whether the task should stop or not.
13901         Don't send inline events before pushing out a NEW_SEGMENT, more
13902         specifically for GST_TAG_EVENT.
13903         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
13904         sub-indexes.
13905
13906 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
13907
13908         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
13909
13910         * sys/sunaudio/gstsunaudiomixerctrl.c:
13911         (gst_sunaudiomixer_ctrl_build_list):
13912           Move "Monitor" slider to input tab so it works more like
13913           sdtaudiocontrol, which is what people on Solaris are used
13914           to using for their mixer program (#346259).
13915
13916 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13917
13918         * tests/check/elements/level.c: (GST_START_TEST):
13919           fix a leak, clean up at the end
13920
13921 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
13922
13923         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
13924         (gst_matroska_demux_send_event),
13925         (gst_matroska_demux_loop_stream_parse_id):
13926         * gst/matroska/matroska-ids.h:
13927           Send tag event after newsegment event.
13928
13929 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
13930
13931         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
13932         (gst_id3demux_read_range):
13933           Make sure we don't return GST_FLOW_OK with a NULL buffer in
13934           certain cases where a read beyond the end of the file is
13935           requested. Fixes #345930.
13936
13937         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
13938         (gst_tag_demux_read_range):
13939           Fix same issue here as well.
13940
13941 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13942
13943         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
13944         
13945         Fix hypothetical crash.
13946
13947 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
13948
13949         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
13950
13951         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
13952           Do not modify the ports value. If the user has turned off the
13953           built-in speakers, then we should not reset it in the prepare
13954           function, since this causes the built-in speakers to turn
13955           back on anytime the user changes a track in totem, rhythmbox,
13956           etc. (#346066).
13957
13958 2006-06-23  Wim Taymans  <wim@fluendo.com>
13959
13960         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
13961         Fix double caps unref when negotiation fails.
13962
13963 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13964
13965         * ext/annodex/gstcmmldec.c:
13966         * ext/annodex/gstcmmlenc.c:
13967         * ext/annodex/gstcmmlparser.c:
13968         * ext/dv/gstdvdec.c:
13969         * ext/dv/gstdvdemux.c:
13970         * ext/gdk_pixbuf/pixbufscale.c:
13971         * ext/jpeg/gstjpegenc.c:
13972         * ext/jpeg/gstsmokedec.c:
13973         * ext/jpeg/gstsmokeenc.c:
13974         * ext/libpng/gstpngdec.c:
13975         * ext/libpng/gstpngenc.c:
13976         * ext/speex/gstspeexenc.c:
13977         * gst/alpha/gstalphacolor.c:
13978         * gst/cutter/gstcutter.c:
13979         * gst/debug/gstnavigationtest.c:
13980         * gst/icydemux/gsticydemux.c:
13981         * gst/level/gstlevel.c:
13982         * gst/multipart/multipart.c:
13983         * gst/rtp/gstrtpamrpay.c:
13984         * gst/rtp/gstrtpdepay.c:
13985         * gst/rtp/gstrtpilbcpay.c:
13986         * gst/rtp/gstrtpmp4gpay.c:
13987         * gst/rtp/gstrtpmp4vpay.c:
13988         * gst/rtsp/gstrtpdec.c:
13989         * gst/rtsp/gstrtspsrc.c:
13990         * gst/udp/gstdynudpsink.c:
13991         * gst/udp/gstmultiudpsink.c:
13992         * gst/udp/gstudpsrc.c:
13993         * gst/videobox/gstvideobox.c:
13994         * gst/videofilter/gstvideoflip.c:
13995           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
13996           plus two minor macro fixes.
13997
13998 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13999
14000         * gst/matroska/matroska-demux.c:
14001         (gst_matroska_demux_check_subtitle_buffer),
14002         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14003         (gst_matroska_demux_subtitle_caps):
14004         * gst/matroska/matroska-ids.c:
14005         (gst_matroska_track_init_subtitle_context):
14006         * gst/matroska/matroska-ids.h:
14007           Try to fix up broken matroska files containing subtitle
14008           streams with non-UTF8 character encodings (courtesy of
14009           mkvmerge) using either the encoding specified in the
14010           GST_SUBTITLE_ENCODING environment variable or the
14011           current locale's character set if it is non-UTF8.
14012           Fixes #337076.
14013
14014 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14015
14016         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
14017           Set image type from APIC frame as "image-type" field
14018           of GST_TAG_IMAGE buffer caps (#344605).
14019
14020 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
14021
14022         * ext/flac/Makefile.am:
14023         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
14024         (gst_flac_dec_reset_decoders),
14025         (gst_flac_dec_setup_seekable_decoder),
14026         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
14027         (gst_flac_dec_metadata_callback),
14028         (gst_flac_dec_metadata_callback_seekable),
14029         (gst_flac_dec_metadata_callback_stream),
14030         (gst_flac_dec_error_callback),
14031         (gst_flac_dec_error_callback_seekable),
14032         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
14033         (gst_flac_dec_read_stream), (gst_flac_dec_write),
14034         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
14035         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
14036         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
14037         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
14038         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
14039         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
14040         (gst_flac_dec_sink_activate_push),
14041         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
14042         * ext/flac/gstflacdec.h:
14043           Support chain-based operation, should make flac-over-DAAP
14044           work (#340492).
14045
14046 2006-06-20  Wim Taymans  <wim@fluendo.com>
14047
14048         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14049         Doc updates, merge some unused symbols.
14050
14051 2006-06-20  Wim Taymans  <wim@fluendo.com>
14052
14053         * docs/plugins/Makefile.am:
14054         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14055         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14056         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
14057         * gst/rtsp/gstrtspsrc.c:
14058         * gst/rtsp/gstrtspsrc.h:
14059         Added documentation for the rtsp plugin. Fixes #345393.
14060
14061 2006-06-20  Wim Taymans  <wim@fluendo.com>
14062
14063         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14064         (rtsp_connection_close), (rtsp_connection_free):
14065         Use better G_OS_* macros. Fixes #345301 some more.
14066
14067 2006-06-20  Wim Taymans  <wim@fluendo.com>
14068
14069         Patch by: Brian Cameron <brian dot cameron at sun dot com>
14070
14071         * sys/sunaudio/Makefile.am:
14072         * sys/sunaudio/gstsunaudio.c: (plugin_init):
14073         * sys/sunaudio/gstsunaudiomixerctrl.c:
14074         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
14075         (gst_sunaudiomixer_ctrl_list_tracks),
14076         (gst_sunaudiomixer_ctrl_get_volume),
14077         (gst_sunaudiomixer_ctrl_set_volume),
14078         (gst_sunaudiomixer_ctrl_set_mute),
14079         (gst_sunaudiomixer_ctrl_set_record):
14080         * sys/sunaudio/gstsunaudiomixerctrl.h:
14081         * sys/sunaudio/gstsunaudiomixertrack.c:
14082         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
14083         * sys/sunaudio/gstsunaudiomixertrack.h:
14084         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
14085         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
14086         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
14087         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
14088         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
14089         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
14090         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
14091         (gst_sunaudiosrc_reset):
14092         * sys/sunaudio/gstsunaudiosrc.h:
14093         Add a SunAudio source plugin.
14094         Support stereo and right/left channel gain in the mixer plugin.
14095         Support the RECORD flag so that you can switch between line-input and
14096         microphone in gnome-volume-control.
14097         Code cleanups like using an enumerator for track number instead of an 
14098         integer. Fixes #344923.
14099
14100 2006-06-20  Wim Taymans  <wim@fluendo.com>
14101
14102         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
14103
14104         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14105         (rtsp_connection_close):
14106         Make RTSP plugin compile on windows. Fixes #345301.
14107         Some changes to original patch to catch errors better.
14108         use ifdef WIN32 instead of ifndef.
14109
14110 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14111
14112         * configure.ac:
14113         If we have libraw1394 >= 1.2.1, then we need libiec61883.
14114
14115 2006-06-18  Edward Hervey  <edward@fluendo.com>
14116
14117         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14118         After a failed buffer alloc, we need to abort the jpeg decoding (it
14119         started when parsing headers to figure out how many bytes we need
14120         to request downstream).
14121
14122 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
14123
14124         Patch by: Mark Nauwelaerts  <manauw at skynet be>
14125
14126         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
14127           Make sure we don't read beyond the end of the file (#345232).
14128
14129 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14130
14131         * configure.ac:
14132           Fix --disable-external (can't set conditionals conditionally,
14133           #343602).
14134
14135 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14136
14137         * autogen.sh:
14138         * configure.ac:
14139         * docs/Makefile.am:
14140           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
14141
14142         * docs/plugins/Makefile.am:
14143         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14144         * docs/plugins/inspect/plugin-taglib.xml:
14145           Add/fix apev2mux docs.
14146
14147 2006-06-14  Wim Taymans  <wim@fluendo.com>
14148
14149         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
14150         (gst_dvdec_finalize), (gst_dvdec_sink_event),
14151         (gst_dvdec_change_state):
14152         Reset segment info on flush.
14153         Alloc segment in _init, free in _finalize.
14154
14155         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
14156         Don't send segments twice.
14157
14158 2006-06-14  Wim Taymans  <wim@fluendo.com>
14159
14160         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14161         Respect segment.stop. Fixes #342592.
14162
14163 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14164
14165         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
14166           No language specified means the implied language is English
14167           according to the matroska spec (partially fixes #344708);
14168           add some more debug output.
14169
14170 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14171
14172         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
14173         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
14174         (gst_wavparse_chain):
14175           When operating chain-based, don't make any assumptions about the
14176           chunking of the incoming data and make streaming work on days other
14177           than the second Thursday after a full moon. Also fix up debug
14178           messages here and there and make use of the most excellent new
14179           gst_pad_query_peer_duration() utility function.
14180           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
14181
14182         * gst/wavparse/gstwavparse.h:
14183           Remove trailing comma after last enum value, some compilers don't
14184           like that.
14185
14186 2006-06-13  Wim Taymans  <wim@fluendo.com>
14187
14188         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
14189         Handle premature EOS gracefully.
14190
14191 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
14192
14193         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14194           Prevent out of bounds array access when scrubbing towards
14195           the end of the file between the last index entry and the
14196           end. Fixes occasional 'start <= stop' newsegment event
14197           assertions when scrubbing in MJPEG files.
14198
14199 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14200
14201         * tests/check/elements/.cvsignore:
14202           And another one.
14203
14204 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
14205
14206         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14207         (scan_encoded_string), (parse_picture_frame):
14208           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
14209
14210         * configure.ac:
14211           Require core >= 0.10.8 (for GST_TAG_IMAGE and
14212           GST_TAG_PPEVIEW_IMAGE used in the patch above).
14213
14214 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14215
14216         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
14217           gratuitous comment changes
14218         * tests/check/elements/level.c: (GST_START_TEST):
14219           fix level test leaks
14220
14221 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
14222
14223         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
14224         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
14225           Use gst_pad_query_peer_duration() utility function here.
14226
14227 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14228
14229         * autogen.sh:
14230           require am17
14231         * configure.ac:
14232         * ext/annodex/Makefile.am:
14233         * ext/cdio/Makefile.am:
14234         * ext/dv/Makefile.am:
14235         * ext/esd/Makefile.am:
14236         * ext/flac/Makefile.am:
14237         * ext/gdk_pixbuf/Makefile.am:
14238         * ext/ladspa/Makefile.am:
14239         * ext/libcaca/Makefile.am:
14240         * ext/speex/Makefile.am:
14241         * ext/taglib/Makefile.am:
14242         * sys/oss/Makefile.am:
14243         * sys/sunaudio/Makefile.am:
14244         * sys/ximage/Makefile.am:
14245           clean up build further
14246
14247 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
14248
14249         * gconf/Makefile.am:
14250           Honour --disable-schemas-install configure option. Fixes #344100.
14251
14252 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
14253
14254         * tests/examples/level/Makefile.am:
14255           Add -lm to LIBS for pow() function, don't assume one of our
14256           dependencies (such as libxml-2.0) drags it in automatically
14257           (#343603).
14258
14259 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
14260
14261         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
14262
14263         * configure.ac:
14264           We should use $SED and not $(SED) in configure.ac (#343678).
14265
14266 2006-06-09  Wim Taymans  <wim@fluendo.com>
14267
14268         Patch by: Brian Cameron <brian dot cameron at sun dot com>
14269
14270         * sys/sunaudio/gstsunaudiomixerctrl.c:
14271         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
14272         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
14273         (gst_sunaudiomixer_ctrl_set_mute):
14274         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
14275         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
14276         (gst_sunaudiosink_write):
14277         Attached find a patch that fixes a number of bugs with the SunAudio
14278         mixer plugin and fixes #344101:
14279         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
14280            tracks onto the tracklist causing gnome-volume-control's preferences
14281            dialog to be messed up and would core dump if you checked/unchecked
14282            any item.
14283         2. We weren't previously setting the MUTE flag properly.  Fixing this
14284            makes gnome-volume-control work better.
14285         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
14286            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
14287            gnome-volume-control look better.
14288         Also some minor cleanup in gstsunaudiosink.c.
14289
14290 2006-06-09  Wim Taymans  <wim@fluendo.com>
14291
14292         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
14293         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
14294         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
14295         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
14296         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
14297         * ext/jpeg/gstjpegdec.h:
14298         API: Added IDCT method property
14299         Small cleanups.
14300         Avoid dynamic allocation of trivial fixed structure.
14301         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
14302
14303 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14304
14305         * configure.ac:
14306         We now require libraw1394 >= 1.1.0 and that version onwards all
14307         have .pc files.
14308
14309 2006-06-02  Edward Hervey  <edward@fluendo.com>
14310
14311         * gst/law/alaw-decode.c: (alawdec_getcaps): 
14312         Trying to get items from an ANY or EMPTY caps is ... stupid.
14313
14314 2006-06-02  Edward Hervey  <edward@fluendo.com>
14315
14316         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
14317         (gst_dvdec_chain), (gst_dvdec_change_state):
14318         * ext/dv/gstdvdec.h:
14319         Added GstSegment handling, now implements dropping/clipping.
14320
14321 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14322
14323         * ext/aalib/gstaasink.h:
14324         * ext/annodex/gstcmmldec.h:
14325         * ext/cairo/gsttimeoverlay.h:
14326         * ext/dv/gstdvdec.h:
14327         * ext/dv/gstdvdemux.h:
14328         * ext/esd/esdmon.h:
14329         * ext/esd/esdsink.h:
14330         * ext/flac/gstflacenc.h:
14331         * ext/gconf/gstgconfaudiosink.h:
14332         * ext/gconf/gstgconfaudiosrc.h:
14333         * ext/gconf/gstgconfvideosink.h:
14334         * ext/gconf/gstgconfvideosrc.h:
14335         * ext/gdk_pixbuf/gstgdkanimation.h:
14336         * ext/gdk_pixbuf/pixbufscale.h:
14337         * ext/hal/gsthalaudiosink.h:
14338         * ext/hal/gsthalaudiosrc.h:
14339         * ext/jpeg/gstjpegenc.h:
14340         * ext/jpeg/gstsmokedec.h:
14341         * ext/jpeg/gstsmokeenc.h:
14342         * ext/libcaca/gstcacasink.h:
14343         * ext/libmng/gstmngdec.h:
14344         * ext/libmng/gstmngenc.h:
14345         * ext/libpng/gstpngdec.h:
14346         * ext/libpng/gstpngenc.h:
14347         * ext/raw1394/gstdv1394src.h:
14348         * ext/speex/gstspeexenc.h:
14349         * gst/autodetect/gstautoaudiosink.h:
14350         * gst/autodetect/gstautovideosink.h:
14351         * gst/avi/gstavidemux.h:
14352         * gst/cutter/gstcutter.h:
14353         * gst/debug/efence.h:
14354         * gst/debug/gstnavigationtest.h:
14355         * gst/debug/gstnavseek.h:
14356         * gst/flx/gstflxdec.h:
14357         * gst/goom/gstgoom.h:
14358         * gst/icydemux/gsticydemux.h:
14359         * gst/id3demux/gstid3demux.h:
14360         * gst/law/alaw-decode.h:
14361         * gst/law/alaw-encode.h:
14362         * gst/law/mulaw-decode.h:
14363         * gst/law/mulaw-encode.h:
14364         * gst/matroska/matroska-mux.h:
14365         * gst/median/gstmedian.h:
14366         * gst/oldcore/gstaggregator.h:
14367         * gst/oldcore/gstfdsink.h:
14368         * gst/oldcore/gstmd5sink.h:
14369         * gst/oldcore/gstmultifilesrc.h:
14370         * gst/oldcore/gstpipefilter.h:
14371         * gst/oldcore/gstshaper.h:
14372         * gst/oldcore/gststatistics.h:
14373         * gst/rtp/gstasteriskh263.h:
14374         * gst/rtp/gstrtpL16depay.h:
14375         * gst/rtp/gstrtpL16pay.h:
14376         * gst/rtp/gstrtpamrdepay.h:
14377         * gst/rtp/gstrtpamrpay.h:
14378         * gst/rtp/gstrtpdepay.h:
14379         * gst/rtp/gstrtpgsmdepay.h:
14380         * gst/rtp/gstrtpgsmpay.h:
14381         * gst/rtp/gstrtph263pay.h:
14382         * gst/rtp/gstrtph263pdepay.h:
14383         * gst/rtp/gstrtph263ppay.h:
14384         * gst/rtp/gstrtpmp4gpay.h:
14385         * gst/rtp/gstrtpmp4vdepay.h:
14386         * gst/rtp/gstrtpmp4vpay.h:
14387         * gst/rtp/gstrtpmpadepay.h:
14388         * gst/rtp/gstrtpmpapay.h:
14389         * gst/rtp/gstrtppcmadepay.h:
14390         * gst/rtp/gstrtppcmapay.h:
14391         * gst/rtp/gstrtppcmudepay.h:
14392         * gst/rtp/gstrtppcmupay.h:
14393         * gst/rtp/gstrtpspeexdepay.h:
14394         * gst/rtp/gstrtpspeexpay.h:
14395         * gst/rtsp/gstrtpdec.h:
14396         * gst/rtsp/gstrtspsrc.h:
14397         * gst/smpte/gstsmpte.h:
14398         * gst/udp/gstdynudpsink.h:
14399         * gst/udp/gstmultiudpsink.h:
14400         * gst/udp/gstudpsink.h:
14401         * gst/udp/gstudpsrc.h:
14402         * gst/videofilter/gstvideobalance.h:
14403         * gst/videofilter/gstvideoflip.h:
14404         * sys/oss/gstossdmabuffer.h:
14405         * sys/oss/gstossmixerelement.h:
14406         * sys/oss/gstosssink.h:
14407         * sys/oss/gstosssrc.h:
14408         * sys/osxvideo/osxvideosink.h:
14409         * sys/sunaudio/gstsunaudiomixer.h:
14410         * sys/sunaudio/gstsunaudiosink.h:
14411         * sys/ximage/gstximagesrc.h:
14412         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14413
14414 2006-05-31  Wim Taymans  <wim@fluendo.com>
14415
14416         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
14417         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
14418         (gst_goom_src_setcaps), (gst_goom_src_event),
14419         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
14420         (gst_goom_change_state):
14421         * gst/goom/gstgoom.h:
14422         Handle QoS.
14423         Handle flushing, discont and events.
14424         Fix timestamps and various other cleanups.
14425
14426 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14427
14428         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
14429         Fix bus reset when using libiec61883
14430
14431 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14432
14433         * configure.ac:
14434         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
14435         * ext/raw1394/Makefile.am:
14436         Add CFLAGS.
14437         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
14438         New method, to receive using libiec61883.
14439         (gst_dv1394src_iso_receive),
14440         #ifdef'd out if libiec61883 is present.
14441         (gst_dv1394src_bus_reset),
14442         Get userdata correctly if using libiec61883. 
14443         (gst_dv1394src_create),
14444         When using libiec61883, only poll one fd and no need to read.
14445         (gst_dv1394src_discover_avc_node),
14446         Replace g_warnings.
14447         (gst_dv1394src_start),
14448         Create new handle when we know which dv port.  More reliable
14449         than setting port on an existing handle.  Initialise libiec61883.
14450         (gst_dv1394src_stop):
14451         If using libiec61883, then cleanup its handle properly.
14452         * ext/raw1394/gstdv1394src.h:
14453         Add libiec61883 handle.
14454
14455 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14456
14457         * gst/avi/gstavidemux.c:
14458           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
14459         * win32/MANIFEST:
14460           sort file listing
14461         * win32/vs6/libgstavi.dsp:
14462           add gstavimux.c to the project
14463         * win32/vs6/libgstid3demux.dsp:
14464           add link to zlib library
14465         * win32/vs6/libgstmatroska.dsp:
14466           add matroska-ids.c to the project
14467
14468 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
14469
14470         Patch by: Sebastian Dröge  <mail at slomosnail de >
14471
14472         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14473         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14474         * ext/taglib/Makefile.am:
14475         * ext/taglib/gstapev2mux.cc:
14476         * ext/taglib/gstapev2mux.h:
14477         * ext/taglib/gstid3v2mux.cc:
14478         * ext/taglib/gsttaglibmux.c: (plugin_init):
14479         * ext/taglib/gsttaglibmux.h:
14480           Add apev2mux element (#343122).
14481         
14482         * tests/check/Makefile.am:
14483         * tests/check/elements/apev2mux.c:
14484         (test_taglib_apev2mux_create_tags),
14485         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
14486         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
14487         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
14488         (apev2mux_suite), (main):
14489           Add unit test for apev2mux element.
14490
14491 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
14492
14493         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
14494         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
14495         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
14496           GST_PTR_FORMAT should be used to print caps in debug statements.
14497
14498 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
14499
14500         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
14501
14502         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
14503         (ape_demux_parse_tags):
14504           Some clean-ups and additions: map APE 'file' tag to
14505           GST_TAG_LOCATION (#343123); add support for extracting
14506           the track count and clean up parsing a bit (#343127).
14507
14508 2006-05-28  Edward Hervey  <edward@fluendo.com>
14509
14510         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
14511         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
14512
14513 2006-05-28  Edward Hervey  <edward@fluendo.com>
14514
14515         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
14516         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
14517         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
14518         * ext/jpeg/gstjpegdec.h:
14519         Clip outgoing buffers according to currently configured segment.
14520
14521 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
14522
14523         * ext/taglib/gstid3v2mux.cc:
14524           Handle  writing of track-count or album-volume-count without
14525           track-number or albume-volume-number (in this case the number
14526           will just be set to 0).
14527
14528         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
14529           It would be nice if we actually checked the values received for
14530           track/album-volume number/count in  _check_tags(), rather than
14531           setting them again ...
14532
14533 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
14534
14535         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
14536           A track/volume number or count of 0 does not make sense,
14537           just ignore it along with negative numbers (a tag might
14538           only contain a track count without a track number).
14539
14540 2006-05-27  Edward Hervey  <edward@fluendo.com>
14541
14542         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
14543         (gst_jpeg_dec_sink_event):
14544         Abort decompression when receiving FLUSH_STOP. This should avoid
14545         issues when interrupting decoding with flushes.
14546
14547 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
14548
14549         * ext/flac/gstflac.c:
14550           Don't #include file we don't dist any longer.
14551
14552 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
14553
14554         * README:
14555           Replace current README (containing the release notes from
14556           some 0.9.x version) with a proper README taken from the core.
14557
14558 2006-05-24  Wim Taymans  <wim@fluendo.com>
14559
14560         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
14561         Implement EOS correctly by either posting
14562         SEGMENT_DONE or pushing an EOS message depending
14563         on the seek type. Fixes #342592
14564
14565 2006-05-24  Wim Taymans  <wim@fluendo.com>
14566
14567         * gst/law/alaw-decode.c: (gst_alawdec_chain):
14568         * gst/law/alaw-decode.h:
14569         * gst/law/alaw-encode.c: (gst_alawenc_chain):
14570         * gst/law/alaw-encode.h:
14571         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
14572         * gst/law/mulaw-decode.h:
14573         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
14574         * gst/law/mulaw-encode.h:
14575         Some cleanups in the chain functions.
14576         Remove some GStreamer 0.0.2 bits.
14577
14578 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
14579
14580         Patch by: Mark Nauwelaerts  <manauw at skynet be>
14581
14582         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
14583           gst_collect_pads_stop() needs to be called before chaining up
14584           to the parent class (#342734).
14585
14586 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
14587
14588         * ext/flac/Makefile.am:
14589         * ext/flac/flac_compat.h:
14590         * ext/flac/gstflac.c:
14591         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
14592         * ext/flac/gstflacenc.c:
14593           Remove backwards compatibility cruft for dealing with FLAC API
14594           changes in the 1.0.x series - we require 1.1.1 or newer these days.
14595
14596 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
14597
14598         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14599         (gst_matroska_demux_push_xiph_codec_priv_data),
14600         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14601         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
14602         * gst/matroska/matroska-ids.h:
14603         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
14604         (gst_matroska_mux_video_pad_setcaps),
14605         (xiph3_streamheader_to_codecdata),
14606         (vorbis_streamheader_to_codecdata),
14607         (theora_streamheader_to_codecdata),
14608         (gst_matroska_mux_audio_pad_setcaps),
14609         (gst_matroska_mux_write_data):
14610           Add support for muxing/demuxing theora video (#342448; too bad
14611           none of the usual linux players can actually play this). Playback
14612           in GStreamer will require additional changes to theoradec in -base.
14613           Refactor streamheaders <=> CodecPrivateData code a bit; some small
14614           cleanups.
14615
14616 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
14617
14618         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
14619         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
14620           Fix crashes when the horizontal subsampling is 1.
14621           Fixes #342097.
14622
14623 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
14624
14625         Patch by: Mark Nauwelaerts  <manauw at skynet be>
14626
14627         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
14628         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
14629         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
14630         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
14631         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
14632         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
14633         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
14634         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
14635         (gst_avi_mux_change_state):
14636         * gst/avi/gstavimux.h:
14637           Some enhancements for avimux (#342526):
14638            - add odml (large file) index support
14639            - store codec init data (e.g. huffyuv)
14640            - miscellaneous other fixes/cleanups
14641
14642 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14643
14644         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
14645         Don't output any tag when we encounter a negative track number - the
14646         tag type is uint, so we end up outputting huge positive numbers
14647         instead. (Fixes: #342029)
14648
14649 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14650
14651         * configure.ac:
14652           update for new GSTPB_PLUGINS_DIR
14653
14654 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
14655
14656         * rtp/gst/gstrtph263pay.c:
14657         Properly set static caps for H263 at 34.
14658
14659 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14660
14661         Patch by: James "Doc" Livingston  <doclivingston gmail com>
14662
14663         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
14664           Merge event tags and tag setter tags correctly (#339918). Also,
14665           don't leak taglist in case of an error.
14666           
14667 2006-05-17  Edward Hervey  <edward@fluendo.com>
14668
14669         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
14670         We can only do caps intersection if the othercaps are non-empty and not
14671         ANY. Else we return the pad template (base_caps).
14672
14673 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
14674
14675         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
14676           Fix crash when outputting debugging information for certain
14677           pictures (always good to use the right struct member for
14678           the number of records in an array).
14679
14680 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
14681
14682         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
14683
14684         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
14685         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
14686         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
14687         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
14688         (gst_ebml_read_float), (gst_ebml_read_ascii),
14689         (gst_ebml_read_binary):
14690           Don't create unnecessary sub-buffers all the time. Dramatically
14691           improves performance with multiple concurrently running
14692           matroskademux instances (#341818) (and avoids doing
14693           unnecessarily inefficient things in the general case).
14694
14695 2006-05-16  Edward Hervey  <edward@fluendo.com>
14696
14697         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
14698         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
14699         return value of gst_pad_push_event().
14700
14701 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
14702
14703         * gst/autodetect/gstautoaudiosink.c:
14704         (gst_auto_audio_sink_find_best):
14705         * gst/autodetect/gstautovideosink.c:
14706         (gst_auto_video_sink_find_best):
14707         Make the name of the child element be based on the name of the
14708         parent, so that debug output is more useful.
14709         
14710         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
14711         (parse_insert_string_field), (parse_split_strings):
14712         Rework string parsing to always walk over BOM markers in UTF16
14713         strings, using the endianness indicated by the innermost one,
14714         then trying the opposite endianness if that fails to convert
14715         to valid UTF-8. Fixes #341774
14716
14717 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14718
14719         Patch from: Matthieu <matthieu at fluendo dot com>
14720
14721         * ext/libpng/Makefile.am:
14722         Add LIBPNG_CFLAGS.
14723
14724 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14725
14726         * ext/taglib/gstid3v2mux.cc:
14727           Add support for writing images (APIC frames) into ID3v2
14728           tags (picture type always set to 'other' for now though).
14729
14730 2006-05-14  Michael Smith  <msmith@fluendo.com>
14731
14732         * gst/wavparse/gstwavparse.c:
14733           Update docs; wavparse implements push and pull modes.
14734
14735 2006-05-12  Wim Taymans  <wim@fluendo.com>
14736
14737         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
14738         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
14739         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
14740         Ooops, bitten by the copy-and-paste design paradigm, fixes
14741         seek again.
14742
14743 2006-05-12  Wim Taymans  <wim@fluendo.com>
14744
14745         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14746         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
14747         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
14748         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
14749         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
14750         (gst_avi_demux_massage_index),
14751         (gst_avi_demux_calculate_durations_from_index),
14752         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
14753         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
14754         (gst_avi_demux_loop):
14755         * gst/avi/gstavidemux.h:
14756         Some cleanups, prepare to use GstSegment.
14757         Fix error in entry walking code.
14758         Fix VBR detection.
14759         Smarter timestamp calculation code.
14760         Uniform error/eos handling.
14761
14762 2006-05-12  Michael Smith  <msmith@fluendo.com>
14763
14764         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
14765         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
14766           Fix use of uninitialised values if we're NOT seeking in ready.
14767           Fix typos.
14768
14769 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
14770
14771         * gst/wavparse/Makefile.am:
14772           Add CFLAGS and LIBS for libgstbase, fixes build on
14773           Cygwin (#341489).
14774
14775 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
14776
14777         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
14778           Some more debug info. No need to check whether the string
14779           returned by g_convert() is really UTF-8 - either it is or
14780           we get NULL returned.
14781
14782 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
14783
14784         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
14785           Fix parsing of numeric genre strings some more, by ensuring that
14786           we only try and parse strings that a) Start with '(' and b) Consist
14787           only of digits.
14788           Also, when finding an escaping '((' sequence, bust it back to '(' by
14789           swallowing the first parenthesis
14790
14791 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
14792
14793         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
14794         (gst_esdsink_open), (gst_esdsink_close):
14795         * ext/esd/esdsink.h:
14796           Move the esd_get_server_info() into gst_esdsink_open() and fail
14797           with a decent error message on errors.
14798
14799 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
14800
14801         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
14802         (gst_esdmon_channels_get_type):
14803         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
14804         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
14805         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
14806         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
14807         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
14808         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
14809         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
14810         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
14811         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
14812         * gst/videomixer/videomixer.c:
14813         (gst_video_mixer_background_get_type):
14814           Const-ify GEnumValue arrays.
14815
14816 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
14817
14818         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
14819
14820         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
14821         (gst_avi_mux_do_video_buffer):
14822           Work around gst_buffer_make_metadata_writable() bug that
14823           results in avimux marking all frames in the index as
14824           keyframes (#340859).
14825           
14826 2006-05-08  Wim Taymans  <wim@fluendo.com>
14827
14828         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
14829         Make parsing of urls suck slightly less.
14830
14831 2006-05-08  Edward Hervey  <edward@fluendo.com>
14832
14833         * autogen.sh: (CONFIGURE_DEF_OPT): 
14834         libtoolize on Darwin/MacOSX is called glibtoolize.
14835
14836 2006-05-08  Wim Taymans  <wim@fluendo.com>
14837
14838         Patch by: Jens Granseuer <jensgr at gmx dot net>
14839
14840         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
14841         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
14842         C89 compliance fixes. Fixes #340980
14843
14844 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
14845
14846         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
14847         * ext/flac/gstflacdec.h:
14848           Handle segment seeks that include the end of the file as stop point
14849           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
14850           message instead of an EOS event in case we're in segment seek
14851           mode (fixes #340699).
14852           
14853 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
14854
14855         * ext/cairo/gsttextoverlay.c:
14856         * ext/flac/gstflacdec.c:
14857         * ext/gdk_pixbuf/pixbufscale.c:
14858         * gst/apetag/gstapedemux.c:
14859         * gst/debug/breakmydata.c:
14860         * gst/debug/testplugin.c:
14861         * gst/matroska/ebml-write.c:
14862         * gst/multipart/multipartdemux.c:
14863         * sys/osxaudio/gstosxaudiosink.c:
14864         * sys/osxaudio/gstosxaudiosrc.c:
14865         Add semicolons after GST_BOILERPLATE[_FULL] so that
14866         indent doesn't mess up following lines.
14867
14868 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
14869
14870         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
14871
14872         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
14873           Don't leak caps when freeing the stream context (#340623).
14874
14875 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
14876
14877         * configure.ac:
14878           Back to CVS
14879
14880 === release 0.10.3 ===
14881
14882 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
14883
14884         * configure.ac:
14885           releasing 0.10.3, "Desplazado"
14886
14887 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
14888
14889         * gst/matroska/matroska-mux.c:
14890         (gst_matroska_mux_stream_is_vorbis_header),
14891         (gst_matroska_mux_write_data):
14892           Don't strcmp() NULL strings.
14893           Only start new clusters on video keyframes, not on any
14894           random audio buffer that doesn't have the DELTA_UNIT
14895           flag set (fixes 'make check' again).
14896
14897 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
14898
14899         Patch by: Mark Nauwelaerts  <manauw at skynet be>
14900
14901         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
14902         (gst_matroska_mux_stream_is_vorbis_header),
14903         (gst_matroska_mux_write_data):
14904           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
14905           value and then dead-lock when muxing vorbis audio streams
14906           (the three vorbis header buffers carry no timestamp, and it
14907           would try to mux these after all video buffers). Fixes #340346.
14908
14909           Improve clustering: start a new cluster also whenever we get
14910           a keyframe.     
14911
14912 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14913
14914         * win32/common/config.h:
14915         * win32/MANIFEST
14916           add the generated file as well
14917
14918 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14919
14920         * Makefile.am:
14921         * configure.ac:
14922         * win32/common/config.h.in:
14923           add win32 stuff
14924
14925 2006-05-03  Michael Smith  <msmith@fluendo.com>
14926
14927         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
14928           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
14929           SUCKS.
14930
14931 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
14932
14933         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
14934         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
14935         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
14936           don't leak caps-string
14937
14938 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
14939
14940         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
14941         (gst_id3demux_sink_activate):
14942           Let core insert default error message for TYPE_NOT_FOUND
14943           errors, it's just as good as our own and has the added
14944           bonus of being translated.
14945
14946 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
14947
14948         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
14949         (gst_tag_demux_sink_event):
14950         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
14951         (gst_id3demux_sink_event):
14952           Post an error message when we get an EOS event and were not
14953           able to find out the type of stream.
14954
14955         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
14956         (test_taglib_id3mux_with_tags):
14957           Decrease num-buffers to 16 per iteration again, otherwise the
14958           many memcpy()s and reallocations in the test will hammer slow
14959           CPUs completely and make the test timeout.
14960
14961 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14962
14963         * configure.ac:
14964           figure out where plugins-base plugins are
14965         * tests/check/Makefile.am:
14966           use plugins-base plugins, so we have typefind functions
14967         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
14968           increase num-buffers, this makes sure the test errors out instead
14969           of timing out when no typefind functions are present
14970
14971 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14972
14973         * docs/plugins/Makefile.am:
14974           also check .cc files for gtk-doc markup
14975         * configure.ac:
14976         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14977         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14978         * tests/check/Makefile.am:
14979         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
14980         * ext/Makefile.am:
14981         * ext/taglib/Makefile.am:
14982         * ext/taglib/gstid3v2mux.h:
14983         * ext/taglib/gsttaglibmux.c:
14984         * ext/taglib/gsttaglibmux.h:
14985           move taglib-based id3v2muxer to -good.  Fixes #336110.
14986
14987 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
14988
14989         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
14990           ... and fix multichannel/WAVFORMATEX support again.
14991
14992 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
14993
14994         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
14995         (gst_wavparse_class_init), (gst_wavparse_dispose),
14996         (gst_wavparse_reset), (gst_wavparse_init),
14997         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
14998         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
14999         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
15000         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
15001         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
15002         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
15003         (gst_wavparse_stream_data), (gst_wavparse_loop),
15004         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
15005         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
15006         (gst_wavparse_change_state), (plugin_init):
15007         * gst/wavparse/gstwavparse.h:
15008           Add push (streaming) mode to wavparse (fixes #337625)
15009
15010 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15011
15012         * configure.ac:
15013         * tests/Makefile.am:
15014           add ximagesrc icles test
15015
15016 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15017
15018         * configure.ac:
15019         * docs/plugins/Makefile.am:
15020         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15021         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15022         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
15023         (gst_cmml_enc_push_clip):
15024         * sys/Makefile.am:
15025         * sys/ximage/Makefile.am:
15026         * sys/ximage/gstximagesrc.c:
15027           Move ximagesrc plug-in to good after review.  Fixes #336756.
15028
15029 2006-04-28  Michael Smith  <msmith@fluendo.com>
15030
15031         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
15032         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
15033         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
15034         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
15035         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
15036         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
15037         * gst/icydemux/gsticydemux.h:
15038           Fix event handling: cache events when typefinding and forward later.
15039
15040 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15041
15042         * sys/osxaudio/gstosxaudiosink.c:
15043         (plugin_init):
15044          Register osxaudiosrc to the plugin.
15045         * sys/osxaudio/gstosxaudiosrc.c:
15046         (gst_osx_audio_src_osxelement_do_init),
15047         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
15048         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
15049         (gst_osx_audio_src_get_property),
15050         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
15051         (gst_osx_audio_src_osxelement_init):
15052         * sys/osxaudio/gstosxaudiosrc.h:
15053           Port of osxaudiosrc to 0.10.
15054         * sys/osxaudio/Makefile.am:
15055           Add osxaudiosrc
15056
15057 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15058
15059         * sys/osxaudio/gstosxringbuffer.c:
15060         * sys/osxaudio/gstosxringbuffer.h:
15061           Forgot to commit earlier, part of the OSX audio plugin port
15062
15063 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15064
15065         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
15066         (parse_split_strings):
15067           Recognise and skip any byte order marker (BOM) in
15068           UTF-16 strings.
15069
15070 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15071
15072         * docs/plugins/Makefile.am:
15073         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15074         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15075         * docs/plugins/gst-plugins-good-plugins.hierarchy:
15076         * docs/plugins/inspect/plugin-avi.xml:
15077         * gst/avi/gstavidemux.c:
15078         * gst/avi/gstavimux.c:
15079           Add docs for both avidemux and avimux.
15080
15081 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15082
15083         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
15084
15085         * gst/avi/Makefile.am:
15086         * gst/avi/gstavi.c: (plugin_init):
15087         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
15088         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
15089         (gst_avi_mux_class_init), (gst_avi_mux_init),
15090         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15091         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
15092         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
15093         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15094         (gst_avi_mux_riff_get_avix_header),
15095         (gst_avi_mux_riff_get_video_header),
15096         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
15097         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
15098         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15099         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
15100         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
15101         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
15102         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15103         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
15104         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
15105         (gst_avi_mux_change_state):
15106         * gst/avi/gstavimux.h:
15107           Port AVI muxer to GStreamer-0.10 (#332031).
15108
15109         * tests/check/Makefile.am:
15110         * tests/check/elements/avimux.c:
15111         * tests/check/elements/.cvsignore:
15112           Add unit test for AVI muxer.
15113
15114 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
15115
15116         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15117         (gst_wavparse_class_init), (gst_wavparse_reset),
15118         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
15119         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
15120         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
15121         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
15122         (gst_wavparse_stream_data), (gst_wavparse_loop),
15123         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
15124         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
15125         (plugin_init):
15126         * gst/wavparse/gstwavparse.h:
15127           reverted patch #337625 for the price of 1 hour sleep
15128
15129 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
15130
15131         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15132         (gst_wavparse_class_init), (gst_wavparse_reset),
15133         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
15134         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
15135         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
15136         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
15137         (gst_wavparse_stream_data), (gst_wavparse_loop),
15138         (gst_wavparse_chain), (plugin_init):
15139         * gst/wavparse/gstwavparse.h:
15140           correct partial implementation of push mode
15141           (from my last commit)
15142
15143 2006-04-26  Wim Taymans  <wim@fluendo.com>
15144
15145         * ext/esd/esdsink.c:
15146         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
15147         it is not in esd.h
15148
15149 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
15150
15151         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
15152         (gst_au_parse_class_init), (gst_au_parse_init),
15153         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
15154         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
15155         (gst_au_parse_chain), (gst_au_parse_src_convert),
15156         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
15157         (gst_au_parse_sink_event), (gst_au_parse_src_event),
15158         (gst_au_parse_change_state):
15159         * gst/auparse/gstauparse.h:
15160           Rewrite auparse to suck a little bit less: make source pad
15161           dynamic, so decodebin/playbin work with non-raw formats
15162           like alaw/mulaw; add query function for duration/position
15163           queries; check whether we have enough data before attempting
15164           to parse the header (instead of crashing when that is not the
15165           case); work around audioconvert sucking by swapping endianness
15166           to the native endianness ourselves for float formats; send
15167           initial newsegment event. Fixes #161712.
15168
15169 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15170
15171         * sys/osxaudio/Makefile.am:
15172         * sys/osxaudio/gstosxaudioelement.c:
15173         (gst_osx_audio_element_get_type),
15174         (gst_osx_audio_element_class_init):
15175         * sys/osxaudio/gstosxaudioelement.h:
15176         * sys/osxaudio/gstosxaudiosink.c:
15177         (gst_osx_audio_sink_osxelement_do_init),
15178         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
15179         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
15180         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
15181         (gst_osx_audio_sink_create_ringbuffer),
15182         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
15183         (plugin_init):
15184         * sys/osxaudio/gstosxaudiosink.h:
15185         Port of osxaudiosink to 0.10
15186
15187 2006-04-26  Wim Taymans  <wim@fluendo.com>
15188
15189         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
15190         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
15191         the size of the ringbuffer. This should fix hangs with older 
15192         esd sound servers.
15193
15194 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
15195
15196         * ext/aalib/gstaasink.c:
15197         * ext/annodex/gstcmmldec.c:
15198         * ext/annodex/gstcmmlenc.c:
15199         * ext/cairo/gsttextoverlay.c:
15200         * ext/cairo/gsttimeoverlay.c:
15201         * ext/cdio/gstcdiocddasrc.c:
15202         * ext/dv/gstdvdec.c:
15203         * ext/dv/gstdvdemux.c:
15204         * ext/esd/esdmon.c:
15205         * ext/esd/esdsink.c:
15206         * ext/flac/gstflacenc.c:
15207         * ext/flac/gstflactag.c:
15208         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
15209         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
15210         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
15211         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
15212         * ext/gdk_pixbuf/pixbufscale.c:
15213         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
15214         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
15215         * ext/jpeg/gstjpegdec.c:
15216         * ext/jpeg/gstjpegenc.c:
15217         * ext/jpeg/gstsmokedec.c:
15218         * ext/jpeg/gstsmokeenc.c:
15219         * ext/libcaca/gstcacasink.c:
15220         * ext/libmng/gstmngdec.c:
15221         * ext/libmng/gstmngenc.c:
15222         * ext/libpng/gstpngdec.c:
15223         * ext/libpng/gstpngenc.c:
15224         * ext/mikmod/gstmikmod.c:
15225         * ext/raw1394/gstdv1394src.c:
15226         * ext/shout2/gstshout2.c: (gst_shout2send_init):
15227         * ext/shout2/gstshout2.h:
15228         * ext/speex/gstspeexdec.c:
15229         * ext/speex/gstspeexenc.c:
15230         * gst/alpha/gstalpha.c:
15231         * gst/alpha/gstalphacolor.c:
15232         * gst/apetag/gstapedemux.c:
15233         * gst/auparse/gstauparse.c:
15234         * gst/autodetect/gstautoaudiosink.c:
15235         (gst_auto_audio_sink_base_init):
15236         * gst/autodetect/gstautovideosink.c:
15237         (gst_auto_video_sink_base_init):
15238         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
15239         * gst/avi/gstavimux.c: (gst_avimux_base_init):
15240         * gst/cutter/gstcutter.c:
15241         * gst/debug/breakmydata.c:
15242         * gst/debug/efence.c:
15243         * gst/debug/gstnavigationtest.c:
15244         * gst/debug/gstnavseek.c:
15245         * gst/debug/negotiation.c:
15246         * gst/debug/progressreport.c:
15247         * gst/debug/testplugin.c:
15248         * gst/effectv/gstaging.c:
15249         * gst/effectv/gstdice.c:
15250         * gst/effectv/gstedge.c:
15251         * gst/effectv/gstquark.c:
15252         * gst/effectv/gstrev.c:
15253         * gst/effectv/gstshagadelic.c:
15254         * gst/effectv/gstvertigo.c:
15255         * gst/effectv/gstwarp.c:
15256         * gst/flx/gstflxdec.c:
15257         * gst/goom/gstgoom.c:
15258         * gst/icydemux/gsticydemux.c:
15259         * gst/id3demux/gstid3demux.c:
15260         * gst/interleave/deinterleave.c:
15261         * gst/interleave/interleave.c:
15262         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
15263         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
15264         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
15265         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
15266         * gst/level/gstlevel.c:
15267         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
15268         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
15269         * gst/median/gstmedian.c:
15270         * gst/monoscope/gstmonoscope.c:
15271         * gst/multipart/multipartdemux.c:
15272         * gst/multipart/multipartmux.c:
15273         * gst/oldcore/gstaggregator.c:
15274         * gst/oldcore/gstfdsink.c:
15275         * gst/oldcore/gstmd5sink.c:
15276         * gst/oldcore/gstmultifilesrc.c:
15277         * gst/oldcore/gstpipefilter.c:
15278         * gst/oldcore/gstshaper.c:
15279         * gst/oldcore/gststatistics.c:
15280         * gst/rtp/gstasteriskh263.c:
15281         * gst/rtp/gstrtpL16depay.c:
15282         * gst/rtp/gstrtpL16pay.c:
15283         * gst/rtp/gstrtpamrdepay.c:
15284         * gst/rtp/gstrtpamrpay.c:
15285         * gst/rtp/gstrtpdepay.c:
15286         * gst/rtp/gstrtpgsmpay.c:
15287         * gst/rtp/gstrtph263pay.c:
15288         * gst/rtp/gstrtph263pdepay.c:
15289         * gst/rtp/gstrtph263ppay.c:
15290         * gst/rtp/gstrtpilbcdepay.c:
15291         * gst/rtp/gstrtpmp4gpay.c:
15292         * gst/rtp/gstrtpmp4vdepay.c:
15293         * gst/rtp/gstrtpmp4vpay.c:
15294         * gst/rtp/gstrtpmpadepay.c:
15295         * gst/rtp/gstrtpmpapay.c:
15296         * gst/rtp/gstrtppcmadepay.c:
15297         * gst/rtp/gstrtppcmapay.c:
15298         * gst/rtp/gstrtppcmudepay.c:
15299         * gst/rtp/gstrtppcmupay.c:
15300         * gst/rtp/gstrtpspeexdepay.c:
15301         * gst/rtp/gstrtpspeexpay.c:
15302         * gst/rtsp/gstrtpdec.c:
15303         * gst/rtsp/gstrtspsrc.c:
15304         * gst/smpte/gstsmpte.c:
15305         * gst/udp/gstdynudpsink.c:
15306         * gst/udp/gstmultiudpsink.c:
15307         * gst/udp/gstudpsink.c:
15308         * gst/udp/gstudpsrc.c:
15309         * gst/videobox/gstvideobox.c:
15310         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
15311         * gst/videofilter/gstvideobalance.c:
15312         * gst/videofilter/gstvideoflip.c:
15313         * gst/videofilter/gstvideotemplate.c:
15314         (gst_videotemplate_base_init):
15315         * gst/videomixer/videomixer.c:
15316         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15317         (gst_wavparse_class_init), (gst_wavparse_dispose),
15318         (gst_wavparse_reset), (gst_wavparse_init),
15319         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
15320         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15321         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
15322         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
15323         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
15324         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
15325         (gst_wavparse_change_state):
15326         * gst/wavparse/gstwavparse.h:
15327         * sys/oss/gstossmixerelement.c:
15328         * sys/oss/gstosssink.c:
15329         * sys/oss/gstosssrc.c:
15330         * sys/osxaudio/gstosxaudioelement.c:
15331         * sys/osxaudio/gstosxaudiosink.c:
15332         * sys/osxaudio/gstosxaudiosrc.c:
15333         * sys/sunaudio/gstsunaudiomixer.c:
15334         * sys/sunaudio/gstsunaudiosink.c:
15335           Define GstElementDetails as const and also static (when defined as
15336           global)
15337
15338 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
15339
15340         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15341           Source pad has fixed caps. If we don't set this, bad
15342           things happen when the window is resized.
15343
15344 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
15345
15346         * gst/matroska/Makefile.am:
15347         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15348         (gst_matroska_demux_handle_src_event):
15349         * gst/matroska/matroska-ids.c:
15350         (gst_matroska_track_init_video_context),
15351         (gst_matroska_track_init_audio_context),
15352         (gst_matroska_track_init_subtitle_context),
15353         (gst_matroska_track_init_complex_context):
15354         * gst/matroska/matroska-ids.h:
15355           Handle case where the TrackType ebml chunk does not come before the
15356           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
15357           events.
15358
15359 2006-04-25  Wim Taymans  <wim@fluendo.com>
15360
15361         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
15362         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
15363         It's codec_data, not codec_info.
15364
15365 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
15366
15367         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
15368
15369         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
15370           Handle codec_data for VfW compatibility codec IDs (#339451)
15371
15372         * gst/matroska/matroska-mux.c:
15373         (gst_matroska_mux_video_pad_setcaps):
15374           Same here, handle codec_data and add additional caps we can handle
15375           now to the pad template (huffyuv, dv and h263 video) (#339451)
15376
15377 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
15378
15379         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
15380
15381         * gst/matroska/matroska-mux.c:
15382         (gst_matroska_mux_create_buffer_header),
15383         (gst_matroska_mux_write_data):
15384           Fix timestamping of B-frames, use signed integers, do
15385           some rounding (#339678).
15386
15387 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
15388
15389         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
15390         just make it compile with --disable-gst-debug.
15391
15392 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
15393
15394         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
15395         Fix a bad conversion using gst_guint64_to_gdouble.
15396         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
15397         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
15398         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
15399     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
15400         mistake.
15401
15402 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
15403
15404         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
15405         Use gst_guint64_to_gdouble for conversions
15406         * win32/vs6/gst_plugins_good.dsw:
15407         * win32/vs6/libgsticydemux.dsp:
15408         Add a project file for icydemux
15409
15410 2006-04-21  Wim Taymans  <wim@fluendo.com>
15411
15412         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
15413
15414         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15415         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
15416         When splitting audio chunks, the block alignment is not taken in
15417         consideration, so the smaller chunks could be of size which is 
15418         not a multiple of the block alignment. Fixes #336904
15419
15420 2006-04-21  Wim Taymans  <wim@fluendo.com>
15421
15422         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
15423         Use scale functions
15424
15425 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
15426
15427         * ext/dv/gstdv.c: (plugin_init):
15428           Fix build.
15429
15430 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
15431
15432         * gst/debug/progressreport.c: (gst_progress_report_finalize),
15433         (gst_progress_report_class_init), (gst_progress_report_init),
15434         (gst_progress_report_do_query), (gst_progress_report_report),
15435         (gst_progress_report_set_property),
15436         (gst_progress_report_get_property):
15437           Add 'format' property to force querying to a particular format.
15438
15439 2006-04-21  Andy Wingo  <wingo@pobox.com>
15440
15441         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
15442         best, on big endian systems. Drop its rank in that case. OTOH on
15443         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
15444
15445 2006-04-21  Michael Smith  <msmith@fluendo.com>
15446
15447         * configure.ac:
15448         * gst/icydemux/Makefile.am:
15449         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
15450         (gst_icydemux_base_init), (gst_icydemux_class_init),
15451         (gst_icydemux_reset), (gst_icydemux_init),
15452         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
15453         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
15454         (unicodify), (gst_icydemux_unicodify),
15455         (gst_icydemux_parse_and_send_tags),
15456         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
15457         (gst_icydemux_chain), (gst_icydemux_change_state),
15458         (gst_icydemux_send_tag_event), (plugin_init):
15459         * gst/icydemux/gsticydemux.h:
15460         * tests/check/Makefile.am:
15461         * tests/check/elements/icydemux.c: (typefind_succeed),
15462         (plugin_init), (icydemux_found_pad), (create_icydemux),
15463         (cleanup_icydemux), (push_data), (GST_START_TEST),
15464         (icydemux_suite), (main):
15465           Add icydemux, and tests.
15466
15467 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15468
15469         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
15470           Post SEGMENT_DONE message in TIME format.
15471
15472 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15473
15474         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
15475
15476         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
15477         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
15478           Fix index creation when we have to scan the file to create
15479           an index. There may be other types of RIFF 'LIST' chunks than
15480           'movi' and we need to skip them properly as well or we'll end up
15481           reading garbage (#336889). Some other cosmetic changes.
15482           
15483 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15484
15485         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
15486         (gst_flac_dec_handle_seek_event):
15487           Add support for segment seeks (fixes #338290). Also demote
15488           some recurring debug message from DEBUG to LOG level.
15489
15490 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15491
15492         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15493         (gst_matroskademux_do_index_seek),
15494         (gst_matroska_demux_handle_seek_event),
15495         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
15496         * gst/matroska/matroska-ids.h:
15497           Set DISCONT flag on first buffer after a discontinuity.
15498           Fix newsegment events sent when seeking and honour KEY_UNIT
15499           seek flag. Create pad with bogus caps if we don't recognise
15500           the stream codec id.
15501
15502         * gst/matroska/matroska-demux.h:
15503           Fix GObject macros.
15504
15505 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15506
15507         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
15508
15509         * gst/matroska/matroska-demux.c:
15510         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
15511           Handle end of segment properly when set; don't dead-lock when
15512           posting start of segment message when doing a segment seek.
15513           Fixes #338810.
15514
15515 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15516
15517         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
15518         (gst_matroska_demux_plugin_init):
15519           Make mpeg2 aac audio work: create artificial private codec data
15520           chunk which faad2 seems to require, just as we do for mpeg4 aac.
15521           Also call gst_riff_init(). Partially fixes #338767.
15522
15523 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
15524
15525         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
15526         (gst_wavenc_class_init), (gst_wavenc_init),
15527         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
15528         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
15529         (gst_wavenc_chain), (gst_wavenc_change_state):
15530         * gst/wavenc/gstwavenc.h:
15531           Set caps on first outgoing buffer, so that it doesn't error out
15532           immediately with a non-negotiated error (#338716). Rewrite and
15533           clean up a bit; fix setcaps function to parse things properly;
15534           fix sink caps (8bit audio is unsigned and doesn't have depth);
15535           use boilerplate macros; remove unused properties stuff.
15536
15537 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15538
15539         * ext/gdk_pixbuf/gstgdkpixbuf.c:
15540           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
15541           handle MJPEG streams and might be autoplugged for those if the
15542           user doesn't have jpegdec installed (resulting in a cryptic error
15543           message about huffman tables). Better to disable JPEG decoding here
15544           and let the user figure out that she needs to install jpegdec.
15545
15546 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15547
15548         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
15549         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
15550         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
15551         * ext/gdk_pixbuf/gstgdkpixbuf.h:
15552           Make work with packetised/framed input (e.g. png-in-quicktime). Use
15553           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
15554           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
15555           debug messages. Fix boilerplate macros.
15556
15557 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15558
15559         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
15560         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
15561           No need to special-case for Gdk-2.0 any longer, we require
15562           Gdk 2.2 or newer; minor clean-ups.
15563
15564 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15565
15566         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
15567         (gst_shout2send_class_init), (gst_shout2send_init),
15568         (set_shout_metadata), (gst_shout2send_set_metadata),
15569         (gst_shout2send_event), (gst_shout2send_start),
15570         (gst_shout2send_connect), (gst_shout2send_stop),
15571         (gst_shout2send_render), (gst_shout2send_set_property),
15572         (gst_shout2send_get_property), (gst_shout2send_setcaps),
15573         (plugin_init):
15574         * ext/shout2/gstshout2.h:
15575         * po/POTFILES.in:
15576           Rewrite a bit: use GstBaseSink::start and stop instead of a state
15577           change function; use GST_ELEMENT_ERROR for error reporting, not
15578           g_error() or GST_ERROR(); don't unref caps in setcaps function,
15579           will cause crashes or assertion failures; remove (unused) "sync"
15580           property, basesink already has such a property; misc. other
15581           minor fixes and cleanups.
15582
15583 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15584
15585         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
15586         * ext/esd/gstesd.c: (plugin_init):
15587         * po/POTFILES.in:
15588           Add translatable error message for when we cannot
15589           connect to the sound server, as "Cannot open resource
15590           for writing" isn't really an acceptable message to show
15591           to the user in this case.
15592
15593 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15594
15595         * sys/oss/gst-i18n-plugin.h:
15596           Remove bogus file that doesn't belong here.
15597
15598 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
15599
15600         Patch by: Philippe Valembois
15601
15602         * ext/shout2/gstshout2.c: (gst_shout2send_init),
15603         (gst_shout2send_set_metadata), (gst_shout2send_event),
15604         (gst_shout2send_render), (gst_shout2send_change_state):
15605         * ext/shout2/gstshout2.h:
15606           Handle tags being received before the connection to
15607           the server is established properly (see #338636).
15608
15609 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
15610
15611         * ext/shout2/gstshout2.c: (gst_shout2send_render):
15612           Don't crash in case the connection to the server fails:
15613           don't set pointer to NULL by assigning FALSE; error out
15614           properly by using GST_ELEMENT_ERROR and returning
15615           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
15616           before resetting the pointer.
15617
15618 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
15619
15620         * gst/id3demux/id3tags.c:
15621         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
15622         (Fixes #338713)
15623
15624 2006-04-12  Wim Taymans  <wim@fluendo.com>
15625
15626         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
15627         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
15628         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
15629         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
15630         (gst_gdk_pixbuf_chain):
15631         Some cleanups.
15632         Added RGBA as a possible output format.
15633         Correctly free the supported mimetypes.
15634         deprecate silent arg, it's not used.
15635         Return result from _alloc_buffer to peer.
15636
15637 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15638
15639         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
15640           Don't leak memory allocated by gst_buffer_new_and_alloc() by
15641           overwriting GST_BUFFER_MALLOCDATA.
15642
15643 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15644
15645         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
15646         (user_endrow_callback), (user_end_callback),
15647         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
15648         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
15649         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
15650         * ext/libpng/gstpngdec.h:
15651           Handle more than one frame if the content is framed,
15652           like with png-in-quicktime (#331917).
15653
15654 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15655
15656         * sys/oss/Makefile.am:
15657         * sys/oss/common.h:
15658         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
15659         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
15660         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
15661         (gst_oss_src_unprepare):
15662           - the user-visible error strings were in the wrong category
15663           - and the messages were not marked for translation
15664           - which is actually a good thing, because they were exactly
15665             the kind of message you would never want anyone to see
15666           - the macros were using variables that didn't exist in the macro
15667             arguments
15668           - and they were obviously copied from each other and then modified
15669           - so a common header makes sense
15670
15671 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
15672
15673         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
15674           Don't try to modify read-only data.
15675
15676         * gst/matroska/matroska-demux.c:
15677         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
15678           Fix comment (won't crash any longer now).
15679
15680 2006-04-10  Michael Smith  <msmith@fluendo.com>
15681
15682         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
15683           Use copies of header buffers for caps to avoid circular refcounting
15684           problems (as in theoradec, vorbisdec).
15685
15686         * tests/check/elements/cmmldec.c: (GST_START_TEST):
15687           Fix a typo in test that meant it was testing the wrong thing.
15688
15689         * tests/check/elements/cmmlenc.c: (check_headers):
15690           Fix refcount checks now that we use buffer-copies for caps.
15691
15692 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
15693
15694         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
15695         (gst_matroska_demux_handle_seek_event),
15696         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
15697         (gst_matroska_demux_subtitle_caps),
15698         (gst_matroska_demux_plugin_init):
15699           Use static pad templates with ANY caps for audio and video
15700           source pads and get rid of a lot of unnecessary (and partially
15701           broken) code for the template caps. Clean up caps finding
15702           functions. Fixes playback of audio files/streams that do not
15703           contain the sample rate and/or number of channels in the audio
15704           context (happens a lot with vorbis/mp3 .mka files it seems).
15705           Fixes #337183.
15706           Also add myself to copyright holders.
15707
15708 2006-04-10  Michael Smith  <msmith@fluendo.com>
15709
15710         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
15711           Use g_list_delete_link () instead of g_list_remove_link () so that
15712           we free the link as well as the contained data.
15713
15714 2006-04-10  Wim Taymans  <wim@fluendo.com>
15715
15716         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
15717
15718         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
15719         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
15720         (gst_avi_demux_stream_header):
15721         Fix some crashers with empty chunks. (Fixes #337749)
15722
15723 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
15724
15725         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
15726           use G_GINT64_CONSTANT for INT64 constants
15727         * gst/videofilter/gstvideobalance.c:
15728           define rint for WIN32 #define rint(x) (floor((x)+0.5))
15729         * win32/vs6/libgstavi.dsp:
15730          add missing libraries for the link and remove avimux.c from
15731          the project as it isn't ported to 0.10 yet
15732         
15733 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
15734
15735         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
15736           Even better would be if we actually did the right thing
15737           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
15738
15739 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
15740
15741         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
15742           Can't just replace 1LL with 1L here just because MSVC doesn't
15743           support it, as it might lead to incorrect results when doing the
15744           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
15745           force a 64-bit constant in a way that all compilers are happy with.
15746
15747 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15748
15749         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
15750         * ext/esd/esdsink.c: (gst_esdsink_class_init):
15751         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
15752         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
15753         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
15754         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
15755         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
15756         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
15757         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
15758         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
15759         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
15760         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
15761         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
15762         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
15763         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
15764         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
15765         * gst/avi/gstavimux.c: (gst_avimux_class_init):
15766         * gst/debug/efence.c: (gst_efence_class_init):
15767         * gst/debug/negotiation.c: (gst_negotiation_class_init):
15768         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
15769         * gst/goom/gstgoom.c: (gst_goom_class_init):
15770         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
15771         * gst/interleave/deinterleave.c: (deinterleave_class_init):
15772         * gst/interleave/interleave.c: (interleave_class_init):
15773         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
15774         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
15775         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
15776         * gst/median/gstmedian.c: (gst_median_class_init):
15777         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
15778         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
15779         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
15780         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
15781         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
15782         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
15783         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
15784         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
15785         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
15786         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
15787         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
15788         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
15789         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
15790         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
15791         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
15792         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
15793         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
15794         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
15795         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
15796         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
15797         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
15798         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
15799         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
15800         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
15801         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
15802         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
15803         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
15804         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
15805         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
15806         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
15807         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
15808         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
15809         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
15810         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
15811         * sys/osxaudio/gstosxaudioelement.c:
15812         (gst_osxaudioelement_class_init):
15813         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
15814         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
15815         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
15816         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
15817
15818 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15819
15820         * ext/mikmod/gstmikmod.h:
15821         * gst/level/gstlevel.h:
15822         Fix more broken GObject macros
15823
15824 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15825
15826         * ext/annodex/gstcmmldec.h:
15827         * ext/annodex/gstcmmlenc.h:
15828         * ext/annodex/gstcmmltag.h:
15829         * ext/cairo/gsttextoverlay.h:
15830         * ext/ladspa/gstsignalprocessor.h:
15831         * gst/matroska/ebml-read.h:
15832         * gst/matroska/ebml-write.h:
15833         * sys/osxaudio/gstosxaudioelement.h:
15834         Fix broken GObject macros
15835
15836 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
15837
15838         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
15839           Don't try to seek beyond the end of the file (would
15840           occasionally display error dialogs in totem when seeking
15841           to the end) (#335869). Will still throw an error though
15842           if the file is truncated and the total_samples value in
15843           the stream header is wrong.
15844
15845 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
15846
15847         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
15848         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
15849         (gst_flac_dec_metadata_callback):
15850         * ext/flac/gstflacdec.h:
15851           If the stream header doesn't contain the total number of samples,
15852           search for the last flac frame at the end of the file and calculate
15853           the total duration from that frame's offset (fixes #337609).
15854
15855 2006-04-07  Edward Hervey  <edward@fluendo.com>
15856
15857         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
15858         Don't unref the GstPadTemplate returned by
15859         gst_element_class_get_pad_template().
15860
15861 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
15862
15863         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15864
15865         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
15866         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
15867         * sys/sunaudio/gstsunaudiosink.h:
15868           Use spec->segsize and spec->segtotal in the prepare function
15869           to initialise the ring buffer instead of using the buffer-time
15870           property (#337421).
15871
15872 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
15873
15874         * configure.ac:
15875           Bump core requirements to CVS for gst_pad_query_peer_duration()
15876           which is used by speexdec.
15877
15878 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
15879
15880         * ext/speex/gstspeex.c: (plugin_init):
15881         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
15882         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
15883         (speex_get_sink_query_types), (speex_dec_sink_query),
15884         (speex_get_src_query_types), (speex_dec_src_query),
15885         (speex_dec_src_event), (speex_dec_sink_event),
15886         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
15887         (speex_dec_chain_parse_data), (speex_dec_chain),
15888         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
15889         (speex_dec_change_state):
15890         * ext/speex/gstspeexdec.h:
15891           Fix seeking and duration queries (#337033); clean up and
15892           refactor a bit.
15893
15894 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15895
15896         * ext/raw1394/gstdv1394src.c:
15897           distinguish between device not found and could not open for
15898           reading
15899
15900 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15901
15902         * Makefile.am:
15903         * configure.ac:
15904         * pkgconfig/.cvsignore:
15905         * pkgconfig/Makefile.am:
15906         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
15907           add a .pc file so other modules can use good plugins in tests
15908
15909 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15910
15911         * configure.ac:
15912           clean up, use AS_VERSION and AS_NANO
15913         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15914           use PACKAGE_VERSION define
15915         * po/af.po:
15916         * po/az.po:
15917         * po/cs.po:
15918         * po/en_GB.po:
15919         * po/hu.po:
15920         * po/it.po:
15921         * po/nb.po:
15922         * po/nl.po:
15923         * po/or.po:
15924         * po/sq.po:
15925         * po/sr.po:
15926         * po/sv.po:
15927         * po/uk.po:
15928         * po/vi.po:
15929           updated
15930
15931 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
15932
15933         * ext\jpeg\smokecodec.c:
15934           use of GST_DEBUG instead of DEBUG(a...) for WIN32
15935         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
15936           move first instruction after all variables declarations
15937         * gst\alpha\gstalpha.c:
15938         * gst\effectv\gstshagadelic.c:
15939         * gst\smpte\paint.c:
15940         * gst\videofilter\gstvideobalance.c:
15941           define M_PI if it's not defined (it's not defined on WIN32)
15942         * gst\cutter\gstcutter.c: (gst_cutter_chain):
15943         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
15944         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
15945         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
15946         (gst_matroska_demux_video_caps):
15947         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
15948         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
15949           use gst_guint64_to_gdouble for conversions
15950         * gst\goom\filters.c: (setPixelRGB_):
15951           fix a debug which was using undefined variable
15952         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
15953         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
15954           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
15955         * win32/vs6:
15956           add vs6 projects files for most of plugins-good
15957         
15958 2006-03-30  j^  <j@bootlab.org>
15959
15960         * ext/aalib/gstaasink.c:
15961         * ext/annodex/gstcmmldec.c:
15962         * ext/annodex/gstcmmlenc.c:
15963         * ext/cairo/gsttextoverlay.c:
15964         * ext/cairo/gsttimeoverlay.c:
15965         * ext/cdio/gstcdiocddasrc.c:
15966         * ext/dv/gstdvdec.c:
15967         * ext/esd/esdmon.c:
15968         * ext/esd/esdsink.c:
15969         * ext/flac/gstflacdec.c:
15970         * ext/flac/gstflacenc.c:
15971         * ext/flac/gstflactag.c:
15972         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
15973         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
15974         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
15975         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
15976         * ext/gdk_pixbuf/gstgdkpixbuf.c:
15977         * ext/gdk_pixbuf/pixbufscale.c:
15978         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
15979         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
15980         * ext/jpeg/gstjpegdec.c:
15981         * ext/jpeg/gstjpegenc.c:
15982         * ext/jpeg/gstsmokedec.c:
15983         * ext/jpeg/gstsmokeenc.c:
15984         * ext/libcaca/gstcacasink.c:
15985         * ext/libmng/gstmngdec.c:
15986         * ext/libmng/gstmngenc.c:
15987         * ext/libpng/gstpngdec.c:
15988         * ext/libpng/gstpngenc.c:
15989         * ext/mikmod/gstmikmod.c:
15990         * ext/raw1394/gstdv1394src.c:
15991         * ext/shout2/gstshout2.c:
15992         * ext/speex/gstspeexdec.c:
15993         * ext/speex/gstspeexenc.c:
15994         * gst/alpha/gstalpha.c:
15995         * gst/alpha/gstalphacolor.c:
15996         * gst/auparse/gstauparse.c:
15997         * gst/autodetect/gstautoaudiosink.c:
15998         (gst_auto_audio_sink_base_init):
15999         * gst/autodetect/gstautovideosink.c:
16000         (gst_auto_video_sink_base_init):
16001         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16002         * gst/cutter/gstcutter.c:
16003         * gst/debug/breakmydata.c:
16004         * gst/debug/efence.c:
16005         * gst/debug/gstnavigationtest.c:
16006         * gst/debug/negotiation.c:
16007         * gst/debug/progressreport.c:
16008         * gst/debug/testplugin.c:
16009         * gst/effectv/gstaging.c:
16010         * gst/effectv/gstdice.c:
16011         * gst/effectv/gstedge.c:
16012         * gst/effectv/gstquark.c:
16013         * gst/effectv/gstrev.c:
16014         * gst/effectv/gstvertigo.c:
16015         * gst/effectv/gstwarp.c:
16016         * gst/flx/gstflxdec.c:
16017         * gst/goom/gstgoom.c:
16018         * gst/interleave/deinterleave.c:
16019         * gst/interleave/interleave.c:
16020         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16021         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16022         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16023         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16024         * gst/level/gstlevel.c:
16025         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16026         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16027         * gst/median/gstmedian.c:
16028         * gst/monoscope/gstmonoscope.c:
16029         * gst/multipart/multipartdemux.c:
16030         * gst/multipart/multipartmux.c:
16031         * gst/oldcore/gstmd5sink.c:
16032         * gst/oldcore/gstmultifilesrc.c:
16033         * gst/oldcore/gstpipefilter.c:
16034         * gst/oldcore/gstshaper.c:
16035         * gst/oldcore/gststatistics.c:
16036         * gst/rtp/gstasteriskh263.c:
16037         * gst/rtp/gstrtpL16depay.c:
16038         * gst/rtp/gstrtpL16pay.c:
16039         * gst/rtp/gstrtpamrdepay.c:
16040         * gst/rtp/gstrtpamrpay.c:
16041         * gst/rtp/gstrtpdepay.c:
16042         * gst/rtp/gstrtpgsmpay.c:
16043         * gst/rtp/gstrtph263pay.c:
16044         * gst/rtp/gstrtph263pdepay.c:
16045         * gst/rtp/gstrtph263ppay.c:
16046         * gst/rtp/gstrtpmp4gpay.c:
16047         * gst/rtp/gstrtpmp4vdepay.c:
16048         * gst/rtp/gstrtpmp4vpay.c:
16049         * gst/rtp/gstrtpmpadepay.c:
16050         * gst/rtp/gstrtpmpapay.c:
16051         * gst/rtp/gstrtppcmadepay.c:
16052         * gst/rtp/gstrtppcmapay.c:
16053         * gst/rtp/gstrtppcmudepay.c:
16054         * gst/rtp/gstrtppcmupay.c:
16055         * gst/rtp/gstrtpspeexdepay.c:
16056         * gst/rtp/gstrtpspeexpay.c:
16057         * gst/rtsp/gstrtpdec.c:
16058         * gst/smpte/gstsmpte.c:
16059         * gst/videobox/gstvideobox.c:
16060         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16061         * gst/videofilter/gstvideobalance.c:
16062         * gst/videofilter/gstvideoflip.c:
16063         * gst/videofilter/gstvideotemplate.c:
16064         (gst_videotemplate_base_init):
16065         * gst/videomixer/videomixer.c:
16066         * gst/wavenc/gstwavenc.c:
16067         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
16068          better/unified long descriptions
16069          Fixed #336602
16070          Some cleanups to auparse, don't send multiple newsegments.
16071
16072 2006-03-29  Wim Taymans  <wim@fluendo.com>
16073
16074         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
16075
16076         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
16077         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
16078         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
16079         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
16080         * ext/dv/gstdvdemux.h:
16081         Seek in READY patch. Only works for pull based mode.
16082         Fixes #323880
16083
16084 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16085
16086         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
16087         (gst_gdk_pixbuf_event):
16088           Fix two crashers: don't unref the same caps twice, and
16089           set pixbuf loader to NULL after freeing it.
16090
16091 2006-03-27  Wim Taymans  <wim@fluendo.com>
16092
16093         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
16094         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
16095         (gst_speexenc_chain):
16096         * ext/speex/gstspeexenc.h:
16097         Don't leak adapter.
16098         A push *always* takes ownership of the buffer, even on
16099         errors.
16100         Small cleanups.
16101
16102 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
16103
16104         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
16105           Create source pad without leaking.
16106
16107 2006-03-24  Wim Taymans  <wim@fluendo.com>
16108
16109         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16110         * ext/flac/gstflacdec.h:
16111         * ext/flac/gstflacenc.h:
16112         Spifify a bit.
16113         Fix deadly lock order error in seeking code, STREAM_LOCK
16114         cannot be taken within LOCK and the streaming variables are
16115         protected with the STREAM_LOCK anyway.
16116
16117 2006-03-24  Wim Taymans  <wim@fluendo.com>
16118
16119         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
16120         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16121         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
16122         this patch combines the global init_frames with the stream
16123         init_frames. Rationale being that the global delay should 
16124         be subtracted from any stream delay.
16125         Fixes #335858.
16126
16127 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16128
16129         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
16130         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
16131         * gst/smpte/gstsmpte.c: (gst_smpte_init):
16132         * gst/videomixer/videomixer.c: (gst_videomixer_init):
16133         use DEBUG_FUNCPTR for collectpads
16134
16135 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16136
16137         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
16138           Don't crash when encoding images where the number of rows isn't
16139           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
16140
16141 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16142
16143         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
16144         * gst/interleave/deinterleave.c: (deinterleave_change_state):
16145         * gst/interleave/interleave.c: (interleave_change_state):
16146         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
16147           More state change function fixes.
16148
16149 2006-03-23  Wim Taymans  <wim@fluendo.com>
16150
16151         * ext/esd/esdsink.c: (gst_esdsink_class_init),
16152         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
16153         (gst_esdsink_prepare), (gst_esdsink_unprepare),
16154         (gst_esdsink_delay), (gst_esdsink_reset):
16155         * ext/esd/esdsink.h:
16156         Fix esd choppy playback by configuring audiosink
16157         correctly. Fixes #325191
16158
16159 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16160
16161         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
16162           Make state change function thread-safe.
16163
16164 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16165
16166         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
16167         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
16168           Don't try to read beyond the end of the file just because
16169           the header claims a bigger size (like with truncated files).
16170
16171 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16172
16173         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
16174         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
16175         (gst_wavparse_stream_data), (gst_wavparse_loop):
16176         * gst/wavparse/gstwavparse.h:
16177           Delay source pad creation until we have the first chunk of
16178           media data, so the we can examine the data and adjust the
16179           caps accordingly if required. This makes playback of .wav
16180           files with DTS-declared-as-PCM content work (#313266).
16181
16182 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
16183
16184         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
16185         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
16186         Don't attempt typefinding on too-short buffers that have been
16187         completely trimmed away. (Fixes #330239)
16188
16189         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
16190         Improve the debug output
16191
16192 2006-03-21  Wim Taymans  <wim@fluendo.com>
16193
16194         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
16195         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
16196         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
16197         (gst_esdsink_set_property), (gst_esdsink_get_property):
16198         Some cleanups.
16199         Reset fd to -1 when we close them.
16200
16201 2006-03-21  Wim Taymans  <wim@fluendo.com>
16202
16203         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
16204         the OPTIONS request result is optional so don't
16205         fail on it.
16206
16207 2006-03-21  Edward Hervey  <edward@fluendo.com>
16208
16209         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
16210         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
16211         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
16212         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
16213         (gst_wavparse_change_state):
16214         gcc 4.1 unreferenced pointer fixes.
16215
16216 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16217
16218         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16219
16220         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
16221           Fix block alignment calculation. Alignment should be done before
16222           adding the byte offset where the data starts (#335231).
16223
16224 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
16225
16226         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
16227           Ensure that we set correct caps on buffers that are transferred
16228           direct from the input.
16229
16230 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
16231
16232         * gst/goom/filters.c: (zoomFilterDestroy):
16233         * gst/goom/goom_core.c: (goom_close):
16234           Free filter data when cleaning up. (Fixes: #334995)
16235
16236 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
16237
16238         * configure.ac:
16239           Don't compile udp and rtsp plugins on win32 (mingw) or other
16240           systems that don't have <sys/socket.h> for some reason (#316203).
16241
16242 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16243
16244         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
16245         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
16246         * ext/raw1394/gstdv1394src.h:
16247           Change bus reset handler so it reports useful information such as
16248           whether the device being used connected or disconnected
16249
16250 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16251
16252         * gst/id3demux/id3v2frames.c:
16253         (parse_relative_volume_adjustment_two):
16254           We only care about gain and peak data for the master volume.
16255
16256 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16257
16258         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
16259         (parse_id_string), (parse_unique_file_identifier),
16260         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
16261           Read replay gain tags (#323721).
16262
16263 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16264
16265         * configure.ac:
16266           Bump requirements to gst-plugins-base CVS because
16267           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
16268
16269 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
16270
16271         * rtp/gst/gstrtppcmadepay.c:
16272         Fixed one of the caps in the code from mulaw to alaw.
16273
16274 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16275
16276         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
16277           Ensure that we set caps on the buffers we pass.
16278
16279         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16280         (gst_id3demux_sink_activate):
16281           Ensure that we set caps on the buffers we pass.
16282
16283           Use STREAM, TYPE_NOT_FOUND as the error class when
16284           typefinding fails.
16285
16286 2006-03-15  Edward Hervey  <edward@fluendo.com>
16287
16288         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
16289         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
16290         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
16291         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
16292         (gst_jpeg_dec_setcaps):
16293         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
16294         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
16295         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
16296         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
16297         (gst_mngdec_src_getcaps):
16298         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16299         (gst_pngdec_caps_create_and_set):
16300         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
16301         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
16302         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
16303         * gst/alpha/gstalpha.c: (gst_alpha_init):
16304         * gst/auparse/gstauparse.c: (gst_au_parse_init):
16305         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
16306         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
16307         * gst/cutter/gstcutter.c: (gst_cutter_init):
16308         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
16309         (gst_efence_checkgetrange):
16310         * gst/debug/negotiation.c: (gst_negotiation_init):
16311         * gst/flx/gstflxdec.c: (gst_flxdec_init):
16312         * gst/goom/gstgoom.c: (gst_goom_init):
16313         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
16314         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
16315         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
16316         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
16317         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
16318         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
16319         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
16320         * gst/smpte/gstsmpte.c: (gst_smpte_init):
16321         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
16322         (gst_wavparse_create_sourcepad):
16323         Fix memleak with gst_static_pad_template_get().
16324         This uses gst_pad_new_from_static_template() instead.
16325         Fixes #333512
16326
16327 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16328
16329         * configure.ac:
16330           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
16331           used by id3demux.
16332
16333         * gst/id3demux/gstid3demux.c: (plugin_init):
16334         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
16335         (parse_user_text_identification_frame),
16336         (parse_unique_file_identifier):
16337           Add support for UFID and TXXX frames and extract musicbrainz tags.
16338
16339 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16340
16341         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
16342           Catch short reads, like they might happen with truncated
16343           files (see #305279); remove unnecessary indentation.
16344
16345 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16346
16347         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16348           Fix DIB image inversion for pictures with a
16349           depth != 8 (#305279).
16350
16351 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16352
16353         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
16354         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
16355         * ext/jpeg/gstjpegdec.h:
16356           Fix durations on outgoing buffers after seeking
16357           in MJPEG files (#334083); some minor clean-ups.
16358
16359 2006-03-13  Wim Taymans  <wim@fluendo.com>
16360
16361         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
16362         (gst_wavparse_change_state):
16363         Implement seek in READY (re-fixes #327658)
16364
16365 2006-03-13  Wim Taymans  <wim@fluendo.com>
16366
16367         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
16368         * ext/esd/esdmon.c: (gst_esdmon_get):
16369         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
16370         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16371         (gst_gdk_pixbuf_sink_getcaps):
16372         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
16373         (gst_jpegenc_setcaps):
16374         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
16375         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
16376         (gst_smokeenc_setcaps):
16377         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
16378         (gst_mngdec_src_getcaps):
16379         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
16380         (gst_mngenc_chain):
16381         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
16382         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
16383         * ext/speex/gstspeexdec.c: (speex_dec_convert),
16384         (speex_dec_src_event), (speex_dec_chain):
16385         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
16386         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
16387         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
16388         (gst_negotiation_pad_link), (gst_negotiation_chain):
16389         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
16390         (gst_flxdec_chain):
16391         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
16392         (deinterleave_chain):
16393         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
16394         * gst/median/gstmedian.c: (gst_median_link):
16395         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
16396         (gst_monoscope_chain):
16397         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
16398         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
16399         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
16400         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
16401         close #333784 unref the result of gst_pad_get_parent()
16402         by: Christophe Fergeau.
16403
16404 2006-03-09  Wim Taymans  <wim@fluendo.com>
16405
16406         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
16407         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
16408         Handle events in push mode better, can now do non-flushing
16409         seeks in push mode as well.
16410
16411 2006-03-07  Wim Taymans  <wim@fluendo.com>
16412
16413         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
16414         Applied patch from Kai Vehmanen, fixes #333624.
16415
16416 2006-03-06  Julien MOUTTE  <julien@moutte.net>
16417
16418         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
16419         Implement paletted and grayscale png files handling.
16420         (#150363).
16421
16422 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16423
16424         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
16425         (gst_speexenc_chain):
16426           fix a tag list assert
16427           follow gst-plugins-base/ext/ogg/README; set OFFSET
16428           and OFFSET_END.  Muxes correctly with gst-plugins-base
16429           > 0.9.3
16430
16431 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
16432
16433         * gst/id3demux/Makefile.am:
16434         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
16435         (gst_id3demux_chain), (gst_id3demux_sink_activate):
16436           Use new typefind helper functions here as well, and
16437           do typefinding in pull-mode if upstream supports that.
16438
16439 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
16440
16441         * sys/sunaudio/gstsunaudiomixerctrl.c:
16442         (gst_sunaudiomixer_ctrl_get_volume),
16443         (gst_sunaudiomixer_ctrl_set_volume):
16444         * sys/sunaudio/gstsunaudiomixertrack.c:
16445         (gst_sunaudiomixer_track_new):
16446           Remove unused variables, breaks build from CVS
16447           with -Werror (#333392, patch by: Benjamin Pineau)
16448
16449 2006-03-03  Wim Taymans  <wim@fluendo.com>
16450
16451         * docs/plugins/Makefile.am:
16452         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16453         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16454         Added wavparse docs.
16455
16456         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
16457         (gst_wavparse_reset), (gst_wavparse_init),
16458         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
16459         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
16460         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
16461         (gst_wavparse_stream_data), (gst_wavparse_loop),
16462         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
16463         (gst_wavparse_change_state):
16464         * gst/wavparse/gstwavparse.h:
16465         Implement seek in READY (fixes #327658)
16466         Added docs and did some cleanups.
16467
16468 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
16469
16470         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16471         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
16472         (gst_avi_demux_calculate_durations_from_index),
16473         (gst_avi_demux_stream_header):
16474         * gst/avi/gstavidemux.h:
16475           If we have an index, use a duration based on the index instead
16476           of blindly trusting the information in the stream headers
16477           (fixes #331817).
16478
16479 2006-03-03  Wim Taymans  <wim@fluendo.com>
16480
16481         * docs/plugins/Makefile.am:
16482         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16483         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16484         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16485         Added smoke and jpeg to the docs.
16486
16487         * ext/jpeg/Makefile.am:
16488         * ext/jpeg/gstjpeg.c: (plugin_init):
16489         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16490         * ext/jpeg/gstjpegenc.h:
16491         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
16492         (gst_smokedec_chain):
16493         * ext/jpeg/gstsmokedec.h:
16494         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
16495         * ext/jpeg/gstsmokeenc.h:
16496         * ext/jpeg/smokecodec.h:
16497         Port smokedec (fixes #331905).
16498         Added some docs.
16499         Some cleanups.
16500
16501 2006-03-03  Wim Taymans  <wim@fluendo.com>
16502
16503         * docs/plugins/Makefile.am:
16504         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16505         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16506         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16507         Added videobalance and videoflip to the docs.
16508
16509         * gst/videofilter/Makefile.am:
16510         * gst/videofilter/gstvideobalance.c:
16511         (gst_video_balance_update_tables_planar411),
16512         (gst_video_balance_is_passthrough),
16513         (gst_video_balance_update_properties), (oil_tablelookup_u8),
16514         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
16515         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
16516         (gst_video_balance_finalize), (gst_video_balance_class_init),
16517         (gst_video_balance_init), (gst_video_balance_interface_supported),
16518         (gst_video_balance_interface_init),
16519         (gst_video_balance_colorbalance_list_channels),
16520         (gst_video_balance_colorbalance_set_value),
16521         (gst_video_balance_colorbalance_get_value),
16522         (gst_video_balance_colorbalance_init),
16523         (gst_video_balance_set_property), (gst_video_balance_get_property),
16524         (gst_video_balance_get_type), (plugin_init):
16525         * gst/videofilter/gstvideobalance.h:
16526         Ported to 0.10. (Fixes #326160)
16527         Added docs.
16528
16529         * gst/videofilter/gstvideoflip.c:
16530         * gst/videofilter/gstvideoflip.h:
16531         Added docs.
16532
16533 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16534
16535         * configure.ac:
16536           Bump requirements to current core and -base CVS
16537           (core for new typefind helper API, and -base for the
16538           WAVFORMATEX support that was added to libgstriff and
16539           is needed by wavparse).
16540         
16541         * gst/apetag/Makefile.am:
16542         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
16543         (gst_tag_demux_sink_activate):
16544           Use new typefind helpers for typefinding instead of our
16545           home-grown stuff; also, do typefinding in pull-mode if
16546           upstream supports that.
16547
16548 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
16549
16550         Reviewed by: Christian Schaller <christian@fluendo.com>
16551
16552         This patch fixes bug: 329107
16553
16554         This Changelog entry is for a commit done on February 17
16555
16556         * ext/gconf/gconf.c
16557         * ext/gconf/gconf.h
16558         * ext/gconf/gstgconfaudiosink.c
16559         * ext/gconf/gstgconfaudiosink.h
16560         * gconf/gstreamer.schemas.in
16561
16562 2006-02-28  Wim Taymans  <wim@fluendo.com>
16563
16564         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
16565         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
16566         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
16567         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
16568         Use DEBUG_OBJECT more.
16569
16570 2006-02-28  Wim Taymans  <wim@fluendo.com>
16571
16572         * docs/plugins/Makefile.am:
16573         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16574         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16575         Added dvdec and dvdemux to docs.
16576
16577         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
16578         Added docs.
16579         Check frame sizes so we don't crash when don't have enough
16580         data.
16581         Send nice error messages on error.
16582
16583         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
16584         (gst_dvdemux_class_init), (gst_dvdemux_init),
16585         (gst_dvdemux_finalize), (gst_dvdemux_reset),
16586         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
16587         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
16588         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
16589         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
16590         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
16591         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
16592         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
16593         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
16594         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
16595         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
16596         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
16597         * ext/dv/gstdvdemux.h:
16598         Added docs.
16599         Implement pull mode.
16600         Fix memleaks.
16601         Reduce memcpy for the video demuxing.
16602
16603 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
16604
16605         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
16606         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
16607         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
16608         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
16609           Add a little extra debug. Make the decoder not return NOT_LINKED,
16610           as we want to continue decoding all CMML and emitting tags.
16611
16612 2006-02-27  Michael Smith  <msmith@fluendo.com>
16613
16614         * ext/annodex/gstskeltag.c:
16615         * ext/annodex/gstskeltag.h:
16616           Deleted; these files aren't used any more either.
16617
16618 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16619
16620         * ext/Makefile.am: Fix dist-check.
16621
16622 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16623
16624         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
16625         memleak.
16626
16627 2006-02-25  Alessandro Decina <alessandro@nnva.org>
16628
16629         * ext/annodex/Makefile.am:
16630         * ext/annodex/gstannodex.c:
16631         * ext/annodex/gstcmmldec.c:
16632         * ext/annodex/gstcmmlenc.c:
16633         * ext/annodex/gstcmmlparser.c:
16634         * ext/annodex/gstcmmlparser.h:
16635         * ext/annodex/gstcmmlutils.c:
16636         * tests/check/elements/cmmldec.c:
16637         * tests/check/elements/cmmlenc.c:
16638           Fix a memleak in gst_cmml_track_list_add_clip.
16639           Handle overflows in clip's start and end times.
16640           Add the "encoded" parameter to cmmldec and cmmlenc caps.
16641           Do not parse junk at the end of a CMML preamble buffer.
16642           Register a libxml error handler to not print stuff on stderr.
16643           Check for bad clip start and end times in the testsuites.
16644
16645 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16646
16647         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
16648         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
16649         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
16650         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
16651         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
16652         possible memleaks.
16653
16654 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16655
16656         * tests/check/Makefile.am:
16657         * tests/check/elements/cmmldec.c:
16658         * tests/check/elements/cmmlenc.c: Fix tests so that they use
16659         the plugins-base tags.
16660
16661 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16662
16663         * ext/Makefile.am: Re-enable module.
16664
16665 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16666
16667         * tests/check/Makefile.am: Forgot to remove that test.
16668
16669 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16670
16671         * ext/annodex/Makefile.am:
16672         * ext/annodex/gstannodex.c: (plugin_init):
16673         * ext/annodex/gstcmmldec.c:
16674         * ext/annodex/gstskeldec.c:
16675         * ext/annodex/gstskeldec.h:
16676         * tests/check/Makefile.am:
16677         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
16678
16679 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16680
16681         * tests/check/Makefile.am: Disable those checks as well.
16682
16683 2006-02-24  Julien MOUTTE  <julien@moutte.net>
16684
16685         * ext/Makefile.am: Disable annodex for now until we figure out
16686         how to make it build.
16687         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
16688         Add a rule to your checklist : "please try to at least build 
16689         what you are going to commit into -good, or if you are too lazy
16690         to do that, please check that the buildbots are not crying because
16691         of your commit."
16692
16693 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
16694
16695         * configure.ac:
16696         * ext/Makefile.am:
16697         * ext/gdk_pixbuf/Makefile.am:
16698         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16699         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16700         * ext/gdk_pixbuf/pixbufscale.c:
16701         * ext/gdk_pixbuf/pixbufscale.h:
16702           Gdkpixbuf ported from 0.8 to 0.10 by
16703           Renato Filho <renato.filho@indt.org.br>.
16704           gst_loader and gdkpixbufanimation still need port.
16705
16706 2006-02-24  Michael Smith  <msmith@fluendo.com>
16707
16708         * configure.ac:
16709         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16710         * ext/Makefile.am:
16711         * ext/annodex/Makefile.am:
16712         * ext/annodex/gstannodex.c:
16713         * ext/annodex/gstannodex.h:
16714         * ext/annodex/gstcmmldec.c:
16715         * ext/annodex/gstcmmldec.h:
16716         * ext/annodex/gstcmmlenc.c:
16717         * ext/annodex/gstcmmlenc.h:
16718         * ext/annodex/gstcmmlparser.c:
16719         * ext/annodex/gstcmmlparser.h:
16720         * ext/annodex/gstcmmltag.c:
16721         * ext/annodex/gstcmmltag.h:
16722         * ext/annodex/gstcmmlutils.c:
16723         * ext/annodex/gstcmmlutils.h:
16724         * ext/annodex/gstskeldec.c:
16725         * ext/annodex/gstskeldec.h:
16726         * ext/annodex/gstskeltag.c:
16727         * ext/annodex/gstskeltag.h:
16728         * tests/check/Makefile.am:
16729         * tests/check/elements/cmmldec.c:
16730         * tests/check/elements/cmmlenc.c:
16731         * tests/check/elements/skeldec.c:
16732           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
16733           Includes tests & docs, oh my! Passes Thomas's -good checklist
16734           entirely. Wow.
16735
16736 2006-02-24  Michael Smith  <msmith@fluendo.com>
16737
16738         * autogen.sh:
16739           Check for automake 1.9 as well.
16740
16741 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16742
16743         * ext/flac/gstflacenc.c:
16744           Change min. sample rate to 8kHz to match flacdec's.
16745           
16746 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
16747
16748         * ext/cdio/Makefile.am:
16749           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
16750           required for Cygwin, see #317048)
16751
16752         * gst/rtp/gstasteriskh263.c:
16753           Cygwin has includes for both the unix network socket API
16754           and the windows API, but only one can be included, so fix
16755           includes to only use one or the other, prefering the unxi
16756           one (#317048).
16757
16758 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
16759
16760         * rtp/gst/gstrtppcmadepay.c:
16761         * rtp/gst/gstrtppcmadepay.h:
16762         * rtp/gst/gstgstrtppcmapay.c:
16763         * rtp/gst/gstgstrtppcmapay.h:
16764         * rtp/gst/gstrtppcmudepay.c:
16765         * rtp/gst/gstrtppcmudepay.h:
16766         * rtp/gst/gstrtppcmupay.c:
16767         * rtp/gst/gstrtppcmupay.h:
16768         * rtp/gst/Makefile.am:
16769         * rtp/gst/gstrtp.c:
16770         * rtp/gst/README:
16771         Separated the G711 payloaders/depayloaders into separate elements for
16772         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
16773
16774 2006-02-22  Wim Taymans  <wim@fluendo.com>
16775
16776         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
16777         (gst_dvdec_change_state):
16778         * ext/dv/gstdvdec.h:
16779         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
16780         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
16781         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
16782         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
16783         (gst_dvdemux_flush), (gst_dvdemux_chain),
16784         (gst_dvdemux_change_state):
16785         * ext/dv/gstdvdemux.h:
16786         Ueber spiffify some more, added debug category.
16787         Use _scale.
16788         Use segments, respect playback rate from newsegment.
16789         Fix refcount issue.
16790
16791 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
16792
16793         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
16794         (gst_signal_processor_process):
16795         Fix compilation of LADPSA. It doesn't seem to work, and isn't
16796         enabled for the build, but it helps me win the feature-count
16797         competitions ooh yeah.
16798
16799 2006-02-19  Wim Taymans  <wim@fluendo.com>
16800
16801         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
16802         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
16803         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
16804         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
16805         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
16806         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
16807         Use scaling code for added precission and more correct stop
16808         position in case scale==0.
16809
16810 2006-02-19  Wim Taymans  <wim@fluendo.com>
16811
16812         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
16813         (gst_flxdec_chain):
16814         * gst/flx/gstflxdec.h:
16815         Implement DURATION query.
16816
16817 2006-02-19  Wim Taymans  <wim@fluendo.com>
16818
16819         * gst/flx/flx_color.h:
16820         * gst/flx/flx_fmt.h:
16821         * gst/flx/gstflxdec.c: (gst_flxdec_init),
16822         (gst_flxdec_src_query_handler), (flx_decode_color),
16823         (gst_flxdec_chain):
16824         * gst/flx/gstflxdec.h:
16825         Set MALLOCDATA for the temp buffers so we don't leak.
16826         Some debug cleanups.
16827         Consume all data in the adapter before leaving the chain
16828         function. Fixes #330678.
16829
16830 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
16831
16832         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
16833         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
16834          Handle 0 data size in otherwise valid frames.
16835          Handle numeric strings in 2.4.0 even when not in parentheses 
16836
16837 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
16838
16839         * gst/matroska/matroska-demux.c:
16840         (gst_matroska_demux_subtitle_caps),
16841         (gst_matroska_demux_plugin_init):
16842         * gst/matroska/matroska-ids.h:
16843           Recognise SSA/ASS and USF subtitle formats and
16844           set proper caps when they are found.
16845
16846 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
16847
16848         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
16849         (gst_jpeg_dec_chain):
16850           Fix invalid memory access for some odd-sized images
16851           (see image contained in quicktime stream in #327083);
16852           use g_malloc() instead of g_alloca().
16853
16854 2006-02-17  Wim Taymans  <wim@fluendo.com>
16855
16856         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
16857         Patch from Sebastien Cote, fixes #319884
16858
16859 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
16860
16861         * ext/cdio/gstcdio.c: (plugin_init):
16862           Init debug category (#331253).
16863
16864 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
16865
16866         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
16867           Pass extra_data to gst_riff_create_audio_caps(), so that
16868           WAVEFORMATEX stuff works. Post audio codec name and post
16869           it as taglist on the bus. Allow up to 8 channesl for raw
16870           PCM in the source pad template caps.
16871
16872 2006-02-16  Wim Taymans  <wim@fluendo.com>
16873
16874         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
16875         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
16876         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
16877         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
16878         (gst_multipart_set_property), (gst_multipart_get_property):
16879         Applied #318663. Gives quite a few false positives in
16880         autoscan mode, but it's better than nothing. Not closing yet.
16881
16882 2006-02-16  Wim Taymans  <wim@fluendo.com>
16883
16884         * docs/plugins/Makefile.am:
16885         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16886         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16887         * docs/plugins/gst-plugins-good-plugins.args:
16888         * docs/plugins/inspect/plugin-udp.xml:
16889         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
16890         (gst_udpsrc_start):
16891         Update documentation.
16892         Fix args.
16893
16894 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
16895
16896         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
16897         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
16898         frame size. (Fixes #331368)
16899
16900 2006-02-16  Wim Taymans  <wim@fluendo.com>
16901
16902         * gst/rtsp/README:
16903         Updated README.
16904
16905         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
16906         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
16907         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
16908         * gst/rtsp/gstrtspsrc.h:
16909         Make sure the RTP port is an even port an try to allocate 
16910         another if not.
16911         Added retry property to control max retries for port allocation.
16912         Make sure RTCP port is RTP port+1.
16913         Cleanup when port allocation fails.
16914         Fixes #319183.
16915         
16916 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
16917
16918         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
16919           Don't ignore return value of the parent class's state
16920           change function (#331385, patch by: Wouter Paesen).
16921
16922 2006-02-15  Wim Taymans  <wim@fluendo.com>
16923
16924         * configure.ac:
16925         * docs/plugins/Makefile.am:
16926         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16927         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16928         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16929         * ext/Makefile.am:
16930         * ext/hal/Makefile.am:
16931         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
16932         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
16933         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
16934         (do_toggle_element), (gst_hal_audio_sink_set_property),
16935         (gst_hal_audio_sink_get_property),
16936         (gst_hal_audio_sink_change_state):
16937         * ext/hal/gsthalaudiosink.h:
16938         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
16939         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
16940         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
16941         (do_toggle_element), (gst_hal_audio_src_set_property),
16942         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
16943         * ext/hal/gsthalaudiosrc.h:
16944         * ext/hal/gsthalelements.c: (plugin_init):
16945         * ext/hal/gsthalelements.h:
16946         * ext/hal/hal.c: (gst_hal_get_string),
16947         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
16948         (gst_hal_get_audio_src):
16949         * ext/hal/hal.h:
16950         Add HAL sound device wrapper plugins. Closes #329106
16951
16952 2006-02-15  Wim Taymans  <wim@fluendo.com>
16953
16954         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16955         Add comment in a fultile attempt to stop the copy-and-paste 
16956         paradigm leading to duplication of bad code.
16957
16958         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
16959         Mime parameters have to be checked case insensitive
16960
16961 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
16962
16963         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
16964           Advance stream time for lagging subtitle streams by sending
16965           newsegment events with the update flag set.
16966
16967 2006-02-14  Edward Hervey  <edward@fluendo.com>
16968
16969         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
16970         There can be bogus data before the hdrl LIST tag in the RIFF header.
16971         It's hard to say if it's not respecting the AVI specifications or not,
16972         but since Google Video is producing AVIs like that and the other player
16973         don't seem to complain, I guess we should do the same.
16974
16975 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
16976
16977         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
16978         (parse_split_strings):
16979         Add more validation to ensure that a char encoding conversion
16980         produced a valid UTF-8 string.
16981
16982 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
16983
16984         Reviewed by: Edward Hervey  <edward@fluendo.com>
16985
16986         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
16987         Properly handle end of segment. Closes #330885.
16988
16989 2006-02-13  Wim Taymans  <wim@fluendo.com>
16990
16991         * gst/rtp/gstrtpmp4gpay.h:
16992         For got to commit this one.
16993
16994 2006-02-12  Wim Taymans  <wim@fluendo.com>
16995
16996         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
16997         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
16998         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
16999         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
17000         * gst/rtp/gstrtpmp4gpay.h:
17001         Make more things work.
17002         Handle ACC config strings.
17003
17004 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17005
17006         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
17007           set timestamps if no incoming timestamps set
17008
17009 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
17010
17011         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
17012         (gst_tag_demux_do_typefind):
17013           ... and fix the very same leaks in GstTagDemux.
17014
17015 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
17016
17017         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
17018         (gst_id3demux_do_typefind):
17019         Fix a couple of mem leaks. (Patch by Jonathan Matthew
17020         <jonathan at kaolin dot wh9 dot net>)
17021
17022 2006-02-10  Wim Taymans  <wim@fluendo.com>
17023
17024         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
17025         First set options, then set caps or else the baseclass
17026         will not know about the options, duh.
17027
17028 2006-02-10  Wim Taymans  <wim@fluendo.com>
17029
17030         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
17031         (gst_rtp_mp4v_pay_setcaps):
17032         Don't waste time looking for a config string if we have codec_info
17033         on the incomming caps.
17034
17035 2006-02-10  Wim Taymans  <wim@fluendo.com>
17036
17037         * gst/rtp/README:
17038         Say something about case-sensitivity of caps vs mime-attributes.
17039
17040         * gst/rtp/Makefile.am:
17041         * gst/rtp/gstrtp.c: (plugin_init):
17042         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17043         (gst_rtp_amr_pay_handle_buffer):
17044         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
17045         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
17046         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
17047         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
17048         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
17049         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
17050         (gst_rtp_mp4g_pay_plugin_init):
17051         * gst/rtp/gstrtpmp4gpay.h:
17052         Added beginnings of mpeg4-generic payloader (RFC 3640)
17053
17054 2006-02-09  Wim Taymans  <wim@fluendo.com>
17055
17056         * gst/rtsp/Makefile.am:
17057         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
17058         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
17059         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
17060         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
17061         (gst_rtpdec_change_state):
17062         * gst/rtsp/gstrtpdec.h:
17063         * gst/rtsp/gstrtsp.c: (plugin_init):
17064         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
17065         * gst/rtsp/rtspconnection.c: (read_body),
17066         (rtsp_connection_receive):
17067         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
17068         Resurected rtpdec to make rtspsrc happy again.
17069         Skip attributes from the session id.
17070         Don't crash when dumping a message with an empty body.
17071
17072
17073 2006-02-09  Wim Taymans  <wim@fluendo.com>
17074
17075         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17076         Added more meaningfull warnings when something goes wrong.
17077         Clear F bit on outgoing AMR packets.
17078
17079         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17080         (gst_rtp_amr_pay_handle_buffer):
17081         Added debugging category
17082         Support payloading of multiple AMR frames.
17083
17084         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
17085         Added some debugging.
17086
17087 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17088
17089         * configure.ac:
17090           Back to CVS
17091
17092 === release 0.10.2 ===
17093
17094 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17095
17096         * configure.ac:
17097           releasing 0.10.2, "Papa was a rolling stone"
17098
17099 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17100
17101         * configure.ac:
17102           Bump core and plugins-base requirement to 0.10.2.2
17103           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
17104
17105 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17106
17107         * ext/flac/gstflac.c: (plugin_init):
17108         * ext/speex/gstspeex.c: (plugin_init):
17109           Register musicbrainz tags.
17110
17111 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17112
17113         * ext/gconf/gconf.h:
17114           Remove declaration of function that no longer exists.
17115
17116 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17117
17118         * ext/shout2/gstshout2.c: (gst_shout2send_render),
17119         (gst_shout2send_setcaps), (gst_shout2send_change_state):
17120         Make shout2 work for non ogg streams
17121
17122 2006-02-06  Wim Taymans  <wim@fluendo.com>
17123
17124         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
17125         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
17126         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
17127         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
17128         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
17129         * gst/udp/gstmultiudpsink.h:
17130         Updated docs.
17131         Added properties bytes-served, bytes_to_serve.
17132         Post proper error messages,
17133         Emit client added signal too.
17134
17135 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17136
17137         * docs/plugins/Makefile.am:
17138         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17139         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17140         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
17141         (gst_multiudpsink_get_stats):
17142           adding docs for multiudpsink
17143
17144 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17145
17146         * gst/level/gstlevel.c: (gst_level_transform_ip):
17147           peak below decay is not necessarily an error, so don't ERROR log
17148
17149 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17150
17151         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
17152         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
17153         (gst_ebml_write_seek):
17154         * gst/matroska/ebml-write.h:
17155           Make sure we send a newsegment event in BYTES format
17156           before sending buffers (#328531).
17157
17158 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17159
17160         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
17161         (gst_dvdemux_sink_query):
17162         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
17163         * ext/speex/gstspeexdec.c: (speex_get_query_types),
17164         (speex_dec_src_query):
17165         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
17166         (gst_speexenc_sink_query):
17167         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
17168         * gst/matroska/matroska-demux.c:
17169         (gst_matroska_demux_get_src_query_types),
17170         (gst_matroska_demux_handle_src_query):
17171         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
17172         (gst_wavparse_pad_query):
17173           Pass unhandled queries upstream instead of just dropping
17174           them (#326446). Update query type arrays here and there.
17175
17176 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17177
17178         * tests/check/elements/matroskamux.c: (setup_src_pad):
17179           Collectpads in core got changed and now also holds a
17180           reference to any pad that is part of it. Fix refcount
17181           checks in test case accordingly.
17182
17183 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17184
17185         * gst/apetag/gstapedemux.h:
17186           Fix include, for now GstTagDemux is in the apetag dir.
17187
17188 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17189
17190         * docs/plugins/Makefile.am:
17191         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17192         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17193         * docs/plugins/inspect/plugin-cdio.xml:
17194           Add cdio plugin to docs.
17195
17196         * ext/cdio/gstcdiocddasrc.c:
17197           Add gtk-doc blurb.
17198
17199         * ext/cdio/gstcdio.c:
17200           The plugin is called 'cdio' not 'cddio'.
17201
17202 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17203
17204         * configure.ac:
17205         * docs/plugins/Makefile.am:
17206         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17207         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17208         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17209         * docs/plugins/inspect/plugin-apetag.xml:
17210         * gst/apetag/Makefile.am:
17211         * gst/apetag/gstapedemux.c:
17212         * gst/apetag/gstapedemux.h:
17213         * gst/apetag/gsttagdemux.c:
17214         * gst/apetag/gsttagdemux.h:
17215           Add APE tag demuxer (#325649).
17216
17217 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17218
17219         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
17220         (gst_gconf_get_default_video_sink),
17221         (gst_gconf_get_default_audio_src),
17222         (gst_gconf_get_default_video_src):
17223         * ext/gconf/gconf.h:
17224         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
17225         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
17226         (do_toggle_element):
17227         * ext/gconf/gstgconfaudiosink.h:
17228         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
17229         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
17230         (do_toggle_element):
17231         * ext/gconf/gstgconfaudiosrc.h:
17232         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
17233         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
17234         (do_toggle_element):
17235         * ext/gconf/gstgconfvideosink.h:
17236         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
17237         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
17238         (do_toggle_element):
17239         * ext/gconf/gstgconfvideosrc.h:
17240           Ignore changing the GConf key to "". Ignore GConf key updates
17241           that don't actually change the string.
17242           For now, ignore the GConf key when the state is > READY, as
17243           it breaks streaming. Sometime it will be nice to bring the
17244           new sink online even mid-stream, by sending NEWSEGMENT info
17245           and possibly prerolling.
17246           (Fixes #326736)
17247
17248 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17249
17250         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
17251         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
17252         (zoomFilterSetResolution), (zoomFilterDestroy),
17253         (zoomFilterFastRGB), (pointFilter):
17254         * gst/goom/filters.h:
17255         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
17256         (goom_update), (goom_close):
17257         * gst/goom/goom_core.h:
17258         * gst/goom/goom_tools.h:
17259         * gst/goom/graphic.c:
17260         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
17261         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
17262         * gst/goom/gstgoom.h:
17263         * gst/goom/lines.c: (goom_lines):
17264         * gst/goom/lines.h:
17265           Make goom reentrant by moving all important static variables
17266           into instance structures.
17267           (Fixes #329181)
17268
17269 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
17270
17271         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
17272         (gst_avi_demux_all_source_pads_unlinked),
17273         (gst_avi_demux_process_next_entry):
17274         * gst/avi/gstavidemux.h:
17275           Third attempt, use gst_pad_is_linked() this time.
17276
17277 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
17278
17279         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17280         (parse_split_strings):
17281         Adjust for data length indicators when parsing (Fixes #329810)
17282         Fix stupid bug parsing UTF-8 tag text.
17283         Output tag strings with multiple fields as multiple tags, so the
17284         app gets all the data.
17285
17286 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17287
17288         * ext/flac/gstflacenc.c:
17289         Fixed a bug add in last commit, where no event is send. Thanks Tim to
17290         show me.
17291         
17292 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17293
17294         * ext/flac/gstflacenc.c:
17295         * gst/matroska/ebml-read.c:
17296         Just make it compile with --disable-gst-debug.
17297
17298 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
17299
17300         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
17301         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
17302         (id3v2_genre_fields_to_taglist):
17303           Never output a tag with a null contents string.
17304
17305 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17306
17307         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
17308           Only pause if all pads are unlinked AND we've tried to send data
17309           on all of them at least once.
17310
17311 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17312
17313         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
17314         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
17315           Make loop function/task pause itself when all source pads are
17316           unlinked.
17317
17318 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17319
17320         * configure.ac:
17321         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
17322           Use new functions from core to render a bin from a
17323           string. Fixes build. Up requirements to core CVS.
17324
17325 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17326
17327         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
17328           Don't push buffers into the adapter that we are going to
17329           push downstream again without framing anyway. Also, the
17330           adaptor takes ownership of buffers put into it (fixes
17331           auparse pushing invalid buffers for .au files with
17332           ADPCM contents). Finally, set caps on all outgoing buffers.
17333
17334 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
17335
17336         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17337         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
17338         (gst_id3demux_send_tag_event):
17339         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
17340         Someone should kick my butt. Remove ID3v1 tags from the end of the
17341         file.
17342
17343         Improve error messages. Send the TAG message as soon as we complete
17344         typefinding, instead of waiting until we send the first buffer.
17345         Downstream tag event is still sent before the first buffer.
17346
17347 2006-01-27  Jan Gerber  <j@bootlab.org>
17348
17349         Reviewed by: Andy Wingo <wingo@pobox.com>
17350
17351         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
17352         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
17353         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
17354         to not have warings flooding stderr. this is the suggested way
17355         also used in dvgrab and kino. (#328336)
17356
17357 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
17358
17359         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
17360         (gst_oss_sink_init), (gst_oss_sink_finalise):
17361           Free the device name string when finalised.
17362
17363 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
17364
17365         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
17366           Don't put function calls in g_return_if_fail() statements,
17367           or they'll be replaced with NOOPs if someone compiles with
17368           G_DISABLE_CHECKS defined.
17369           
17370 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
17371
17372         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
17373         Never trust ANY information encoded in a media file, especially
17374         when it's giving you sizes. (Fixes #328452)
17375
17376 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
17377
17378         * gst/rtp/gstrtpg711pay.c:
17379         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
17380         bug #325148.
17381
17382 2006-01-23  Edward Hervey  <edward@fluendo.com>
17383
17384         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
17385         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
17386         * gst/matroska/matroska-ids.h:
17387         Added recognition of Real Audio and Video streams in matroska demuxer.
17388
17389 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
17390
17391         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
17392           Remove errant break statement, and fix compilation with
17393           older GCC.
17394
17395 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
17396
17397         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
17398
17399         * sys/sunaudio/gstsunaudiomixerctrl.c:
17400         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
17401           Export functions that are needed in other parts of the code,
17402           makes the mixer actually work; adjust magic minimum buffer-time
17403           value from 3ms to 5ms to work around stuttering during mp3
17404           playback (#327765).
17405
17406 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
17407
17408         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
17409
17410         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
17411         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
17412           Fix possible deadlock in matroska muxer (#327825).
17413
17414 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
17415
17416         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
17417         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17418         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
17419         * gst/rtsp/sdpmessage.h:
17420         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
17421         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
17422           C89 fixes: declare variables at the beginning of a block and
17423           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
17424           <jensgr at gmx dot net>).
17425
17426 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
17427
17428         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17429         * gst/id3demux/id3tags.h:
17430         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17431         (parse_comment_frame), (parse_text_identification_frame),
17432         (id3v2_tag_to_taglist), (id3v2_are_digits),
17433         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
17434         (parse_split_strings), (free_tag_strings):
17435           Rewrite parsing of text tags to handle multiple NULL terminated
17436           strings. Parse numeric genre strings and ID3v2 type
17437           "(3)(6)Alternative" style genre strings.
17438           Parse dates that are only YYYY or YYYY-mm format.
17439           (Fixes #328241 and #322154)
17440
17441 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
17442
17443         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
17444           Don't forget to initialize liboil, otherwise our oil functions
17445           will crash (fixes #327871; patch by: Christoph Burghardt
17446           <hawkes at web dot de>).
17447
17448 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
17449
17450         * configure.ac:
17451           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
17452           like in the core and gst-plugins-base. Fixes #324367 and #326683;
17453           patch by: Brian Cameron <brian dot cameron at sun dot com>
17454
17455 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
17456
17457         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
17458         * ext/cdio/gstcdio.h:
17459         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
17460           Fix build for libcdio versions >= 76; give slightly lower rank
17461           than cdparanoia.
17462
17463 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
17464
17465         * configure.ac:
17466         * ext/Makefile.am:
17467         * ext/cdio/Makefile.am:
17468         * ext/cdio/gstcdio.c:
17469         * ext/cdio/gstcdio.h:
17470         * ext/cdio/gstcdiocddasrc.c:
17471         * ext/cdio/gstcdiocddasrc.h:
17472           Port libcdio cdda source, formerly known as cddasrc, now known as
17473           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
17474           but that's not tested (fixes #317658).
17475
17476 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
17477
17478         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
17479           Fix conversion from TIME to BYTES format (fixes #326864;
17480           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
17481
17482 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
17483
17484         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
17485           Fix compilation of id3demux when zlib is not present.
17486           (Fixes #326602; patch by: Sergey Scobich)
17487
17488 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
17489
17490         * ext/esd/Makefile.am:
17491           Add $(ESD_CFLAGS), otherwise build will fail for folks
17492           with libesd in a non-standard prefix (#327009).
17493
17494 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17495
17496         * configure.ac:
17497           back to HEAD
17498
17499 === release 0.10.1 ===
17500
17501 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
17502
17503         * configure.ac:
17504           releasing 0.10.1, "Li"
17505
17506 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17507
17508           patch by: Wim Taymans
17509
17510         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17511           fix memleak.  Fixes #326618
17512
17513 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17514
17515           patch by: Mike Smith
17516
17517         * gst/level/gstlevel.c: (gst_level_message_new),
17518         (gst_level_message_append_channel):
17519           Fix memleak.  Fixes #326612
17520
17521 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
17522
17523         * configure.ac:
17524           prereleasing
17525         * po/af.po:
17526         * po/az.po:
17527         * po/cs.po:
17528         * po/en_GB.po:
17529         * po/hu.po:
17530         * po/it.po:
17531         * po/nb.po:
17532         * po/nl.po:
17533         * po/or.po:
17534         * po/sq.po:
17535         * po/sr.po:
17536         * po/sv.po:
17537         * po/uk.po:
17538         * po/vi.po:
17539           update translations
17540
17541 2006-01-10  Michael Smith  <msmith@fluendo.com>
17542
17543         * gst/level/gstlevel.c: (gst_level_class_init),
17544         (gst_level_dispose):
17545           Don't leak filter arrays.
17546
17547 2006-01-09 Brian Cameron <brian.cameron@sun.com>
17548
17549         reviewed by: Christian Schaller <uraeus@gnome.org>
17550         
17551         * configure.ac:
17552         * gst-plugins-good.spec.in:
17553         * sys/Makefile.am:
17554         * sys/sunaudio/Makefile.am:
17555         * sys/sunaudio/gstsunaudio.c: (plugin_init):
17556         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
17557         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
17558         (gst_sunaudiomixer_change_state):
17559         * sys/sunaudio/gstsunaudiomixer.h:
17560         * sys/sunaudio/gstsunaudiomixerctrl.c:
17561         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
17562         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
17563         (gst_sunaudiomixer_ctrl_list_tracks),
17564         (gst_sunaudiomixer_ctrl_get_volume),
17565         (gst_sunaudiomixer_ctrl_set_volume),
17566         (gst_sunaudiomixer_ctrl_set_mute),
17567         (gst_sunaudiomixer_ctrl_set_record):
17568         * sys/sunaudio/gstsunaudiomixerctrl.h:
17569         * sys/sunaudio/gstsunaudiomixertrack.c:
17570         (gst_sunaudiomixer_track_class_init),
17571         (gst_sunaudiomixer_track_init), (fill_labels),
17572         (gst_sunaudiomixer_track_new):
17573         * sys/sunaudio/gstsunaudiomixertrack.h:
17574         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
17575         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
17576         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
17577         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
17578         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
17579         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
17580         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
17581         * sys/sunaudio/gstsunaudiosink.h:
17582
17583         Add SunAudio plugin - tested to make sure it doesn't break
17584         the build under GNU/Linux.      
17585
17586 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
17587
17588         * gst-plugins-good/gst/udp/gstdynudpsink.c:
17589         * gst-plugins-good/gst/udp/gstudpsrc.c:
17590         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
17591         overrides the port or multicast parameters. Fixes bugs #323021.
17592         API addition: adds GstUDPSrc::sockfd property   
17593
17594 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
17595
17596         * ext/gconf/Makefile.am:
17597         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
17598         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
17599         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
17600         (do_toggle_element), (cb_toggle_element),
17601         (gst_gconf_audio_src_change_state):
17602         * ext/gconf/gstgconfaudiosrc.h:
17603         * ext/gconf/gstgconfelements.c: (plugin_init):
17604         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
17605         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
17606         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
17607         (do_toggle_element), (cb_toggle_element),
17608         (gst_gconf_video_src_change_state):
17609         * ext/gconf/gstgconfvideosrc.h:
17610           Add new gconfaudiosrc and gconfvideosrc elements
17611           (needed for gnome-sound-recorder).
17612
17613 2006-01-06  Edward Hervey  <edward@fluendo.com>
17614
17615         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
17616         Add gst_element_no_more_pads() for proper decodebin behaviour.
17617         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
17618         (parse_text_identification_frame), (parse_split_strings):
17619         Failure to decode some tags is not a GST_ERROR() but a
17620         GST_WARNING()
17621         When iterating over a chunk of text, check that we haven't gone too
17622         far.
17623
17624 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
17625
17626         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
17627         (plugin_init):
17628           call oil_init() when using liboil
17629
17630 2006-01-04  Wim Taymans  <wim@fluendo.com>
17631
17632         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17633         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17634         Fix leaks.
17635
17636 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
17637
17638         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
17639
17640         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
17641         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
17642         (gst_flac_dec_change_state):
17643           Don't g_assert() where we should just return FALSE; remove
17644           unnecessary g_assert(); initialize some fields properly in
17645           state change function (fixes #325504). Also, use
17646           GST_DEBUG_OBJECT in two more places.
17647
17648 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
17649
17650         * configure.ac:
17651           also remove smoothwave's Makefile.am
17652         * docs/plugins/Makefile.am:
17653           fix plugin docs
17654
17655 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
17656
17657         * tests/examples/Makefile.am:
17658           added missing Makefile.am
17659
17660 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
17661
17662         * configure.ac:
17663         * gst/level/Makefile.am:
17664         * gst/level/level-example.c:
17665         * tests/Makefile.am:
17666         * tests/examples/level/Makefile.am:
17667         * tests/examples/level/level-example.c: (message_handler), (main):
17668           moved level-example to tests/examples/level-example
17669         * tests/old/examples/level/demo.c: (main):
17670         * tests/old/examples/level/plot.c: (main):
17671           some initial fixes
17672
17673 2005-12-29  Michael Smith  <msmith@fluendo.com>
17674
17675         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
17676         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
17677         * gst/udp/gstmultiudpsink.h:
17678           Track packets sent per client in addition to bytes sent; provide
17679           this info through get-stats signal
17680
17681 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
17682
17683         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
17684           Can't use gst_object_unref() on a GstAdapter (#325191).
17685
17686 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
17687
17688         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17689         If a broken tag has 0 bytes payload, at least still skip
17690         the 10 byte header
17691
17692 2005-12-22  Philippe Khalaf  <burger@speedy.org>
17693
17694         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
17695         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
17696         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
17697         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
17698           Making these depayloaders (H263+ and mpeg4 video) inherit from
17699           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
17700
17701 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
17702
17703         * docs/plugins/gst-plugins-good-plugins.args:
17704         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17705         Regenerate the plugin hiearchy.
17706
17707 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
17708
17709         * docs/plugins/Makefile.am:
17710         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17711         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17712         * docs/plugins/gst-plugins-good-plugins.args:
17713         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
17714         (gst_id3demux_base_init), (gst_id3demux_class_init),
17715         (gst_id3demux_chain):
17716         * gst/id3demux/gstid3demux.h:
17717           Add documentation for id3demux.
17718           Don't fail if the first buffer is not at offset 0, just
17719           attempt to typefind and do pass through
17720           Rename the gst_type function from gst_gst_id3demux..
17721
17722 2005-12-20  Michael Smith  <msmith@fluendo.com>
17723
17724         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
17725         (gst_multiudpsink_add), (gst_multiudpsink_remove),
17726         (gst_multiudpsink_get_stats):
17727         * gst/udp/gstmultiudpsink.h:
17728           Collect statistics; return them from get_stats.
17729
17730 2005-12-19  Edward Hervey  <edward@fluendo.com>
17731
17732         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
17733         Stupid signedness issue...
17734
17735 2005-12-19  Edward Hervey  <edward@fluendo.com>
17736
17737         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
17738         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17739         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
17740         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
17741         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
17742         Construct index for indexless files.
17743         Make sure pad/buffers are correctly reset to NULL once we don't need
17744         them anymore, else we get lovely segfaults/assertions.
17745         * gst/wavparse/gstwavparse.c:
17746         Yes, you can have 96KHz audio and wma in wav :(
17747
17748 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
17749
17750         * configure.ac:
17751           Check for optional dependency on zlib for id3demux
17752
17753         * gst/id3demux/Makefile.am:
17754         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
17755         (gst_id3demux_base_init), (gst_id3demux_class_init),
17756         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
17757         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
17758         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
17759         (gst_id3demux_set_property), (gst_id3demux_get_property),
17760         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
17761         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
17762         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
17763         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
17764         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
17765         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
17766         (simple_find_peek), (simple_find_suggest),
17767         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
17768         (plugin_init):
17769         * gst/id3demux/gstid3demux.h:
17770         * gst/id3demux/id3tags.c: (read_synch_uint),
17771         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
17772         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
17773         (id3demux_id3v2_frames_to_tag_list):
17774         * gst/id3demux/id3tags.h:
17775         * gst/id3demux/id3v2.4.0-frames.txt:
17776         * gst/id3demux/id3v2.4.0-structure.txt:
17777         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17778         (parse_comment_frame), (parse_text_identification_frame),
17779         (id3v2_tag_to_taglist), (parse_split_strings):
17780           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
17781           otherwise it discards them. Works on my test files. 
17782
17783         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
17784           Don't send EOS to a non-existing srcpad
17785           The debug category can be static
17786
17787 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
17788
17789         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
17790         * ext/esd/esdsink.c: (gst_esdsink_prepare):
17791         * gst/multipart/multipartdemux.c:
17792           change some char* into char[]
17793
17794 2005-12-16  Wim Taymans  <wim@fluendo.com>
17795
17796         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17797         (gst_wavparse_other), (gst_wavparse_perform_seek),
17798         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17799         (gst_wavparse_loop), (gst_wavparse_pad_convert),
17800         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
17801         * gst/wavparse/gstwavparse.h:
17802         Use GstSegment to implement more seeking features.
17803
17804 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
17805
17806         * gst/rtsp/rtspconnection.c:
17807           Add <netinet/in.h> include and move <arpa/inet.h> include
17808           to make things work on OpenBSD as well (fixes #323717;
17809           patch by: Benjamin Pineau)
17810
17811 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
17812
17813         * gst/rtp/gstrtpspeexdepay.c:
17814         * gst/rtp/gstrtpspeexpay.c:
17815         Set clock rate to be fixed in 8000. It fixes bug #324012.
17816
17817 2005-12-14  Philippe Khalaf  <burger@speedy.org>
17818
17819         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
17820         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
17821         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
17822         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
17823         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
17824         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
17825         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
17826         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
17827         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
17828         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
17829         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
17830         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
17831         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
17832         * gst-plugins-good/gst/rtp/README:
17833         Fixed payload range in payloder caps. Removed payload range completely
17834         from depayloaders as they don't require payload type in their caps.
17835         In effect, there isn't any specific payload type for any given codec,
17836         only suggestions.
17837         Fixes bug #324011.
17838
17839 2005-12-13  Julien MOUTTE  <julien@moutte.net>
17840
17841         * gst/videomixer/videomixer.c: (gst_videomixer_init),
17842         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
17843         (gst_videomixer_collected): Code cleanup and re-enabling 
17844         queued time validity check for correct EOS handling.
17845
17846 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
17847
17848         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
17849         (gst_oss_mixer_element_get_property),
17850         (gst_oss_mixer_element_change_state):
17851         Add 'device-name' property and fix state change function.
17852
17853 2005-12-13  Edward Hervey  <edward@fluendo.com>
17854
17855         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
17856         If the speed of the file is null in the header, set the frame_time to
17857         the default setting of GST_SECOND / 70. Which is the default
17858         frame_delay for .fli files as stated in this document :
17859         http://www.compuphase.com/flic.htm
17860         Would be nice to have the time conversion done properly too (duration =
17861         flxh->frames * flxdec->frame_time)
17862
17863 2005-12-12  Julien MOUTTE  <julien@moutte.net>
17864
17865         * docs/plugins/Makefile.am:
17866         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17867         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17868         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17869         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
17870         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
17871         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
17872         documentation for videomixer on my way with a funny sample
17873         pipeline.
17874
17875 2005-12-12  Julien MOUTTE  <julien@moutte.net>
17876
17877         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
17878         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
17879         (gst_videomixer_update_queues), (gst_videomixer_collected):
17880         Fix caps negotiation. (#323896)
17881
17882 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
17883
17884         * gst/matroska/matroska-demux.c:
17885         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
17886           Set correct timestamps on audio laces, fixes playback of mp3 from
17887                 matroska.
17888
17889 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
17890
17891         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
17892         (gst_au_parse_class_init), (gst_au_parse_init),
17893         (gst_au_parse_dispose), (gst_au_parse_chain),
17894         (gst_au_parse_change_state), (plugin_init):
17895         * gst/auparse/gstauparse.h:
17896           Use gst_object_unref() for GstObjects instead of
17897           g_object_unref() and fix a mem leak in a debug
17898           statement; while we're at it, also borgify, use
17899           boilerplate macros and clean up a little bit.
17900
17901 2005-12-11  Edward Hervey  <edward@fluendo.com>
17902
17903         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17904         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
17905         Added pull mode.
17906
17907 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
17908
17909         * gst/goom/gstgoom.c:
17910         * gst/level/level-example.c: (main):
17911         * gst/smoothwave/demo-osssrc.c: (main):
17912           Use audiotestsrc instead of sinesrc (#323798).
17913
17914 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
17915
17916         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
17917           more debug-func-ptr usage
17918
17919 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
17920
17921         * gst/flx/flx_color.c: (flx_colorspace_convert):
17922         * gst/flx/flx_color.h:
17923         * gst/flx/flx_fmt.h:
17924         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
17925         * gst/flx/gstflxdec.h:
17926           Now flxdec works on big-endian machines as well.
17927
17928 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
17929
17930         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
17931         (gst_fenced_buffer_copy):
17932           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
17933           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
17934           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
17935           and use GST_DEBUG_FUNCPTR for pad functions.
17936
17937 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
17938
17939         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
17940         (gst_flac_dec_class_init), (gst_flac_dec_init),
17941         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
17942         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
17943         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
17944         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
17945         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
17946         (gst_flac_dec_change_state):
17947         * ext/flac/gstflacdec.h:
17948           Rewrite flacdec a bit, so that even seeking might work now. Most
17949           importantly, don't act upon any flow return values we get, just tell
17950           the decoder everything's dandy and act on the flow return values
17951           later on in the loop function. We don't want to mess up the internal
17952           decoder state for non-fatal things like flushing pads etc. Other
17953           than that, use GstSegment (segment seeks don't work yet though, but
17954           should be easy to add), use boilerplate macros, drop the superfluous
17955           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
17956           lots of other things.
17957
17958 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
17959
17960         * configure.ac:
17961           Update comment in OSS includes check.
17962
17963         * sys/oss/gstossdmabuffer.c:
17964         * sys/oss/gstosshelper.c:
17965         * sys/oss/gstossmixer.c:
17966         * sys/oss/gstossmixertrack.c:
17967         * sys/oss/gstosssink.c:
17968         * sys/oss/gstosssrc.c:
17969         * sys/oss/oss_probe.c:
17970           Don't assume the OSS soundcard.h include is always in
17971           the sys/ directory. Instead, use the existing defines
17972           from config.h to include the right file. Fixes
17973           compilation on OpenBSD 3.8 (#323718).
17974
17975 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17976
17977         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17978         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17979         * docs/plugins/inspect/plugin-1394.xml:
17980         * docs/plugins/inspect/plugin-aasink.xml:
17981         * docs/plugins/inspect/plugin-alaw.xml:
17982         * docs/plugins/inspect/plugin-alpha.xml:
17983         * docs/plugins/inspect/plugin-alphacolor.xml:
17984         * docs/plugins/inspect/plugin-auparse.xml:
17985         * docs/plugins/inspect/plugin-autodetect.xml:
17986         * docs/plugins/inspect/plugin-avi.xml:
17987         * docs/plugins/inspect/plugin-cacasink.xml:
17988         * docs/plugins/inspect/plugin-cairo.xml:
17989         * docs/plugins/inspect/plugin-cutter.xml:
17990         * docs/plugins/inspect/plugin-debug.xml:
17991         * docs/plugins/inspect/plugin-dv.xml:
17992         * docs/plugins/inspect/plugin-efence.xml:
17993         * docs/plugins/inspect/plugin-effectv.xml:
17994         * docs/plugins/inspect/plugin-esdsink.xml:
17995         * docs/plugins/inspect/plugin-flac.xml:
17996         * docs/plugins/inspect/plugin-flxdec.xml:
17997         * docs/plugins/inspect/plugin-gconfelements.xml:
17998         * docs/plugins/inspect/plugin-goom.xml:
17999         * docs/plugins/inspect/plugin-jpeg.xml:
18000         * docs/plugins/inspect/plugin-level.xml:
18001         * docs/plugins/inspect/plugin-matroska.xml:
18002         * docs/plugins/inspect/plugin-mulaw.xml:
18003         * docs/plugins/inspect/plugin-multipart.xml:
18004         * docs/plugins/inspect/plugin-navigationtest.xml:
18005         * docs/plugins/inspect/plugin-ossaudio.xml:
18006         * docs/plugins/inspect/plugin-png.xml:
18007         * docs/plugins/inspect/plugin-rtp.xml:
18008         * docs/plugins/inspect/plugin-rtsp.xml:
18009         * docs/plugins/inspect/plugin-shout2send.xml:
18010         * docs/plugins/inspect/plugin-smpte.xml:
18011         * docs/plugins/inspect/plugin-speex.xml:
18012         * docs/plugins/inspect/plugin-udp.xml:
18013         * docs/plugins/inspect/plugin-videobox.xml:
18014         * docs/plugins/inspect/plugin-videoflip.xml:
18015         * docs/plugins/inspect/plugin-videomixer.xml:
18016         * docs/plugins/inspect/plugin-wavenc.xml:
18017         * docs/plugins/inspect/plugin-wavparse.xml:
18018         * ext/flac/gstflac.c: (plugin_init):
18019         * ext/flac/gstflacdec.c: (flacdec_get_type),
18020         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
18021         (gst_flac_dec_init), (gst_flac_dec_finalize),
18022         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
18023         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
18024         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
18025         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
18026         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
18027         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
18028         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
18029         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
18030         * ext/flac/gstflacdec.h:
18031         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
18032         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
18033         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
18034         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
18035         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
18036         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
18037         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
18038         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
18039         (gst_flac_enc_change_state):
18040         * ext/flac/gstflacenc.h:
18041           borgify and fix up documentation
18042
18043 2005-12-09  Michael Smith  <msmith@fluendo.com>
18044
18045         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
18046           Accept a wider range of flac files, more closely matching flac spec.
18047
18048 2005-12-08  Julien MOUTTE  <julien@moutte.net>
18049
18050         * docs/plugins/Makefile.am: Add multipart elements.
18051         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18052         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
18053         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18054         * gst/multipart/multipartdemux.c:
18055         * gst/multipart/multipartmux.c: Add docs.
18056
18057 2005-12-07  Edward Hervey  <edward@fluendo.com>
18058
18059         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
18060         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
18061         (gst_avi_demux_invert):
18062         Memleak and crasher fixes.
18063         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
18064         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
18065         Memleak fixes
18066
18067 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18068
18069         * ext/aalib/gstaasink.h:
18070         * ext/cairo/gsttextoverlay.h:
18071         * ext/dv/gstdvdec.h:
18072         * ext/dv/gstdvdemux.c:
18073         * ext/dv/gstdvdemux.h:
18074         * ext/esd/esdsink.h:
18075         * ext/flac/flac_compat.h:
18076         * ext/flac/gstflacdec.h:
18077         * ext/flac/gstflacenc.h:
18078         * ext/gconf/gconf.h:
18079         * ext/gconf/gstgconfaudiosink.h:
18080         * ext/gconf/gstgconfvideosink.h:
18081         * ext/gdk_pixbuf/gstgdkanimation.h:
18082         * ext/jpeg/gstjpegdec.h:
18083         * ext/jpeg/smokecodec.h:
18084         * ext/jpeg/smokeformat.h:
18085         * ext/ladspa/gstsignalprocessor.h:
18086         * ext/ladspa/search.c: (LADSPAPluginSearch):
18087         * ext/ladspa/utils.h:
18088         * ext/libmng/gstmng.c:
18089         * ext/libmng/gstmngdec.h:
18090         * ext/libmng/gstmngenc.c:
18091         * ext/libmng/gstmngenc.h:
18092         * ext/libpng/gstpng.c:
18093         * ext/libpng/gstpngenc.c:
18094         * ext/libpng/gstpngenc.h:
18095         * ext/shout2/gstshout2.h:
18096         * ext/speex/gstspeexdec.h:
18097         * ext/speex/gstspeexenc.c:
18098         * ext/speex/gstspeexenc.h:
18099         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18100         * gst/autodetect/gstautoaudiosink.h:
18101         * gst/autodetect/gstautovideosink.h:
18102         * gst/avi/gstavidemux.h:
18103         * gst/cutter/gstcutter.c: (gst_cutter_chain),
18104         (gst_cutter_set_property), (gst_cutter_get_caps):
18105         * gst/cutter/gstcutter.h:
18106         * gst/debug/tests.c: (md5_process_block):
18107         * gst/debug/tests.h:
18108         * gst/effectv/gstwarp.c:
18109         * gst/flx/flx_fmt.h:
18110         * gst/flx/gstflxdec.h:
18111         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
18112         (zoomFilterFastRGB):
18113         * gst/goom/filters.h:
18114         * gst/goom/goom_tools.h:
18115         * gst/law/alaw-encode.c:
18116         * gst/level/gstlevel.c:
18117         * gst/level/gstlevel.h:
18118         * gst/matroska/ebml-write.h:
18119         * gst/matroska/matroska-demux.h:
18120         * gst/matroska/matroska-ids.h:
18121         * gst/matroska/matroska-mux.h:
18122         * gst/monoscope/convolve.c: (convolve_match):
18123         * gst/monoscope/convolve.h:
18124         * gst/multipart/multipartmux.c:
18125         * gst/oldcore/gstaggregator.c:
18126         * gst/oldcore/gstaggregator.h:
18127         * gst/oldcore/gstmd5sink.c: (md5_process_block):
18128         * gst/oldcore/gstmd5sink.h:
18129         * gst/oldcore/gstmultifilesrc.c:
18130         * gst/oldcore/gstmultifilesrc.h:
18131         * gst/oldcore/gstpipefilter.h:
18132         * gst/oldcore/gstshaper.h:
18133         * gst/rtp/gstrtpL16depay.h:
18134         * gst/rtp/gstrtpL16pay.h:
18135         * gst/rtp/gstrtpdepay.h:
18136         * gst/rtp/gstrtpmp4vpay.c:
18137         * gst/rtp/gstrtpmp4vpay.h:
18138         * gst/rtsp/gstrtspsrc.c:
18139         * gst/rtsp/gstrtspsrc.h:
18140         * gst/rtsp/rtspconnection.h:
18141         * gst/rtsp/rtspdefs.h:
18142         * gst/rtsp/rtspmessage.h:
18143         * gst/rtsp/rtsptransport.h:
18144         * gst/rtsp/rtspurl.c:
18145         * gst/rtsp/rtspurl.h:
18146         * gst/rtsp/sdpmessage.c:
18147         * gst/rtsp/sdpmessage.h:
18148         * gst/smpte/barboxwipes.c:
18149         * gst/smpte/gstmask.h:
18150         * gst/smpte/gstsmpte.h:
18151         * gst/smpte/paint.c:
18152         * gst/smpte/paint.h:
18153         * gst/udp/gstdynudpsink.h:
18154         * gst/udp/gstmultiudpsink.h:
18155         * gst/udp/gstudpsink.c:
18156         * gst/udp/gstudpsink.h:
18157         * gst/udp/gstudpsrc.c:
18158         * gst/videomixer/videomixer.c:
18159         * gst/wavenc/riff.h:
18160         * gst/wavparse/gstwavparse.h:
18161         * sys/oss/gstossdmabuffer.h:
18162         * sys/oss/gstossmixer.h:
18163         * sys/oss/gstossmixerelement.h:
18164         * sys/oss/gstossmixertrack.h:
18165         * sys/oss/gstosssink.c:
18166         * sys/oss/gstosssink.h:
18167         * sys/oss/gstosssrc.c:
18168         * sys/oss/gstosssrc.h:
18169         * sys/osxaudio/gstosxaudioelement.h:
18170         * sys/osxaudio/gstosxaudiosink.h:
18171         * sys/osxaudio/gstosxaudiosrc.h:
18172           expand tabs
18173
18174 === release 0.10.0 ===
18175
18176 2005-12-05   <thomas (at) apestaart (dot) org>
18177
18178         * configure.ac:
18179           releasing 0.10.0, "Abondance"
18180
18181 2005-12-05  Andy Wingo  <wingo@pobox.com>
18182
18183         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
18184         * ext/flac/gstflacdec.c: (gst_flacdec_write):
18185         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
18186         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
18187         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
18188         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
18189         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
18190         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
18191         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
18192         * ext/speex/gstspeexdec.c: (speex_dec_chain):
18193         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
18194         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18195         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
18196         * gst/goom/gstgoom.c: (gst_goom_chain):
18197         * gst/matroska/matroska-demux.c:
18198         (gst_matroska_demux_push_vorbis_codec_priv_data),
18199         (gst_matroska_demux_add_wvpk_header):
18200         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
18201         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
18202         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
18203         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
18204         alloc_buffer changes.
18205
18206 2005-12-05  Michael Smith  <msmith@fluendo.com>
18207
18208         * docs/plugins/gst-plugins-good-plugins.args:
18209           Remove args for plugins that aren't in -good.
18210
18211 === release 0.9.7 ===
18212
18213 2005-12-01   <thomas (at) apestaart (dot) org>
18214
18215         * configure.ac:
18216           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
18217
18218 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18219
18220         * docs/plugins/.cvsignore:
18221         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18222         * docs/plugins/inspect/plugin-multipart.xml:
18223         * docs/plugins/inspect/plugin-rtp.xml:
18224           add multipart plugin to docs
18225
18226 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18227
18228         * configure.ac:
18229         * ext/Makefile.am:
18230         * ext/pango/Makefile.am:
18231         * ext/pango/gstclockoverlay.c:
18232         * ext/pango/gstclockoverlay.h:
18233         * ext/pango/gsttextoverlay.c:
18234         * ext/pango/gsttextoverlay.h:
18235         * ext/pango/gsttextrender.c:
18236         * ext/pango/gsttextrender.h:
18237         * ext/pango/gsttimeoverlay.c:
18238         * ext/pango/gsttimeoverlay.h:
18239           move pango to base
18240
18241 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18242
18243         * gst/rtp/Makefile.am:
18244         * gst/rtp/gstrtpL16depay.c:
18245         * gst/rtp/gstrtpL16depay.h:
18246         * gst/rtp/gstrtpL16parse.c:
18247         * gst/rtp/gstrtpL16parse.h:
18248         * gst/rtp/gstrtpgsmdepay.c:
18249         * gst/rtp/gstrtpgsmdepay.h:
18250         * gst/rtp/gstrtpgsmparse.c:
18251         * gst/rtp/gstrtpgsmparse.h:
18252           parsers are depayers
18253
18254 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18255
18256         * gst/rtp/Makefile.am:
18257         * gst/rtp/gstasteriskh263.c:
18258         * gst/rtp/gstrtp.c:
18259         * gst/rtp/gstrtpL16enc.c:
18260         * gst/rtp/gstrtpL16enc.h:
18261         * gst/rtp/gstrtpL16parse.c:
18262         * gst/rtp/gstrtpL16parse.h:
18263         * gst/rtp/gstrtpL16pay.c:
18264         * gst/rtp/gstrtpL16pay.h:
18265         * gst/rtp/gstrtpamrdec.c:
18266         * gst/rtp/gstrtpamrdec.h:
18267         * gst/rtp/gstrtpamrdepay.c:
18268         * gst/rtp/gstrtpamrdepay.h:
18269         * gst/rtp/gstrtpamrenc.c:
18270         * gst/rtp/gstrtpamrenc.h:
18271         * gst/rtp/gstrtpamrpay.c:
18272         * gst/rtp/gstrtpamrpay.h:
18273         * gst/rtp/gstrtpdec.c:
18274         * gst/rtp/gstrtpdec.h:
18275         * gst/rtp/gstrtpdepay.c:
18276         * gst/rtp/gstrtpdepay.h:
18277         * gst/rtp/gstrtpg711dec.c:
18278         * gst/rtp/gstrtpg711dec.h:
18279         * gst/rtp/gstrtpg711depay.c:
18280         * gst/rtp/gstrtpg711depay.h:
18281         * gst/rtp/gstrtpg711enc.c:
18282         * gst/rtp/gstrtpg711enc.h:
18283         * gst/rtp/gstrtpg711pay.c:
18284         * gst/rtp/gstrtpg711pay.h:
18285         * gst/rtp/gstrtpgsmenc.c:
18286         * gst/rtp/gstrtpgsmenc.h:
18287         * gst/rtp/gstrtpgsmparse.c:
18288         * gst/rtp/gstrtpgsmparse.h:
18289         * gst/rtp/gstrtpgsmpay.c:
18290         * gst/rtp/gstrtpgsmpay.h:
18291         * gst/rtp/gstrtph263enc.c:
18292         * gst/rtp/gstrtph263enc.h:
18293         * gst/rtp/gstrtph263pay.c:
18294         * gst/rtp/gstrtph263pay.h:
18295         * gst/rtp/gstrtph263pdec.c:
18296         * gst/rtp/gstrtph263pdec.h:
18297         * gst/rtp/gstrtph263pdepay.c:
18298         * gst/rtp/gstrtph263pdepay.h:
18299         * gst/rtp/gstrtph263penc.c:
18300         * gst/rtp/gstrtph263penc.h:
18301         * gst/rtp/gstrtph263ppay.c:
18302         * gst/rtp/gstrtph263ppay.h:
18303         * gst/rtp/gstrtpmp4vdec.c:
18304         * gst/rtp/gstrtpmp4vdec.h:
18305         * gst/rtp/gstrtpmp4vdepay.c:
18306         * gst/rtp/gstrtpmp4vdepay.h:
18307         * gst/rtp/gstrtpmp4venc.c:
18308         * gst/rtp/gstrtpmp4venc.h:
18309         * gst/rtp/gstrtpmp4vpay.c:
18310         * gst/rtp/gstrtpmp4vpay.h:
18311         * gst/rtp/gstrtpmpadec.c:
18312         * gst/rtp/gstrtpmpadec.h:
18313         * gst/rtp/gstrtpmpadepay.c:
18314         * gst/rtp/gstrtpmpadepay.h:
18315         * gst/rtp/gstrtpmpaenc.c:
18316         * gst/rtp/gstrtpmpaenc.h:
18317         * gst/rtp/gstrtpmpapay.c:
18318         * gst/rtp/gstrtpmpapay.h:
18319         * gst/rtp/gstrtpspeexdec.c:
18320         * gst/rtp/gstrtpspeexdec.h:
18321         * gst/rtp/gstrtpspeexdepay.c:
18322         * gst/rtp/gstrtpspeexdepay.h:
18323         * gst/rtp/gstrtpspeexenc.c:
18324         * gst/rtp/gstrtpspeexenc.h:
18325         * gst/rtp/gstrtpspeexpay.c:
18326         * gst/rtp/gstrtpspeexpay.h:
18327           Do burger's rename for rtp payloaders and depayloaders
18328
18329 2005-11-30  Wim Taymans  <wim@fluendo.com>
18330
18331         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
18332         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
18333         * ext/dv/gstdvdemux.h:
18334         Fix seeking in dvdemux again, add some more debug info.
18335
18336 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18337
18338         * configure.ac:
18339           fix tests
18340
18341 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18342
18343         * PORTED_09:
18344         * docs/random/PORTED_09:
18345           move
18346         * tests/Makefile.am:
18347           add
18348         * win32/gst.sln:
18349           remove
18350
18351 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18352
18353         * Makefile.am:
18354         * check/.cvsignore:
18355         * check/Makefile.am:
18356         * check/elements/.cvsignore:
18357         * check/elements/level.c:
18358         * check/elements/matroskamux.c:
18359         * configure.ac:
18360         * examples/Makefile.am:
18361         * examples/capsfilter/Makefile.am:
18362         * examples/capsfilter/capsfilter1.c:
18363         * examples/gob/Makefile.am:
18364         * examples/gob/gst-identity2.gob:
18365         * examples/gstplay/.cvsignore:
18366         * examples/gstplay/Makefile.am:
18367         * examples/gstplay/player.c:
18368         * examples/indexing/.cvsignore:
18369         * examples/indexing/Makefile.am:
18370         * examples/indexing/indexmpeg.c:
18371         * examples/level/Makefile.am:
18372         * examples/level/README:
18373         * examples/level/demo.c:
18374         * examples/level/plot.c:
18375         * examples/stats/Makefile.am:
18376         * examples/stats/mp2ogg.c:
18377         * examples/switch/.cvsignore:
18378         * examples/switch/Makefile.am:
18379         * examples/switch/switcher.c:
18380           move under tests/
18381
18382 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
18383
18384         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
18385         (gst_text_render_class_init), (resize_bitmap),
18386         (gst_text_render_render_text), (gst_text_render_setcaps),
18387         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
18388         (gst_text_render_chain), (gst_text_render_finalize),
18389         (gst_text_render_init), (gst_text_render_set_property):
18390         * ext/pango/gsttextrender.h:
18391           Add missing files.
18392
18393 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
18394
18395         * configure.ac:
18396         * ext/Makefile.am:
18397         * ext/pango/Makefile.am:
18398         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
18399         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
18400         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
18401         * ext/pango/gstclockoverlay.h:
18402         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
18403         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
18404         (gst_text_overlay_finalize), (gst_text_overlay_init),
18405         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
18406         (gst_text_overlay_text_pad_linked),
18407         (gst_text_overlay_text_pad_unlinked),
18408         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
18409         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
18410         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
18411         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
18412         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
18413         (gst_text_overlay_change_state), (plugin_init):
18414         * ext/pango/gsttextoverlay.h:
18415         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
18416         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
18417         (gst_time_overlay_class_init), (gst_time_overlay_init):
18418         * ext/pango/gsttimeoverlay.h:
18419           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
18420           and add background shading and text wrapping modes. Make 
18421           timoverlay derive from textoverlay. Also add new clockoverlay
18422           element.
18423
18424 2005-11-30  Julien MOUTTE  <julien@moutte.net>
18425
18426         * gst/udp/Makefile.am: Moved to netbuffer.
18427
18428 2005-11-30  Julien MOUTTE  <julien@moutte.net>
18429
18430         * configure.ac:
18431         * PORTED_O9:
18432         * gst/multipart/Makefile.am:
18433         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18434         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18435         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
18436         (gst_multipart_demux_change_state),
18437         (gst_multipart_demux_plugin_init):
18438         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18439         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
18440         (gst_multipart_mux_sinkconnect),
18441         (gst_multipart_mux_request_new_pad),
18442         (gst_multipart_mux_handle_src_event),
18443         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
18444         (gst_multipart_mux_change_state): Ported multipart mux/demux to
18445         0.9.
18446
18447 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18448
18449         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
18450         * gst/debug/gstnavigationtest.h:
18451         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
18452         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
18453         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
18454         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
18455         * gst/effectv/gstrev.c: (gst_revtv_get_type):
18456         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
18457         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
18458         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
18459         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
18460         (gst_video_flip_get_type):
18461         * gst/videofilter/gstvideoflip.h:
18462           update for symbols change
18463
18464 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18465
18466         * gst/udp/gstdynudpsink.c:
18467         * gst/udp/gstudpsrc.c:
18468           the old gstnet lib was renamed gstnetbuffer (#322257)
18469
18470 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
18471
18472         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
18473         (gst_text_overlay_collected):
18474           Actually render the text from the text pad.
18475
18476 2005-11-29  Edward Hervey  <edward@fluendo.com>
18477
18478         * gst/debug/gstnavseek.c: (gst_navseek_event):
18479         * gst/debug/progressreport.c: (gst_progress_report_event):
18480         Update for GstBaseTransform event virtual method
18481
18482 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18483
18484         * ext/cairo/Makefile.am:
18485           no need to link to videofilter
18486
18487 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18488
18489         * gst/debug/Makefile.am:
18490         * gst/debug/gstnavigationtest.h:
18491         * gst/effectv/Makefile.am:
18492         * gst/effectv/gstaging.c:
18493         * gst/effectv/gstdice.c:
18494         * gst/effectv/gstedge.c:
18495         * gst/effectv/gstquark.c:
18496         * gst/effectv/gstrev.c:
18497         * gst/effectv/gstshagadelic.c:
18498         * gst/effectv/gstvertigo.c:
18499         * gst/effectv/gstwarp.c:
18500         * gst/videofilter/Makefile.am:
18501         * gst/videofilter/gstvideofilter.c:
18502         * gst/videofilter/gstvideofilter.h:
18503         * gst/videofilter/gstvideoflip.h:
18504           remove the videofilter library and link to the one in base
18505
18506 2005-11-28  Edward Hervey  <edward@fluendo.com>
18507
18508         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18509         Useless check now we're setting the current entry correctly.
18510
18511 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
18512
18513         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
18514         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
18515         (gst_jpegenc_change_state):
18516           Don't leak input buffer in chain function (fixes #322667); make 
18517           state change function thread-safe; don't repeat the current function
18518           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
18519           gst_pad_alloc_buffer(); misc. minor cleanups.
18520
18521 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
18522
18523         * gst/matroska/matroska-mux.c:
18524         (gst_matroska_mux_video_pad_setcaps):
18525         Look for pixel-aspect-ratio in caps, not pixel_width and
18526         pixel_height (Fixes: #322645)
18527
18528 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
18529
18530         * gst/matroska/matroska-mux.c:
18531         (gst_matroska_mux_video_pad_setcaps):
18532         From Michal Benes:
18533         frame duration should be GST_SECOND / framerate, not
18534         GST_SECOND * framerate. (Fixes: #322643)
18535
18536 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18537
18538         * configure.ac:
18539           fix up GST_PLUGIN_LDFLAGS
18540         * gst/rtsp/rtspconnection.c:
18541           fix includes (see #317043)
18542         * gst/videofilter/Makefile.am:
18543           stop installing this library
18544
18545 2005-11-26  Edward Hervey  <edward@fluendo.com>
18546
18547         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
18548         Handle the case where the incoming Video dv stream doesn't have
18549         a pixel aspect ratio set.
18550
18551 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18552
18553         * docs/plugins/Makefile.am:
18554         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18555         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18556         * ext/flac/gstflacdec.c:
18557           document flacdec
18558
18559 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18560
18561         * docs/plugins/Makefile.am:
18562         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18563         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18564         * docs/plugins/inspect/plugin-autodetect.xml:
18565         * ext/cairo/gstcairo.c: (plugin_init):
18566         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
18567         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
18568         (gst_text_overlay_init), (gst_text_overlay_font_init),
18569         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
18570         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
18571         (gst_text_overlay_text_pad_linked),
18572         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
18573         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18574         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
18575         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
18576         (gst_text_overlay_change_state):
18577         * ext/cairo/gsttextoverlay.h:
18578         * ext/cairo/gsttimeoverlay.c:
18579         (gst_cairo_time_overlay_update_font_height),
18580         (gst_cairo_time_overlay_set_caps),
18581         (gst_cairo_time_overlay_get_unit_size),
18582         (gst_cairo_time_overlay_print_smpte_time),
18583         (gst_cairo_time_overlay_transform),
18584         (gst_cairo_time_overlay_base_init),
18585         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
18586         (gst_cairo_time_overlay_get_type):
18587         * ext/cairo/gsttimeoverlay.h:
18588           do some name borgifying
18589           document
18590
18591 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18592
18593         * docs/plugins/Makefile.am:
18594         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18595         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18596         * gst/autodetect/gstautoaudiosink.c:
18597         (gst_auto_audio_sink_base_init):
18598         * gst/autodetect/gstautovideosink.c:
18599         (gst_auto_video_sink_base_init),
18600         (gst_auto_video_sink_factory_filter):
18601           documenting auto*sink
18602           using strstr for the video sink lookup, class field is not ordered
18603         * docs/plugins/inspect/plugin-1394.xml:
18604         * docs/plugins/inspect/plugin-aasink.xml:
18605         * docs/plugins/inspect/plugin-alaw.xml:
18606         * docs/plugins/inspect/plugin-alpha.xml:
18607         * docs/plugins/inspect/plugin-alphacolor.xml:
18608         * docs/plugins/inspect/plugin-auparse.xml:
18609         * docs/plugins/inspect/plugin-autodetect.xml:
18610         * docs/plugins/inspect/plugin-avi.xml:
18611         * docs/plugins/inspect/plugin-cacasink.xml:
18612         * docs/plugins/inspect/plugin-cairo.xml:
18613         * docs/plugins/inspect/plugin-cutter.xml:
18614         * docs/plugins/inspect/plugin-debug.xml:
18615         * docs/plugins/inspect/plugin-dv.xml:
18616         * docs/plugins/inspect/plugin-efence.xml:
18617         * docs/plugins/inspect/plugin-effectv.xml:
18618         * docs/plugins/inspect/plugin-esdsink.xml:
18619         * docs/plugins/inspect/plugin-flac.xml:
18620         * docs/plugins/inspect/plugin-flxdec.xml:
18621         * docs/plugins/inspect/plugin-gconfelements.xml:
18622         * docs/plugins/inspect/plugin-goom.xml:
18623         * docs/plugins/inspect/plugin-jpeg.xml:
18624         * docs/plugins/inspect/plugin-level.xml:
18625         * docs/plugins/inspect/plugin-matroska.xml:
18626         * docs/plugins/inspect/plugin-mulaw.xml:
18627         * docs/plugins/inspect/plugin-navigationtest.xml:
18628         * docs/plugins/inspect/plugin-ossaudio.xml:
18629         * docs/plugins/inspect/plugin-png.xml:
18630         * docs/plugins/inspect/plugin-rtp.xml:
18631         * docs/plugins/inspect/plugin-rtsp.xml:
18632         * docs/plugins/inspect/plugin-shout2send.xml:
18633         * docs/plugins/inspect/plugin-smpte.xml:
18634         * docs/plugins/inspect/plugin-speex.xml:
18635         * docs/plugins/inspect/plugin-udp.xml:
18636         * docs/plugins/inspect/plugin-videobox.xml:
18637         * docs/plugins/inspect/plugin-videoflip.xml:
18638         * docs/plugins/inspect/plugin-videomixer.xml:
18639         * docs/plugins/inspect/plugin-wavenc.xml:
18640         * docs/plugins/inspect/plugin-wavparse.xml:
18641           update for HEAD version
18642
18643 2005-11-25  Michael Smith  <msmith@fluendo.com>
18644
18645         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
18646           Patch from Sebastien Cote to close control sockets in udpsrc.
18647
18648 2005-11-24  Julien MOUTTE  <julien@moutte.net>
18649
18650         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
18651         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
18652         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
18653         (gst_quarktv_base_init), (gst_quarktv_class_init),
18654         (gst_quarktv_init): Flush the planes list on reverse caps
18655         negotiation. This was crashing because of differently sized
18656         buffers.
18657
18658 2005-11-24  Julien MOUTTE  <julien@moutte.net>
18659
18660         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
18661         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
18662         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
18663         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
18664         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
18665         (gst_videoflip_set_property), (gst_videoflip_base_init),
18666         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
18667         correctly, fix identity flipping, convert navigation event 
18668         correctly again.
18669
18670 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18671
18672         * configure.ac: back to HEAD
18673
18674 === release 0.9.6 ===
18675
18676 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
18677
18678         * configure.ac:
18679           releasing 0.9.6, "Everything's Not Lost"
18680
18681 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
18682
18683         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
18684         Oops, initialise the framerate GValue
18685
18686 2005-11-23  Julien MOUTTE  <julien@moutte.net>
18687
18688         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
18689         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
18690         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
18691         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
18692         (gst_timeoverlay_get_type):
18693         * ext/cairo/gsttimeoverlay.h:
18694         * gst/debug/Makefile.am:
18695         * gst/debug/gstnavigationtest.c:
18696         (gst_navigationtest_handle_src_event),
18697         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
18698         (gst_navigationtest_transform), (gst_navigationtest_change_state),
18699         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
18700         (gst_navigationtest_init), (gst_navigationtest_get_type),
18701         (plugin_init):
18702         * gst/debug/gstnavigationtest.h:
18703         * gst/effectv/Makefile.am:
18704         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
18705         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
18706         (gst_agingtv_base_init), (gst_agingtv_class_init),
18707         (gst_agingtv_init), (gst_agingtv_get_type):
18708         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
18709         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
18710         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
18711         (gst_dicetv_get_type):
18712         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
18713         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
18714         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
18715         (gst_edgetv_get_type):
18716         * gst/effectv/gsteffectv.c:
18717         * gst/effectv/gsteffectv.h:
18718         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
18719         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
18720         (gst_quarktv_change_state), (gst_quarktv_base_init),
18721         (gst_quarktv_class_init), (gst_quarktv_init),
18722         (gst_quarktv_get_type):
18723         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
18724         (gst_revtv_get_unit_size), (gst_revtv_transform),
18725         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
18726         (gst_revtv_get_type):
18727         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
18728         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
18729         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
18730         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
18731         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
18732         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
18733         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
18734         (gst_vertigotv_init), (gst_vertigotv_get_type):
18735         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
18736         (gst_warptv_get_unit_size), (gst_warptv_transform),
18737         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
18738         (gst_warptv_get_type):
18739         * gst/videofilter/Makefile.am:
18740         * gst/videofilter/gstvideobalance.c:
18741         * gst/videofilter/gstvideobalance.h:
18742         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
18743         (gst_videofilter_class_init), (gst_videofilter_init):
18744         * gst/videofilter/gstvideofilter.h:
18745         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
18746         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
18747         (gst_videoflip_flip), (gst_videoflip_transform),
18748         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
18749         (gst_videoflip_base_init), (gst_videoflip_class_init),
18750         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
18751         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
18752         BaseTransform, it's just a place holder for now and every video
18753         effect plugin has been ported to use BaseTransform features 
18754         directly. QuarkTV was fixed too (was broken), navigationtest works
18755         and best for the end, videoflip converts navigation events depending
18756         on flip method ! Fixes #320953
18757
18758 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
18759
18760         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
18761         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
18762         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
18763         (gst_goom_src_negotiate), (gst_goom_chain):
18764         * gst/matroska/matroska-mux.c:
18765         (gst_matroska_mux_video_pad_setcaps):
18766         * sys/osxvideo/osxvideosink.m:
18767           Fixes for API changes
18768
18769 2005-11-23  Michael Smith <msmith@fluendo.com>
18770
18771         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
18772         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
18773         * ext/jpeg/gstjpegdec.h:
18774         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
18775         * ext/jpeg/gstjpegenc.h:
18776         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
18777         (gst_smokeenc_resync):
18778         * ext/jpeg/gstsmokeenc.h:
18779           JPEG fractiony goodness.
18780
18781 2005-11-22  Michael Smith <msmith@fluendo.com>
18782
18783         * gst/goom/filters.c:
18784         * gst/goom/graphic.h:
18785           Fix compilation by making some functions static inline instead of
18786           extern inline, matching the way they're used.
18787
18788 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
18789
18790         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
18791         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
18792         * ext/cairo/gsttextoverlay.h:
18793         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
18794         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18795         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
18796         (gst_pngdec_caps_create_and_set):
18797         * ext/libpng/gstpngdec.h:
18798         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
18799         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
18800         * gst/avi/gstavimux.c: (gst_avimux_init),
18801         (gst_avimux_vidsinkconnect):
18802         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
18803         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
18804         (gst_goom_src_negotiate), (gst_goom_chain):
18805         * gst/goom/gstgoom.h:
18806         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
18807         * gst/matroska/matroska-mux.c:
18808         (gst_matroska_mux_video_pad_setcaps):
18809         * sys/osxvideo/osxvideosink.h:
18810         * sys/osxvideo/osxvideosink.m:
18811           More fractional framerate conversions 
18812
18813 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
18814
18815         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
18816         * gst/debug/gstnavigationtest.c:
18817         (gst_navigationtest_handle_src_event):
18818         * gst/videofilter/gstvideofilter.c:
18819         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
18820         (gst_videofilter_init):
18821         * gst/videofilter/gstvideofilter.h:
18822           Convert to fractional framerates.
18823
18824 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
18825
18826         * ext/aalib/gstaasink.c:
18827         * ext/dv/gstdvdec.c:
18828         * ext/esd/esdmon.c:
18829         * ext/flac/gstflacenc.c:
18830         * ext/gdk_pixbuf/pixbufscale.c:
18831         * ext/libcaca/gstcacasink.c:
18832         * ext/shout2/gstshout2.c:
18833         * gst/alpha/gstalpha.c:
18834         * gst/oldcore/gstaggregator.c:
18835         * gst/oldcore/gstshaper.c:
18836         * gst/smpte/barboxwipes.c:
18837         * gst/smpte/gstsmpte.c:
18838         * gst/videobox/gstvideobox.c:
18839         * gst/videofilter/gstvideoflip.c:
18840         * gst/videomixer/videomixer.c:
18841           fix up more enums
18842
18843 2005-11-22  Michael Smith <msmith@fluendo.com>
18844
18845         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18846         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18847         (gst_videomixer_update_queues):
18848           Fractional framerates, videomixer.
18849
18850 2005-11-22  Michael Smith <msmith@fluendo.com>
18851
18852         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
18853         * ext/dv/gstdvdec.h:
18854         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
18855         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18856         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
18857         (gst_dvdemux_flush):
18858         * ext/dv/gstdvdemux.h:
18859           Fractional framerates for DV. 
18860
18861 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
18862
18863         * gst/autodetect/gstautoaudiosink.c:
18864         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
18865         * gst/autodetect/gstautovideosink.c:
18866         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
18867           Use gst_plugin_feature_list_free() to free feature list and
18868           in the case of autovideosink free the list at all. Also
18869           miscellaneous cosmetic fixes.
18870
18871 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
18872
18873         * gst/cutter/gstcutter.c: (gst_cutter_chain),
18874         (gst_cutter_set_property), (gst_cutter_get_caps):
18875           copy calculation code from level; remove use of some audio
18876           functions
18877
18878 2005-11-22  Andy Wingo  <wingo@pobox.com>
18879
18880         * Update for gst_tag_setter API changes.
18881
18882 2005-11-22  Andy Wingo  <wingo@pobox.com>
18883
18884         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
18885         (gst_dvdemux_demux_frame)
18886         * ext/flac/gstflacdec.c (gst_flacdec_write)
18887         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
18888         (gst_flacenc_sink_event)
18889         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
18890         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
18891         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
18892         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
18893         * gst/auparse/gstauparse.c (gst_auparse_chain)
18894         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
18895         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
18896         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
18897         (gst_avi_demux_handle_seek)
18898         * gst/goom/gstgoom.c (gst_goom_event)
18899         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
18900         * gst/matroska/matroska-demux.c
18901         (gst_matroska_demux_handle_seek_event)
18902         (gst_matroska_demux_loop_stream_parse_id)
18903         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
18904         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
18905         (gst_wavparse_stream_headers): Run update-funcnames.
18906
18907 2005-11-22  Edward Hervey  <edward@fluendo.com>
18908
18909         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
18910         (gst_dv1394src_init), (gst_dv1394src_dispose),
18911         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
18912         (gst_dv1394src_uri_set_uri):
18913         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
18914         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
18915         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
18916         URIHandler interface and element properties are now properly
18917         synchronized for DV1394src and UDPSrc
18918
18919 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
18920
18921         * ext/flac/Makefile.am:
18922         * ext/speex/Makefile.am:
18923           libgsttagedit has been renamed to libgsttag.
18924
18925 2005-11-21  Wim Taymans  <wim@fluendo.com>
18926
18927         * gst/rtsp/rtspconnection.c: (read_body):
18928         Apply patch from Sebastien Cote to fix #319184.
18929
18930 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
18931
18932         * configure.ac:
18933         * gst/cutter/Makefile.am:
18934         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
18935         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
18936         (gst_cutter_set_property), (gst_cutter_get_property),
18937         (plugin_init), (gst_cutter_get_caps):
18938           port cutter
18939         * gst/level/gstlevel.c:
18940           fix up plugin details
18941
18942 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
18943
18944         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
18945         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
18946         (gst_flacdec_src_event):
18947         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
18948         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
18949         (gst_signal_processor_getrange), (gst_signal_processor_chain):
18950         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
18951         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
18952         (gst_flxdec_sink_event_handler):
18953         * gst/matroska/matroska-demux.c:
18954         (gst_matroska_demux_handle_seek_event):
18955         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
18956           Update for stream lock API changes: don't take stream log
18957           in sink event handlers any longer and change GST_STREAM_LOCK
18958           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
18959           functions.
18960
18961 2005-11-21  Michael Smith <msmith@fluendo.com>
18962
18963         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
18964           gst_object_unref, not g_object_unref
18965
18966 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
18967
18968         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
18969         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
18970           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
18971
18972 2005-11-21  Michael Smith <msmith@fluendo.com>
18973
18974         * gst/auparse/Makefile.am:
18975         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
18976         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
18977         (gst_auparse_change_state):
18978         * gst/auparse/gstauparse.h:
18979           Partially fix #161712. playbin still doesn't work on these files,
18980           (on the bug report, Andy says we aren't typefinding it for some
18981           reason?) but at least auparse isn't totally busted like it was before.
18982
18983 2005-11-21  Andy Wingo  <wingo@pobox.com>
18984
18985         * *.h:
18986         * *.c: Ran scripts/update-macros. Oh yes.
18987
18988 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
18989
18990         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
18991           Filler events are gone for now, comment out section generating
18992           them.
18993
18994 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
18995
18996         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
18997         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
18998         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
18999         * sys/osxvideo/osxvideosink.m:
19000           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19001           (#322027)
19002
19003 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19004
19005         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
19006         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
19007         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
19008         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
19009         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
19010         (gst_avi_demux_stream_data):
19011         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19012         * gst/wavenc/gstwavenc.c: (write_metadata):
19013         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
19014         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
19015         Fixes for GST_FOURCC_FORMAT API change.
19016
19017 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19018
19019         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
19020         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
19021         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
19022         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19023         (gst_text_overlay_change_state):
19024         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
19025         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
19026         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
19027         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
19028         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19029         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
19030         (gst_videomixer_change_state):
19031           Fix for collect pads API change. Also fix textoverlay state
19032           change function.
19033
19034 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19035
19036         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
19037         GST_PAD_IS_USABLE by something approaching it.
19038
19039 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19040
19041         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
19042         API changes.
19043         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
19044         but also fix the code that was not checking return values from
19045         pad_push neither using pad_alloc_buffer.
19046
19047 2005-11-18  Edward Hervey  <edward@fluendo.com>
19048
19049         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
19050         (gst_pngenc_chain):
19051         Added debug category
19052         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
19053         goes to EOS.
19054
19055 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
19056
19057         * gst/rtp/Makefile.am
19058         * gst/rtp/gstrtp.c
19059         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
19060         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
19061         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
19062         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
19063         * gst/rtp/gstrtpg711enc.h:
19064         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
19065         * gst/rtp/gstrtpspeexenc.c:
19066         * gst/rtp/gstrtpspeexenc.h:
19067         * gst/rtp/gstrtpspeexdec.c:
19068         * gst/rtp/gstrtpspeexdec.h:
19069         Created Speex payloader and depayloader; Optimize G711 payloader to
19070         use adapter and send packets until MTU size.
19071
19072 2005-11-16  Wim Taymans  <wim@fluendo.com>
19073
19074         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
19075         Fix leak in check.
19076
19077 2005-11-16  Wim Taymans  <wim@fluendo.com>
19078
19079         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
19080         Fix state change.
19081
19082 2005-11-16  Andy Wingo  <wingo@pobox.com>
19083
19084         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
19085         (gst_udpsrc_create): Move comment.
19086
19087 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
19088
19089         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19090
19091         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
19092           When seeking, seek to closest index entry at or before the requested
19093           seek position, not just the closest one (#321001).
19094
19095 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19096
19097         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
19098         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
19099           Invert DIB images again (see #132341).
19100
19101 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19102
19103         * configure.ac:
19104           rework configure.ac file
19105         * ext/aalib/gstaasink.c:
19106         * ext/cairo/gstcairo.c:
19107         * ext/dv/gstdv.c:
19108         * ext/esd/gstesd.c:
19109         * ext/flac/gstflac.c:
19110         * ext/gconf/gstgconfelements.c:
19111         * ext/gdk_pixbuf/gstgdkpixbuf.c:
19112         * ext/jpeg/gstjpeg.c:
19113         * ext/ladspa/gstladspa.c:
19114         * ext/libcaca/gstcacasink.c:
19115         * ext/libmng/gstmng.c:
19116         * ext/libpng/gstpng.c:
19117         * ext/mikmod/gstmikmod.c:
19118         * ext/pango/gsttextoverlay.c:
19119         * ext/pango/gsttimeoverlay.c:
19120         * ext/raw1394/gst1394.c:
19121         * ext/speex/gstspeex.c:
19122         * gst/alpha/Makefile.am:
19123         * gst/alpha/gstalpha.c:
19124         * gst/alpha/gstalphacolor.c:
19125         * gst/auparse/gstauparse.c:
19126         * gst/autodetect/gstautoaudiosink.c:
19127         (gst_auto_audio_sink_factory_filter),
19128         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19129         * gst/autodetect/gstautodetect.c:
19130         * gst/avi/gstavi.c:
19131         * gst/cutter/gstcutter.c:
19132         * gst/debug/efence.c:
19133         * gst/debug/gstdebug.c:
19134         * gst/debug/gstnavigationtest.c:
19135         * gst/effectv/gsteffectv.c:
19136         * gst/flx/gstflxdec.c:
19137         * gst/goom/gstgoom.c:
19138         * gst/interleave/plugin.c:
19139         * gst/law/alaw.c:
19140         * gst/law/mulaw.c:
19141         * gst/level/gstlevel.c:
19142         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
19143         * gst/matroska/matroska.c:
19144         * gst/median/gstmedian.c:
19145         * gst/monoscope/gstmonoscope.c:
19146         * gst/multipart/multipart.c:
19147         * gst/oldcore/gstelements.c:
19148         * gst/rtp/gstrtp.c:
19149         * gst/rtsp/gstrtsp.c:
19150         * gst/smoothwave/gstsmoothwave.c:
19151         * gst/smpte/gstsmpte.c:
19152         * gst/udp/gstudp.c:
19153         * gst/videobox/gstvideobox.c:
19154         * gst/videofilter/gstgamma.c:
19155         * gst/videofilter/gstvideobalance.c:
19156         * gst/videofilter/gstvideoflip.c:
19157         * gst/videofilter/gstvideotemplate.c:
19158         * gst/videomixer/videomixer.c:
19159         * gst/wavenc/gstwavenc.c:
19160         * gst/wavparse/gstwavparse.c:
19161         * sys/oss/gstossaudio.c:
19162         * sys/osxaudio/gstosxaudio.c:
19163           update GST_PLUGIN_DEFINE
19164         * gst/rtp/Makefile.am:
19165         * gst/rtp/gstasteriskh263.c:
19166           check for htons/htonl headers and possibly link to winsock2 lib
19167
19168 2005-11-12  Edward Hervey  <edward@fluendo.com>
19169
19170         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
19171         Only GST_DEBUG() information on the valid components.
19172
19173 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19174
19175         * configure.ac: back to HEAD
19176
19177 === release 0.9.5 ===
19178
19179 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
19180
19181         * configure.ac:
19182           releasing 0.9.5, "Phone Alarm"
19183
19184 2005-11-11  Edward Hervey  <edward@fluendo.com>
19185
19186         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19187         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
19188         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
19189         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
19190         (gst_avi_demux_loop):
19191         * gst/avi/gstavidemux.h:
19192         Yeah, implement proper seeking. Exact seeking and segment seeking.
19193         Still need to do some checks for segment_stop.
19194
19195 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19196
19197         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19198
19199         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
19200           Don't try to ready buffer duration from buffer that we don't
19201           own any  longer and that might already have been unreffed.
19202           (#321136)
19203
19204 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
19205
19206         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
19207         (flx_decode_delta_flc), (gst_flxdec_chain):
19208         Attempting to optimize the code for embedded systems.
19209
19210 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
19211
19212         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19213
19214         * sys/oss/gstosssink.c: (gst_oss_sink_close):
19215           Don't re-use already closed file descriptor. (#320920)
19216
19217 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19218
19219         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
19220         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
19221         (gst_oss_sink_prepare):
19222         * sys/oss/gstosssink.h:
19223           Cache probed caps; fix debug output for SET_PARAM macros.
19224
19225 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19226
19227         * ext/cairo/Makefile.am:
19228         * ext/cairo/gstcairo.c: (plugin_init):
19229         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19230         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19231         (gst_text_overlay_init), (gst_text_overlay_font_init),
19232         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19233         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19234         (gst_text_overlay_text_pad_linked),
19235         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19236         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19237         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19238         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19239         (gst_text_overlay_change_state):
19240         * ext/cairo/gsttextoverlay.h:
19241           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
19242           property and redo positioning. Doesn't handle upstream renegotiation
19243           yet though.
19244
19245 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19246
19247         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
19248         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
19249         (gst_avi_demux_loop):
19250           No need to take the STREAM_LOCK in the loop function. Improve
19251           some debug messages. Don't leak pad names in debug messages.
19252
19253 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19254
19255         * gst/matroska/matroska-demux.c:
19256         (gst_matroska_demux_push_vorbis_codec_priv_data),
19257         (gst_matroska_demux_add_wvpk_header):
19258           Don't error out when the source pad isn't linked.
19259
19260 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
19261
19262         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
19263         (gst_gconf_audio_sink_change_state):
19264         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
19265         (gst_gconf_video_sink_change_state):
19266           Fix state change functions here as well and set kid
19267           to NULL state before removing it.
19268
19269 2005-11-01  Edward Hervey  <edward@fluendo.com>
19270
19271         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
19272         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
19273         Added proper event handlind, 
19274         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
19275         ignored),
19276         and don't set a duration of 0 for buffers otherwise they are discarded
19277         by GstBaseSink.
19278
19279         GstWavEnc needs some serious loving, after going through the code I'm
19280         really wondering how this can stay in -good ...
19281
19282 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19283
19284         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
19285         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
19286         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
19287         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
19288         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
19289         (gst_matroska_mux_collected):
19290           Fix leaks and invalid memory access as reported by valgrind
19291
19292 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19293
19294         Patch by: Michal Benes <michal.benes@xeris.cz>
19295
19296         * check/Makefile.am:
19297         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
19298         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
19299         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
19300           add a unit test for matroskamux
19301           fix the bugs that the unit test exposed
19302
19303 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
19304
19305         * gst/autodetect/gstautoaudiosink.c:
19306         (gst_auto_audio_sink_class_init),
19307         (gst_auto_audio_sink_change_state):
19308         * gst/autodetect/gstautovideosink.c:
19309         (gst_auto_video_sink_class_init),
19310         (gst_auto_video_sink_change_state):
19311           Fix state change function and use GST_DEBUG_FUNCPTR in
19312           class_init.
19313
19314 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19315
19316         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19317
19318         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
19319         (gst_ebml_write_reset), (gst_ebml_write_element_new):
19320         * gst/matroska/ebml-write.h:
19321         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
19322           Set timestamps on outgoing ebml headers as well, so that the
19323           element after matroskamux can get the timestamp already when
19324           reading the first ebml element and doesn't have to wait for
19325           the actual data buffer for that (#320308).
19326           
19327 2005-10-31  Andy Wingo  <wingo@pobox.com>
19328
19329         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
19330         (gst_videomixer_pad_link): Kill some memleaks.
19331         (gst_videomixer_pad_get_property): Style fix.
19332         (gst_videomixer_pad_set_property): Style fix.
19333         (gst_videomixer_pad_init): Style fix.
19334         (gst_videomixer_update_queues): Kill memleak.
19335         (gst_videomixer_loop): Kill memleak.
19336         (gst_videomixer_collected): Kill memleak.
19337
19338 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
19339
19340         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
19341         gst_auparse_change_state:
19342         Just some cleanup.
19343
19344 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
19345
19346         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
19347         Add checks to GST_FLOW_NOT_LINKED for values returned
19348         from gst_pad_push.
19349         
19350 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
19351
19352         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
19353         (gst_rtpg711dec_process):
19354         * gst/rtp/gstrtpgsmenc.c:
19355         Payloader now sets some default caps on the srcpad if caps on the sinkpad
19356         are never set. This is important for the g711 to work with burger's rtpbin
19357         element.
19358
19359 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
19360
19361         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
19362         (gst_speexenc_push_buffer):
19363         Add checks for return values from gst_pad_push and
19364         gst_pad_alloc_buffer.
19365
19366 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
19367
19368         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19369
19370         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
19371         (gst_matroska_demux_parse_info),
19372         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
19373         (gst_matroska_demux_parse_cluster):
19374         * gst/matroska/matroska-ids.h:
19375         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
19376         (gst_matroska_mux_init), (gst_matroska_mux_start),
19377         (gst_matroska_mux_create_buffer_header),
19378         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
19379         (gst_matroska_mux_get_property):
19380         * gst/matroska/matroska-mux.h:
19381           Add SimpleBlock support to matroska demuxer and muxer (part of
19382           Matroska v2). (#319731)
19383
19384 2005-10-28  Wim Taymans  <wim@fluendo.com>
19385
19386         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
19387         (gst_jpeg_dec_change_state):
19388         * ext/jpeg/gstjpegdec.h:
19389         Cleanups. Don't create caps for every chain.
19390
19391 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
19392
19393         * gst/law/alaw-encode.c: (gst_alawenc_init),
19394         (alawenc_setcaps), (gst_alawenc_chain)
19395         * gst/law/alaw-encode.h:
19396         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
19397         (mulawenc_setcaps), (gst_mulawenc_chain)
19398         * gst/law/mulaw-encode.h:
19399         Set timestamp on buffer and it allows RTP G711 elements
19400         work properly.
19401
19402 2005-10-27  Wim Taymans  <wim@fluendo.com>
19403
19404         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
19405         Set correct format on oss instead of a silly value. 
19406
19407 2005-10-27  Julien MOUTTE  <julien@moutte.net>
19408
19409         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19410         (gst_video_box_transform_caps), (gst_video_box_set_caps),
19411         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
19412         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
19413         I420 rendering as well, doesn't bring much for my platform.
19414         Might help on some other platforms.
19415
19416 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
19417
19418         * gst/rtp/gstrtpgsmenc.c:
19419         * gst/rtp/gstrtpgsmparse.c:
19420         Declaring the padtemplate correctly.
19421
19422 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
19423
19424         * gst/rtp/gstrtpg711dec.c:
19425         * gst/rtp/gstrtpg711enc.c:
19426         * gst/rtp/gstrtpgsmenc.c:
19427         * gst/rtp/gstrtpgsmparse.c:
19428         Setting the proper copyright notice.
19429
19430 2005-10-26  Julien MOUTTE  <julien@moutte.net>
19431
19432         * gst/videobox/Makefile.am: Use liboil.
19433         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19434         (gst_video_box_set_property), (gst_video_box_transform_caps),
19435         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
19436         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
19437         using liboil. Will dot the same to I420 border generation
19438         tomorrow.
19439
19440 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
19441
19442         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
19443         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
19444         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
19445         * gst/rtp/gstrtpg711dec.h:
19446         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
19447         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
19448         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
19449         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
19450         (gst_rtpgsmenc_handle_buffer):
19451         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
19452         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
19453         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
19454         * gst/rtp/gstrtpgsmparse.h:
19455         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
19456         inherits from the basertpdepayloader.
19457
19458 2005-10-26  Julien MOUTTE  <julien@moutte.net>
19459
19460         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19461         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
19462         (gst_video_box_ayuv): Removing this forgotten debug.
19463
19464 2005-10-26  Julien MOUTTE  <julien@moutte.net>
19465
19466         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19467         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
19468         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
19469
19470 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
19471
19472         * sys/oss/gstossaudio.c:
19473         * sys/oss/gstossdmabuffer.c:
19474         * sys/oss/gstosshelper.c:
19475         * sys/oss/gstossmixer.c:
19476         * sys/oss/gstossmixerelement.c:
19477         * sys/oss/gstossmixertrack.c:
19478         * sys/oss/gstosssink.c:
19479         * sys/oss/gstosssrc.c:
19480           Actually use the 'oss' debug category we register.
19481
19482 2005-10-26  Julien MOUTTE  <julien@moutte.net>
19483
19484         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
19485         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
19486         Use gst_pad_get_parent and drop the ref that was added through
19487         that call.
19488
19489 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
19490
19491         * gst/rtp/gstrtpgsmenc.c:
19492           Fix compilation
19493
19494 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
19495
19496         * gst/rtp/gstrtpg711dec.c
19497         Just removed a couple of lines of weird code used during
19498         development/test time.
19499
19500 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
19501
19502         * gst/rtp/Makefile.am
19503         * gst/rtp/gstrtp.c
19504         * gst/rtp/gstrtpg711enc.c
19505         * gst/rtp/gstrtpg711enc.h
19506         * gst/rtp/gstrtpg711dec.c
19507         * gst/rtp/gstrtpg711dec.h
19508         Created G711 payloader and depayloader (it supports mulaw and alaw
19509         (dec)encoders)
19510
19511 2005-10-25  Julien MOUTTE  <julien@moutte.net>
19512
19513         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19514         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
19515         Doh ! I introduced wingo's bug again ! Sorry...
19516
19517 2005-10-25  Christian Schaller <christian@fluendo.com> 
19518
19519         * gst/rtp/Makefile.am: add missing header files for disting
19520
19521 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
19522
19523         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
19524         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
19525         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
19526         (gst_rtpgsmenc_handle_buffer):
19527         * gst/rtp/gstrtpgsmenc.h:
19528         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
19529         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
19530         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
19531         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
19532         * gst/rtp/gstrtpgsmparse.h:
19533         Getting the GSM (de)payloader working and compatible with our plans for RTP.
19534
19535 2005-10-25  Julien MOUTTE  <julien@moutte.net>
19536
19537         * ext/libpng/gstpngdec.c: (user_info_callback),
19538         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
19539         a newsegment event, move some redundant code in a single place.
19540
19541 2005-10-25  Julien MOUTTE  <julien@moutte.net>
19542
19543         * ext/libpng/gstpngdec.c: (user_info_callback),
19544         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
19545         hack to get correct colors order when we have a png image with
19546         alpha channel.
19547
19548 2005-10-24  Edward Hervey  <edward@fluendo.com>
19549
19550         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
19551         Call gst_element_no_more_pads when there will be no more pads.
19552
19553 2005-10-24  Wim Taymans  <wim@fluendo.com>
19554
19555         * gst/rtp/Makefile.am:
19556         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
19557         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
19558         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
19559         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
19560         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
19561         (gst_asteriskh263_plugin_init):
19562         * gst/rtp/gstasteriskh263.h:
19563         * gst/rtp/gstrtp.c: (plugin_init):
19564         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
19565         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
19566         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
19567         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
19568         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
19569         (gst_rtph263enc_plugin_init):
19570         * gst/rtp/gstrtph263enc.h:
19571         Added two new payloaders, an RFC 2190 payloader for h263 and
19572         a payload convertor for an asterisk server.
19573
19574 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
19575
19576         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
19577           Set bytes_per_sample correctly (is not always 4, but 
19578           depends on width and number of channels).
19579
19580 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
19581
19582         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
19583         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
19584         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
19585         (gst_flacenc_sink_event), (gst_flacenc_chain),
19586         (gst_flacenc_set_property), (gst_flacenc_get_property),
19587         (gst_flacenc_change_state):
19588         * ext/flac/gstflacenc.h:
19589           Fix seeking, so that flacenc can rewrite the header with the
19590           correct duration and amount of samples and all that at EOS;
19591           also set timestamps and granulepos on outgoing buffers; add
19592           debug category; fix state change function.
19593           
19594 2005-10-24  Julien MOUTTE  <julien@moutte.net>
19595
19596         * gst/videomixer/videomixer.c: Don't restrict video geometry
19597         from 16 to 4096.
19598
19599 2005-10-24  Julien MOUTTE  <julien@moutte.net>
19600
19601         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19602         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
19603         Fix caps negotiation correctly, add debugging category.
19604
19605 2005-10-24  Christian Schaller  <christian@fluendo.com>
19606
19607         * configure.ac: Port over Thomas's change from base listing all plugins
19608
19609 2005-10-24  Julien MOUTTE  <julien@moutte.net>
19610
19611         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
19612         a sink pad.
19613
19614 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19615
19616         * configure.ac:
19617         * docs/upload.mak:
19618           back to HEAD
19619
19620 === release 0.9.4 ===
19621
19622 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19623
19624         * configure.ac:
19625           Releasing 0.9.4, "Dromiceiomimus"
19626
19627 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
19628
19629         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
19630         (gst_speexenc_src_query):
19631           Add position and duration query, fix query type function.
19632           
19633         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
19634         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
19635           Let's not set non-fixed caps on source pads.
19636
19637 2005-10-21  Wim Taymans  <wim@fluendo.com>
19638
19639         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19640         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
19641         (gst_avi_demux_handle_seek):
19642         Set correct stream_time in newsegment event.
19643         avi can also handle a duration query now.
19644
19645 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
19646
19647         * gst/matroska/matroska-demux.c:
19648         (gst_matroska_demux_handle_src_query),
19649         (gst_matroska_demux_handle_seek_event),
19650         (gst_matroska_demux_loop_stream_parse_id):
19651           Fix duration query; fix basetime in newsegment event after
19652           seek; fix duration in initial newsegment event.
19653
19654         * gst/matroska/matroska-mux.c:
19655         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
19656           Extract number of channels and samplerate from vorbis headers;
19657           add some debug messages when querying the durations of the
19658           input streams.
19659
19660 2005-10-20  Wim Taymans  <wim@fluendo.com>
19661
19662         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
19663         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19664         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
19665         Set stream time correctly in newsegment.
19666
19667 2005-10-20  Wim Taymans  <wim@fluendo.com>
19668
19669         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
19670         Correctly fill in the stream time.
19671
19672 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19673
19674         * check/elements/level.c: (GST_START_TEST):
19675         * gst/level/gstlevel.c: (gst_level_message_new):
19676         * gst/level/level-example.c: (message_handler):
19677           use ELEMENT messages instead
19678
19679 2005-10-19  Wim Taymans  <wim@fluendo.com>
19680
19681         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
19682         (gst_dvdemux_src_query):
19683         * ext/flac/gstflacdec.c: (gst_flacdec_length),
19684         (gst_flacdec_src_query):
19685         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
19686         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
19687         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
19688         * gst/debug/gstnavseek.c: (gst_navseek_seek):
19689         * gst/debug/progressreport.c: (gst_progress_report_report):
19690         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
19691         * gst/matroska/matroska-demux.c:
19692         (gst_matroska_demux_handle_src_query):
19693         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
19694         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
19695         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19696         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
19697         (gst_wavparse_srcpad_event):
19698         API change fix.
19699
19700 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
19701
19702         * gst/goom/filters.c:
19703         * gst/goom/graphic.h:
19704         * gst/goom/lines.c:
19705           Make inline functions either 'static inline' or 'extern inline',
19706           otherwise the Forte compiler apparently won't inline them (#317300).
19707
19708 2005-10-19  Julien MOUTTE  <julien@moutte.net>
19709
19710         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
19711         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
19712         (user_info_callback), (user_endrow_callback), (user_end_callback),
19713         (user_read_data), (gst_pngdec_caps_create_and_set),
19714         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
19715         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
19716         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
19717         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
19718         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
19719         very nice and handle push/pull based model. if you have filesrc
19720         connected to it, it will do random access to load the png file.
19721         If you have a network source that can't do _getrange, it does 
19722         progressive loading through the chain function.
19723         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
19724         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
19725         thanks to Master Wim Taymans ;-)
19726
19727 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
19728
19729         * gst/matroska/Makefile.am:
19730         * gst/matroska/ebml-read.c:
19731         * gst/matroska/ebml-read.h:
19732         * gst/matroska/matroska-demux.c:
19733         * gst/matroska/matroska-demux.h:
19734         * gst/matroska/matroska.c: (plugin_init):
19735           Ported matroska demuxer to 0.9.
19736
19737 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
19738
19739         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19740
19741         * gst/matroska/matroska-mux.c:
19742         (gst_matroska_mux_video_pad_setcaps),
19743         (gst_matroska_mux_audio_pad_setcaps):
19744           Fix mpeg4 input handling (#318847); also, while we're at it,
19745           fix media type for Motion-JPEG: should be image/jpeg.
19746
19747 2005-10-18  Wim Taymans  <wim@fluendo.com>
19748
19749         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
19750         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19751         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
19752         Fix for segment-start/stop API change.
19753
19754 2005-10-17  Julien MOUTTE  <julien@moutte.net>
19755
19756         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
19757         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
19758         way.
19759
19760 2005-10-17  Julien MOUTTE  <julien@moutte.net>
19761
19762         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
19763         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
19764         output declared in transform_caps.
19765
19766 2005-10-17  Julien MOUTTE  <julien@moutte.net>
19767
19768         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
19769
19770 2005-10-17  Julien MOUTTE  <julien@moutte.net>
19771
19772         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
19773         (gst_video_box_get_unit_size): Fix wrong size calculations and
19774         implement get_unit_size correctly.
19775
19776 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
19777
19778         * configure.ac:
19779           Enable flx plugin.
19780
19781         * gst/flx/gstflxdec.c: (flx_decode_chunks):
19782           Fix gcc4 signedness issue.
19783
19784 2005-10-17  Julien MOUTTE  <julien@moutte.net>
19785
19786         * configure.ac: Adding videomixer.
19787         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
19788         (user_read_data), (gst_pngdec_chain): More debugging.
19789         * gst/alpha/Makefile.am: Adding alphacolor
19790         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
19791         (gst_alpha_color_class_init), (gst_alpha_color_init),
19792         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
19793         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
19794         (plugin_init): Ported to 0.9 using in place base tranform.
19795         * gst/videomixer/Makefile.am:
19796         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
19797         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
19798         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
19799         (gst_videomixer_pad_init), (gst_videomixer_class_init),
19800         (gst_videomixer_init), (gst_videomixer_getcaps),
19801         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
19802         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
19803         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
19804         to 0.9 using collectpads.
19805
19806 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
19807
19808         * configure.ac:
19809         * gst/flx/Makefile.am:
19810         * gst/flx/gstflxdec.c: (gst_flxdec_init),
19811         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
19812         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
19813         * gst/flx/gstflxdec.h:
19814         flx plugin ported to 0.9
19815
19816 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19817
19818         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
19819           use new gst_version_string()
19820
19821 2005-10-16  Andy Wingo  <wingo@pobox.com>
19822
19823         * configure.ac: GLIB_CHECK.
19824
19825 2005-10-15  Julien MOUTTE  <julien@moutte.net>
19826
19827         * ext/libpng/Makefile.am:
19828         * ext/libpng/gstpng.c: (plugin_init):
19829         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
19830         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
19831         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
19832
19833 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
19834
19835         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19836
19837         * configure.ac:
19838         * gst/matroska/Makefile.am:
19839         * gst/matroska/ebml-ids.h:
19840         * gst/matroska/ebml-write.c:
19841         * gst/matroska/ebml-write.h:
19842         * gst/matroska/matroska-ids.h:
19843         * gst/matroska/matroska-mux.c:
19844         * gst/matroska/matroska-mux.h:
19845         * gst/matroska/matroska.c: (plugin_init):
19846           Port matroska muxer to 0.9 (#318847).
19847
19848 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
19849
19850         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
19851         (comment_init), (comment_add):
19852           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
19853           use GST_READ_UINT32_LE() and friends rather than the private
19854           implementation of those same macros.
19855
19856 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
19857
19858         * examples/stats/mp2ogg.c:
19859           more typo fixes
19860
19861 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
19862
19863         * examples/indexing/indexmpeg.c: (main):
19864         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
19865         (gst_esdmon_close_audio), (gst_esdmon_change_state):
19866         * ext/esd/esdmon.h:
19867         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
19868         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
19869         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
19870         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
19871         * gst/avi/gstavimux.c: (gst_avimux_init):
19872         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
19873         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
19874         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
19875         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
19876         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
19877         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
19878         * gst/oldcore/gstmultifilesrc.h:
19879         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
19880         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
19881         (gst_pipefilter_change_state):
19882         * gst/oldcore/gstpipefilter.h:
19883         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
19884         * gst/videomixer/videomixer.c: (gst_videomixer_init):
19885         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
19886         * sys/osxaudio/gstosxaudiosink.h:
19887         * sys/osxaudio/gstosxaudiosrc.h:
19888           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
19889           moved bitshift from macro to enum definition
19890
19891 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
19892
19893         * ext/Makefile.am:
19894         * ext/cairo/Makefile.am:
19895         * ext/cairo/gstcairo.c: (plugin_init):
19896         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
19897         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
19898         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
19899         * ext/cairo/gsttimeoverlay.h:
19900           update of cairo-based timeoverlay to 1.0 Cairo API
19901           doesn't work yet for resizing of output sink
19902
19903 2005-10-11  Wim Taymans  <wim@fluendo.com>
19904
19905         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
19906         newsegment API fix.
19907
19908 2005-10-11  Wim Taymans  <wim@fluendo.com>
19909
19910         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
19911         (gst_dvdemux_demux_frame):
19912         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19913         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19914         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
19915         (gst_avi_demux_handle_seek):
19916         * gst/goom/gstgoom.c: (gst_goom_event):
19917         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
19918         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
19919         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19920         (gst_wavparse_loop), (gst_wavparse_pad_convert),
19921         (gst_wavparse_srcpad_event):
19922         newsegment API update.
19923
19924 2005-10-11  Andy Wingo  <wingo@pobox.com>
19925
19926         * ext/speex/gstspeexenc.c: Signedness cleanups.
19927
19928 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
19929
19930         * PORTED_09:
19931         * ext/speex/Makefile.am:
19932         * ext/speex/gstspeex.c:
19933         * ext/speex/gstspeexenc.c:
19934         Speexenc ported to 0.9
19935
19936 2005-10-10  Wim Taymans  <wim@fluendo.com>
19937
19938         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
19939         (gst_oss_sink_init), (gst_oss_sink_set_property),
19940         (gst_oss_sink_get_property), (gst_oss_sink_open),
19941         (gst_oss_sink_prepare), (gst_oss_sink_reset):
19942         * sys/oss/gstosssink.h:
19943         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
19944         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
19945         (gst_oss_src_prepare):
19946         Cleanups, make device configurable in the sink, handle and report
19947         errors.
19948
19949 2005-10-10  Wim Taymans  <wim@fluendo.com>
19950
19951         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
19952         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
19953         Make sure element is NULL before removing from the bin.
19954
19955 2005-10-07  Andy Wingo  <wingo@pobox.com>
19956
19957         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
19958         block forever in a read().
19959         (gst_dv1394src_bus_reset): Post a message when the cable is
19960         unplugged.
19961         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
19962         (gst_dv1394src_bus_reset): Don't unref the message.
19963
19964         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
19965         hacking. The only change should be that the state change stuff was
19966         put into basesrc's start() and stop() routines, which coalesces
19967         some steps.
19968
19969 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
19970
19971         * configure.ac:
19972           Add check for mmap
19973           
19974         * gst/debug/Makefile.am:
19975           Only compile efence plugin on systems that have mmap.
19976
19977 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
19978
19979         * gst/debug/Makefile.am:
19980         * gst/debug/breakmydata.c:
19981         * gst/debug/gstdebug.c:
19982         * gst/debug/gstnavigationtest.c:
19983         * gst/debug/gstnavseek.c: 
19984         * gst/debug/gstnavseek.h:
19985         * gst/debug/progressreport.c: 
19986         * gst/debug/testplugin.c:
19987           Port progressreport, navseek, navigationtest, testsink and
19988           breakmydata.
19989
19990 2005-10-05  Edward Hervey  <edward@fluendo.com>
19991
19992         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
19993         (gst_dvdemux_src_query):
19994         Fixes for better conversion
19995
19996 2005-10-04  Michael Smith <msmith@fluendo.com>
19997
19998         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
19999         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20000         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
20001         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20002           Set state of elements to NULL before removing from bins.
20003           Set state of test element to NULL if we failed to move it to READY
20004
20005 2005-10-04  Edward Hervey  <edward@fluendo.com>
20006
20007         * ext/dv/Makefile.am:
20008         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
20009         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
20010         Corrected the query function for position so it doesn't forget what
20011         format was asked, and calls the conversion functions on the correct pad.
20012
20013 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20014
20015         * configure.ac:
20016           back to development
20017
20018 === release 0.9.3 ===
20019
20020 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20021
20022         * configure.ac:
20023           Releasing 0.9.3, "Aramis"
20024
20025 2005-10-03  Andy Wingo  <wingo@pobox.com>
20026
20027         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
20028         error returns.
20029
20030 2005-10-02  Andy Wingo  <wingo@pobox.com>
20031
20032         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
20033
20034         * ext/flac/gstflacenc.c: Ported to 0.9.
20035
20036         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
20037
20038         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
20039         and link to gsttagedit. Enable flacenc.
20040
20041         * ext/flac/gstflacdec.c: Re-enable tag reading.
20042
20043 2005-09-30  Wim Taymans  <wim@fluendo.com>
20044
20045         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
20046         * gst/rtp/gstrtpgsmparse.c:
20047         * gst/rtp/gstrtph263penc.c:
20048         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20049         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20050         (gst_rtpmp4venc_set_property):
20051         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
20052         Various class and caps fixes from Andre Magalhaes (andrunko)
20053
20054 2005-09-29  Wim Taymans  <wim@fluendo.com>
20055
20056         * gst/level/level-example.c: (main):
20057         Update for new bus API.
20058
20059 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
20060
20061         * configure.ac:
20062           Fix unexpanded autoconf macro GST_DOC, which has been renamed
20063           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
20064
20065 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
20066
20067         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
20068           Fix playback of mono streams (bytes_per_sample should be set
20069           from the sample width and the number of channels negotiated,
20070           and not just be set to 4) (#317338)
20071
20072 2005-09-26  Wim Taymans  <wim@fluendo.com>
20073
20074         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
20075         (gst_rtpmpaenc_handle_buffer):
20076         Set buffer duration correctly.
20077
20078 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
20079
20080         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
20081         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
20082         (gst_avi_demux_change_state):
20083           Don't crash when encountering a stream with an unknown fourcc or
20084           codec id. Instead, create a pad of type video/x-avi-unknown or
20085           audio/x-avi-unknown, which as a side-effect also results in less
20086           confusing error messages in players ('no decoder' vs. 'no streams');
20087           minor fixes to state change function and class_init function.
20088
20089 2005-09-24  Wim Taymans  <wim@fluendo.com>
20090
20091         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20092         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20093         These are sinks.
20094
20095 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20096
20097         * check/elements/level.c: (GST_START_TEST):
20098           fix test for new GstClockTime use
20099         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
20100         (gst_level_transform_ip):
20101         * gst/level/gstlevel.h:
20102           fix up the decay peak, ensuring the decay peak is never lower
20103           than the peak for that interval
20104
20105 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20106
20107         * docs/plugins/gst-plugins-good-plugins.args:
20108         * docs/plugins/inspect/plugin-alpha.xml:
20109         * docs/plugins/inspect/plugin-rtp.xml:
20110         * gst/level/gstlevel.c: (gst_level_set_caps),
20111         (gst_level_transform_ip):
20112           updating docs
20113
20114 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20115
20116         * Makefile.am:
20117         * check/elements/level.c: (GST_START_TEST):
20118         * gst/level/Makefile.am:
20119         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
20120         (gst_level_set_property), (gst_level_get_property),
20121         (gst_level_set_caps), (gst_level_message_new),
20122         (gst_level_transform_ip):
20123         * gst/level/gstlevel.h:
20124         * gst/level/level-example.c: (message_handler), (main):
20125           convert to using GstClockTime for all time values, finally.
20126
20127 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20128
20129         * gst/auparse/Makefile.am:
20130         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20131           fix up build
20132         * configure.ac:
20133         * ext/cairo/Makefile.am:
20134         * ext/dv/Makefile.am:
20135         * ext/esd/Makefile.am:
20136         * ext/flac/Makefile.am:
20137         * ext/gconf/Makefile.am:
20138         * ext/gdk_pixbuf/Makefile.am:
20139         * ext/jpeg/Makefile.am:
20140         * ext/ladspa/Makefile.am:
20141         * ext/libcaca/Makefile.am:
20142         * ext/libmng/Makefile.am:
20143         * ext/libpng/Makefile.am:
20144         * ext/mikmod/Makefile.am:
20145         * ext/pango/Makefile.am:
20146         * ext/raw1394/Makefile.am:
20147         * ext/shout2/Makefile.am:
20148         * ext/speex/Makefile.am:
20149         * gst/alpha/Makefile.am:
20150         * gst/autodetect/Makefile.am:
20151         * gst/avi/Makefile.am:
20152         * gst/cutter/Makefile.am:
20153         * gst/debug/Makefile.am:
20154         * gst/effectv/Makefile.am:
20155         * gst/flx/Makefile.am:
20156         * gst/goom/Makefile.am:
20157         * gst/interleave/Makefile.am:
20158         * gst/law/Makefile.am:
20159         * gst/matroska/Makefile.am:
20160         * gst/median/Makefile.am:
20161         * gst/monoscope/Makefile.am:
20162         * gst/multipart/Makefile.am:
20163         * gst/oldcore/Makefile.am:
20164         * gst/rtp/Makefile.am:
20165         * gst/rtsp/Makefile.am:
20166         * gst/smoothwave/Makefile.am:
20167         * gst/smpte/Makefile.am:
20168         * gst/videobox/Makefile.am:
20169         * gst/videofilter/Makefile.am:
20170         * gst/videomixer/Makefile.am:
20171         * gst/wavenc/Makefile.am:
20172         * gst/wavparse/Makefile.am:
20173         * sys/oss/Makefile.am:
20174         * sys/osxaudio/Makefile.am:
20175         * sys/osxvideo/Makefile.am:
20176           fix up GST_LIBS use
20177
20178 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20179
20180         * gst/auparse/Makefile.am:
20181         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20182           fix build of auparse
20183
20184 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
20185
20186         * configure.ac:
20187         * PORTED_09:
20188         * gst/auparse/gstauparse.c:
20189         * gst/auparse/gstauparse.h:
20190         Auparse ported to 0.9.
20191
20192 2005-09-22  Wim Taymans  <wim@fluendo.com>
20193
20194         * gst/rtp/TODO:
20195         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
20196         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20197         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20198         (gst_rtpmp4venc_set_property):
20199         * gst/rtp/gstrtpmp4venc.h:
20200         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
20201         * gst/rtp/gstrtpmpaenc.h:
20202         Use is_filled to both check MTU and max-ptime of base class.
20203
20204 2005-09-22  Wim Taymans  <wim@fluendo.com>
20205
20206         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20207         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20208         (gst_rtpmp4venc_set_property):
20209         Don't fragment packets with multiple frames.
20210
20211 2005-09-22  Wim Taymans  <wim@fluendo.com>
20212
20213         * gst/rtp/TODO:
20214         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
20215         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20216         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
20217         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
20218         (gst_rtpmp4venc_get_property):
20219         * gst/rtp/gstrtpmp4venc.h:
20220         Remove g_print.
20221         Update TODO
20222         Make payload encoder a bit smarter and more correct with
20223         timestamps.
20224         Added option in payloader to include config string in-band.
20225
20226 2005-09-21  Wim Taymans  <wim@fluendo.com>
20227
20228         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
20229         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
20230         (gst_rtspsrc_send):
20231         Strip spaces for key/value pairs.
20232
20233 2005-09-21  Wim Taymans  <wim@fluendo.com>
20234
20235         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
20236         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
20237         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
20238         (gst_rtspsrc_change_state):
20239         More SDP parsing and caps setting.
20240         Do NO_PREROLL differently.
20241         add pads only after negotiated.
20242
20243         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20244         (gst_udpsrc_getcaps):
20245         Implement the getcaps function.
20246
20247 2005-09-21  Wim Taymans  <wim@fluendo.com>
20248
20249         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
20250         (gst_rtpamrdec_chain):
20251         Handle multiple AMr packets per payload. Handle CRC and
20252         parse ILL/ILP.
20253
20254         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
20255         Make caps params strings for easy SDP mapping.
20256         
20257         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
20258         Handle capsnego better.
20259
20260         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
20261         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
20262         Generate and parse config string in the caps.
20263
20264 2005-09-21  Wim Taymans  <wim@fluendo.com>
20265
20266         * gst/rtp/README:
20267         Update README
20268
20269         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
20270         Make extra params as strings.
20271
20272         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
20273         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
20274         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
20275         Make state change return NO_PREROLL as this is a live
20276         source.
20277
20278         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
20279         Don't unref old caps when NULL.
20280
20281 2005-09-20  Wim Taymans  <wim@fluendo.com>
20282
20283         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
20284         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
20285         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
20286         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
20287         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
20288         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
20289         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
20290         * gst/rtsp/sdpmessage.h:
20291         Add URI handler.
20292         Parse SDP and create caps.
20293
20294 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
20295
20296         * gst/alpha/gstalpha.c:
20297           fix element description
20298
20299 2005-09-19  Wim Taymans  <wim@fluendo.com>
20300
20301         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
20302         Don't check payload for now.
20303
20304 2005-09-19  Wim Taymans  <wim@fluendo.com>
20305
20306         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
20307         (gst_wavparse_init), (gst_wavparse_parse_file_header),
20308         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
20309         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20310         (gst_wavparse_loop), (gst_wavparse_pad_convert),
20311         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
20312         (gst_wavparse_change_state):
20313         * gst/wavparse/gstwavparse.h:
20314         Fix wavparse some more.
20315
20316 2005-09-19  Wim Taymans  <wim@fluendo.com>
20317
20318         * check/elements/level.c: (GST_START_TEST):
20319         Fix for bus API change.
20320
20321 2005-09-19  Wim Taymans  <wim@fluendo.com>
20322
20323         * gst/level/level-example.c: (main):
20324         Fix for new bus API.
20325
20326         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
20327         Set caps on pads.
20328
20329 2005-09-15  Wim Taymans  <wim@fluendo.com>
20330
20331         * gst/rtp/Makefile.am:
20332         * gst/rtp/README:
20333         * gst/rtp/gstrtp.c: (plugin_init):
20334         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
20335         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
20336         (gst_rtpamrdec_change_state):
20337         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
20338         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
20339         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
20340         * gst/rtp/gstrtpamrenc.h:
20341         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20342         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
20343         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
20344         * gst/rtp/gstrtpgsmenc.h:
20345         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
20346         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
20347         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
20348         (gst_rtpgsmparse_change_state):
20349         * gst/rtp/gstrtpgsmparse.h:
20350         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
20351         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
20352         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
20353         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
20354         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
20355         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
20356         * gst/rtp/gstrtph263penc.h:
20357         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
20358         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
20359         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
20360         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
20361         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
20362         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
20363         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
20364         * gst/rtp/gstrtpmp4venc.h:
20365         * gst/rtp/gstrtpmpadec.c:
20366         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
20367         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
20368         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
20369         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
20370         * gst/rtp/gstrtpmpaenc.h:
20371         Updates to payloader/depayloaders, make payloaders use
20372         the base classes.
20373         Updated README with suggested RTP caps and how to convert
20374         to/from SDP.
20375         Added config descriptor in mp4v payloader.
20376
20377 2005-09-15  Andy Wingo  <wingo@pobox.com>
20378
20379         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
20380         * gst/autodetect/gstautovideosink.c
20381         (gst_auto_video_sink_find_best): Update for new registry API.
20382
20383 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20384
20385         * common/c-to-xml.py:
20386         * common/gtk-doc-plugins.mak:
20387           a simple py script to generate valid xml from a C example
20388           probably also need to strip an MIT license when we decide
20389         * docs/plugins/Makefile.am:
20390         * gst/level/Makefile.am:
20391         * gst/level/gstlevel.c: (gst_level_init):
20392         * gst/level/level-example.c: (message_handler), (main):
20393           add an example to level that will show up in the docs
20394         * gst/rtp/TODO:
20395           add a note for the future
20396
20397 2005-09-14  Michael Smith <msmith@fluendo.com>
20398
20399         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
20400           Actually define the debug object being used in wavenc. Fixes #316205
20401
20402 2005-09-14  Michael Smith <msmith@fluendo.com>
20403
20404         * gst/smpte/Makefile.am:
20405           Link against GST_BASE_LIBS, to get it linked against libgstbase;
20406           needed to build on windows (bug 316204)
20407
20408 2005-09-12  Andy Wingo  <wingo@pobox.com>
20409
20410         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
20411
20412 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
20413
20414         * configure.ac:
20415         * gst/fdsrc/Makefile.am:
20416         * gst/fdsrc/gstfdsrc.c:
20417         * gst/fdsrc/gstfdsrc.h:
20418           Move fdsrc back into gstreamer core elements.
20419
20420         * gst/level/gstlevel.c: (gst_level_class_init),
20421         (gst_level_transform_ip):
20422         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
20423           Basetransform changes.
20424
20425 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20426
20427         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
20428         * ext/jpeg/smokecodec.c: (find_best_size):
20429           fix compiler warnings
20430
20431 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20432
20433         * gst-plugins-good.spec.in:
20434           spec file fixes
20435         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
20436         (gst_multiudpsink_render), (gst_multiudpsink_add),
20437         (gst_multiudpsink_clear):
20438           it actually helps to actually stream if we hook up the
20439           "add" signal to an actual implementation
20440         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
20441           some debugging
20442
20443 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20444
20445         * ext/jpeg/Makefile.am:
20446         * ext/jpeg/gstjpeg.c
20447         * ext/jpeg/gstjpegenc.c:
20448         * ext/jpeg/gstsmokeenc.c:
20449
20450 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
20451
20452         * ext/flac/gstflacdec.c:
20453         * ext/flac/gstflacenc.c:
20454         * ext/flac/gstflactag.c:
20455         * ext/speex/gstspeexenc.c:
20456           gsttaginterface.h -> gsttagsetter.h
20457
20458 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
20459
20460         * configure.ac:
20461         * gst/debug/Makefile.am:
20462         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
20463         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
20464         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
20465         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
20466         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
20467           Port to 0.9 and re-enable efence plugin.
20468
20469 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
20470
20471         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
20472         (gst_flacdec_write), (gst_flacdec_convert_src):
20473         * ext/flac/gstflacdec.h:
20474           Add support for flac files with 24/32 bits per sample; and misc.
20475           minor clean-ups. Seeking is still partly broken (for me at least).
20476
20477 2005-09-06  Wim Taymans  <wim@fluendo.com>
20478
20479         * gst/rtp/Makefile.am:
20480         * gst/rtp/gstrtp.c: (plugin_init):
20481         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
20482         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
20483         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
20484         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
20485         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
20486         (gst_rtpmp4vdec_plugin_init):
20487         * gst/rtp/gstrtpmp4vdec.h:
20488         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
20489         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
20490         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
20491         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
20492         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
20493         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
20494         * gst/rtp/gstrtpmp4venc.h:
20495         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
20496         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
20497         Added mpeg4 video payload encoder/decoder.
20498         Added some docs in mpa payloader.
20499
20500 === release 0.9.1 ===
20501
20502 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20503
20504         * NEWS:
20505         * README:
20506         * RELEASE:
20507         * autogen.sh:
20508         * configure.ac:
20509           releasing 0.9.1, "Blondie"
20510
20511 2005-09-05  Andy Wingo  <wingo@pobox.com>
20512
20513         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
20514         here from the state change handler, so we fire signals without
20515         holding the state lock.
20516
20517 2005-09-02  Andy Wingo  <wingo@pobox.com>
20518
20519         * All plugins updated for element state changes.
20520
20521 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20522
20523         * Makefile.am:
20524         * check/.cvsignore:
20525         * check/Makefile.am:
20526         * check/elements/.cvsignore:
20527         * check/elements/level.c: (setup_level), (cleanup_level),
20528         (GST_START_TEST), (level_suite), (main):
20529           add a test for level
20530         * common/release.mak:
20531           move the enum checking to release.mak
20532         * configure.ac:
20533           add valgrind and check checking
20534         * gst/level/gstlevel.c: (gst_level_transform):
20535         * gst/level/gstlevel.h:
20536           fix Andy's cast bug
20537           convert a field to int
20538           fix the arithmetic to int when checking for emit so that a
20539           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
20540
20541 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20542
20543         * Makefile.am:
20544         * configure.ac:
20545           add docs to build
20546         * common/plugins.xsl:
20547           wrap Description into a refsect2
20548         * docs/Makefile.am:
20549         * docs/plugins/Makefile.am:
20550         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20551         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20552         * gst/goom/Makefile.am:
20553         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
20554         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
20555         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
20556         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
20557         (gst_goom_change_state):
20558         * gst/goom/gstgoom.h:
20559           GstGOOM -> GstGoom
20560           add an example launch line
20561         * gst/level/gstlevel.h:
20562         * gst/monoscope/gstmonoscope.c:
20563           cleanups
20564
20565 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20566
20567         * configure.ac:
20568         * docs/plugins/Makefile.am:
20569         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20570         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20571         * docs/plugins/gst-plugins-good-plugins.types:
20572           document elements and plugins.  Shazam !
20573
20574 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20575
20576         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
20577           be found under doc/random/ChangeLog-0.8