ext/flac/: Cast some size_t arguments to guint to avoid compiler warnings on 64-bit...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
2
3         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
4         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
5         Cast some size_t arguments to guint to avoid compiler
6         warnings on 64-bit systems.
7
8 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
9
10         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
11         Return TRUE instead of FALSE from the event handler when we swallowed the
12         event.
13
14 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
15
16         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
17         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
18         Reset header state. Fixes #555321.
19
20 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
21
22         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
23         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
24         * gst/avi/gstavidemux.h:
25         For timestamping audio packets we need to take into account the
26         amount of blocks in one entry using the blockalign. Fixes some sync
27         issues with zero-padded audio blocks in the beginning of avi files.
28
29 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
30
31         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
32         (gst_multi_file_src_query):
33         Implement DEFAULT and BUFFER position queries. See #555260.
34
35 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
36
37         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
38         Fix build for systems that don't have XDamage.
39
40 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
41
42         * tests/examples/rtp/client-H263p.sdp:
43         * tests/examples/rtp/client-H263p.sh:
44         * tests/examples/rtp/server-VTS-H263p.sh:
45         Add some more H263p server and client examples.
46
47 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
48
49         * configure.ac::
50           Depend on released versions of core and base.
51
52 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
53
54         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
55         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
56         Return -1 instead of 0 in error cases. Fixes #554771.
57
58 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
59
60         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
61         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
62         Stop leaking the cursor image.
63         Unref the last_ximage and the cached cursor image on shutdown.
64         Fixes #551570.
65
66 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
67
68         * sys/v4l2/gstv4l2object.h:
69         Getting the Class from an instance is not just a matter of casting it to
70         the class struct but it involves calling G_OBJECT_GET_CLASS on the
71         instance. Fixes #549784.
72
73 2008-10-01  Michael Smith <msmith@songbirdnest.com>
74
75         * configure.ac:
76           Fix libs for linking directsound.
77         * sys/directsound/gstdirectsoundsink.c:
78           Fix buffer sizing to prevent racing the ringbuffer at startup.
79           Add volume property.
80
81 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
82
83         * ext/pulse/pulsesink.c:
84         Fix problems with pulsesink randomly erroring with code 'OK' after a
85         format change on the stream by waiting when disconnecting the stream.
86
87 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
88
89         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
90         (gst_rtp_amr_depay_process):
91         Mark DISCONT on output buffers when the marker bit signals a new talk
92         spurt.
93
94         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
95         Set the marker bit for buffers with a DISCONT flag to signal a talk
96         spurt.
97
98 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
99
100         * gst/rtp/Makefile.am:
101         * gst/rtp/gstrtp.c: (plugin_init):
102         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
103         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
104         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
105         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
106         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
107         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
108         * gst/rtp/gstrtpmp4apay.h:
109         Added MP4A-LATM payloader to match the depayloader.
110
111 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
112
113         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
114         (gst_videomixer_sink_event):
115         Handle segments a little better. Fixes #537361.
116
117 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
118
119         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
120         Don't assume the server supports PAUSE by default. Fixes #551048.
121
122 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
123
124         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
125         (gst_udpsrc_set_uri), (gst_udpsrc_start):
126         Switch on the socket family to get the addrlen size right.
127
128 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
129
130         Patch by: Daniel Franke <df at dfranke dot us>
131
132         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
133         OS X's bind() implementation is picky about its addrlen parameter and
134         fails with EINVAL if it is larger than expected for the socket's address
135         family. Set the length to the expected length instead. Fixes #553191.
136
137 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
138
139         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
140         Handle the case where we cannot do desribe or when the describe result
141         does not contain a valid SDP message.
142
143 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
144
145         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
146         Fix setting the qos.
147
148 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
149
150         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
151         (gst_qtdemux_chain):
152         Some 'broken' files out there have atom lengths of zero...
153         which basically results in qtdemux consuming that atom again and again
154         until the *end of night* !
155         Detect that and emits an adequate element error message.
156
157 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
158
159         * gst/interleave/Makefile.am:
160         * gst/matroska/Makefile.am:
161         Fix build flags order.
162
163         * tests/check/elements/audioamplify.c: (GST_START_TEST):
164         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
165         * tests/check/elements/audioinvert.c: (GST_START_TEST):
166         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
167         Format fixes.
168
169         * tests/check/elements/multifile.c:
170         Pull in unistd.h
171
172 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
173
174         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
175         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
176         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
177         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
178         (gst_rtp_mp4g_depay_change_state):
179         * gst/rtp/gstrtpmp4gdepay.h:
180         Handle interleaved streams by reordering AU in a queue.
181
182 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
183
184         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
185         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
186         Change some of the ranges in the caps, mostly for the amount of bits we
187         can use.
188         Added a little bitstream parse and use it to parse the AU header fields.
189         Check for malformed and wrongly sized packets better.
190         Implement more header field parsing.
191         Handle the size of fragmented packets correctly.
192
193 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
194
195         Patch by: Jonathan Matthew <notverysmart@gmail.com>
196         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
197         Add mapping for 'tiff' => image/tiff
198         Fixes #552213
199
200 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
201
202
203         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
204         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
205           Pretend to care about the result of write() which works around
206           compiler warnings.
207
208 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
209
210         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
211           Make sure the desired default values are actually set, not only
212           registered as defaults (actual problem is that the stereo-specific
213           values are only updated if channels==2, which is not the case yet
214           when the object is created, so the default values for the
215           mid-side-stereo and loose-mid-side-stereo settings are never
216           set in _update_quality()). Makes flacenc create smaller files by
217           default (for stereo input), and fixes #550791.
218
219 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
220
221         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
222         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
223         (qtdemux_parse_trak), (qtdemux_video_caps):
224         * gst/qtdemux/qtdemux.h:
225         * gst/qtdemux/qtdemux_fourcc.h:
226         * gst/qtdemux/qtdemux_types.c:
227         Add support for video/mj2 mime-type and its additional atoms/boxes.
228         Fixes #550646.
229
230 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
231
232         * gst/debug/gsttaginject.c:
233           Add warning when tags parameter is unparsable and give example for
234           quoting in the docs.
235
236 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
237
238         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
239         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
240         Add some alternative byteswapped mappings that seem to pop up sometimes.
241         Fixes #550288.
242
243 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
244
245         * po/LINGUAS:
246         * po/POTFILES.in:
247         * po/POTFILES.skip:
248           Add 'ca' to LINGUAS; add some more files with translations and some
249           files which should be ignored by translation tools.
250
251 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
252
253         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
254         * ext/speex/gstspeexdec.h:
255         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
256         * ext/speex/gstspeexenc.h:
257         Use integer encoding and decoding functions instead of converting
258         the integer input to float in the element. The libspeex integer
259         functions are doing this for us already or, if libspeex was compiled
260         in integer mode, they're doing everything using integer arithmetics.
261         Also saves some copying around.
262
263 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
264
265         * configure.ac:
266           Fix --disable-external
267
268 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
269
270         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
271         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
272         * ext/wavpack/gstwavpackenc.h:
273         Handle non-zero start timestamps and stream discontinuities
274         correctly. This only has an effect if we're muxing into
275         a container format as the raw WavPack stream must contain
276         continous sample numbers.
277
278 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
279
280         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
281         Correct the timestamp and granulepos calculation by one Speex
282         frame.
283
284 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
285
286         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
287         Correctly take the granulepos from upstream if possible and
288         correctly handle the granulepos in various calculations: the
289         granulepos is the sample number of the _last_ sample in a frame, not
290         the first.
291
292         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
293         (gst_speex_enc_encode), (gst_speex_enc_chain),
294         (gst_speex_enc_change_state):
295         * ext/speex/gstspeexenc.h:
296         Handle non-zero start timestamps in the encoder and detect/handle
297         stream discontinuities. Fixes bug #547075.
298
299 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
300
301         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
302
303         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
304         Fix compiler warnings caused by passing a string as format string
305         instead of "%s" and then the string. This is only exposed by -Wformat=2
306         as used by default on Ubuntu. Fixes bug #550015.
307
308 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
309
310         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
311         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
312         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
313         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
314         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
315           (gst_ebml_read_element_length):
316         * gst/matroska/matroska-demux.c:
317           (gst_matroska_demux_check_subtitle_buffer):
318           Make stuff compile with GST_DISABLE_GST_DEBUG.
319
320 2008-08-28  Michael Smith <msmith@songbirdnest.com>
321
322         * gst/law/alaw.c:
323         * gst/law/mulaw.c:
324           Ref caps before passing to gst_pad_template_new(), since that takes
325           ownership.
326
327 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
328
329         Patch by: Mersad Jelacic <mersad at axis dot com>
330
331         * gst/multipart/multipartdemux.c:
332         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
333         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
334         demuxer. Fixes #549551.
335
336 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
337
338         * sys/osxaudio/gstosxaudiosink.c:
339         (gst_osx_audio_sink_select_device):
340         * sys/osxaudio/gstosxaudiosrc.c:
341         (gst_osx_audio_src_create_ringbuffer),
342         (gst_osx_audio_src_select_device):
343         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
344         Fix the build on macosx.
345
346 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
347
348         * gst/icydemux/gsticydemux.c:
349           Small docs fix: in the example pipeline, we need to pass
350           iradio-mode=true to the source, so the server actually sends
351           an ICY stream.
352
353 2008-08-26  Michael Smith <msmith@songbirdnest.com>
354
355         * sys/osxaudio/gstosxaudio.c:
356           Oops. Revert more completely.
357
358 2008-08-26  Michael Smith <msmith@songbirdnest.com>
359
360         * sys/osxaudio/gstosxaudio.c:
361           Revert accidental element rename from testing.
362
363 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
364
365         * gst-plugins-good.doap:
366         Pull in 0.10.10 doap entry from release branch
367
368 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
369
370         * configure.ac:
371         Update version number to reflect 0.10.10 release from
372         branch.
373
374 2008-08-26  Michael Smith <msmith@songbirdnest.com>
375
376         * sys/osxaudio/Makefile.am:
377         * sys/osxaudio/gstosxaudio.c:
378         * sys/osxaudio/gstosxaudiosink.c:
379         * sys/osxaudio/gstosxaudiosink.h:
380         * sys/osxaudio/gstosxaudiosrc.c:
381         * sys/osxaudio/gstosxaudiosrc.h:
382         * sys/osxaudio/gstosxringbuffer.c:
383         * sys/osxaudio/gstosxringbuffer.h:
384           Rewrite caps setting and ring buffer initialisation.
385           Previously we never told CoreAudio what format we were going to send it,
386           so it only worked due to luck, and not at all on some hardware.
387           Now we explicitly advertise what formats the hardware supports, and then
388           configure the selected one correctly.
389
390 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
391
392         * sys/v4l2/gstv4l2object.c:
393         * sys/v4l2/gstv4l2src.c:
394         * sys/v4l2/gstv4l2src.h:
395         * sys/v4l2/v4l2_calls.c:
396         * sys/v4l2/v4l2src_calls.c:
397           Fix memory leaks. Small code cleanups : No need for empty _init(). No
398           need to memset instance structures. Some more FIXME's and comments.
399
400 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
401
402         * tests/icles/.cvsignore:
403           Ignore more.
404
405 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
406
407         * gst/goom/.cvsignore:
408         * gst/goom2k1/.cvsignore:
409           Ignore files.
410
411 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
412
413         * ext/cairo/gsttextoverlay.c:
414           Fix compiler warning.
415
416 2008-08-25  David Schleef  <ds@schleef.org>
417
418         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
419
420 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
421
422         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
423         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
424         * gst/matroska/matroska-mux.c:
425         (gst_matroska_mux_video_pad_setcaps),
426         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
427         Add Real[Audio|Video] support to Matroska containers.
428         It works fine for:
429         * decoding real audio/video streams contained in mkv
430         * 'transmuxing' real (.rm) files into .mkv files
431         It will not work though for encoding real[audio/video] streams that
432         don't contain the 'mdpr_data' extra data on the caps.
433         The reason why this will not work is because I never intended to
434         duplicate virtually all the 'mdpr' block creation into mkvmux.
435         Fixes #536067
436
437 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
438
439         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
440         * gst/law/mulaw-conversion.c:
441         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
442         (gst_mulawenc_chain):
443         The encoder can't really renegotiate at the time they perform a
444         pad-alloc so make the srcpads use fixed caps.
445         Check the buffer size after a pad-alloc because the returned size might
446         not be right when the downstream element does not know the size of the
447         new buffer (capsfilter). Fixes #549073.
448
449 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
450
451         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
452
453         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
454         v4l2src doesn't have a property named "norm" so don't try to notify
455         about changes to that property. The "norm" property and related
456         code are commented out currently. Fixes bug #549090.
457
458 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
459
460         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
461
462         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
463         Reprobe devices again instead of taking a cached list as new
464         devices could've been plugged in. Fixes bug #549062.
465
466 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
467
468         * gst/autodetect/Makefile.am:
469         Don't link the autodetect plugin with GConf as it doesn't
470         use GConf. Fixes bug #545463.
471
472 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
473
474         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
475         (gst_ebml_read_element_length), (gst_ebml_read_uint),
476         (gst_ebml_read_sint), (gst_ebml_read_float),
477         (gst_ebml_read_header):
478         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
479         possible to ignore errors and not post any ERROR messages on
480         the bus.
481
482         * gst/matroska/matroska-demux.c:
483         (gst_matroska_demux_parse_contents):
484         Ignore any errors and not just EOS when parsing the contents of
485         a SeekHead. Errors here are usually caused by truncated files
486         and playback of the file works fine. Fixes playback of the
487         audio_only_chapter_seekbroken.mka file from the MPlayer samples
488         archive.
489
490 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
491
492         * gst/multipart/multipartdemux.c:
493         * gst/multipart/multipartmux.c:
494         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
495
496 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
497
498         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
499           gst_directdraw_sink_bufferpool_clear):
500           Fix two more buffer ref leaks.
501
502 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
503
504         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
505
506         * sys/directdraw/gstdirectdrawsink.c:
507           (gst_directdraw_sink_show_frame):
508           Fix buffer ref leak.
509
510 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
511
512         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
513         Revert the last commit. wavenc still supports width!=depth for 32 bit
514         width. Thanks Tim.
515
516 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
517
518         * gst/matroska/matroska-demux.c:
519         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
520         If the duration of a block is unknown only use the timestamp for the
521         first lace and use GST_CLOCK_TIME_NONE as duration for the following
522         laces. Otherwise every lace has the same timestamp which leads to
523         various problems. Really fixes bug #548831.
524
525 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
526
527         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
528         If we're not allowing width!=depth in wavenc we should also disable
529         the code that was added to support width!=depth.
530
531 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
532
533         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
534         Don't calculate the default duration of a frame from the audio sampling
535         rate. This only works for raw audio if every frame contains a single
536         sample and results in broken buffer durations for other formats
537         if no specified default duration is given or the blocks have no
538         duration. Fixes bug #548831.
539
540 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
541
542         * gst/matroska/matroska-demux.c:
543         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
544         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
545         are used for text/plain subtitles as a gap-filler in some files.
546
547 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
548
549         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
550         (gst_v4l2_get_caps_info):
551         Add S910 and PWC formats with a low priority.
552
553         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
554         (gst_v4l2src_probe_caps_for_format):
555         Add more debugging.
556
557 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
558
559         * ext/flac/gstflacenc.c:
560           Fix compilation against older libflac versions.
561
562 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
563
564         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
565         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
566         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
567         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
568         (gst_pulsemixer_ctrl_set_volume):
569         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
570         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
571         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
572         (gst_pulsesink_init), (gst_pulsesink_open),
573         (gst_pulsesink_prepare), (gst_pulsesink_write),
574         (gst_pulsesink_delay), (gst_pulsesink_reset):
575         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
576         (gst_pulsesrc_init):
577         Use GST_BOILERPLATE everywhere and fix coding style at some places.
578         Fix a locking issue in pulsesink's prepare function.
579
580         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
581         Check if the created channel layout is valid for GStreamer.
582
583 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
584
585         * gst/rtsp/gstrtspgoogle.c:
586         Things that can happen when your brain is in google mode trying to
587         deal with their google rtsp server extensions and trying to type your
588         google mail account.
589
590 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
591
592         * gst/rtsp/Makefile.am:
593         * gst/rtsp/gstrtsp.c: (plugin_init):
594         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
595         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
596         (_do_init), (gst_rtsp_google_base_init),
597         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
598         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
599         (gst_rtsp_google_extension_init):
600         * gst/rtsp/gstrtspgoogle.h:
601         Add google RTSP extension, it can only handle udp and responds with
602         unsupported if we do anything else. Fixes #546465.
603
604         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
605         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
606         (gst_rtspsrc_create_transports_string),
607         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
608         (gst_rtspsrc_close), (gst_rtspsrc_pause):
609         Make transport setup code a bit better using GString.
610         Add some more debug.
611         Check for closed connections before doing anything on them.
612
613 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
614
615         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
616         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
617         (gst_pulsesrc_prepare):
618         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
619         (gst_pulse_channel_map_to_gst):
620         * ext/pulse/pulseutil.h:
621         If downstream provides no channel layout and >2 channels should be
622         used use the default layout that pulseaudio chooses and also
623         add this layout to the caps. Fixes bug #547258.
624
625 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
626
627         Patch by: Peter Kjellerstedt <pkj at axis com>
628
629         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
630         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
631         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
632         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
633         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
634         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
635         (gst_udpsrc_set_property):
636         Avoid leaking internally allocated file descriptors when setting
637         custom file descriptors. Fixes #543101.
638
639 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
640
641         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
642         Don't try to configure RTCP back to the server when the server did not
643         give us a valid port number.
644
645 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
646
647         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
648         Use new basetransform method to renegotiate. Fixes #544956.
649
650         * tests/icles/Makefile.am:
651         * tests/icles/videobox-test.c: (make_pipeline), (main):
652         Add videobox renegotiation example.
653
654 2008-08-19  David Schleef  <ds@schleef.org>
655
656         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
657         with sane values.  Fixes #548530.
658
659 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
660
661         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
662         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
663         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
664         are already filled with the correct values by
665         gst_ring_buffer_parse_caps() so there's no need to set them again
666         with wrong values.
667
668 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
669
670         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
671         (gst_avi_demux_read_subindexes_push):
672         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
673         and instead of using the 'ix##' nomenclature, use '##ix'.
674         They're still valid though, this fixes the duration and indexes for
675         virtually all the ODML files I have.
676
677 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
678
679         Patch by: Olivier Crete <tester at tester dot ca>
680
681         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
682         (gst_rtp_vorbis_depay_process):
683         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
684         Update the vorbis RTP pay/depay to RFC 5215.
685         Fixes #547842.
686
687 2008-08-14  David Schleef  <ds@schleef.org>
688
689         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
690           with 3:2 pulldown, i.e., 24p.
691
692 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
693
694         * tests/check/elements/level.c: (GST_START_TEST):
695         Fix compilation some more.
696
697 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
698
699         * configure.ac::
700           Require -base CVS for wavparse acid chunk parsing.
701
702 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
703
704         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
705         (gst_pulsesink_init), (gst_pulsesink_finalize),
706         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
707         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
708         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
709         * ext/pulse/pulsesink.h:
710         Add "device-name" property to pulsesink too and currently commented
711         out and not working support for a "volume" property.
712
713 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
714
715         * configure.ac:
716         Remove more cdio stuff (moved to ugly)
717
718 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
719
720         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
721
722         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
723         (gst_pulsesrc_get_property):
724         Add "device-name" property, which provides a human readable string
725         for the audio device, to make it more consisten with other audio
726         sources. Fixes bug #547519.
727
728 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
729
730         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
731         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
732         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
733         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
734         * ext/pulse/pulsemixerctrl.h:
735         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
736         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
737         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
738         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
739         * ext/pulse/pulseprobe.h:
740         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
741         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
742         (gst_pulsesrc_change_state):
743         Improve debugging a bit by including the parent object in pulsemixerctrl
744         and pulseprobe objects and using GST_WARNING_OBJECT instead of
745         GST_WARNING.
746
747         Use the parent GObject subclass instead of a random struct as GObject
748         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
749         when probing for another property than "device".
750
751 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
752
753         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
754
755         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
756         Fix property probing after the device property is set by calling
757         set_server when the server property changes. Fixes bug #547518.
758
759 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
760
761         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
762
763         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
764         (gst_pulsesink_implements_interface_init),
765         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
766         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
767         (gst_pulsesink_get_type):
768         * ext/pulse/pulsesink.h:
769         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
770         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
771         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
772         * ext/pulse/pulsesrc.h:
773         Implement GstPropertyProbe interface on pulsesink for detecting
774         sink devices and on pulsesrc for detecting source devices.
775         Fixes bugs #547227 and #547217.
776
777 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
778
779         * gst/spectrum/gstspectrum.c:
780           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
781
782 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
783
784         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
785         Properly set the maximum latency value, in the same way it is done in
786         v4lsrc.
787         * sys/v4l2/v4l2src_calls.c:
788         Simplify fraction equality check, no need to use GValues for this.
789
790 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
791
792         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
793         Add warning messages stating exactly why the latency query failed.
794         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
795         In some cases, the negotiated framerate might be the default one which
796         is already set internally. But we still need to mark it down in fps_n
797         and fps_d so that the latency query can happen properly.
798
799 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
800
801         * docs/plugins/inspect/plugin-1394.xml:
802         Whoops, forgot one doc file for people who can't/don't build the
803         raw1394 plugin.
804
805 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
806
807         * docs/plugins/Makefile.am:
808         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
809         * docs/plugins/gst-plugins-good-plugins-sections.txt:
810         * docs/plugins/inspect/plugin-cdio.xml:
811         * ext/Makefile.am:
812         * ext/cdio/Makefile.am:
813         * ext/cdio/gstcdio.c:
814         * ext/cdio/gstcdio.h:
815         * ext/cdio/gstcdiocddasrc.c:
816         * ext/cdio/gstcdiocddasrc.h:
817
818         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
819         CDDA source to -ugly.
820
821         * po/LINGUAS:
822         * po/POTFILES.in:
823         * po/id.po:
824         Pull in new translation from 0.10.9.2 release branch.
825
826 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
827
828         * docs/plugins/Makefile.am:
829         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
830         * docs/plugins/gst-plugins-good-plugins-sections.txt:
831         * docs/plugins/gst-plugins-good-plugins.args:
832         * docs/plugins/gst-plugins-good-plugins.hierarchy:
833         * docs/plugins/gst-plugins-good-plugins.interfaces:
834         Integrate documentation for new hdv1394src element.
835
836 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
837
838         * ext/raw1394/Makefile.am:
839         * ext/raw1394/gst1394.c: (plugin_init):
840         * ext/raw1394/gsthdv1394src.c: (_do_init),
841         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
842         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
843         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
844         (gst_hdv1394src_from_raw1394handle),
845         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
846         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
847         (gst_hdv1394src_start), (gst_hdv1394src_stop),
848         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
849         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
850         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
851         (gst_hdv1394src_uri_handler_init):
852         * ext/raw1394/gsthdv1394src.h:
853         mpeg2-ts (HDV) variant of firewire capture element.
854         Fixes #350830
855
856 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
857
858         * gst/level/gstlevel.c: (gst_level_message_new):
859          Fix compilation (also known as the classic 'fix code that someone
860          committed without compiling it first').
861
862 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
863
864         * tests/check/elements/level.c:
865           Add a test for level in stereo mode.
866
867 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
868
869         * tests/examples/spectrum/demo-audiotest.c:
870         * tests/examples/spectrum/demo-osssrc.c:
871           Demo how to draw analyzer results synced to the clock.
872
873 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
874
875         * gst/level/gstlevel.c:
876           Little renaming (l -> level).
877
878         * gst/spectrum/gstspectrum.c:
879         * gst/spectrum/gstspectrum.h:
880           Also send full timestamp/duration details here.
881
882 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
883
884         * gst/level/gstlevel.c:
885         * gst/level/gstlevel.h:
886           Send same timestamp/duration details as videoanalysis. This gives
887           applications better chance to sync analysis results with playback.
888
889 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
890
891         * gst/matroska/matroska-mux.c:
892         (gst_matroska_mux_handle_sink_event),
893         (flac_streamheader_to_codecdata):
894         We need to drop one additional buffer for FLAC as the fLaC
895         marker and STREAMINFO block are merged into one buffer in the caps.
896
897         Also don't pretend to support NEWSEGMENT events, otherwise we
898         will most probably write some invalid data.
899
900 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
901
902         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
903         (gst_matroska_mux_audio_pad_setcaps):
904         Add support for muxing FLAC into Matroska containers.
905         Fixes bug #311586.
906
907 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
908
909         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
910         Actually provide the variables required for the format string.
911
912 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
913
914         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
915         (gst_matroska_demux_element_send_event),
916         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
917         * gst/matroska/matroska-demux.h:
918         Close the current segment if we're doing a non-flushing seek and send
919         the close-segment and the new segment of the seek from the streaming
920         thread.
921
922 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
923
924         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
925         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
926         (gst_flac_enc_change_state):
927         * ext/flac/gstflacenc.h:
928         Handle non-zero start timestamps correctly, mark header packets as
929         IN_CAPS and print a warning and suggest using audiorate if stream
930         discontinuities are detected. When FLAC supports flushing the encoder
931         somehow this should be done for discontinuities instead.
932
933         Remove some unused variables from the instance struct.
934
935 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
936
937         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
938         If seeking failed return the appropiate return value to FLAC.
939         Otherwise it thinks seeking was successfull and tries to rewrite
940         parts of the headers which then get appended to the output.
941
942 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
943
944         Patch by: Frederic Crozat <fcrozat@mandriva.org>
945
946         * ext/esd/gstesd.c: (plugin_init):
947         * ext/flac/gstflac.c: (plugin_init):
948         * ext/shout2/gstshout2.c: (plugin_init):
949         * ext/wavpack/gstwavpack.c: (plugin_init):
950         * sys/oss/gstossaudio.c: (plugin_init):
951         * sys/v4l2/gstv4l2.c: (plugin_init):
952         Make sure gettext returns translations in UTF-8 encoding rather
953         than in the current locale encoding (#546822).
954
955 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
956
957         * ext/flac/gstflacdec.c:
958         Add FIXME for 0.11 to simply output everything with width=32 as given
959         by FLAC and let audioconvert handle the conversions instead of doing
960         them in flacdec.
961
962 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
963
964         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
965         When outputting a pad template range for the size, include a framerate
966         range too, to avoid 'not a real subset of template caps' errors.
967
968 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
969
970         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
971
972         * ext/flac/Makefile.am:
973         * ext/flac/gstflac.c: (plugin_init):
974         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
975         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
976         (gst_flac_tag_dispose), (gst_flac_tag_init),
977         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
978         (gst_flac_tag_change_state):
979         * ext/flac/gstflactag.h:
980         Port flactag to 0.10, add documentation for it and clean it up a bit.
981         Fixes bug #413841.
982
983         * docs/plugins/Makefile.am:
984         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
985         * docs/plugins/gst-plugins-good-plugins-sections.txt:
986         * docs/plugins/gst-plugins-good-plugins.hierarchy:
987         * docs/plugins/gst-plugins-good-plugins.interfaces:
988         * docs/plugins/gst-plugins-good-plugins.prerequisites:
989         * docs/plugins/inspect/plugin-flac.xml:
990         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
991         * ext/flac/gstflacdec.h:
992         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
993         * ext/flac/gstflacenc.h:
994         Add flactag and flacenc to the documentation and mark
995         the private parts of the flacdec instance structure as private.
996
997         Also use gst_element_class_set_details_simple() in flacdec and
998         flacenc.
999
1000 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1001
1002         * gst/qtdemux/qtdemux.c:
1003           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
1004           for it but ffmpeg does not.
1005
1006 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1007
1008         * gst/wavparse/gstwavparse.c:
1009           Handle the list chunk and use gst_riff_parse_info() to parse the info
1010           sub-chunk.
1011
1012 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1013
1014         * gst/wavparse/gstwavparse.c:
1015           Handle the acid chunk and send tempo as part of tags. Other fields are
1016           interesting too, but need more tag-definitions. Fixes #545433.
1017
1018 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1019
1020         * gst/wavparse/gstwavparse.c:
1021           Refactor wavparse. Call _reset() from dispose() and move old code from
1022           dispose into reset. This way we don't leak taglists when we abort
1023           parsing. Fix some comments. Move code for skipping a chunk into extra
1024           function. Replace chunk sizes with a const to ease readability.         
1025
1026 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1027
1028         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
1029
1030         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
1031         Improve udp port setup. Fixes #545710.
1032
1033 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1034
1035         * gst/rtp/Makefile.am:
1036         * gst/rtp/gstrtp.c: (plugin_init):
1037         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
1038         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
1039         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
1040         (gst_rtp_mp1s_depay_set_property),
1041         (gst_rtp_mp1s_depay_get_property),
1042         (gst_rtp_mp1s_depay_change_state),
1043         (gst_rtp_mp1s_depay_plugin_init):
1044         * gst/rtp/gstrtpmp1sdepay.h:
1045         Add MP1S depayloader.
1046
1047         * gst/rtsp/URLS:
1048         Some more sample rtsp streams.
1049
1050 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1051
1052         * gst/rtsp/URLS:
1053         Add another URL.
1054
1055         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
1056         * tests/check/elements/rglimiter.c: (GST_START_TEST):
1057         Add some more debug info.
1058
1059 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1060
1061         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
1062         Provide cbSize field for audio extra_data size, and take care to
1063         pad extra_data.
1064
1065 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1066
1067         * gst/qtdemux/qtdemux.c:
1068           Return the result of gst_pad_{start,stop}_task instead of hard-coded
1069           TRUE.
1070
1071 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1072
1073         * gst/qtdemux/qtdemux.c:
1074         * gst/qtdemux/qtdemux_fourcc.h:
1075           Add keyword tag support. Fixes #520694 for qtdemux.
1076
1077 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1078
1079         * gst/qtdemux/qtdemux.c:
1080           Add support for tmpo tag (BPM).
1081
1082 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1083
1084         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
1085         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
1086         Set an estimate for the total number of samples that will be encoded
1087         if possible to help decoders if the streaminfo can't be rewritten
1088         later (like when muxing into Ogg containers).
1089
1090         Add a warning if we get header packets after data packets as those
1091         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
1092         work.
1093
1094 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1095
1096         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1097         (gst_flac_dec_write):
1098         Support decoding of all depths between 4 and 32 bits and read the
1099         depth from the streaminfo header if needed. Also support all sampling
1100         rates between 1 and 655350 Hz.
1101
1102         * ext/flac/gstflacenc.c:
1103         (gst_flac_enc_caps_append_structure_with_widths),
1104         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
1105         (gst_flac_enc_chain):
1106         * ext/flac/gstflacenc.h:
1107         Support encoding in all bit depths supported by the streamable
1108         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
1109         between 1 Hz and 655350 Hz.
1110
1111 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1112
1113         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
1114         (gst_flac_enc_sink_getcaps):
1115         Support encoding of up to 8 channels.
1116
1117 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
1118
1119         * ext/soup/gstsouphttpsrc.c:
1120         * ext/soup/gstsouphttpsrc.h:
1121         Fix seeking race condition in #540300
1122         Patch By: Wouter Cloetens  <wouter at mind be>
1123
1124 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1125
1126         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
1127         (gst_matroska_demux_element_send_event),
1128         (gst_matroska_demux_handle_seek_event),
1129         (gst_matroska_demux_handle_src_event):
1130         When receiving a SEEK event on a specific pad first search for a seek
1131         table entry for the stream of the pad and then fall back to an entry
1132         for a different stream.
1133
1134 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1135
1136         * configure.ac:
1137         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
1138         * gst/matroska/matroska-ids.h:
1139         Build depend on core CVS for the attachment tag.
1140
1141 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1142
1143         * configure.ac:
1144         * gst/matroska/Makefile.am:
1145         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
1146         (copy_backptr), (lzo1x_decode), (main):
1147         * gst/matroska/lzo.h:
1148         * gst/matroska/matroska-demux.c:
1149         (gst_matroska_demux_read_track_encoding),
1150         (gst_matroska_decompress_data), (gst_matroska_decode_data),
1151         (gst_matroska_decode_buffer),
1152         (gst_matroska_decode_content_encodings),
1153         (gst_matroska_demux_read_track_encodings),
1154         (gst_matroska_demux_add_stream),
1155         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1156         * gst/matroska/matroska-ids.h:
1157         Decode the codec private data and following ContentEncoding if
1158         necessary.
1159
1160         Support bzip2, lzo and header stripped compression. For lzo use the
1161         ffmpeg lzo implementation as liblzo is GPL licensed.
1162         
1163         Fix zlib decompression.
1164
1165 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1166
1167         * gst/matroska/matroska-mux.c:
1168         (gst_matroska_mux_audio_pad_setcaps):
1169         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
1170         duration of a frame with the new mpegaudioversion caps field.
1171
1172 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1173
1174         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
1175         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
1176         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
1177         (gst_matroska_demux_stream_from_num),
1178         (gst_matroska_demux_tracknumber_unique),
1179         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
1180         (gst_matroska_demux_handle_seek_event),
1181         (gst_matroska_demux_sync_streams),
1182         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1183         (gst_matroska_demux_loop):
1184         * gst/matroska/matroska-demux.h:
1185         Allow an infinite number of stream inside Matroska containers and use
1186         a GPtrArray for storing them instead of allowing "only" 127 streams.
1187
1188 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1189
1190         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
1191         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
1192         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
1193         (gst_ebml_read_element_length), (gst_ebml_peek_id),
1194         (gst_ebml_read_get_length), (gst_ebml_read_skip),
1195         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
1196         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
1197         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
1198         (gst_ebml_read_master), (gst_ebml_read_binary),
1199         (gst_ebml_read_header):
1200         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
1201         (gst_ebml_write_element_size), (gst_ebml_write_uint),
1202         (gst_ebml_write_sint), (gst_ebml_write_ascii),
1203         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
1204         (gst_ebml_replace_uint):
1205         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1206         (gst_matroska_demux_read_track_encoding),
1207         (gst_matroska_demux_read_track_encodings),
1208         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
1209         (gst_matroska_demux_send_event),
1210         (gst_matroska_demux_element_send_event),
1211         (gst_matroska_demux_handle_seek_event),
1212         (gst_matroska_demux_handle_src_event),
1213         (gst_matroska_demux_init_stream),
1214         (gst_matroska_demux_parse_tracks),
1215         (gst_matroska_demux_parse_index_cuetrack),
1216         (gst_matroska_demux_parse_index_pointentry),
1217         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
1218         (gst_matroska_demux_parse_metadata_id_simple_tag),
1219         (gst_matroska_demux_parse_metadata_id_tag),
1220         (gst_matroska_demux_parse_metadata),
1221         (gst_matroska_demux_parse_attached_file),
1222         (gst_matroska_demux_parse_attachments),
1223         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
1224         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
1225         (gst_matroska_demux_push_flac_codec_priv_data),
1226         (gst_matroska_demux_push_xiph_codec_priv_data),
1227         (gst_matroska_demux_push_dvd_clut_change_event),
1228         (gst_matroska_demux_add_mpeg_seq_header),
1229         (gst_matroska_demux_add_wvpk_header),
1230         (gst_matroska_demux_check_subtitle_buffer),
1231         (gst_matroska_decode_buffer),
1232         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1233         (gst_matroska_demux_parse_cluster),
1234         (gst_matroska_demux_parse_contents_seekentry),
1235         (gst_matroska_demux_parse_contents),
1236         (gst_matroska_demux_loop_stream_parse_id),
1237         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
1238         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
1239         (gst_matroska_demux_subtitle_caps),
1240         (gst_matroska_demux_change_state):
1241         * gst/matroska/matroska-ids.c:
1242         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
1243         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
1244         (gst_matroska_mux_video_pad_setcaps),
1245         (xiph3_streamheader_to_codecdata),
1246         (vorbis_streamheader_to_codecdata),
1247         (theora_streamheader_to_codecdata),
1248         (gst_matroska_mux_audio_pad_setcaps),
1249         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
1250         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
1251         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
1252         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
1253         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
1254         Fix indention everywhere. A broken indent version has added newlines
1255         after every single declaration some time ago.
1256
1257 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1258
1259         * gst/matroska/matroska-demux.c:
1260         (gst_matroska_demux_loop_stream_parse_id):
1261         If no Tracks are found error out instead of trying it again until the
1262         end of time.
1263
1264 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1265
1266         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
1267         Fix demuxing of raw integer audio. The samples are unsigned only for 8
1268         bit and signed otherwise, not the other way around.
1269
1270 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1271
1272         * gst/matroska/matroska-mux.c:
1273         Add more raw YUV formats to the list of supported formats.
1274
1275 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1276
1277         * gst/matroska/matroska-mux.c:
1278         (gst_matroska_mux_audio_pad_setcaps):
1279         Add support for muxing raw float audio now that the spec defines the
1280         endianness and add support for muxing raw integer audio with 24 and
1281         32 bits.
1282
1283         Allow muxing of more than 8 audio channels.
1284
1285 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1286
1287         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
1288         (gst_matroska_mux_reset), (gst_matroska_mux_start):
1289         Add locking to the global array of used track UIDs to prevent random
1290         crashes if more than a single matrosmux instance is used.
1291
1292         Use 64 bit values for the track UIDs.
1293
1294         Use the global GRandom of GLib instead of creating our own one
1295         for the few random numbers we need every single time.
1296
1297 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1298
1299         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
1300         (gst_flac_dec_setup_stream_decoder),
1301         (gst_flac_dec_update_metadata):
1302         Always post the audio-codec tag, not only if other tags are present.
1303
1304 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
1305
1306         * configure.ac:
1307         Back to development -> 0.10.9.1
1308
1309 === release 0.10.9 ===
1310
1311 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
1312
1313         * configure.ac:
1314           releasing 0.10.9, "Steam Train Rolling"
1315
1316 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
1317
1318         * ext/soup/gstsouphttpsrc.c:
1319         Don't throw an error when soup completes a msg with status
1320         'cancelled', as that indicates we cancelled a request while
1321         shutting down or seeking, and it's not an error.
1322         Fixes: #540300 again.
1323
1324 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
1325
1326         * configure.ac:
1327         0.10.8.4 pre-release
1328
1329 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1330
1331         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
1332         Fix segment-stop regression.
1333         Add documentation regarding segments in quicktime files by Wim Taymans.
1334         Fixes #544509
1335
1336 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
1337
1338         * configure.ac:
1339         0.10.8.3 pre-release
1340
1341         * po/LINGUAS:
1342         * po/pt_BR.po:
1343         Add pt_BR translation
1344
1345 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1346
1347         * gst/goom/convolve_fx.c:
1348         * gst/goom/filters.c:
1349         * gst/goom/goom_config.h:
1350         * gst/goom/goom_core.c:
1351         * gst/goom/goom_tools.h:
1352           Fix build with MSVC: include glib.h to define inline appropriately,
1353           use header guards where needed.
1354         * gst/udp/gstudpnetutils.c:
1355         * gst/udp/gstudpsrc.c:
1356           Fix build with MSVC: use WSA* constants/functions where appropriate, use
1357           g_snprintf rather than snprintf.
1358           Fixes #544433.
1359
1360 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
1361
1362         * gst/debug/gsttaginject.c:
1363         * gst/debug/gsttaginject.h:
1364           Sent tags in _transform_ip() instead of _start(). Fixes #543404
1365           partially.
1366
1367 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1368
1369         * configure.ac:
1370         0.10.8.2 pre-release
1371
1372 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1373
1374         * ext/Makefile.am:
1375         Finish hooking up pulseaudio plugin to the build.
1376
1377         * ext/pulse/pulsemixerctrl.c:
1378         Fix compilation error.
1379
1380 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1381
1382         * po/LINGUAS:
1383         * po/lt.po:
1384         Add new lithunian translation, and add french to the LINGUAS
1385         file.
1386
1387 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1388
1389         * ext/soup/gstsouphttpsrc.c:
1390         Fix Soup HTTP source seeking.
1391         Patch By: Wouter Cloetens  <wouter at mind be>
1392         Fixes: #540300
1393
1394         * tests/check/elements/.cvsignore:
1395         Ignore new check programs.
1396
1397 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1398
1399         * configure.ac:
1400         * docs/plugins/Makefile.am:
1401         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1402         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1403         * docs/plugins/gst-plugins-good-plugins.args:
1404         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1405         * docs/plugins/gst-plugins-good-plugins.interfaces:
1406         * docs/plugins/gst-plugins-good-plugins.prerequisites:
1407         * docs/plugins/inspect/plugin-interleave.xml:
1408         * docs/plugins/inspect/plugin-replaygain.xml:
1409         * tests/check/Makefile.am:
1410
1411         Move replaygain and interleave plugins from -bad.
1412         Fixes: #543406
1413         Fixes: #536228
1414
1415 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1416
1417         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
1418         (qtdemux_parse_trak):
1419         Revert ISO base media spec based pixel-aspect-ratio calculation.
1420         Fixes #543300.
1421
1422 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1423
1424         * sys/osxvideo/osxvideosink.m:
1425         Fix minor build issues on macosx.
1426         Fixes #543054
1427
1428 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
1429
1430         * configure.ac::
1431         * ext/taglib/Makefile.am::
1432           Only use -Wno-attributes (which is there to work around a
1433           bug in the taglib 1.5 headers) if the c++ compiler actually
1434           supports it (#543255).
1435
1436 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
1437
1438         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
1439
1440         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
1441           Avoid compiler warning by initialising variable to NULL (#543259).
1442
1443 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
1444
1445         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
1446         Don't pass NULL taglists to gst_tag_list_is_empty().
1447
1448 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
1449
1450         * tests/check/elements/cmmldec.c: (GST_START_TEST):
1451         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
1452         (rtp_pipeline_run):
1453         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
1454         Don't use declarations after statements.
1455
1456 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1457
1458         * ext/jpeg/gstjpegdec.c:
1459         Align documentation with reality.
1460
1461 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1462
1463         * gst/udp/gstudpnetutils.c:
1464         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
1465         old value (1) if it's not defined which should not cause any problems
1466         as we're using it internal only anyway.
1467
1468 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1469
1470         Patch by: Alessandro Decina <alessandro at nnva dot org>
1471
1472         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
1473         Fix build of avidemux on big endian architectures.
1474
1475 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1476
1477         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
1478
1479         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1480         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
1481
1482 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1483
1484         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
1485         (qtdemux_parse_trak):
1486         Set pixel-aspect-ratio in caps using display width and height
1487         provided in track.
1488
1489 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1490
1491         * configure.ac:
1492         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
1493         flags that are invalid for C++. Fixes bug #516509.
1494
1495 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1496
1497         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
1498         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
1499         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
1500         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
1501         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1502         * tests/examples/equalizer/demo.c: (message_handler):
1503         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
1504         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
1505         Don't use declarations after statements and variable length arrays.
1506
1507 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1508
1509         Patch by: Daniel Drake <dsd at gentoo dot org>
1510
1511         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
1512         (gst_v4l2src_get_nearest_size):
1513         Try progressive video if interlaced fails. Fixes bug #541956
1514         and the usage of v4l2src on OLPC.
1515
1516 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1517
1518         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1519         (gst_rtp_speex_depay_process):
1520         * gst/rtp/gstrtpspeexdepay.h:
1521         Revert last change: Only the jitterbuffer is able to convert RTP to
1522         Gstreamer timestamps and normal (de)payloaders should simply copy it.
1523         Reopens bug #541787.
1524
1525 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
1526
1527         * gst/rtp/gstrtpvrawdepay.c:
1528           Include stdlib.h for atoi().
1529
1530         * gst/rtsp/gstrtspsrc.c:
1531           Use floating point math for latencies < 0 sec in log output.
1532
1533 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1534
1535         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
1536
1537         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1538         (gst_rtp_speex_depay_process):
1539         * gst/rtp/gstrtpspeexdepay.h:
1540         Take timestamp from the RTP packet as a first step to fix problems
1541         with transmission over RTP when the network is not reliable.
1542         Fixes bug #541787.
1543
1544 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1545
1546         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
1547
1548         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
1549         Fix parsing of udp:// URIs containing IPv6 addresses.
1550         Fixes bug #541650.
1551
1552 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1553
1554         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
1555         Do not leak incoming buffers.
1556
1557 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1558
1559         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1560
1561         * configure.ac:
1562         Fix build of the RTP plugin with mingw32 by linking to ws2_32
1563         for htons() and htonl(). Fixes bug #541412.
1564
1565 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1566
1567         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
1568         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
1569         (gst_matroska_demux_element_query),
1570         (gst_matroska_demux_handle_src_query),
1571         (gst_matroska_demux_handle_seek_event):
1572         Handle position and duration query in DEFAULT format if the
1573         pad's track has a default frame duration set.
1574
1575         Fix seeking now that the segment's duration doesn't contain the
1576         (possibly wrong or inaccurate) duration of the Matroska file.
1577
1578 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1579
1580         * gst/matroska/ebml-read.c: (_ext2dbl):
1581         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
1582         in math.h except on MSVC where it is defined in xmath.h.
1583         Fixes compilation with MSVC.
1584
1585 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1586
1587         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1588         (gst_matroska_demux_handle_src_query),
1589         (gst_matroska_demux_parse_info),
1590         (gst_matroska_demux_loop_stream_parse_id):
1591         * gst/matroska/matroska-demux.h:
1592         Don't set the segment duration to the duration from the Matroska
1593         header as this value could be wrong and is just informational.
1594
1595 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1596
1597         * gst/matroska/matroska-demux.c:
1598         (gst_matroska_demux_loop_stream_parse_id):
1599         If no Tracks element is found until the first Cluster is found
1600         search it and error out if none is found in the complete file.
1601
1602 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1603
1604         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
1605         Resync non-subtitle tracks too if a too large gap compared to other
1606         tracks is detected.
1607
1608 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1609
1610         * gst/rtp/Makefile.am:
1611         * gst/rtp/gstrtp.c: (plugin_init):
1612         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
1613         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
1614         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
1615         (gst_rtp_vraw_depay_change_state),
1616         (gst_rtp_vraw_depay_plugin_init):
1617         * gst/rtp/gstrtpvrawdepay.h:
1618         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
1619         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
1620         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
1621         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
1622         (gst_rtp_vraw_pay_plugin_init):
1623         * gst/rtp/gstrtpvrawpay.h:
1624         Add raw video pay and depayloaders, see RFC4175.
1625
1626 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
1627
1628         * ext/libpng/gstpngdec.c:
1629         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
1630         whatever it returned.
1631
1632 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1633
1634         * gst/avi/avi-ids.h:
1635         Add vprp chunk related structures.
1636         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
1637         (gst_avi_demux_parse_stream):
1638         Parse optional vprp chunk and add calculated pixel-aspect-ratio
1639         to caps.  Fixes #539482.
1640         * gst/avi/gstavimux.h:
1641         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
1642         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
1643         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
1644
1645 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1646
1647         * tests/check/elements/avimux.c: (check_avimux_pad):
1648         Adjust avimux unit test according to increased streamheader size.
1649
1650 2008-06-27  David Schleef  <ds@schleef.org>
1651
1652         * gst/qtdemux/qtdemux.c: Add Dirac stream type
1653
1654 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1655
1656         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
1657         * gst/avi/gstavimux.h:
1658         Add 8 bytes to current streamheader to make for a complete one
1659         and to make more players happy.  Fixes #519460.
1660
1661 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
1662
1663         * sys/v4l2/v4l2_calls.c::
1664           Don't include unused gstv4l2xoverlay.h. Fixes build
1665           in case where X11 headers are not installed.
1666
1667 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1668
1669         * ext/dv/gstdv.c: (plugin_init):
1670         Fix compilation.
1671
1672 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1673
1674         * ext/dv/gstdv.c: (plugin_init):
1675         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
1676         DV decoder available.
1677         Fixes #532393
1678
1679 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1680
1681         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1682         Call getsockname() after the call to bind() to get updated values
1683         for the port, etc. This fixes the usage of udpsrc on anonymous
1684         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
1685         Thanks to Aurelien Grimaud for pointing out the obvious fix.
1686
1687 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1688
1689         * tests/check/pipelines/wavpack.c: (bus_handler):
1690         Remove workaround for a bug in identity that is fixed in 0.10.20.
1691
1692 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1693
1694         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
1695
1696         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
1697         Fix HTTP auth support with user/password passed via the URI.
1698         Fixes bug #540067.
1699
1700 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
1701
1702         * configure.ac:
1703           Depend on released versions of core and -base.
1704
1705 2008-06-23  Julien Moutte  <julien@fluendo.com>
1706
1707         * gst/matroska/matroska-demux.c:
1708         (gst_matroska_demux_read_track_encoding),
1709         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
1710         format strings in macros. (makes it build on OS X again...)
1711
1712 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1713
1714         * gst/rtp/gstrtptheorapay.c:
1715         * gst/udp/gstmultiudpsink.c:
1716           Added debug.
1717
1718 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
1719
1720         * configure.ac: switch v4l2src over to the normal build instead of
1721         being 'experimental'. Fixes bug #536831.
1722
1723 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
1724
1725         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
1726         Remove unused variable so that we can compile again.
1727
1728 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
1729
1730         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
1731         No need to check for audio/G723 and audio/32KADPCM here as they are
1732         no longer supported.
1733
1734 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
1735
1736         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
1737         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
1738         Use G_GINT64_CONSTANT, this fixes the duration query on files without
1739         known length.
1740
1741 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
1742
1743         * gst/matroska/matroska-demux.c:
1744         (gst_matroska_demux_add_wvpk_header),
1745         (gst_matroska_demux_audio_caps):
1746         * gst/matroska/matroska-ids.h:
1747         Fix demuxing of WavPack files. Muxing is still broken.
1748
1749 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
1750
1751         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
1752         (gst_matroska_demux_add_mpeg_seq_header),
1753         (gst_matroska_demux_add_wvpk_header),
1754         (gst_matroska_demux_check_subtitle_buffer),
1755         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1756         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
1757         (gst_matroska_demux_subtitle_caps):
1758         * gst/matroska/matroska-ids.h:
1759         Add a "vfunc" to the track context for postprocessing frames and
1760         convert the wavpack and subtitle postprocessing to this vfunc.
1761         Copy buffer flags in those functions to the new buffers too.
1762
1763         Parse CodecState elements of Blocks.
1764
1765         Add a postprocessing function for MPEG video that adds the sequence
1766         header from the codec private data or codec state to the frames if
1767         it's not already there.
1768
1769 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
1770
1771         * gst/matroska/matroska-demux.c:
1772         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1773         If a gap of more than 1/2 second is found in one stream send a
1774         NEWSEGMENT event to not stall the pipeline if the gap is too large.
1775         This also fixes Matroska files where the first buffer doesn't start
1776         at timestamp 0. Fixes bug #429322.
1777
1778         The duration of a block is the default duration multiplied with the
1779         number of laces. Every lace is one frame and the default duration
1780         is the duration of one frame. This fixes playback of files that use
1781         lacing for some tracks.
1782
1783 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
1784
1785         * gst/matroska/matroska-demux.c:
1786         (gst_matroska_demux_parse_contents_seekentry):
1787         Update FIXME/TODOs and only ignore EOS at the central, important place
1788         instead of several places.
1789
1790 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
1791
1792         * gst/rtp/gstrtpg726pay.c:
1793         Fix caps, See #538891.
1794
1795 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
1796
1797         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1798         (gst_matroska_demux_stream_from_num),
1799         (gst_matroska_demux_encoding_cmp),
1800         (gst_matroska_demux_encoding_order_unique),
1801         (gst_matroska_demux_read_track_encoding),
1802         (gst_matroska_demux_read_track_encodings),
1803         (gst_matroska_demux_tracknumber_unique),
1804         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
1805         (gst_matroska_demux_parse_tracks),
1806         (gst_matroska_demux_parse_index_cuetrack),
1807         (gst_matroska_demux_parse_index_pointentry),
1808         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
1809         (gst_matroska_demux_parse_metadata_id_simple_tag),
1810         (gst_matroska_demux_parse_metadata_id_tag),
1811         (gst_matroska_demux_parse_metadata),
1812         (gst_matroska_demux_parse_attached_file),
1813         (gst_matroska_demux_parse_attachments),
1814         (gst_matroska_demux_parse_chapters),
1815         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
1816         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1817         (gst_matroska_demux_parse_cluster),
1818         (gst_matroska_demux_parse_contents_seekentry),
1819         (gst_matroska_demux_parse_contents),
1820         (gst_matroska_demux_loop_stream_parse_id),
1821         (gst_matroska_demux_loop):
1822         Improve debug output everywhere and fix the EOS logic.
1823
1824         Check the values of the ContentEncoding elements more strictly and
1825         don't use tracks for which it's invalid.
1826
1827         Check that the track number is unique for this stream.
1828
1829         Check that seek positions are below G_MAXINT64 as our seeks are
1830         int64-based and overflows will fail badly.
1831
1832         After seeks also don't push SimpleBlocks until the first one
1833         containing a keyframe is found. Before this was done only for normal
1834         Blocks.
1835
1836         Update some FIXME/TODOs.
1837         
1838         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
1839         (gst_ebml_read_utf8), (gst_ebml_read_header):
1840         Improve debug output.
1841
1842         * gst/matroska/matroska-ids.c:
1843         (gst_matroska_track_init_video_context):
1844         * gst/matroska/matroska-ids.h:
1845         * gst/matroska/matroska-mux.c:
1846         (gst_matroska_mux_video_pad_setcaps):
1847         Remove eye mode and don't parse it anymore. We can't use that
1848         information in GStreamer yet so it's useless.
1849
1850
1851 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
1852
1853         Patch by: Mersad Jelacic <mersad at axis dot com>
1854
1855         * gst/rtp/Makefile.am:
1856         * gst/rtp/gstrtp.c: (plugin_init):
1857         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
1858         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
1859         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
1860         (gst_rtp_g726_depay_plugin_init):
1861         * gst/rtp/gstrtpg726depay.h:
1862         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
1863         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
1864         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
1865         * gst/rtp/gstrtpg726pay.h:
1866         Added G726 pay/depayloaders. Fixes #538891.
1867
1868 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
1869
1870         * gst/rtsp/URLS:
1871         Some more urls.
1872
1873         * gst/smpte/barboxwipes.c:
1874         Add a comment
1875
1876         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
1877         Fix typo, add audioresample to the pipeline.
1878
1879 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
1880
1881         * ext/libmng/Makefile.am:
1882         * ext/libmng/gstmng.c: (plugin_init):
1883         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
1884         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
1885         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
1886         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
1887         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
1888         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
1889         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
1890         (gst_mng_dec_change_state):
1891         * ext/libmng/gstmngdec.h:
1892         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
1893         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
1894         (gst_mng_enc_init), (gst_mng_enc_chain),
1895         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
1896         * ext/libmng/gstmngenc.h:
1897         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
1898         bits ifdeffed out still.
1899
1900 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
1901
1902         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
1903         When comparing index elements with the same time compare their
1904         block number.
1905
1906 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
1907
1908         * gst/matroska/matroska-demux.c:
1909           (gst_matroska_demux_parse_attached_file)
1910           Init variable to NULL to avoid compiler warning.
1911
1912 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
1913
1914         * gst/matroska/Makefile.am:
1915         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1916         (gst_matroska_demux_parse_attached_file),
1917         (gst_matroska_demux_parse_attachments),
1918         (gst_matroska_demux_parse_contents_seekentry),
1919         (gst_matroska_demux_loop_stream_parse_id):
1920         * gst/matroska/matroska-demux.h:
1921         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
1922         * gst/matroska/matroska-ids.h:
1923         * gst/matroska/matroska.c: (plugin_init):
1924         Parse Attachments and post them as GST_TAG_IMAGE if we detect
1925         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
1926         and description of the attachments in the caps. Fixes bug #537622.
1927
1928 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
1929
1930         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
1931         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
1932         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
1933         (gst_speex_enc_src_query), (gst_speex_enc_init),
1934         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
1935         (gst_speex_enc_chain), (gst_speex_enc_get_property),
1936         (gst_speex_enc_set_property):
1937         Add mode property.
1938         Some cleanups, add more debug info.
1939         Add latency query.
1940
1941 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
1942
1943         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
1944         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
1945         If we get less bytes than requested we can't do anything except doing
1946         our EOS logic.
1947
1948 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
1949
1950         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1951         (gst_matroskademux_do_index_seek),
1952         (gst_matroska_demux_parse_index_cuetrack),
1953         (gst_matroska_demux_parse_index_pointentry),
1954         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
1955         (gst_matroska_demux_parse_metadata):
1956         * gst/matroska/matroska-demux.h:
1957         * gst/matroska/matroska-ids.h:
1958         Use a GArray for storing the Cue (i.e. seek) information, store
1959         the CueTrackPositions for every track, store the block number
1960         and optimize searching in the array by sorting it after the last
1961         element was added.
1962
1963         Fix a small memory leak when trying to parse a tags element that was
1964         already parsed.
1965
1966 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
1967
1968         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
1969         (gst_matroska_mux_start), (gst_matroska_mux_finish),
1970         (gst_matroska_mux_write_data):
1971         * gst/matroska/matroska-mux.h:
1972         Don't write another SeekHead which indexes all Clusters to the end of
1973         the file. This isn't useful for anything and just increases filesize.
1974
1975 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
1976
1977         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
1978         Prevent unaligned memory access when reading floats.
1979
1980 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
1981
1982         * gst/matroska/ebml-read.c:
1983         * gst/matroska/ebml-read.h:
1984         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1985         (gst_matroska_demux_parse_metadata):
1986         * gst/matroska/matroska-demux.h:
1987         Make sure that every Tags element is only parsed once and it's
1988         containing tags are only posted once.
1989
1990 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
1991
1992         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
1993         (gst_ebml_read_header):
1994         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
1995         (gst_matroska_demux_parse_tracks),
1996         (gst_matroska_demux_parse_index_cuetrack),
1997         (gst_matroska_demux_parse_index_pointentry),
1998         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
1999         (gst_matroska_demux_parse_metadata_id_simple_tag),
2000         (gst_matroska_demux_parse_metadata_id_tag),
2001         (gst_matroska_demux_parse_metadata),
2002         (gst_matroska_demux_parse_attachments),
2003         (gst_matroska_demux_parse_chapters),
2004         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2005         (gst_matroska_demux_parse_cluster),
2006         (gst_matroska_demux_parse_contents_seekentry),
2007         (gst_matroska_demux_parse_contents),
2008         (gst_matroska_demux_loop_stream_parse_id):
2009         Handle EBML elements like Void or CRC32 in the EbmlRead base class
2010         already. They're not useful in the matroska parser and only cause
2011         additional code.
2012
2013 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
2014
2015         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
2016         (gst_ebml_finalize), (gst_ebml_read_change_state),
2017         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
2018         * gst/matroska/matroska-demux.c:
2019         (gst_matroska_demux_parse_contents_seekentry):
2020         Reverse the level list as we usually are only interested in the
2021         first element or want to add a new first element. Having the
2022         first element stored at the end and calling g_list_last() and
2023         g_list_append() is more expensive.
2024
2025         Also use GSlice for allocating the GstEbmlLevel structs.
2026
2027 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
2028
2029         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
2030           (gst_tag_inject_class_init), (gst_tag_inject_init):
2031           Don't unref NULL taglist in finalize. Don't use c++ style
2032           comments.
2033
2034 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2035
2036         * gst/matroska/matroska-demux.c:
2037         (gst_matroska_demux_parse_metadata_id_simple_tag):
2038         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
2039         (gst_matroska_mux_write_data):
2040         Use gst_value_serialize() and gst_value_deserialize() for transforming
2041         tags from some GType to a string and the other way around. The default
2042         transformations in GLib don't include transformations from string to
2043         number types.
2044
2045 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2046
2047         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2048         (gst_matroska_demux_parse_tracks),
2049         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2050         (gst_matroska_demux_parse_attachments),
2051         (gst_matroska_demux_parse_chapters),
2052         (gst_matroska_demux_parse_contents_seekentry),
2053         (gst_matroska_demux_loop_stream_parse_id):
2054         * gst/matroska/matroska-demux.h:
2055         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
2056         Tags multiple times. The first ones can appear more than once but must
2057         contain the same content as the first for backup purposes so we ignore
2058         all but the first one. Tags can appear multiple times with different
2059         content.
2060
2061         Jump to all elements except Clusters that are available from a
2062         SeekHead to make it more likely to have all required informations
2063         before getting to the first Clusters.
2064
2065         Add dummy functions for parsing Attachments and Chapters.
2066
2067 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2068
2069         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2070         (gst_udpsrc_create), (gst_udpsrc_set_property),
2071         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
2072         * gst/udp/gstudpsrc.h:
2073         Add property to control automatic join/leave of multicast groups.
2074         Add G_LIKELY.
2075         Remove setting caps on buffers explicitly, basesrc does that for us now.
2076         Improve debug info.
2077         Convert some non-fatal error into warnings.
2078         Use g_ntohs for better portability.
2079         Leave multicast groups when stopping.
2080         When using external sockets, use getsockname() on them to fill up the
2081         addr structure before calling methods that use the structure.
2082         Should all fix #536903.
2083         API: GstUDPSrc::auto-multicast property
2084
2085 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2086
2087         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
2088         Use g_ntohl for better portability.
2089
2090 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2091
2092         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
2093         (gst_multiudpsink_remove):
2094         Fix a typo and do some small cleanups.
2095
2096 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2097
2098         Patch by: Olivier Crete <tester at tester dot ca>
2099
2100         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
2101         Make the delivery-method mandatory on the caps and only accept inline
2102         for now.
2103         Reverse strcmp checks for delivery-method.
2104
2105         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
2106         Make delivery method optional when parsing caps and note this in the
2107         caps.
2108         Reverse strcmp checks for delivery-method.
2109
2110         * gst/rtp/gstrtpvorbispay.c:
2111         Update a comment to note that the delivery-method is optional, 
2112         Fixes #537675.
2113
2114 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2115
2116         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
2117         Set udpsrc for receiving data from multicast groups to PAUSED instead of
2118         leaving them in READY. Fixes #537832.
2119
2120 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2121
2122         * gst/avi/gstavimux.c:
2123           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
2124           for a random constant in tagmuxing code.
2125
2126 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
2127
2128         * gst/debug/gsttaginject.c:
2129         * gst/debug/gsttaginject.h:
2130           Now actually adding the new element.
2131
2132 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
2133
2134         * docs/plugins/Makefile.am:
2135         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2136         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2137         * docs/plugins/gst-plugins-good-plugins.args:
2138         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2139         * docs/plugins/gst-plugins-good-plugins.interfaces:
2140         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2141         * docs/plugins/inspect/plugin-aasink.xml:
2142         * docs/plugins/inspect/plugin-alaw.xml:
2143         * docs/plugins/inspect/plugin-alpha.xml:
2144         * docs/plugins/inspect/plugin-alphacolor.xml:
2145         * docs/plugins/inspect/plugin-annodex.xml:
2146         * docs/plugins/inspect/plugin-apetag.xml:
2147         * docs/plugins/inspect/plugin-audiofx.xml:
2148         * docs/plugins/inspect/plugin-auparse.xml:
2149         * docs/plugins/inspect/plugin-autodetect.xml:
2150         * docs/plugins/inspect/plugin-avi.xml:
2151         * docs/plugins/inspect/plugin-cacasink.xml:
2152         * docs/plugins/inspect/plugin-cairo.xml:
2153         * docs/plugins/inspect/plugin-cdio.xml:
2154         * docs/plugins/inspect/plugin-cutter.xml:
2155         * docs/plugins/inspect/plugin-debug.xml:
2156         * docs/plugins/inspect/plugin-dv.xml:
2157         * docs/plugins/inspect/plugin-efence.xml:
2158         * docs/plugins/inspect/plugin-effectv.xml:
2159         * docs/plugins/inspect/plugin-equalizer.xml:
2160         * docs/plugins/inspect/plugin-esdsink.xml:
2161         * docs/plugins/inspect/plugin-flac.xml:
2162         * docs/plugins/inspect/plugin-flxdec.xml:
2163         * docs/plugins/inspect/plugin-gamma.xml:
2164         * docs/plugins/inspect/plugin-gconfelements.xml:
2165         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2166         * docs/plugins/inspect/plugin-goom.xml:
2167         * docs/plugins/inspect/plugin-goom2k1.xml:
2168         * docs/plugins/inspect/plugin-halelements.xml:
2169         * docs/plugins/inspect/plugin-icydemux.xml:
2170         * docs/plugins/inspect/plugin-id3demux.xml:
2171         * docs/plugins/inspect/plugin-jpeg.xml:
2172         * docs/plugins/inspect/plugin-level.xml:
2173         * docs/plugins/inspect/plugin-matroska.xml:
2174         * docs/plugins/inspect/plugin-monoscope.xml:
2175         * docs/plugins/inspect/plugin-mulaw.xml:
2176         * docs/plugins/inspect/plugin-multifile.xml:
2177         * docs/plugins/inspect/plugin-multipart.xml:
2178         * docs/plugins/inspect/plugin-navigationtest.xml:
2179         * docs/plugins/inspect/plugin-ossaudio.xml:
2180         * docs/plugins/inspect/plugin-png.xml:
2181         * docs/plugins/inspect/plugin-quicktime.xml:
2182         * docs/plugins/inspect/plugin-rtp.xml:
2183         * docs/plugins/inspect/plugin-rtsp.xml:
2184         * docs/plugins/inspect/plugin-smpte.xml:
2185         * docs/plugins/inspect/plugin-soup.xml:
2186         * docs/plugins/inspect/plugin-spectrum.xml:
2187         * docs/plugins/inspect/plugin-speex.xml:
2188         * docs/plugins/inspect/plugin-taglib.xml:
2189         * docs/plugins/inspect/plugin-udp.xml:
2190         * docs/plugins/inspect/plugin-video4linux2.xml:
2191         * docs/plugins/inspect/plugin-videobalance.xml:
2192         * docs/plugins/inspect/plugin-videobox.xml:
2193         * docs/plugins/inspect/plugin-videocrop.xml:
2194         * docs/plugins/inspect/plugin-videoflip.xml:
2195         * docs/plugins/inspect/plugin-videomixer.xml:
2196         * docs/plugins/inspect/plugin-wavenc.xml:
2197         * docs/plugins/inspect/plugin-wavpack.xml:
2198         * docs/plugins/inspect/plugin-wavparse.xml:
2199         * docs/plugins/inspect/plugin-ximagesrc.xml:
2200         * gst/debug/Makefile.am:
2201         * gst/debug/breakmydata.c:
2202         * gst/debug/efence.c:
2203         * gst/debug/gstdebug.c:
2204         * gst/debug/gstnavseek.c:
2205         * gst/debug/gstpushfilesrc.c:
2206         * gst/debug/gstpushfilesrc.h:
2207         * gst/debug/negotiation.c:
2208         * gst/debug/progressreport.c:
2209         * gst/debug/progressreport.h:
2210         * gst/debug/rndbuffersize.c:
2211         * gst/debug/testplugin.c:
2212           Remove dummy plugin_init. Remove some undefined entries from doc-
2213           section file. Add taginject element and rebuild docs for it.
2214
2215 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2216
2217         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
2218         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
2219         Update the counter for the number of streams when pads are added or
2220         removed. This will make sure that a seek table is generated for
2221         files with just one audio stream.
2222
2223 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2224
2225         * gst/matroska/matroska-demux.c:
2226         (gst_matroska_demux_parse_metadata_id_simple_tag):
2227         * gst/matroska/matroska-ids.h:
2228         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
2229         Add some more tags, improve debugging a bit and make sure that
2230         GValue transformation has succeeded before using the result
2231         as a tag.
2232
2233 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2234
2235         Patch by: Olivier Crete <tester at tester dot ca>
2236
2237         * gst/rtp/gstrtptheorapay.c:
2238         The Theora RTP payloader only supports the "inline" delievery method
2239         so let's declare this on the caps of the static pad template.
2240         Fixes bug #537675.
2241
2242 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
2243
2244         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
2245         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
2246         Remove bogus check.
2247
2248 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
2249
2250         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
2251         (gst_videomixer_blend_buffers):
2252         Use stream_time to synchronize the object properties.
2253         Use running_time of the master pad to timestamp outgoing buffers.
2254         Fix the initial segment event to extend an unknown amount of time.
2255         Fixes #537361.
2256
2257 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
2258
2259         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
2260         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
2261         (gst_avi_demux_calculate_durations_from_index),
2262         (gst_avi_demux_stream_header_push),
2263         (gst_avi_demux_stream_header_pull):
2264         Try to ignore unparsable/unknown streams and give a warning instead of
2265         erroring out. Fixes #537377.
2266
2267 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2268
2269         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
2270         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
2271
2272         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
2273         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2274         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
2275         (gst_matroska_demux_read_track_encodings),
2276         (gst_matroska_demux_add_stream),
2277         (gst_matroska_demux_handle_src_query),
2278         (gst_matroska_demux_init_stream),
2279         (gst_matroska_demux_parse_index_cuetrack),
2280         (gst_matroska_demux_parse_index_pointentry),
2281         (gst_matroska_demux_parse_info),
2282         (gst_matroska_demux_parse_metadata_id_simple_tag),
2283         (gst_matroska_demux_parse_metadata),
2284         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
2285         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2286         (gst_matroska_demux_parse_cluster),
2287         (gst_matroska_demux_parse_contents_seekentry),
2288         (gst_matroska_demux_loop_stream_parse_id),
2289         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
2290         (gst_matroska_demux_audio_caps),
2291         (gst_matroska_demux_subtitle_caps):
2292         * gst/matroska/matroska-demux.h:
2293         * gst/matroska/matroska-ids.c:
2294         (gst_matroska_track_init_subtitle_context):
2295         * gst/matroska/matroska-ids.h:
2296         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
2297         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
2298         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
2299         (gst_matroska_mux_video_pad_setcaps),
2300         (gst_matroska_mux_audio_pad_setcaps),
2301         (gst_matroska_mux_subtitle_pad_setcaps),
2302         (gst_matroska_mux_request_new_pad),
2303         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2304         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2305         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
2306         (gst_matroska_mux_set_property):
2307         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
2308         elements, do some checks for valid values in the demuxer, handle
2309         tracktimecodescale in the demuxer, set correct default values for all
2310         settings in the demuxer, review and add all missing matroska
2311         IDs and some more raw YUV formats, and some trivial cleanup.
2312
2313 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2314
2315         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
2316         (gst_pulsemixer_class_init):
2317         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
2318         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
2319         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2320         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
2321         (gst_pulsesrc_prepare):
2322         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
2323         gst_element_class_set_details_simple() and fix coding style a bit
2324         more.
2325
2326 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2327
2328         * docs/plugins/Makefile.am:
2329         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2330         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2331         * docs/plugins/gst-plugins-good-plugins.args:
2332         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2333         * docs/plugins/gst-plugins-good-plugins.interfaces:
2334         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2335         * docs/plugins/inspect/plugin-aasink.xml:
2336         * docs/plugins/inspect/plugin-alaw.xml:
2337         * docs/plugins/inspect/plugin-alpha.xml:
2338         * docs/plugins/inspect/plugin-alphacolor.xml:
2339         * docs/plugins/inspect/plugin-annodex.xml:
2340         * docs/plugins/inspect/plugin-apetag.xml:
2341         * docs/plugins/inspect/plugin-audiofx.xml:
2342         * docs/plugins/inspect/plugin-auparse.xml:
2343         * docs/plugins/inspect/plugin-autodetect.xml:
2344         * docs/plugins/inspect/plugin-avi.xml:
2345         * docs/plugins/inspect/plugin-cacasink.xml:
2346         * docs/plugins/inspect/plugin-cairo.xml:
2347         * docs/plugins/inspect/plugin-cdio.xml:
2348         * docs/plugins/inspect/plugin-cutter.xml:
2349         * docs/plugins/inspect/plugin-debug.xml:
2350         * docs/plugins/inspect/plugin-dv.xml:
2351         * docs/plugins/inspect/plugin-efence.xml:
2352         * docs/plugins/inspect/plugin-effectv.xml:
2353         * docs/plugins/inspect/plugin-equalizer.xml:
2354         * docs/plugins/inspect/plugin-esdsink.xml:
2355         * docs/plugins/inspect/plugin-flac.xml:
2356         * docs/plugins/inspect/plugin-flxdec.xml:
2357         * docs/plugins/inspect/plugin-gamma.xml:
2358         * docs/plugins/inspect/plugin-gconfelements.xml:
2359         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2360         * docs/plugins/inspect/plugin-goom.xml:
2361         * docs/plugins/inspect/plugin-goom2k1.xml:
2362         * docs/plugins/inspect/plugin-halelements.xml:
2363         * docs/plugins/inspect/plugin-icydemux.xml:
2364         * docs/plugins/inspect/plugin-id3demux.xml:
2365         * docs/plugins/inspect/plugin-jpeg.xml:
2366         * docs/plugins/inspect/plugin-level.xml:
2367         * docs/plugins/inspect/plugin-matroska.xml:
2368         * docs/plugins/inspect/plugin-monoscope.xml:
2369         * docs/plugins/inspect/plugin-mulaw.xml:
2370         * docs/plugins/inspect/plugin-multifile.xml:
2371         * docs/plugins/inspect/plugin-multipart.xml:
2372         * docs/plugins/inspect/plugin-navigationtest.xml:
2373         * docs/plugins/inspect/plugin-ossaudio.xml:
2374         * docs/plugins/inspect/plugin-png.xml:
2375         * docs/plugins/inspect/plugin-pulseaudio.xml:
2376         * docs/plugins/inspect/plugin-quicktime.xml:
2377         * docs/plugins/inspect/plugin-rtp.xml:
2378         * docs/plugins/inspect/plugin-rtsp.xml:
2379         * docs/plugins/inspect/plugin-smpte.xml:
2380         * docs/plugins/inspect/plugin-soup.xml:
2381         * docs/plugins/inspect/plugin-spectrum.xml:
2382         * docs/plugins/inspect/plugin-speex.xml:
2383         * docs/plugins/inspect/plugin-taglib.xml:
2384         * docs/plugins/inspect/plugin-udp.xml:
2385         * docs/plugins/inspect/plugin-video4linux2.xml:
2386         * docs/plugins/inspect/plugin-videobalance.xml:
2387         * docs/plugins/inspect/plugin-videobox.xml:
2388         * docs/plugins/inspect/plugin-videocrop.xml:
2389         * docs/plugins/inspect/plugin-videoflip.xml:
2390         * docs/plugins/inspect/plugin-videomixer.xml:
2391         * docs/plugins/inspect/plugin-wavenc.xml:
2392         * docs/plugins/inspect/plugin-wavpack.xml:
2393         * docs/plugins/inspect/plugin-wavparse.xml:
2394         * docs/plugins/inspect/plugin-ximagesrc.xml:
2395         * ext/pulse/plugin.c:
2396         * ext/pulse/pulsemixer.c:
2397         * ext/pulse/pulsesink.c:
2398         * ext/pulse/pulsesrc.c:
2399         Add documentation to the pulseaudio plugin and run make update
2400         in docs/plugins.
2401
2402 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2403
2404         Patch by: Brian Cameron <brian.cameron at sun dot com>
2405
2406         * sys/sunaudio/gstsunaudiomixerctrl.c:
2407         (gst_sunaudiomixer_ctrl_get_volume),
2408         (gst_sunaudiomixer_ctrl_set_volume):
2409         Improvements for the SunAudio mixer by handling mute as no gain
2410         for tracks that have a gain property but no mute property.
2411         Fixes bug #536067.
2412
2413 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2414
2415         * configure.ac:
2416         * ext/pulse/Makefile.am:
2417         * ext/pulse/plugin.c: (plugin_init):
2418         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
2419         (gst_pulsemixer_implements_interface_init),
2420         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
2421         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
2422         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
2423         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
2424         * ext/pulse/pulsemixer.h:
2425         * ext/pulse/pulsemixerctrl.c:
2426         (gst_pulsemixer_ctrl_context_state_cb),
2427         (gst_pulsemixer_ctrl_sink_info_cb),
2428         (gst_pulsemixer_ctrl_source_info_cb),
2429         (gst_pulsemixer_ctrl_subscribe_cb),
2430         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
2431         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
2432         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
2433         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
2434         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
2435         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
2436         * ext/pulse/pulsemixerctrl.h:
2437         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
2438         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
2439         * ext/pulse/pulsemixertrack.h:
2440         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
2441         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
2442         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
2443         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
2444         (gst_pulseprobe_new), (gst_pulseprobe_free),
2445         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
2446         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
2447         (gst_pulseprobe_set_server):
2448         * ext/pulse/pulseprobe.h:
2449         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
2450         (gst_pulsesink_class_init), (gst_pulsesink_init),
2451         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
2452         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
2453         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
2454         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
2455         (gst_pulsesink_stream_request_cb),
2456         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
2457         (gst_pulsesink_close), (gst_pulsesink_prepare),
2458         (gst_pulsesink_unprepare), (gst_pulsesink_write),
2459         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
2460         (gst_pulsesink_reset), (gst_pulsesink_change_title),
2461         (gst_pulsesink_event), (gst_pulsesink_get_type):
2462         * ext/pulse/pulsesink.h:
2463         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2464         (gst_pulsesrc_implements_interface_init),
2465         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
2466         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
2467         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
2468         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
2469         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
2470         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
2471         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
2472         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
2473         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
2474         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
2475         (gst_pulsesrc_get_type):
2476         * ext/pulse/pulsesrc.h:
2477         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
2478         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
2479         * ext/pulse/pulseutil.h:
2480         Add pulseaudio GStreamer element from gst-pulse. Development will
2481         continue here instead of pulseaudio SVN. Fixes bug #400679.
2482         Only changes over gst-pulse SVN are added copyright to the top of
2483         files and coding style changes.
2484
2485 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
2486
2487         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
2488
2489         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
2490           (gst_cdio_add_cdtext_album_tags):
2491         * ext/cdio/gstcdio.h:
2492         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
2493           Also extract album title and album genre from CD-TEXT if
2494           available (#537021).
2495
2496 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
2497
2498         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2499
2500         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2501         Improve negotiation a bit more by picking the smallest possible
2502         resolution that is larger than the resolution specified in the
2503         first caps entry of the peer caps. Fixes bug #536994.
2504
2505 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
2506
2507         Patch by: Bastien Nocera <hadess at hadess dot net>
2508
2509         * sys/v4l2/gstv4l2vidorient.c:
2510         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
2511         Fix compilation with newer GIT kernels that deprecated
2512         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
2513
2514 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
2515
2516         * configure.ac:
2517         * ext/cdio/gstcdio.c:
2518         * ext/cdio/gstcdio.h:
2519         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
2520           Require libcdio >= 0.76.
2521
2522 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
2523
2524         * gst/avi/gstavidemux.c:
2525         Catch UNEXPECTED when downstream has reached end of
2526         segment in reverse mode.
2527
2528 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
2529
2530         * gst/avi/gstavidemux.c:
2531         Fix typo in comment
2532
2533 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
2534
2535         * gst/avi/gstavidemux.c:
2536         Because we don't know the frame order we need to push till
2537         the next keyframe
2538
2539 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2540
2541         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2542
2543         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
2544         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
2545         Provide a custom negotiation function to make sure to pick the highest
2546         possible framerate and resolution. Fixes bug #536646.
2547
2548 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
2549
2550         * gst/avi/gstavidemux.c:
2551         Set EOS when going out of the segment in reverse playback
2552
2553 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2554
2555         * ext/taglib/Makefile.am::
2556           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
2557           taglib headers (with gcc 4.3.1).
2558
2559 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2560
2561         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
2562         Use the new gst_rtsp_connection_get_ip() to access the IP address
2563         of a GstRTSPConnection since it is a private member.
2564
2565 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2566
2567         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
2568         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
2569           Use new utility functions in libgsttag to process coverart (#512333).
2570
2571 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2572
2573         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
2574         We actually support left/side, right/side and mid/side files. The
2575         conversion to normal, interleaved stereo is done by libflac.
2576
2577 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2578
2579         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
2580         (gst_ebml_write_set_cache):
2581         Unref the write cache in finalize if it was set and add add "FIXME"
2582         to a comment that needs it.
2583
2584 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2585
2586         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
2587
2588         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
2589         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
2590         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
2591         (gst_avi_demux_process_next_entry):
2592         * gst/avi/gstavidemux.h:
2593         Implement reverse playback. Fixes #535300.
2594         Small cleanups.
2595
2596 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
2597
2598         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
2599         (gst_videomixer_query_latency):
2600         When using gst_element_iterate_pads() one has to unref every pad
2601         after usage.
2602
2603 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
2604
2605         Patch by: Bastien Nocera <hadess at hadess dot net>
2606         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
2607         (qtdemux_parse_udta):
2608         * gst/qtdemux/qtdemux_fourcc.h:
2609         Improve meta-data handling, add 'comment', 'description' and
2610         'copyright' tag handling.
2611         Fixes #535935
2612
2613 2008-05-31  Julien Moutte  <julien@fluendo.com>
2614
2615         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
2616         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
2617         (gst_qtdemux_seek_to_previous_keyframe),
2618         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
2619         we don't clip the segment's stop using the main segment duration as
2620         that could crop quite some video frames. Make reverse playback support
2621         more robust and support edit lists. Support seeking to the last frame,
2622         and fix reverse looping playback. Add some debugging.
2623         * win32/common/config.h: Updated.
2624
2625 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
2626
2627         * gst/equalizer/gstiirequalizer.c:
2628         (gst_iir_equalizer_transform_ip):
2629         Don't clip float/double samples, correctly unset passthrough mode
2630         and use better rounding for integer samples.
2631
2632 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
2633
2634         * gst/equalizer/gstiirequalizer.c:
2635         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
2636         (setup_filter), (set_passthrough), (update_coefficients),
2637         (gst_iir_equalizer_compute_frequencies),
2638         (gst_iir_equalizer_transform_ip):
2639         * gst/equalizer/gstiirequalizer.h:
2640         Update the filter coefficients only when needed in the transform_ip
2641         function and correctly set the element into passthrough mode if the
2642         gain of all bands is 0.
2643
2644 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
2645
2646         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
2647
2648         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
2649         (gst_alpha_set_property), (gst_alpha_get_property),
2650         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
2651         Try to skip pixels or areas that are too dark or too bright for us to do
2652         meaningfull color detection.
2653         Added properties to control the sensitivity to light and darkness.
2654         Added some small cleanups. Fixes #512345.
2655
2656 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
2657
2658         * docs/plugins/.cvsignore:
2659         * tests/check/elements/.cvsignore:
2660         Ignore some more generated things
2661
2662         * tests/check/Makefile.am:
2663         Ignore OSS elements in the state changes test too.
2664
2665 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2666
2667         * docs/plugins/Makefile.am:
2668         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2669         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2670         Add SMPTE effect elements to docs.
2671
2672 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
2673
2674         * docs/plugins/Makefile.am:
2675         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2676         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2677         * ext/raw1394/gstdv1394src.c:
2678           Document whats first shown on the fdo plugin docs page :)
2679
2680 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
2681
2682         * docs/plugins/Makefile.am:
2683         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2684         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2685         * docs/plugins/gst-plugins-good-plugins.args:
2686         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2687         * docs/plugins/inspect/plugin-audiofx.xml:
2688         * gst/audiofx/Makefile.am:
2689         * gst/audiofx/audiofx.c:
2690         * gst/audiofx/audiokaraoke.c:
2691         * gst/audiofx/audiokaraoke.h:
2692         * gst/audiofx/audiovoice.c:
2693         * gst/audiofx/audiovoice.h:
2694           Rename audiovoice to audiokaraoke and add it to the docs.
2695
2696 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
2697
2698         * REQUIREMENTS:
2699         * docs/plugins/Makefile.am:
2700         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2701         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2702         * docs/plugins/gst-plugins-good-plugins.args:
2703         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2704         * docs/plugins/gst-plugins-good-plugins.interfaces:
2705         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2706         * docs/plugins/inspect/plugin-aasink.xml:
2707         * docs/plugins/inspect/plugin-alaw.xml:
2708         * docs/plugins/inspect/plugin-alpha.xml:
2709         * docs/plugins/inspect/plugin-alphacolor.xml:
2710         * docs/plugins/inspect/plugin-annodex.xml:
2711         * docs/plugins/inspect/plugin-apetag.xml:
2712         * docs/plugins/inspect/plugin-audiofx.xml:
2713         * docs/plugins/inspect/plugin-auparse.xml:
2714         * docs/plugins/inspect/plugin-autodetect.xml:
2715         * docs/plugins/inspect/plugin-avi.xml:
2716         * docs/plugins/inspect/plugin-cacasink.xml:
2717         * docs/plugins/inspect/plugin-cairo.xml:
2718         * docs/plugins/inspect/plugin-cdio.xml:
2719         * docs/plugins/inspect/plugin-cutter.xml:
2720         * docs/plugins/inspect/plugin-debug.xml:
2721         * docs/plugins/inspect/plugin-dv.xml:
2722         * docs/plugins/inspect/plugin-efence.xml:
2723         * docs/plugins/inspect/plugin-effectv.xml:
2724         * docs/plugins/inspect/plugin-equalizer.xml:
2725         * docs/plugins/inspect/plugin-esdsink.xml:
2726         * docs/plugins/inspect/plugin-flac.xml:
2727         * docs/plugins/inspect/plugin-flxdec.xml:
2728         * docs/plugins/inspect/plugin-gamma.xml:
2729         * docs/plugins/inspect/plugin-gconfelements.xml:
2730         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2731         * docs/plugins/inspect/plugin-goom.xml:
2732         * docs/plugins/inspect/plugin-goom2k1.xml:
2733         * docs/plugins/inspect/plugin-halelements.xml:
2734         * docs/plugins/inspect/plugin-icydemux.xml:
2735         * docs/plugins/inspect/plugin-id3demux.xml:
2736         * docs/plugins/inspect/plugin-jpeg.xml:
2737         * docs/plugins/inspect/plugin-level.xml:
2738         * docs/plugins/inspect/plugin-matroska.xml:
2739         * docs/plugins/inspect/plugin-monoscope.xml:
2740         * docs/plugins/inspect/plugin-mulaw.xml:
2741         * docs/plugins/inspect/plugin-multifile.xml:
2742         * docs/plugins/inspect/plugin-multipart.xml:
2743         * docs/plugins/inspect/plugin-navigationtest.xml:
2744         * docs/plugins/inspect/plugin-ossaudio.xml:
2745         * docs/plugins/inspect/plugin-png.xml:
2746         * docs/plugins/inspect/plugin-quicktime.xml:
2747         * docs/plugins/inspect/plugin-rtp.xml:
2748         * docs/plugins/inspect/plugin-rtsp.xml:
2749         * docs/plugins/inspect/plugin-smpte.xml:
2750         * docs/plugins/inspect/plugin-soup.xml:
2751         * docs/plugins/inspect/plugin-spectrum.xml:
2752         * docs/plugins/inspect/plugin-speex.xml:
2753         * docs/plugins/inspect/plugin-taglib.xml:
2754         * docs/plugins/inspect/plugin-udp.xml:
2755         * docs/plugins/inspect/plugin-video4linux2.xml:
2756         * docs/plugins/inspect/plugin-videobalance.xml:
2757         * docs/plugins/inspect/plugin-videobox.xml:
2758         * docs/plugins/inspect/plugin-videocrop.xml:
2759         * docs/plugins/inspect/plugin-videoflip.xml:
2760         * docs/plugins/inspect/plugin-videomixer.xml:
2761         * docs/plugins/inspect/plugin-wavenc.xml:
2762         * docs/plugins/inspect/plugin-wavpack.xml:
2763         * docs/plugins/inspect/plugin-wavparse.xml:
2764         * docs/plugins/inspect/plugin-ximagesrc.xml:
2765         * ext/aalib/gstaasink.c:
2766         * ext/libcaca/gstcacasink.c:
2767           Document aasink and cacasink.
2768
2769 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
2770
2771         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
2772         (gst_videomixer_init), (gst_videomixer_query_duration),
2773         (gst_videomixer_query_latency), (gst_videomixer_query),
2774         (gst_videomixer_blend_buffers):
2775         * gst/videomixer/videomixer.h:
2776         Implement position (in time), duration and latency queries.
2777
2778 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
2779
2780         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
2781         (gst_videomixer_init), (gst_videomixer_request_new_pad),
2782         (gst_videomixer_fill_queues), (forward_event_func),
2783         (forward_event), (gst_videomixer_src_event),
2784         (gst_videomixer_sink_event):
2785         * gst/videomixer/videomixer.h:
2786         Implement proper seek/newsegment handling.
2787         Based on adder's implementation.
2788         Fixes #535121
2789
2790 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2791
2792         Patch by: Jan Gerber <j at oil21 dot org>
2793
2794         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2795         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
2796
2797 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2798
2799         * gst/audiofx/Makefile.am:
2800         * gst/audiofx/audiofx.c: (plugin_init):
2801         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
2802         (gst_audio_voice_class_init), (gst_audio_voice_init),
2803         (update_filter), (gst_audio_voice_set_property),
2804         (gst_audio_voice_get_property), (gst_audio_voice_setup),
2805         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
2806         (gst_audio_voice_transform_ip):
2807         * gst/audiofx/audiovoice.h:
2808         Add simple voice removal element. Yay karaoke.
2809
2810 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2811
2812         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
2813
2814         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2815         Fix potential caps leak.
2816         If we can't get the framerate with an ioctl, try to get it with the
2817         current norm. Fixes #520092.
2818
2819 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2820
2821         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
2822
2823         * sys/v4l2/v4l2src_calls.c:
2824         (gst_v4l2src_probe_caps_for_format_and_size):
2825         If we fail to get the frame intervals, simply don't touch the framerates
2826         on the template caps instead of discarding the format. See #520092.
2827
2828 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2829
2830         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
2831
2832         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
2833         (gst_v4l2_get_caps_info):
2834         Add NV12, NV21 and bayer support. See #520092.
2835
2836 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2837
2838         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
2839         (gst_qtdemux_activate_segment):
2840         Unbreak segment activation again. Fixes #531672.
2841
2842 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
2843
2844         * ext/flac/Makefile.am:
2845         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
2846         Set the channel layout when decoding FLAC files with more than 2
2847         channels as defined by the FLAC spec. Fixes bug #534570.
2848
2849         Also don't try to decode left/side, right/side and mid/side files
2850         as we don't support this at all.
2851
2852 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2853
2854         * configure.ac:
2855           We need -base CVS (rtsp).
2856
2857 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2858
2859         * gst/udp/Makefile.am:
2860           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
2861           when including netdb.h when building against glibc >= 2.8.
2862
2863 2008-05-22  Julien Moutte  <julien@fluendo.com>
2864
2865         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
2866         debug statement arguments.
2867         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
2868         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
2869         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
2870         on more platforms.
2871
2872 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2873
2874         * tests/check/elements/avimux.c: (setup_src_pad),
2875         (teardown_src_pad):
2876         * tests/check/elements/icydemux.c: (icydemux_found_pad),
2877         (GST_START_TEST):
2878         * tests/check/elements/matroskamux.c: (setup_src_pad),
2879         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
2880         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
2881         (GST_START_TEST):
2882         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
2883         (setup_wavpackparse), (cleanup_wavpackparse):
2884         Don't use gst_element_get_pad(), it's a bad, bad method.
2885
2886 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2887
2888         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
2889         (do_toggle_element):
2890         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
2891         (do_toggle_element):
2892         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
2893         (do_toggle_element):
2894         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
2895         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
2896         (do_toggle_element):
2897         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
2898         (do_toggle_element):
2899         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
2900         (gst_auto_audio_sink_detect):
2901         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
2902         (gst_auto_video_sink_detect):
2903         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2904         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
2905         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
2906         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
2907         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
2908         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
2909         * tests/icles/videocrop-test.c: (test_with_caps),
2910         (video_crop_get_test_caps):
2911         Don't use gst_element_get_pad(), it's a bad method.
2912
2913 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2914
2915         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
2916         (gst_multiudpsink_add_internal):
2917         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
2918         (gst_udp_join_group):
2919         * gst/udp/gstudpnetutils.h:
2920         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
2921         Joining a multicast group and setting the loop/ttl properties are
2922         totally unrelated tasks are must be separated.
2923
2924 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2925
2926         * gst/avi/gstavimux.c:
2927           Also support alaw/mulaw.
2928
2929 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2930
2931         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2932         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
2933         * gst/udp/gstmultiudpsink.h:
2934         Add a fixme for the auto-multicast property.
2935         Fix some confusing debug messages.
2936         Disable setting a qos value by default.
2937
2938 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2939
2940         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
2941
2942         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
2943         Ignore EPERM errors from sendto. Fixes #533619.
2944
2945 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2946
2947         Patch by: Henrik Eriksson <henriken at axis dot com>
2948
2949         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2950         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
2951         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2952         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
2953         * gst/udp/gstmultiudpsink.h:
2954         Add qos-dscp property to manage the Quality of service. Fixes #469917.
2955
2956 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2957
2958         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
2959         Improve debugging of the ident.
2960
2961 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2962
2963         Patch by: Bruno Santos <brunof at ua dot pt>
2964
2965         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
2966         (gst_udp_join_group), (gst_udp_leave_group),
2967         (gst_udp_is_multicast):
2968         * gst/udp/gstudpnetutils.h:
2969         Provide a bunch of helper methods to deal with IPv4 and IPv6
2970         transparently.
2971
2972         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2973         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2974         (gst_multiudpsink_get_property), (join_multicast),
2975         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
2976         (gst_multiudpsink_remove):
2977         * gst/udp/gstmultiudpsink.h:
2978         Add multicast TTL and loopback properties.
2979         Use the helper methods to implement ip4 and ip6.
2980
2981         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
2982         * gst/udp/gstudpsrc.h:
2983         Use the helper methods to implement ip4 and ip6.
2984         Fixes #515962.
2985
2986 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2987
2988         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
2989
2990         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
2991         (gst_multipart_demux_get_gstname),
2992         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
2993         * gst/multipart/multipartdemux.h:
2994         Don't blindly copy the mime-type as the caps name because they not
2995         always map directly. Instead use a hashtable with common mappings.
2996         Fixes #533287.
2997
2998 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2999
3000         * ext/esd/esdsink.c: (gst_esdsink_write):
3001         When we post an error, we must return -1 to let the parent know that we
3002         cannot write the segment else it will loop and continue to call us again
3003         forever. Patch by Michael Meeks.
3004
3005 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
3006
3007         * gst/videomixer/videomixer.c:
3008           Add missing incudes.
3009
3010 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
3011
3012         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3013         (gst_rtp_h264_pay_handle_buffer):
3014         * gst/rtp/gstrtph264pay.h:
3015         Correct a typo (sinle -> single).
3016
3017 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3018
3019         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
3020         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
3021         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
3022         (gst_rtp_h264_depay_process):
3023         * gst/rtp/gstrtph264depay.h:
3024         Add experimental support for outputting quicktime-like AVC output in
3025         addition to the existing bytestream output.
3026
3027         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3028         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
3029         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
3030         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
3031         (gst_rtp_h264_pay_get_property):
3032         * gst/rtp/gstrtph264pay.h:
3033         Make the parsing mode configurable, for some inputs we don't need to
3034         scan every byte for start codes.
3035         Only set the marker bit on ACCESS units.
3036
3037 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3038
3039         * gst/equalizer/gstiirequalizer.c:
3040         Use a bigger type in integer mode for the intermediate results to
3041         prevent overflows. This fixes the crippled sound when using the
3042         equalizer in integer mode. Fixes bug #510865.
3043
3044 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
3045
3046         * gst/videomixer/videomixer.c:
3047         * gst/videomixer/videomixer.h:
3048         Instead of a random number for the request pad id's,
3049         use a counter.
3050
3051         Register the videomixerpad class from the element's class_init
3052         where it's safer, and allows the docs generator to scan it.
3053
3054 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3055
3056         * gst/smpte/Makefile.am:
3057         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
3058         * gst/smpte/gstsmpte.h:
3059         * gst/smpte/gstsmptealpha.c:
3060         (gst_smpte_alpha_transition_type_get_type),
3061         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
3062         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
3063         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
3064         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
3065         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
3066         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
3067         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
3068         * gst/smpte/gstsmptealpha.h:
3069         * gst/smpte/plugin.c: (plugin_init):
3070         Add new plugin that adds the SMPTE transition in the alpha channel of
3071         I420 and AYUV frames so that they can be blended with videomixer later
3072         on. Uses all niceties such as using base transform for efficient alloc
3073         and negotiation. It currently requires GstController to control the
3074         position in the transition effect.
3075
3076 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
3077
3078         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3079         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3080         * docs/plugins/gst-plugins-good-plugins.args:
3081         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3082         * docs/plugins/gst-plugins-good-plugins.interfaces:
3083         * docs/plugins/gst-plugins-good-plugins.types:
3084         * gst/videomixer/videomixer.c:
3085           Try using thaytans new mechanism to get extra classes into plugin
3086           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
3087           missing still.
3088
3089 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
3090
3091         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
3092         Set proper rate in avi stream header for PCM audio, and also do some
3093         more sanity checks on caps in this case.  Fixes #511489.
3094
3095 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3096
3097         * sys/v4l2/gstv4l2src.c:
3098         Don't include the gstv4l2xoverlay.h header as the XOverlay support
3099         isn't implemented at all yet and this requires X headers to be
3100         installed. Fixes bug #533264.
3101
3102 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3103
3104         reviewed by: <delete if not using a buddy>
3105
3106         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3107         (gst_ebml_write_set_cache):
3108         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3109         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3110         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3111         (gst_matroska_demux_read_track_encodings),
3112         (gst_matroska_demux_add_stream),
3113         (gst_matroska_demux_handle_src_query),
3114         (gst_matroska_demux_init_stream),
3115         (gst_matroska_demux_parse_index_cuetrack),
3116         (gst_matroska_demux_parse_index_pointentry),
3117         (gst_matroska_demux_parse_info),
3118         (gst_matroska_demux_parse_metadata_id_simple_tag),
3119         (gst_matroska_demux_parse_metadata),
3120         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3121         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3122         (gst_matroska_demux_parse_cluster),
3123         (gst_matroska_demux_parse_contents_seekentry),
3124         (gst_matroska_demux_loop_stream_parse_id),
3125         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3126         (gst_matroska_demux_audio_caps),
3127         (gst_matroska_demux_subtitle_caps):
3128         * gst/matroska/matroska-demux.h:
3129         * gst/matroska/matroska-ids.c:
3130         (gst_matroska_track_init_subtitle_context):
3131         * gst/matroska/matroska-ids.h:
3132         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3133         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
3134         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
3135         * sys/v4l2/gstv4l2src.c:
3136         * tests/check/pipelines/wavpack.c: (bus_handler):
3137         * win32/common/config.h:
3138
3139 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
3140
3141         * ext/wavpack/gstwavpackstreamreader.c:
3142         * tests/examples/spectrum/demo-audiotest.c:
3143         * tests/examples/spectrum/demo-osssrc.c:
3144         Fix some compiler warnings.
3145
3146 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3147
3148         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
3149         Small comment added.
3150
3151         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
3152         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
3153         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
3154         Debug string cleanups (remove trailing \n)
3155         Refactor and clean up the payloader a bit and make sure that we only
3156         put one NAL unit in an RTP packet even if the input buffer contains
3157         multiple NAL units.
3158         Add suport for AVC format input.
3159
3160 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
3161
3162         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
3163         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
3164         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
3165         * gst/rtp/gstrtph264pay.h:
3166         Make it possible to specify profile-level-id and sprop-parameter-sets
3167         using properties in case they are not available in-stream.
3168
3169 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
3170
3171         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3172         * docs/plugins/gst-plugins-good-plugins.args:
3173         * docs/plugins/inspect/plugin-ladspa.xml:
3174           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
3175
3176 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
3177
3178         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
3179         Send an initial BYTE segment to inform downstream of later seeking,
3180         and to forego sync attempts.
3181
3182 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3183
3184         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
3185         Fix wrong caps string.
3186
3187 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3188
3189         Based on patch by: Olivier Crete <tester at tester dot ca>
3190
3191         * gst/rtp/Makefile.am:
3192         * gst/rtp/gstrtp.c: (plugin_init):
3193         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
3194         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
3195         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
3196         (gst_rtp_g729_depay_plugin_init):
3197         * gst/rtp/gstrtpg729depay.h:
3198         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
3199         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
3200         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
3201         * gst/rtp/gstrtpg729pay.h:
3202         Added G729 pay and depayloaders. Fixes #532409.
3203
3204 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3205
3206         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
3207         Fix the calculation of the duration of the concealment packets.
3208
3209 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3210
3211         Based on patch by: Olivier Crete <tester at tester dot ca>
3212
3213         * gst/rtp/Makefile.am:
3214         * gst/rtp/gstrtp.c: (plugin_init):
3215         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
3216         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
3217         (parse_encode), (gst_rtp_dv_depay_setcaps),
3218         (calculate_difblock_location), (gst_rtp_dv_depay_process),
3219         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
3220         (gst_rtp_dv_depay_plugin_init):
3221         * gst/rtp/gstrtpdvdepay.h:
3222         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
3223         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
3224         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
3225         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
3226         (gst_dv_pay_negotiate), (include_dif),
3227         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
3228         * gst/rtp/gstrtpdvpay.h:
3229         Add DV pay and depayloaders. Fixes #532423.
3230
3231 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
3232
3233         * gst/matroska/matroska-demux.c:
3234         (gst_matroska_demux_push_dvd_clut_change_event):
3235         Convert subtitle palette info in VobSub private data from VobSub's
3236         (buggy) RGB to YUV.
3237
3238 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
3239
3240         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
3241         Do not leave fourcc stream header field empty upon reset.
3242         Fixes #519301.
3243
3244 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
3245
3246         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3247         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3248         * docs/plugins/inspect/plugin-goom.xml:
3249         * docs/plugins/inspect/plugin-goom2k1.xml:
3250         * gst/goom/gstgoom.c:
3251         * gst/goom2k1/gstgoom.c:
3252         Add goom2k1 into the docs.
3253
3254 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3255
3256         Based on patch by: Wouter Cloetens  <wouter at mind be>
3257
3258         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3259         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
3260         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
3261         (gst_rtsp_decode_quoted_string),
3262         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
3263         (gst_rtspsrc_setup_auth):
3264         Support Digest authentication. Fixes #532065.
3265
3266 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
3267
3268         * gst/level/gstlevel.c:
3269           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
3270           about whats needed for liboil acceleration. Simplify docs a bit.
3271
3272 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
3273
3274         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3275
3276         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
3277         Update the track duration if the old one was invalid.
3278         Fixes bug #532117.
3279
3280 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3281
3282         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
3283           Use GST_STR_NULL when trying to print sps and pps strings that could
3284           be NULL, as this might crash on some platforms.
3285
3286 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3287
3288         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
3289
3290         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
3291           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
3292           set after creating the clipper.
3293
3294 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3295
3296         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
3297
3298         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
3299           Added checking of surface lost case after an unsuccessful
3300           IDirectDrawSurface7_Lock() call.
3301           If surface is lost, return GST_FLOW_OK.
3302
3303 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3304
3305         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
3306
3307         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
3308           WndProc, gst_directdraw_sink_window_thread):
3309           Improved Windows message loop and fixed window destruction issue.
3310           When the window which DirectDraw is rendering to is destroyed, the
3311           render/show_frame function will return GST_FLOW_ERROR.
3312           Partially fixes #520885.
3313
3314 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3315
3316         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
3317
3318         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
3319           Fixed mid stream resolution change bug, the offscreen surface is now
3320           released when set_caps is called.
3321           Partially fixes #520885.
3322
3323 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3324
3325         * sys/directdraw/gstdirectdrawsink.c
3326           (gst_directdraw_sink_buffer_alloc):
3327           Make it so that gst_directdraw_sink_buffer_alloc uses the right
3328           width/height.
3329
3330           Especially when looking through the pool of buffers, make sure that
3331           the width/height of caps is used instead of the already negotiated
3332           dimensions.
3333           For example if a buffer with different caps is requested, i.e.
3334           higher resolution, the caller would get a buffer with the old
3335           dimensions and thus corrupt the heap.
3336
3337 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3338
3339         * sys/directdraw/gstdirectdrawsink.c
3340           (gst_directdraw_sink_buffer_alloc):
3341           Clear the flags on recycled buffers from buffer_alloc.
3342           Partially fixes #520885.
3343
3344 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3345
3346         * gst/rtp/gstrtpilbcpay.c:
3347           Added missing stdlib.h include for strtol(), and made include ordering and
3348           style consistent with the corresponding depayloader.
3349
3350 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3351
3352         * configure.ac:
3353           Error out if we don't have the required core/base versions.
3354
3355 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3356
3357         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3358
3359         * sys/osxvideo/cocoawindow.m:
3360         Fix compiler warnings on PPC64. Fixes bug #499318.
3361
3362 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
3363
3364         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3365
3366         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
3367         Don't leak file descriptors on error. Fixes #531532.
3368
3369 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
3370
3371         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
3372         (gst_gconf_audio_src_change_state):
3373         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
3374         (gst_gconf_video_sink_change_state):
3375         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
3376         (gst_gconf_video_src_change_state):
3377         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
3378         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
3379         When we can't create a fakesink/fakesrc complain instead of unreffing
3380         NULL pointers and crashing later. See bug #530535.
3381
3382 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3383
3384         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
3385         Add some more debug info and guard against small payloads.
3386
3387         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
3388         Set duration on outgoing buffers because we can.
3389
3390 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3391
3392         Patch by: Olivier Crete <tester at tester dot ca>
3393
3394         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
3395         (gst_speex_enc_init), (gst_speex_enc_chain):
3396         Add negotiation for the speex channels and rate. Fixes #465146.
3397
3398 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3399
3400         Patch by: Olivier Crete <tester at tester dot ca>
3401
3402         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
3403         (gst_rtp_speex_pay_getcaps):
3404         Add negotiation for the speex channels and rate. See #465146.
3405
3406 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3407
3408         Patch by: Olivier Crete <tester at tester dot ca>
3409
3410         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
3411         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
3412         Add negotiation for the ILBC mode. See #465146.
3413
3414 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
3415
3416         * ext/soup/gstsouphttpsrc.c:
3417           Include stdlib to fix the build. Use g_free instead of free, libsoup
3418           uses glib.
3419
3420 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3421
3422         Patch by: j^ <j@bootlab.org>
3423
3424         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3425         Add more mpeg2 variants. Fixes #530886.
3426
3427 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
3428
3429         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
3430
3431         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
3432           Don't error out if we get an ICMP destination-unreachable
3433           message when trying to read packets on win32 (#529454).
3434
3435 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3436
3437         * configure.ac:
3438         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3439           Use new error code for encrypted streams (which requires core CVS).
3440
3441 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3442
3443         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
3444           (gst_qtdemux_audiosrc_template):
3445           Fix swapped pad template names, spotted by Thiago Sousa Santos.
3446
3447 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
3448
3449         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
3450         (speex_dec_chain_parse_data):
3451         Produce concealment data when time progresses in a segment update.
3452
3453 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3454
3455         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
3456         (speex_dec_chain):
3457         Try to preserve input timestamps when we can.
3458         Do beginnings of error concealment.
3459
3460 2008-04-28  Michael Smith <msmith@songbirdnest.com>
3461
3462         * gst/debug/gstnavigationtest.c:
3463           MSVC doesn't provide rint(), define an adequate replacement locally as
3464           elsewhere.
3465
3466 2008-04-28  Julien Moutte  <julien@fluendo.com>
3467
3468         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
3469         format to pacify Mac OSX's gcc.
3470
3471 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3472
3473         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
3474           (DEFAULT_MAX), (src_template), (sink_template),
3475           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
3476           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
3477           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
3478           Bring rndbuffersize element into a state that doesn't require us
3479           to move it to -bad immediately. For one, fix up default min/max
3480           values so that the element actuall works using the default values.
3481           Also, don't ignore flow return values and do some kind of minimal
3482           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
3483           other gratuitious clean-ups.
3484
3485 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3486
3487         * docs/plugins/Makefile.am:
3488         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3489         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3490         * docs/plugins/gst-plugins-good-plugins.args:
3491         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3492         * docs/plugins/gst-plugins-good-plugins.interfaces:
3493         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3494         * docs/plugins/inspect/plugin-1394.xml:
3495         * docs/plugins/inspect/plugin-aasink.xml:
3496         * docs/plugins/inspect/plugin-alaw.xml:
3497         * docs/plugins/inspect/plugin-alpha.xml:
3498         * docs/plugins/inspect/plugin-alphacolor.xml:
3499         * docs/plugins/inspect/plugin-annodex.xml:
3500         * docs/plugins/inspect/plugin-apetag.xml:
3501         * docs/plugins/inspect/plugin-audiofx.xml:
3502         * docs/plugins/inspect/plugin-auparse.xml:
3503         * docs/plugins/inspect/plugin-autodetect.xml:
3504         * docs/plugins/inspect/plugin-avi.xml:
3505         * docs/plugins/inspect/plugin-cacasink.xml:
3506         * docs/plugins/inspect/plugin-cairo.xml:
3507         * docs/plugins/inspect/plugin-cdio.xml:
3508         * docs/plugins/inspect/plugin-cutter.xml:
3509         * docs/plugins/inspect/plugin-debug.xml:
3510         * docs/plugins/inspect/plugin-dv.xml:
3511         * docs/plugins/inspect/plugin-efence.xml:
3512         * docs/plugins/inspect/plugin-effectv.xml:
3513         * docs/plugins/inspect/plugin-equalizer.xml:
3514         * docs/plugins/inspect/plugin-esdsink.xml:
3515         * docs/plugins/inspect/plugin-flac.xml:
3516         * docs/plugins/inspect/plugin-flxdec.xml:
3517         * docs/plugins/inspect/plugin-gamma.xml:
3518         * docs/plugins/inspect/plugin-gconfelements.xml:
3519         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3520         * docs/plugins/inspect/plugin-goom.xml:
3521         * docs/plugins/inspect/plugin-halelements.xml:
3522         * docs/plugins/inspect/plugin-icydemux.xml:
3523         * docs/plugins/inspect/plugin-id3demux.xml:
3524         * docs/plugins/inspect/plugin-jpeg.xml:
3525         * docs/plugins/inspect/plugin-level.xml:
3526         * docs/plugins/inspect/plugin-matroska.xml:
3527         * docs/plugins/inspect/plugin-monoscope.xml:
3528         * docs/plugins/inspect/plugin-mulaw.xml:
3529         * docs/plugins/inspect/plugin-multifile.xml:
3530         * docs/plugins/inspect/plugin-multipart.xml:
3531         * docs/plugins/inspect/plugin-navigationtest.xml:
3532         * docs/plugins/inspect/plugin-ossaudio.xml:
3533         * docs/plugins/inspect/plugin-png.xml:
3534         * docs/plugins/inspect/plugin-quicktime.xml:
3535         * docs/plugins/inspect/plugin-rtp.xml:
3536         * docs/plugins/inspect/plugin-rtsp.xml:
3537         * docs/plugins/inspect/plugin-shout2send.xml:
3538         * docs/plugins/inspect/plugin-smpte.xml:
3539         * docs/plugins/inspect/plugin-spectrum.xml:
3540         * docs/plugins/inspect/plugin-speex.xml:
3541         * docs/plugins/inspect/plugin-taglib.xml:
3542         * docs/plugins/inspect/plugin-udp.xml:
3543         * docs/plugins/inspect/plugin-video4linux2.xml:
3544         * docs/plugins/inspect/plugin-videobalance.xml:
3545         * docs/plugins/inspect/plugin-videobox.xml:
3546         * docs/plugins/inspect/plugin-videocrop.xml:
3547         * docs/plugins/inspect/plugin-videoflip.xml:
3548         * docs/plugins/inspect/plugin-videomixer.xml:
3549         * docs/plugins/inspect/plugin-wavenc.xml:
3550         * docs/plugins/inspect/plugin-wavpack.xml:
3551         * docs/plugins/inspect/plugin-wavparse.xml:
3552         * docs/plugins/inspect/plugin-ximagesrc.xml:
3553           Add docs for gdkpixbufsink; update docs to CVS version.
3554
3555 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3556
3557         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3558         Remove test sync-offset by default.
3559
3560 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3561
3562         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
3563         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
3564         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3565           Use GLib versions of htonl, htons, ntohl and ntohs in order
3566           to avoid problems on win32 (#529707).
3567
3568 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3569
3570         Patch by: Jesús Corrius <jesus at softcatala org>
3571
3572         * gst/goom/filters.c: (zoomVector):
3573         * gst/goom/goom_core.c: (init_buffers):
3574           Fix build with mingw32: use rand() instead of random() and
3575           replace bzero() with memset(). Fixes #529692.
3576
3577 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3578
3579         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
3580         Fix typo in comments.
3581
3582         * tests/examples/rtp/client-H263p-PCMA.sdp:
3583         * tests/examples/rtp/client-H263p-PCMA.sh:
3584         * tests/examples/rtp/client-H264-PCMA.sdp:
3585         * tests/examples/rtp/client-H264-PCMA.sh:
3586         * tests/examples/rtp/client-H264.sdp:
3587         * tests/examples/rtp/client-H264.sh:
3588         * tests/examples/rtp/client-PCMA.sdp:
3589         * tests/examples/rtp/client-PCMA.sh:
3590         * tests/examples/rtp/server-alsasrc-PCMA.sh:
3591         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
3592         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3593         Add some more docs and fix examples.
3594
3595 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
3596
3597         * tests/check/elements/multifile.c:
3598         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
3599         declared in the former, some have it declared in the latter.
3600
3601 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
3602
3603         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
3604         * gst/debug/tests.c: (md5_get_value):
3605         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
3606         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
3607         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3608         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3609         Stop using deprecated GLib functions.
3610
3611 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
3612
3613         * configure.ac:
3614         Back to development -> 0.10.8.1
3615
3616 === release 0.10.8 ===
3617
3618 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
3619
3620         * configure.ac:
3621           releasing 0.10.8, "One For The Money"
3622
3623 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
3624
3625         * configure.ac:
3626         0.10.7.4 pre-release
3627
3628 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
3629
3630         * gst/goom/config_param.c: (goom_plugin_parameters_free):
3631         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
3632         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
3633         * gst/goom/flying_stars_fx.c: (fs_free):
3634         * gst/goom/goom_config_param.h:
3635         * gst/goom/goom_core.c: (goom_init), (goom_close):
3636         * gst/goom/goom_plugin_info.h:
3637         * gst/goom/gstgoom.c: (gst_goom_finalize):
3638         * gst/goom/lines.c: (goom_lines_free):
3639         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
3640         * gst/goom/surf3d.c: (grid3d_free):
3641         * gst/goom/surf3d.h:
3642         * gst/goom/tentacle3d.c: (tentacle_free):
3643         Free a bunch of stuff, and initialise things to fix leaks
3644         and valgrind warnings in the testsuite.
3645
3646         Fixes: #529268
3647
3648 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3649
3650         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
3651         (gst_rtspsrc_configure_caps):
3652         Ref caps as the return value for the request_pt_map signal.
3653         Remove some caps weirdness when configuring a stream. See #528245.
3654
3655 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3656
3657         * tests/icles/gdkpixbufsink-test.c:
3658           Add cast to placate gcc 4.1.2.
3659
3660 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
3661
3662         * configure.ac:
3663         0.10.7.3 pre-release
3664
3665 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
3666
3667         * tests/check/Makefile.am:
3668         Disable some more elements in the state test.
3669         Add a define so the soup test can find the test files
3670         it needs at runtime.
3671
3672         * tests/check/elements/souphttpsrc.c: (run_server):
3673
3674         Add a define so the soup test can find the test files
3675         it needs at runtime.
3676
3677 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
3678
3679         * gst/goom/convolve_fx.c: (convolve_apply):
3680         Don't ever draw the GOOM logo.
3681         Fixes: #528615
3682
3683 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
3684
3685         * ext/cdio/gstcdiocddasrc.c:
3686         * ext/dv/gstdvdemux.c: 
3687         gst_atomic_int_set ==> g_atomic_int_set
3688
3689 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
3690
3691         * configure.ac:
3692         * gst/goom/Makefile.am:
3693         * gst/goom/convolve_fx.c:
3694         * gst/goom/default_scripts.h:
3695         * gst/goom/goom.h:
3696         * gst/goom/goom_core.c: (choose_a_goom_line):
3697         * gst/goom/goom_plugin_info.h:
3698         * gst/goom/goomsl.c:
3699         * gst/goom/goomsl.h:
3700         * gst/goom/goomsl_hash.c:
3701         * gst/goom/goomsl_hash.h:
3702         * gst/goom/goomsl_heap.c:
3703         * gst/goom/goomsl_heap.h:
3704         * gst/goom/goomsl_private.h:
3705         * gst/goom/plugin_info.c:
3706           Strip out the config/script parsing stuff, we don't need it.
3707           Fixes #527999.
3708
3709 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
3710
3711         * gst/goom/plugin_info.c: (setOptimizedMethods):
3712           Disable altivec optimisations for 32-bit PPC as well to make
3713           things build properly on all PPC systems. Fixes #528143
3714
3715 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3716
3717         * gst-plugins-good.spec.in:
3718           Update for souphttpsrc plugin which has moved to -good.
3719
3720 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
3721
3722         * gst/matroska/matroska-demux.c:
3723         (gst_matroska_demux_handle_seek_event):
3724         Fix open-ended seeks in matroskademux
3725         Patch by: Mark Nauwelaerts <manauw skynet be>
3726         Fixes: #526557
3727
3728 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
3729
3730         * tests/check/Makefile.am:
3731         Add soup test certificates to the dist.
3732
3733 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
3734
3735         * ext/Makefile.am:
3736         Remove LADSPA reference I missed.
3737
3738 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
3739
3740         * ext/soup/gstsouphttpsrc.c: (plugin_init):
3741         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
3742         over gnome-vfs and everything else. Fixes bug #527848.
3743
3744 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
3745
3746         * configure.ac:
3747         * ext/Makefile.am:
3748         Remove LADSPA plugin. Fixes: #515978
3749
3750 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
3751
3752         * configure.ac:
3753         * docs/plugins/Makefile.am:
3754         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3755         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3756         * docs/plugins/gst-plugins-good-plugins.args:
3757         * docs/plugins/inspect/plugin-soup.xml:
3758         * ext/Makefile.am:
3759         * tests/check/Makefile.am:
3760         Move soup plugin from -bad (Fixes: #523124)
3761
3762 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
3763
3764         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
3765         Fix bounds checking of mode in Speex header, which may
3766         produce negative numbers in speex <= 1.1.12
3767
3768 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
3769
3770         * gst/goom/Makefile.am:
3771         * gst/goom/gfontlib.c:
3772         * gst/goom/gfontlib.h:
3773         * gst/goom/gfontrle.c:
3774         * gst/goom/gfontrle.h:
3775         * gst/goom/goom.h:
3776         * gst/goom/goom_core.c: (goom_update):
3777         * gst/goom/goom_plugin_info.h:
3778         * gst/goom/gstgoom.c: (gst_goom_chain):
3779         * gst/goom/plugin_info.c:
3780           Remove a bunch of font/text related code that we don't need.
3781
3782 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
3783
3784         * gst/goom/ppc_drawings.s:
3785         * gst/goom/ppc_zoom_ultimate.s:
3786           Change license of these files to LGPL, as permitted by the
3787           author, Guillaume Borios. See #515073.
3788
3789 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
3790
3791         * gst/goom/convolve_fx.c:
3792         * gst/goom/motif_goom1.h:
3793         * gst/goom/motif_goom2.h:
3794           As hinted in Bug #518213, revert one change and fix warnings properly.
3795           This fixes both #518213 and #520073 for me.     
3796
3797 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
3798
3799         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
3800         * gst/matroska/matroska-demux.c:
3801         (gst_matroska_demux_handle_seek_event),
3802         (gst_matroska_demux_parse_contents_seekentry),
3803         (gst_matroska_demux_loop):
3804         Fix the Forte build by making function declaration signatures
3805         match the implementations.
3806
3807 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
3808
3809         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
3810         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
3811         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
3812           More logging when probing (see #518474), some comments in _reset().
3813
3814 2008-04-07  Julien Moutte  <julien@fluendo.com>
3815
3816         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
3817         because of a bad argument number.
3818
3819 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3820
3821         * tests/icles/.cvsignore:
3822         * tests/icles/Makefile.am:
3823         * tests/icles/gdkpixbufsink-test.c:
3824           Interactive test app for gdkpixbufsink.
3825
3826 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3827
3828         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3829
3830         * configure.ac:
3831         Actually build dlls when cross-compiling with mingw32.
3832         Fixes bug #526247.
3833
3834 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
3835
3836         * ext/hal/hal.c: (gst_hal_get_alsa_element):
3837           Don't munge device string to 'default:x' for capture devices.
3838           Fixes #525833.
3839
3840 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
3841
3842         * ext/wavpack/gstwavpackparse.c:
3843         (gst_wavpack_parse_index_entry_free):
3844         Always use GSlice as we actually depend on GLib 2.12 already.
3845
3846 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
3847
3848         * configure.ac:
3849           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
3850           Also bump the GLib requirement to the current de-facto requirement
3851           (ie. 2.12).
3852
3853 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
3854
3855         * gst/rtp/gstrtph264pay.c: (encode_base64),
3856         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
3857         * gst/rtp/gstrtph264pay.h:
3858         Parse codec_data for future AVC compatibility.
3859         Fail when we encounter AVC data for now.
3860
3861 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
3862
3863         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
3864           (gst_spectrum_init), (gst_spectrum_set_property),
3865           (gst_spectrum_get_property), (gst_spectrum_message_new):
3866           Rename property enums and default defines for the properties to match
3867           the property names and rephrase property descriptions to make them a
3868           bit clearer (hopefully). See #518188.
3869
3870 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3871
3872         * tests/check/Makefile.am:
3873         * tests/check/elements/.cvsignore:
3874         * tests/check/elements/gdkpixbufsink.c:
3875           Add unit test for gdkpixbufsink element.
3876
3877 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3878
3879         * ext/gdk_pixbuf/Makefile.am:
3880         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
3881         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
3882           (gst_gdk_pixbuf_sink_base_init),
3883           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
3884           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
3885           (gst_gdk_pixbuf_sink_set_caps),
3886           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
3887           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
3888           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
3889           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
3890           (gst_gdk_pixbuf_sink_get_property):
3891         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
3892           Add gdkpixbufsink element for easy snapshotting (#525946).
3893
3894 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3895
3896         * tests/check/pipelines/wavpack.c: (wavpack_suite):
3897         Bump timeout from 3 to 60 seconds.
3898
3899 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3900
3901         * tests/check/pipelines/.cvignore:
3902         Remove useless file.
3903
3904         * tests/check/pipelines/.cvsignore:
3905         Add new test to .cvsignore.
3906
3907 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3908
3909         * tests/check/Makefile.am:
3910         * tests/check/pipelines/wavpack.c: (bus_handler),
3911         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
3912         (wavpack_suite), (main):
3913         Add unit test that encodes and decodes some data, checks that it
3914         is still the same and that all timestamps/offsets are perfect.
3915
3916 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3917
3918         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
3919         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
3920         * ext/wavpack/gstwavpackparse.c:
3921         (gst_wavpack_parse_index_entry_new),
3922         (gst_wavpack_parse_index_entry_free),
3923         (gst_wavpack_parse_base_init),
3924         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
3925         Use GSlice for allocating index entries and use
3926         gst_element_class_set_details_simple().
3927
3928 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
3929
3930         Patch by: Brian Cameron <brian.cameron at sun dot com>
3931
3932         * sys/sunaudio/gstsunaudio.c:
3933         * sys/sunaudio/gstsunaudiomixer.c:
3934         * sys/sunaudio/gstsunaudiomixer.h:
3935         * sys/sunaudio/gstsunaudiomixerctrl.c:
3936         * sys/sunaudio/gstsunaudiomixerctrl.h:
3937         * sys/sunaudio/gstsunaudiomixertrack.c:
3938         * sys/sunaudio/gstsunaudiomixertrack.h:
3939         * sys/sunaudio/gstsunaudiosink.c:
3940         * sys/sunaudio/gstsunaudiosink.h:
3941         * sys/sunaudio/gstsunaudiosrc.c:
3942         * sys/sunaudio/gstsunaudiosrc.h:
3943           Fix up copyrights (#525860).
3944
3945 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
3946
3947         * gst/goom/goomsl.c: (gsl_read_file):
3948           Check return value of fread() to avoid compiler warnings.
3949
3950 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
3951
3952         Based on patch by: Mersad Jelacic <mersad at axis dot com>
3953
3954         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
3955         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
3956         * gst/law/alaw-decode.h:
3957         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
3958         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
3959         (gst_mulawdec_chain), (gst_mulawdec_change_state):
3960         * gst/law/mulaw-decode.h:
3961         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
3962         Make negotiation a bit modern.
3963         Use pad_alloc. Fixes #525359.
3964
3965 2008-03-31  David Schleef  <ds@schleef.org>
3966
3967         * gst/goom/xmmx.c: Fix constraints on asm code so that it
3968           compiles consistently.  Fixes #522278.
3969
3970 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
3971
3972         Patch by: Brian Cameron <brian.cameron at sun dot com>
3973
3974         * sys/sunaudio/gstsunaudiomixerctrl.c:
3975           (gst_sunaudiomixer_ctrl_get_volume),
3976           (gst_sunaudiomixer_ctrl_set_volume):
3977         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
3978           Fix up the mixer tracks to use a volume range of 0-255, which is what
3979           the sun audio API uses. This simplifies the code and avoids rounding
3980           errors. Fixes #524593.
3981
3982 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
3983
3984         * sys/v4l2/gstv4l2object.c:
3985         * sys/v4l2/gstv4l2object.h:
3986         Add device-fd property to make it possible to apps to call ioctl's.
3987
3988 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3989
3990         * gst/qtdemux/qtdemux.c: (next_entry_size):
3991         Unbreak streaming mode again.
3992
3993 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
3994
3995         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
3996           Remove superfluous DEBUG macro.
3997
3998 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
3999
4000         Based on patch by: William M. Brack <wbrack at mmm com hk>
4001
4002         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
4003           (gst_v4l2src_set_capture):
4004           Check whether the device supports setting the framerate before
4005           trying to set it and then posting a warning or error if it doesn't
4006           work (#516649, #520092). Also compare fractions more correctly.
4007
4008 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4009
4010         * gst/goom/Makefile.am:
4011           Remove ppc assembler optimisations from the build until they
4012           actually build (they also seem to have GPL headers).
4013
4014 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4015
4016         * m4/Makefile.am:
4017           Better not dist files that don't exist any longer (lrint*m4).
4018
4019 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4020
4021         * configure.ac:
4022         * m4/lrint.m4:
4023         * m4/lrintf.m4:
4024         Remove lrint/lrintf checks. We don't use it anywhere.
4025
4026 2008-03-18  Andy Wingo  <wingo@pobox.com>
4027
4028         * sys/osxvideo/osxvideosink.m
4029         (gst_osx_video_sink_osxwindow_destroy)
4030         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4031         task, whoopdee.
4032         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4033         2 ms.
4034
4035 2008-03-18  Andy Wingo  <wingo@pobox.com>
4036
4037         * sys/osxvideo/osxvideosink.m
4038         (gst_osx_video_sink_osxwindow_destroy)
4039         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4040         task, whoopdee.
4041         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4042         2 ms.
4043         
4044 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4045
4046         Patch by: William M. Brack <wbrack at mmm com hk>
4047
4048         * sys/v4l2/v4l2src_calls.c:
4049           (gst_v4l2src_probe_caps_for_format_and_size),
4050           (gst_v4l2src_probe_caps_for_format):
4051           Make sure the probed frame sizes are reversed in the resulting
4052           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
4053           highest resolution first); also remove unused variable.
4054           (Partly fixes #520092)
4055
4056 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4057
4058         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4059
4060         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4061         (gst_rtspsrc_finalize):
4062         Call WSAStartup() and WSACleanup before using the Winsock API.
4063         See #520808.
4064
4065 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4066
4067         * gst/avi/gstavidemux.c:
4068           Erm, the buffer-size is just guint, no need for the special format
4069           specifier.
4070
4071 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
4072
4073         * gst/goom/plugin_info.c:
4074         * gst/goom/ppc_zoom_ultimate.h:
4075           Small fixes to build more on PPC: ifdef out code that uses unknown
4076           define; add newline at end of header file to avoid compiler warning.
4077           Assembler code still doesn't build though.
4078
4079 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4080
4081         * gst/avi/gstavidemux.c:
4082           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
4083           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
4084
4085 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4086
4087         * gst/avi/gstavidemux.c:
4088           Chunksize is uint32. Fix format specifier.
4089
4090 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
4091
4092         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
4093         mistake. Return file to pure MIT text.
4094
4095 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4096
4097         * gst/audiofx/audiofx.c:
4098         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
4099         of hardcoding values.
4100
4101 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
4102
4103         Patch by: Mark Nauwelaerts <manauw skynet be>
4104
4105         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
4106           (gst_oss_src_close):
4107         * sys/oss/gstosssrc.h:
4108           Cache probed caps, so _get_caps() during recording doesn't cause
4109           ioctl calls which may disrupt the recording (fixes #521875).
4110
4111 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4112
4113         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
4114         (gst_qtdemux_activate_segment),
4115         (gst_qtdemux_prepare_current_sample),
4116         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
4117         Make sure we always send a DISCONT after a seek by setting the sample
4118         index to an undefined value after a seek.
4119
4120 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
4121
4122         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
4123           (GST_IS_AVI_SUBTITLE_CLASS):
4124           Fix up IS_FOO macros, which makes gtk-doc much happier.
4125
4126 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
4127
4128         * tests/icles/Makefile.am:
4129           Move the -lgstfoo where it belongs.
4130
4131 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4132
4133         * gst/matroska/ebml-ids.h:
4134         Add ID for EBML CRC32 elements.
4135
4136         * gst/matroska/Makefile.am:
4137         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
4138         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
4139         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
4140         (gst_ebml_read_header):
4141         Support reading 80bit floats, add finalize method to clean up
4142         in any case, support reading length/id elements with any length
4143         as long as it's smaller than our supported maximum, don't leak
4144         buffers if reading as much data as we wanted failed and some
4145         smaller cleanup.
4146
4147 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4148
4149         Patch by: Olivier Crete <tester at tester dot ca>
4150
4151         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4152         Check that a buffer is large enough before reading from it.
4153         Fixes bug #521102.
4154         
4155 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4156
4157         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4158         Fix compilation after removing the GstPollMode from the
4159         constructor.
4160
4161 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
4162
4163         * configure.ac:
4164         * gst/audiofx/Makefile.am:
4165         * gst/audiofx/audiochebband.c:
4166         * gst/audiofx/audiocheblimit.c:
4167         * gst/audiofx/math_compat.h:
4168         Check for sinh(), cosh() and asinh() and define our own
4169         implementations if they're not available. Fixes bug #520880.
4170
4171 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
4172
4173         Patch by: Olivier Crete <tester at tester dot ca>
4174
4175         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
4176         Unref the buffers only once when handling not-negotiated errors.
4177         Fixes bug #520764.
4178
4179 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4180
4181         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4182
4183         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
4184         (gst_udpsrc_stop):
4185         Properly balance WSA_Cleanup with WSA_Startup.
4186         Also make the poll controllable on windows. Fixes #520888.
4187
4188 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4189
4190         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
4191         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
4192         (gst_ebml_read_element_length), (gst_ebml_peek_id),
4193         (gst_ebml_read_skip), (gst_ebml_read_buffer),
4194         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
4195         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
4196         (gst_ebml_read_date), (gst_ebml_read_master),
4197         (gst_ebml_read_binary), (gst_ebml_read_header):
4198         * gst/matroska/ebml-read.h:
4199         * gst/matroska/matroska-demux.c:
4200         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
4201         (gst_matroska_demux_read_track_encodings),
4202         (gst_matroska_demux_add_stream),
4203         (gst_matroska_demux_handle_src_query),
4204         (gst_matroska_demux_handle_seek_event),
4205         (gst_matroska_demux_init_stream),
4206         (gst_matroska_demux_parse_tracks),
4207         (gst_matroska_demux_parse_index_cuetrack),
4208         (gst_matroska_demux_parse_index_pointentry),
4209         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
4210         (gst_matroska_demux_parse_metadata_id_simple_tag),
4211         (gst_matroska_demux_parse_metadata_id_tag),
4212         (gst_matroska_demux_parse_metadata),
4213         (gst_matroska_demux_sync_streams),
4214         (gst_matroska_demux_push_hdr_buf),
4215         (gst_matroska_demux_push_flac_codec_priv_data),
4216         (gst_matroska_demux_push_xiph_codec_priv_data),
4217         (gst_matroska_demux_add_wvpk_header),
4218         (gst_matroska_demux_check_subtitle_buffer),
4219         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4220         (gst_matroska_demux_parse_cluster),
4221         (gst_matroska_demux_parse_contents_seekentry),
4222         (gst_matroska_demux_parse_contents),
4223         (gst_matroska_demux_loop_stream_parse_id),
4224         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
4225         * gst/matroska/matroska-demux.h:
4226         * gst/matroska/matroska-ids.h:
4227         Handle return values from pull_range in a more granular way to properly
4228         shut down on seeks.
4229         Combine return values from push.
4230         Implement proper error handling.
4231         Prepare for handling seeking correctly.
4232
4233 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
4234
4235         * gst/matroska/ebml-read.c:
4236         Use GINT64 formatting constants from GLIB.
4237
4238         * gst/matroska/matroska-demux.c:
4239         Add some guards to avoid a possible division by 0 and crashing
4240         with NULL events on some systems.
4241         Use gst_gdouble_to_guint64 somewhere instead of an implicit
4242         conversion. 
4243
4244         * gst/matroska/matroska-mux.c:
4245         Check for invalid timestamps in a bunch of places to avoid
4246         writing bogus durations into the output file.
4247         Fix some double<->gint64 conversions that weren't using
4248         gst_guint64_to_gdouble
4249
4250 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4251
4252         * configure.ac:
4253         Move the checks for bison, flex and as to the program section and the
4254         check for gcc inline asm to the compiler characteristics section.
4255
4256 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4257
4258         * configure.ac:
4259         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4260         plug-ins are included/excluded. (#498222)
4261
4262 2008-02-29  Michael Smith <msmith@fluendo.com>
4263
4264         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
4265           Don't call gst_object_sync_values() unless we have a valid timestamp.
4266
4267 2008-02-28  David Schleef  <ds@schleef.org>
4268
4269         * gst/matroska/matroska-demux.c:
4270         * gst/matroska/matroska-ids.h:
4271         * gst/matroska/matroska-mux.c:
4272           Fix Dirac mapping.  I had previously added a VfW-type
4273           mapping, but it looks like Dirac will get a native Matroska
4274           mapping, and this is the most likely method.
4275
4276 2008-02-28  David Schleef  <ds@schleef.org>
4277
4278         * gst/avi/gstavimux.c: Add Dirac encoding
4279
4280 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4281
4282         Patch by: Peter Kjellerstedt <pkj at axis com>
4283
4284         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
4285         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
4286         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
4287         * gst/udp/gstudpsrc.h:
4288         Port to GstPoll. See #505417.
4289
4290 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
4291
4292         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
4293         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
4294         yet on the srcpad. We need rate and channels before we
4295         can do any processing. Fixes bug #519088.
4296
4297 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
4298
4299         * configure.ac:
4300         Detect and indicate if GCC inline assembly syntax is
4301         available.
4302
4303         * gst/goom/Makefile.am:
4304         * gst/goom/convolve_fx.c:
4305         * gst/goom/flying_stars_fx.c:
4306         * gst/goom/goom_config.h:
4307         * gst/goom/goom_core.c:
4308         * gst/goom/goomsl.c:
4309         * gst/goom/ifs.c:
4310         * gst/goom/mmx.c:
4311         * gst/goom/plugin_info.c:
4312         * gst/goom/xmmx.c:
4313         Fix various GCC-isms, and only build the inline assembly
4314         with compilers that support GCC inline assembly.
4315
4316         Fix a couple of other warnings shown with Forte.
4317
4318 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
4319
4320         * gst/goom/xmmx.c:
4321           Use 'emms' instead of 'femms' to not crash on cpus that do not
4322           implement this 3dnow specific instruction.
4323
4324 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4325
4326         * gst/goom/plugin_info.c: (setOptimizedMethods):
4327         Use extended MMX for draw_line() too if available, not only
4328         normal MMX.
4329
4330 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4331
4332         * ext/jpeg/gstjpeg.c: (plugin_init):
4333         Remove (commented out) smoke typefinder. This is in base now.
4334
4335 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
4336
4337         * gst/goom2k1/Makefile.am:
4338         * gst/goom2k1/gstgoom.c:
4339
4340         Rename the installed library, and don't register the same 
4341         GType name as the new goom.
4342
4343 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4344
4345         * configure.ac:
4346         * ext/taglib/Makefile.am:
4347           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
4348           when building C++ code (#516509).
4349
4350 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4351
4352         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
4353         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
4354           (setOptimizedMethods):
4355           Call oil_init(), otherwise oil_get_cpu_flags() won't return
4356           anything useful. Export goom debug category so we can get
4357           rid of the VERBOSE define and the printfs.
4358
4359 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4360
4361         * gst/goom/goomsl_heap.c: (align_it):
4362         * gst/goom/plugin_info.c: (setOptimizedMethods):
4363           Compile fixes for x86-64.
4364
4365 2008-02-23  Bastien Nocera  <hadess@hadess.net>
4366
4367         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
4368         with warnings, but add other CFLAGS
4369
4370         * gst/goom/goomsl.c (gsl_instr_set_namespace),
4371         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
4372         (calculate_labels), (gsl_read_file):
4373         * gst/goom/goomsl_lex.l:
4374         * gst/goom/goomsl_yacc.y:
4375         * gst/goom/plugin_info.c: Remove a few live printf, and
4376         fprintf, replace exit() calls with g_assert_not_reached()
4377         if it not optimal for a library
4378
4379 2008-02-23  Bastien Nocera  <hadess@hadess.net>
4380
4381         * gst/goom/Makefile.am: Remove the warnings being disabled,
4382         fix linkage on x86, spotted by Sebastian Dröge
4383         <slomo@circular-chaos.org>
4384
4385         * gst/goom/convolve_fx.c (convolve_init),
4386         (create_output_with_brightness), (convolve_apply):
4387         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
4388         * gst/goom/goomsl.c:
4389         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
4390         * gst/goom/plugin_info.c:
4391         * gst/goom/tentacle3d.c (tentacle_fx_create):
4392         Fix warnings, and disable the motifs in the convolve_fx
4393         plugin (they were causing warnings, and they were just
4394         "Goom" in funny letterring)
4395
4396 2008-02-23  Bastien Nocera  <hadess@hadess.net>
4397
4398         * configure.ac: Add checks for Flex/Yacc/Bison and other
4399         furry animals, for the new goom 2k4 based plugin
4400
4401         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
4402         CPU optimisations (not working yet), move the old plugin to...
4403
4404         * gst/goom2k1/*: ... here, in case somebody is sick enough
4405
4406         Fixes #515073
4407
4408 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4409
4410         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
4411         Post the server response code in an error message instead of a generic
4412         'error' message. Fixes #517237.
4413
4414 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4415
4416         * tests/check/Makefile.am:
4417         Ignore gconfaudiosrc for the states unit test too. It will fallback
4418         to alsasrc if the gconf settings can't be read and not everybody has
4419         alsa.
4420
4421 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4422
4423         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
4424         (gst_wavpack_parse_create_src_pad):
4425         * ext/wavpack/gstwavpackparse.h:
4426         Always report the duration if we know it in push mode and don't
4427         return 0 just to make totem believe we can't seek in push mode.
4428         Newer totem version use the SEEKING query which properly reports
4429         if we can seek or not.
4430
4431 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4432
4433         Patch by: Jens Granseuer <jensgr at gmx dot net>
4434
4435         * tests/examples/equalizer/demo.c: (main):
4436         C89 fix, moving variable declarations to the beginning of
4437         the block. Fixes bug #517933.
4438
4439 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
4440
4441         * configure.ac:
4442         Back to development...
4443
4444 === release 0.10.7 ===
4445
4446 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
4447
4448         * configure.ac:
4449           releasing 0.10.7, "Red Door Black"
4450
4451 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4452
4453         * gst/alpha/Makefile.am:
4454         Link alpha plugin with libgstbase. Fixes bug #517386.
4455
4456 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4457
4458         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
4459         Init values to -1 instead of the default 0 value.
4460         Fixes #516524.
4461
4462 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
4463
4464         * tests/examples/spectrum/spectrum-example.c:
4465         Add missing include to fix compilation when libxml usage is disabled.
4466         Fixes: #516371
4467
4468 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
4469
4470         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
4471         fixes: #514889
4472
4473         * gst/rtp/gstrtph264pay.c:
4474         * gst/rtp/gstrtpmp4gdepay.c:
4475         * gst/rtp/gstrtpmp4gpay.c:
4476         * gst/rtp/gstrtpmp4gpay.h:
4477         * gst/rtp/gstrtptheorapay.c:
4478         * gst/rtp/gstrtpvorbispay.c:
4479
4480         Fix various leaks shown up in valgrind
4481         - free sprops and buffer in error cases in H264 payloader
4482         - fix leak in mp4g depayloader when construction the caps
4483         - don't leak config string in the mp4g payloader
4484         - don't leak buffers and headers in theora and vorbis payloaders
4485
4486         * tests/check/elements/rtp-payloading.c:
4487
4488         Fix the RTP data test
4489         - Actually send valid amr data to the payloader instead of 20
4490         zero-bytes
4491         - The mp4g payloader expects codec_data on the caps
4492
4493 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
4494
4495         * win32/MANIFEST:
4496         Add libgstpng.dsp to MANIFEST.
4497         * win32/vs6/libgstaudiofx.dsp:
4498         Add new source files to VS project file.
4499
4500 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
4501
4502         * sys/ximage/gstximagesrc.c:
4503         Initialise variables when opening the X display rather
4504         than in _start(), as the display can be opened before that.
4505
4506         Fixes: #515985
4507
4508 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4509
4510         * sys/directdraw/gstdirectdrawsink.c:
4511         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
4512         (gst_directdraw_sink_finalize):
4513         Properly chain up finalize functions. Fixes bug #515980.
4514
4515 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4516
4517         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
4518         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
4519         (gst_v4l2_buffer_pool_class_init):
4520         Chain up the finalize functions. Fixes bug #515984.
4521
4522 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
4523
4524         * sys/ximage/ximageutil.c:
4525         Chain up in the finalize function for our custom
4526         buffer sub-class.
4527         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
4528         Fixes: #515706
4529
4530 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4531
4532         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
4533         (gst_fenced_buffer_class_init):
4534         Properly chain up finalize method. Fixes bug #515979.
4535
4536 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
4537
4538         * sys/ximage/gstximagesrc.c:
4539         Free allocated Damage memory before closing our connection to the
4540         X server. Partially fixes: #515706
4541
4542 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4543
4544         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
4545         * tests/check/Makefile.am:
4546         * tests/check/gst-plugins-good.supp:
4547         Add a few libjpeg suppressions and initialize a variable to
4548         make smokeenc valgrind clean. Fixes bug #515701.
4549
4550 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
4551
4552         * gst/avi/gstavidemux.c:
4553         Revert patch which sends timestamps only on keyframes, as it
4554         breaks playback with current gst-ffmpeg.
4555
4556         Fixes: #515562
4557
4558 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4559
4560         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
4561         * tests/check/elements/multifile.c: (GST_START_TEST):
4562         Close some memory leaks spotted by the unit test. Fixes bug #515697.
4563
4564 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4565
4566         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
4567         Use and unset the GError when pipeline creation fails instead of
4568         simply leaking it. Fixes bug #515704.
4569
4570 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
4571
4572         * gst/audiofx/audioamplify.c:
4573         * gst/audiofx/audiochebband.c:
4574         * gst/audiofx/audiocheblimit.c:
4575         * gst/audiofx/audiodynamic.c:
4576         * gst/audiofx/audioinvert.c:
4577         * gst/audiofx/audiopanorama.c:
4578         * gst/audiofx/audiowsincband.c:
4579         * gst/audiofx/audiowsinclimit.c:
4580         Fix long description of audiofx elements. Fixes bug #515457.
4581
4582 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
4583
4584         * docs/plugins/Makefile.am:
4585         * gst/spectrum/gstspectrum.c:
4586         * tests/examples/spectrum/.cvsignore:
4587         * tests/examples/spectrum/Makefile.am:
4588         * tests/examples/spectrum/spectrum-example.c:
4589
4590         Add a simple example application for the spectrum element, include it
4591         in the docs, and fix some documentation ambiguities.
4592
4593         Fixes: #348085
4594
4595 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4596
4597         * gst/equalizer/Makefile.am:
4598         * gst/spectrum/Makefile.am:
4599         Fix includes order
4600
4601         * tests/check/Makefile.am:
4602         Exclude v4l2src from the states test - it takes too long to start.
4603
4604         * tests/check/elements/spectrum.c:
4605         Make the test run properly with CK_FORK=no
4606
4607 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
4608
4609         * gst/audiofix/Makefile.am: add missing header files 
4610
4611 2008-02-08  Julien Moutte  <julien@fluendo.com>
4612
4613         * gst/matroska/matroska-demux.c:
4614         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
4615         keyframe and delta units correctly when dealign with a BlockGroup.
4616         Fixes: #514397
4617
4618 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4619
4620         * tests/check/elements/.cvsignore:
4621         Spell the new tests correctly in .cvsignore
4622
4623 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
4624
4625         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
4626           Need to use gsize here for the size, fixes compiler warning.
4627
4628         * tests/examples/equalizer/.cvsignore:
4629         * tests/examples/equalizer/Makefile.am:
4630         * tests/examples/spectrum/.cvsignore:
4631         * tests/examples/spectrum/Makefile.am:
4632           Add missing files to fix the build.
4633
4634 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4635
4636         * configure.ac:
4637         * docs/plugins/Makefile.am:
4638         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4639         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4640         * docs/plugins/gst-plugins-good-plugins.args:
4641         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4642         * docs/plugins/inspect/plugin-multifile.xml:
4643         * tests/check/Makefile.am:
4644         * tests/check/elements/.cvsignore:
4645
4646         Move multifile plugin from -bad.
4647         Fixes: #490283
4648
4649 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4650
4651         * configure.ac:
4652         * docs/plugins/Makefile.am:
4653         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4654         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4655         * docs/plugins/gst-plugins-good-plugins.args:
4656         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4657         * docs/plugins/inspect/plugin-spectrum.xml:
4658         * gst/spectrum/Makefile.am:
4659         * tests/check/Makefile.am:
4660         * tests/check/elements/.cvsignore:
4661         * tests/examples/Makefile.am:
4662
4663         Move spectrum plugin from -bad.
4664         Move examples into tests/examples/spectrum.
4665
4666 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4667
4668         * configure.ac:
4669         * docs/plugins/Makefile.am:
4670         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4671         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4672         * docs/plugins/gst-plugins-good-plugins.args:
4673         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4674         * docs/plugins/gst-plugins-good-plugins.interfaces:
4675         * docs/plugins/inspect/plugin-equalizer.xml:
4676         * gst/equalizer/Makefile.am:
4677         * tests/check/Makefile.am:
4678         * tests/examples/Makefile.am:
4679         Move the equalizer plugin across from -bad
4680
4681         * tests/check/elements/.cvsignore:
4682         Add equalizer, audiosincwband and audiosincwlimit
4683
4684         * tests/check/elements/equalizer.c:
4685         Fix compiler warnings
4686
4687         Fixes: #415627
4688
4689 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4690
4691         * configure.ac:
4692         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
4693         are treated like releases and build without it.
4694
4695 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4696
4697         * docs/plugins/Makefile.am:
4698         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4699         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4700         * docs/plugins/gst-plugins-good-plugins.args:
4701         * docs/plugins/inspect/plugin-audiofx.xml:
4702         * gst/audiofx/Makefile.am:
4703         * gst/audiofx/audiofx.c:
4704         * gst/audiofx/audiowsincband.c:
4705         * gst/audiofx/audiowsincband.h:
4706         * gst/audiofx/audiowsinclimit.c:
4707         * gst/audiofx/audiowsinclimit.h:
4708         * tests/check/Makefile.am:
4709         * tests/check/elements/audiowsincband.c:
4710         * tests/check/elements/audiowsinclimit.c:
4711
4712         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
4713         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
4714         respectively.
4715
4716         Fixes: #467666
4717
4718 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4719
4720         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
4721         * tests/check/elements/icydemux.c:
4722           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
4723           caps, and add a somewhat useful debug message. Plus test.
4724
4725 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
4726
4727         * gst/rtsp/gstrtspsrc.c:
4728         Include unistd.h only if HAVE_UNISTD_H is defined
4729         * win32/common/config.h.in:
4730         * win32/common/config.h:
4731         Define socklen_t as it seems it's not defined in default 
4732         Visual Studio headers.
4733         * win32/vs6/libgstalpha.dsp:
4734         * win32/vs6/libgstapetag.dsp:
4735         * win32/vs6/libgstavi.dsp:
4736         * win32/vs6/libgstrtp.dsp:
4737         * win32/vs6/libgstrtsp.dsp:
4738         * win32/vs6/libgstvideomixer.dsp:
4739         Update project file dependencies and add new source files       
4740
4741 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
4742
4743         Patch by: Bjarne Rosengren <bjarne at axis dot com>
4744
4745         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
4746         Don't leak buffers when we don't push them downstream.
4747         Fixes bug #514965.
4748
4749 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4750
4751         * configure.ac:
4752           Bump requirements to (good) released versions to avoid
4753           confusion and make implicit core requirement explicit.
4754
4755 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
4756
4757         * docs/plugins/Makefile.am:
4758         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4759         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4760         * docs/plugins/gst-plugins-good-plugins.args:
4761         * docs/plugins/inspect/plugin-audiofx.xml:
4762         * gst/audiofx/Makefile.am:
4763         * gst/audiofx/audiochebband.c:
4764         * gst/audiofx/audiochebband.h:
4765         * gst/audiofx/audiocheblimit.c:
4766         * gst/audiofx/audiocheblimit.h:
4767         * gst/audiofx/audiochebyshevfreqband.c:
4768         * gst/audiofx/audiochebyshevfreqband.h:
4769         * gst/audiofx/audiochebyshevfreqlimit.c:
4770         * gst/audiofx/audiochebyshevfreqlimit.h:
4771         * gst/audiofx/audiofx.c:
4772         * tests/check/Makefile.am:
4773         * tests/check/elements/.cvsignore:
4774         * tests/check/elements/audiochebband.c:
4775         * tests/check/elements/audiocheblimit.c:
4776         * tests/check/elements/audiochebyshevfreqband.c:
4777         * tests/check/elements/audiochebyshevfreqlimit.c:
4778
4779         Rename audiochebyshevfreqband -> audiochebband and
4780         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
4781         surgery.
4782
4783         Closes: #491811
4784
4785 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4786
4787         Patch by: Orjan Friberg <orjanf at axis dot com>
4788
4789         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
4790         Fix caps memory leak. Fixes #514573.
4791
4792 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
4793
4794         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
4795         If there's no entries in the subindex, don't try to do anything stupid,
4796         just return.
4797
4798 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4799
4800         Patch by: John Millikin <jmillikin at gmail dot com>
4801
4802         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
4803           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
4804           Fix extraction of picture blocks with newer libflac versions again:
4805           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
4806
4807 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4808
4809         * tests/check/Makefile.am:
4810           Add rtp-payloading test to VALGRIND_TO_FIX.
4811
4812         * tests/check/elements/rtp-payloading.c:
4813           Add semicolons after GST_TEST_END so gst-indent gets the
4814           formatting right; make test less verbose in general, but
4815           more verbose in the error case (which should probably
4816           make the test fail anyway).
4817
4818 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
4819
4820         * docs/plugins/Makefile.am:
4821         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4822         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4823         * gst/avi/gstavisubtitle.c:
4824         Add documentation for avisubtitle and change class to
4825         Codec/Parser/Subtitle
4826
4827 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
4828
4829         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4830         Treat ENOTTY (driver does not implement ioctl) the same as
4831         EINVAL since it implies there are no available standards.
4832
4833         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
4834         (gst_v4l2src_get_nearest_size):
4835         Replace gst_v4l2src_get_size_limits with 2 calls to new function
4836         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
4837         probe if the driver does not support VIDIOC_TRY_FMT for whatever
4838         reason, and if we aren't yet actively capturing.
4839
4840         * sys/v4l2/v4l2src_calls.h:
4841         Remove replaced function declaration.
4842
4843 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
4844
4845         * configure.ac:
4846         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
4847         API.
4848
4849 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
4850
4851         * configure.ac:
4852         Fix typo.
4853
4854 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4855
4856         * gst/alpha/Makefile.am:
4857         * gst/alpha/gstalpha.c:
4858
4859         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
4860         some stuff, and making buffer-alloc and resizing work automatically.
4861         No longer crashes on odd frame widths and heights, although there
4862         seems to be a disagreement with ffmpegcolorspace about what size
4863         an AYUV frame with odd height should be.
4864
4865 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4866
4867         Patch by: Alessandro Decina <alessandro at nnva dot org>
4868
4869         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
4870         * ext/libpng/gstpngenc.h:
4871         Preallocate the output buffer so that g_memdup() and
4872         gst_buffer_merge() aren't needed anymore. This greatly improves
4873         performances and fixes #512544.
4874
4875 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4876
4877         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
4878         (gst_avi_demux_stream_data):
4879         GStreamer timestamps are PTS values while AVI only knows about DTS
4880         timestamps. Make sure we only copy the DTS as the buffer timestamp when
4881         we are dealing with a key frame.
4882
4883 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
4884
4885         * tests/check/Makefile.am:
4886         * tests/check/elements/.cvsignore:
4887         * tests/check/elements/rtp-payloading.c:
4888           Add add testsuite for the rtp-payloader that tries simulating
4889           dataflow. Needs more test data.
4890
4891 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
4892
4893         * tests/check/elements/alphacolor.c:
4894           Remove two unused variables.
4895
4896 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
4897
4898         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
4899           Use g_ascii_strtoll() instead of atoll, which is only
4900           available in C99.
4901
4902 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
4903
4904         * gst/rtp/Makefile.am:
4905         * gst/rtp/gstrtp.c:
4906         * gst/rtp/gstrtpmpvpay.c:
4907         * gst/rtp/gstrtpmpvpay.h:
4908         Add MPEG2 video payloader
4909
4910 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
4911
4912         * gst/level/gstlevel.c:
4913         Use #include <math.h> instead of #include "math.h".
4914
4915 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
4916
4917         * tests/check/Makefile.am:
4918         Fix up some CFLAGS sets.
4919         Don't include gconfvideosrc in the states test.
4920
4921         * tests/check/elements/autodetect.c: (GST_START_TEST):
4922         Add some error strings to fail_unless arguments to fix some weird
4923         compiler errors on Solaris.
4924
4925 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
4926
4927         * configure.ac:
4928         Detect video4linux headers on Solaris too.
4929         * sys/v4l2/gstv4l2colorbalance.h:
4930         * sys/v4l2/gstv4l2object.h:
4931         * sys/v4l2/v4l2_calls.c:
4932         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
4933         (gst_v4l2_buffer_new):
4934
4935         Make v4l2 build on Solaris.
4936         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4937         Fixes: #510505
4938
4939 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
4940
4941         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4942           Update list from (still local) scanning script.
4943
4944 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
4945
4946         Based on a patch by:
4947             Victor STINNER <victor dot stinner at haypocalc dot com>
4948
4949         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4950         Set variable to NULL after freeing it to prevent double frees
4951         or make failures by another use of it afterwards more obvious
4952         and fix use of it after the freeing. Fixes bug #510592.
4953
4954 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
4955
4956         * gst/udp/gstmultiudpsink.c:
4957         use GST_WARNING for logging
4958
4959 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
4960
4961         * gst/udp/gstmultiudpsink.c:
4962         Don't try to leave a multicast group with an invalid socket
4963
4964 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
4965
4966         * ext/flac/gstflacdec.c:
4967           Fix compilation against flac 1.1.2 (as on debian stable), where
4968           the picture metadata defines and structs don't exist yet.
4969           Fixes #509301.
4970
4971 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4972
4973         Patch by: Olivier Crete <tester at tester dot ca>
4974
4975         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4976         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
4977         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
4978         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
4979         * gst/udp/gstmultiudpsink.h:
4980         Add property to automatically join a multicast group or not. This can be
4981         useful when sharing a socket between multiple elements.
4982         Fixes #509531.
4983
4984 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
4985
4986         * gst/videomixer/Makefile.am:
4987           Add controller flags.
4988
4989 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
4990
4991         * gst/videomixer/videomixer.c:
4992           Also commit the missing gst_object_sync_values().
4993
4994 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
4995
4996         * docs/plugins/Makefile.am:
4997           Remove duplicate entry.
4998
4999 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5000
5001         * docs/plugins/Makefile.am:
5002         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5003         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5004         * docs/plugins/inspect/plugin-gamma.xml:
5005         * docs/plugins/inspect/plugin-monoscope.xml:
5006         * docs/plugins/inspect/plugin-video4linux2.xml:
5007           Add 3 more plugins to docs.
5008
5009 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5010
5011         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5012         * sys/osxvideo/osxvideosink.h:
5013           Revert previous change caused by a file that got stuck on an old
5014           revision.
5015
5016 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5017
5018         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5019         * gst/multipart/Makefile.am:
5020         * gst/multipart/multipartdemux.c:
5021         * gst/multipart/multipartdemux.h:
5022         * gst/multipart/multipartmux.c:
5023         * gst/multipart/multipartmux.h:
5024           Re-add multipartdemux to the docs. Last round of section cleanup.
5025
5026 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5027
5028         * docs/plugins/Makefile.am:
5029         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5030         * sys/osxaudio/gstosxaudiosink.h:
5031         * sys/osxvideo/osxvideosink.h:
5032           Managed to resolve most unused declarations. Filed a bug for one left.          
5033
5034 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5035
5036         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5037           Cleanup section file.
5038
5039 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5040
5041         * docs/plugins/Makefile.am:
5042         * docs/plugins/gst-plugins-good-plugins.args:
5043         * docs/plugins/gst-plugins-good-plugins.signals:
5044         * docs/plugins/inspect/plugin-alaw.xml:
5045         * docs/plugins/inspect/plugin-alpha.xml:
5046         * docs/plugins/inspect/plugin-alphacolor.xml:
5047         * docs/plugins/inspect/plugin-annodex.xml:
5048         * docs/plugins/inspect/plugin-apetag.xml:
5049         * docs/plugins/inspect/plugin-audiofx.xml:
5050         * docs/plugins/inspect/plugin-auparse.xml:
5051         * docs/plugins/inspect/plugin-autodetect.xml:
5052         * docs/plugins/inspect/plugin-avi.xml:
5053         * docs/plugins/inspect/plugin-cairo.xml:
5054         * docs/plugins/inspect/plugin-cdio.xml:
5055         * docs/plugins/inspect/plugin-cutter.xml:
5056         * docs/plugins/inspect/plugin-debug.xml:
5057         * docs/plugins/inspect/plugin-dv.xml:
5058         * docs/plugins/inspect/plugin-efence.xml:
5059         * docs/plugins/inspect/plugin-effectv.xml:
5060         * docs/plugins/inspect/plugin-flac.xml:
5061         * docs/plugins/inspect/plugin-flxdec.xml:
5062         * docs/plugins/inspect/plugin-gconfelements.xml:
5063         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5064         * docs/plugins/inspect/plugin-goom.xml:
5065         * docs/plugins/inspect/plugin-halelements.xml:
5066         * docs/plugins/inspect/plugin-icydemux.xml:
5067         * docs/plugins/inspect/plugin-id3demux.xml:
5068         * docs/plugins/inspect/plugin-jpeg.xml:
5069         * docs/plugins/inspect/plugin-ladspa.xml:
5070         * docs/plugins/inspect/plugin-level.xml:
5071         * docs/plugins/inspect/plugin-matroska.xml:
5072         * docs/plugins/inspect/plugin-mulaw.xml:
5073         * docs/plugins/inspect/plugin-multipart.xml:
5074         * docs/plugins/inspect/plugin-navigationtest.xml:
5075         * docs/plugins/inspect/plugin-png.xml:
5076         * docs/plugins/inspect/plugin-quicktime.xml:
5077         * docs/plugins/inspect/plugin-rtp.xml:
5078         * docs/plugins/inspect/plugin-rtsp.xml:
5079         * docs/plugins/inspect/plugin-shout2send.xml:
5080         * docs/plugins/inspect/plugin-smpte.xml:
5081         * docs/plugins/inspect/plugin-speex.xml:
5082         * docs/plugins/inspect/plugin-taglib.xml:
5083         * docs/plugins/inspect/plugin-udp.xml:
5084         * docs/plugins/inspect/plugin-videobalance.xml:
5085         * docs/plugins/inspect/plugin-videobox.xml:
5086         * docs/plugins/inspect/plugin-videocrop.xml:
5087         * docs/plugins/inspect/plugin-videoflip.xml:
5088         * docs/plugins/inspect/plugin-videomixer.xml:
5089         * docs/plugins/inspect/plugin-wavenc.xml:
5090         * docs/plugins/inspect/plugin-wavpack.xml:
5091         * docs/plugins/inspect/plugin-wavparse.xml:
5092           Update plugin docs.
5093
5094         * gst/videomixer/Makefile.am:
5095         * gst/videomixer/videomixer.c:
5096         * gst/videomixer/videomixer.h:
5097         * gst/videomixer/videomixerpad.h:
5098           Split out header to fix warnings from the doc-build.
5099
5100 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5101
5102         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
5103
5104         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
5105         Use atoll to parse the rtptime with enough precision. Fixes #509329.
5106
5107 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
5108
5109         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
5110         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
5111           Initialise variables to work around (false) 'foo might be used
5112           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
5113
5114 2008-01-11  David Schleef  <ds@schleef.org>
5115
5116         * docs/plugins/.cvsignore:
5117         * tests/check/pipelines/.cvsignore:
5118           Ignore more files for the buildbot.
5119
5120 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5121
5122         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
5123         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
5124         Generate the image-type values correctly. Leave them out of the caps
5125         when outputting a "preview image" tag, since it only makes sense
5126         to have one of those - the type is irrelevant.
5127
5128         * sys/sunaudio/gstsunaudiomixerctrl.c:
5129         (gst_sunaudiomixer_ctrl_open):
5130         If we can, mark the mixer multiple open when we use it, in case
5131         (for some reason) the process wants to open it again elsewhere.
5132
5133 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5134
5135         Patch by: Olivier Crete <tester at tester dot ca>
5136
5137         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
5138         * gst/rtp/gstrtptheorapay.c:
5139         Fix the clock rate to 90000 as required by the RFC.
5140         Fixes #508644.
5141
5142 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
5143
5144         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
5145           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
5146
5147 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5148
5149         * autogen.sh:
5150           Add -Wno-portability to the automake parameters to stop warnings
5151           about GNU make extensions being used. We require GNU make in almost
5152           every Makefile anyway.
5153           
5154         * configure.ac:
5155           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5156           at the same time is required for per target flags.
5157
5158 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
5159
5160         * gst/videomixer/videomixer.c: (gst_videomixer_init):
5161         Fix error from my last commit.
5162
5163 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
5164
5165         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
5166
5167         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
5168           Make sure the ISO 639-X language code in ID3v2 COMM frames
5169           is actually valid UTF-8 (or rather: ASCII), so we don't end
5170           up with non-UTF8 strings in tags if there's garbage in the
5171           language field. Also make sure the language code is always
5172           lower case. Fixes: #508291.
5173
5174 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
5175
5176         * ChangeLog:
5177           Fix ChangeLog typo.
5178
5179 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
5180
5181         * Makefile.am:
5182           Include lcov.mak to allow building coverage reports. Guard
5183           check-torture target like in the other packages.
5184
5185 2008-01-09  Sameer Naik  <sameer@damagehead.com>
5186
5187         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
5188
5189         * gst/videomixer/videomixer.c:
5190         (gst_videomixer_set_master_geometry), (_do_init),
5191         (gst_videomixer_child_proxy_get_child_by_index),
5192         (gst_videomixer_child_proxy_get_children_count),
5193         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
5194         (gst_videomixer_init), (gst_videomixer_request_new_pad),
5195         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
5196         Implement GstChildProxy interface.
5197         Send newsegment at the right moment
5198         Fixes #488879
5199
5200 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
5201
5202         * gst/alpha/Makefile.am:
5203         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
5204         (gst_alpha_sink_event), (gst_alpha_chain),
5205         (gst_alpha_change_state), (plugin_init):
5206         Make the various properties of 'alpha' controllable. This allows doing
5207         niceties like fade-in/fade-out.
5208
5209 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
5210
5211         * gst/rtp/gstasteriskh263.c:
5212         * gst/rtp/gstrtpL16depay.c:
5213         * gst/rtp/gstrtpac3depay.c:
5214         * gst/rtp/gstrtpamrpay.c:
5215         * gst/rtp/gstrtpdepay.c:
5216         * gst/rtp/gstrtpgsmdepay.c:
5217         * gst/rtp/gstrtph263depay.c:
5218         * gst/rtp/gstrtph263pdepay.c:
5219         * gst/rtp/gstrtph263ppay.c:
5220         * gst/rtp/gstrtph264depay.c:
5221         * gst/rtp/gstrtph264pay.c:
5222         * gst/rtp/gstrtpmp2tdepay.c:
5223         * gst/rtp/gstrtpmp4adepay.c:
5224         * gst/rtp/gstrtpmp4gdepay.c:
5225         * gst/rtp/gstrtpmp4gpay.c:
5226         * gst/rtp/gstrtpmp4vdepay.c:
5227         * gst/rtp/gstrtpmpadepay.c:
5228         * gst/rtp/gstrtpmpvdepay.c:
5229         * gst/rtp/gstrtpsv3vdepay.c:
5230         * gst/rtp/gstrtptheoradepay.c:
5231         * gst/rtp/gstrtptheorapay.c:
5232         * gst/rtp/gstrtpvorbisdepay.c:
5233         * gst/rtp/gstrtpvorbispay.c:
5234           Remove copy/paste unused code (property setters and getter) found by
5235           the coverage suite (yay, saves ~20k on disk).
5236
5237 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5238
5239         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
5240           (videosink_templ):
5241           Also fix up pad templates to indicate that image/jpeg doesn't
5242           absolutely require the framerate property to be set (#504081).
5243
5244 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5245
5246         Based on patch by: Wouter Cloetens  <wouter at mind be>
5247
5248         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
5249           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
5250           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
5251         * gst/matroska/matroska-mux.h:
5252           Keep track of first and last timestamps for each incoming stream,
5253           so we can calculate the total duration for live sources and other
5254           input where we can't query the duration from the start or where
5255           there's no constant framerate from which we can deduce the
5256           duration; also use calculated/observed duration if it is bigger
5257           than the previously queried duration. Furthermore, use
5258           gst_pad_query_peer_duration() and take into account that it may
5259           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
5260           screws up comparisons when using unsigned integers. Fixes #504081.
5261
5262 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
5263
5264         * configure.ac:
5265         * gst/audiofx/audioamplify.c:
5266         (gst_audio_amplify_clipping_method_get_type),
5267         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
5268         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
5269         (gst_audio_dynamic_transform_ip):
5270         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
5271         (gst_audio_invert_transform_ip):
5272         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
5273         (gst_audio_panorama_transform):
5274         * gst/level/gstlevel.c: (gst_level_init):
5275         Make elements GST_BUFFER_FLAG_GAP aware and call
5276         gst_base_transform_set_gap_aware for this.
5277         Bump core requirement to CVS.
5278         
5279         * gst/audiofx/audiochebyshevfreqband.c:
5280         (gst_audio_chebyshev_freq_band_transform_ip):
5281         * gst/audiofx/audiochebyshevfreqlimit.c:
5282         (gst_audio_chebyshev_freq_limit_transform_ip):
5283         Also sync GObject properties to the controller if operating
5284         in passthrough mode.
5285
5286 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5287
5288         * sys/directdraw/gstdirectdrawsink.c:
5289           (gst_directdraw_sink_window_thread):
5290           FALSE is not a gpointer.
5291
5292 2008-01-05  Julien Moutte  <julien@fluendo.com>
5293
5294         * sys/directdraw/gstdirectdrawsink.c:
5295         (gst_directdraw_sink_set_window_id),
5296         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
5297         (gst_directdraw_sink_buffer_alloc),
5298         (gst_directdraw_sink_draw_borders),
5299         (gst_directdraw_sink_show_frame),
5300         (gst_directdraw_sink_setup_ddraw),
5301         (gst_directdraw_sink_window_thread),
5302         (gst_directdraw_sink_get_ddrawcaps),
5303         (gst_directdraw_sink_surface_create): Make sure we create our
5304         internal window only when we need it. That will give a chance to
5305         the application to get the prepare-xwindow-id bus message. Draw
5306         black borders when keeping aspect ratio. Handle the case where our
5307         rendering window disappears (closed or errors) like other sinks
5308         do. Various 80 columns fixes, improve state change order. That
5309         element could need some more love.
5310
5311 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
5312
5313         * ext/taglib/gstapev2mux.h:
5314         * ext/taglib/gstid3v2mux.h:
5315         Remove useless typedefs without new type name. Fixes a warning with
5316         gcc 4.3.
5317
5318 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
5319
5320         Patch by: John Millikin <jmillikin at gmail dot com>
5321
5322         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
5323         (gst_flac_dec_setup_stream_decoder),
5324         (gst_flac_normalize_picture_mime_type),
5325         (gst_flac_extract_picture_buffer),
5326         (gst_flac_dec_metadata_callback):
5327         Emit metadata messages when a PICTURE block is encountered.
5328         Fixes #506715.
5329
5330 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
5331
5332         * gst/avi/gstavi.c:
5333         increase rank because no known issues anymore ...
5334         * gst/avi/gstavisubtitle.c:
5335         send subtitle name to the srcpad
5336
5337 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5338
5339         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
5340         * gst/rtsp/gstrtspsrc.h:
5341         Implement redirect for the DESCRIBE reply. Fixes #506025.
5342
5343 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5344
5345         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
5346         Fix 'xyz may be used uninitialized' compiler warnings caused
5347         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5348         abort() in any case but properly report the error.
5349
5350 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
5351
5352         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
5353         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
5354         * sys/ximage/gstximagesrc.c: (composite_pixel):
5355           Fix 'xyz may be used uninitialized' compiler warnings caused
5356           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
5357           not really nice to abort in any case). Fixes #505745.
5358
5359 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
5360
5361         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
5362           Small unit test fix (has no practical impact at the moment,
5363           since we're only feeding utf8 and hence just create a sub-
5364           buffer for the output).
5365
5366 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
5367
5368         * gst/avi/gstavisubtitle.c:
5369         * tests/check/elements/avisubtitle.c:
5370         Add seeking support for avi subtitle
5371
5372 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5373
5374         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
5375         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
5376         (gst_flac_dec_write):
5377         * ext/flac/gstflacdec.h:
5378         Remove some unused vars.
5379         Do more cleanup of leftover events and tags.
5380         Output tags after the segment event. Fixes #504018.
5381
5382 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
5383
5384         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
5385           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
5386           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
5387           Detect other UTF byte order markers and convert to UTF-8 as
5388           appropriate.
5389
5390 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
5391
5392         * gst/avi/gstavisubtitle.c: (src_template),
5393           (gst_avi_subtitle_extract_utf8_file),
5394           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
5395           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
5396           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
5397         * gst/avi/gstavisubtitle.h:
5398           Refactor a bit; fix name extraction; don't assume all the data
5399           in the chunk is actually subtitle data, there may be padding at
5400           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
5401           file so it's there to send again after a seek (for future use).
5402
5403 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5404
5405         * gst/avi/Makefile.am:
5406         * gst/avi/gstavi.c:
5407         * gst/avi/gstavisubtitle.c:
5408         * gst/avi/gstavisubtitle.h:
5409         * tests/check/Makefile.am:
5410         * tests/check/elements/avisubtitle.c:
5411         * win32/common/config.h:
5412                 Add avi subtitle element for bug #442034. Need seeking support
5413                 and more support for character conversion.
5414
5415 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
5416
5417         * Makefile.am:
5418           Include common/win32.mak for CRLF check of win32 project
5419           files (see #393626).
5420
5421         * win32/vs6/libgstpng.dsp:
5422           Fix line endings and do cvs admin -kb.
5423
5424 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5425
5426         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
5427         Actually drop the buffers which are outside the currently configured
5428         segment instead of just emitting a WARNING.
5429
5430 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5431
5432         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
5433         (gst_flac_dec_write):
5434         * ext/flac/gstflacdec.h:
5435         Send segments from the streaming thread. Fixes #502187.
5436         Fix segment seeking and a bunch of other seeking cases.
5437
5438 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
5439
5440         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
5441           Parse WOAF frames and put the result into GST_TAG_CONTACT,
5442           which is where it would end up if the same information was
5443           put in a vorbis comment (don't think it's worth adding a
5444           new URI tag for this). Fixes #488112.
5445
5446 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5447
5448         * configure.ac:
5449           We need core/base 0.10.15 or later.
5450
5451 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5452
5453         Patch by: Mark Nauwelaerts <manauw skynet be>
5454
5455         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
5456         Fix regression in stream numbering. Fixes #502655.
5457
5458 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5459
5460         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
5461
5462         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
5463         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
5464         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
5465         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
5466         (gst_rtp_h264_pay_handle_buffer):
5467         * gst/rtp/gstrtph264pay.h:
5468         Use higher performance start-code searching.
5469         Parse NALs and store SPS, PPS and profile in the caps so that they can
5470         be used in the SDP. Fixes #502814.
5471
5472 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5473
5474         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5475         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
5476           Init some structs to zero before we pass them to ioctl, which
5477           avoids valgrind warnings.  Also fix a small memory leak.
5478
5479 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5480
5481         Patch by: Wouter Cloetens <wouter at mind dot be>
5482
5483         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
5484         Copy timestamp from input to output. Not very perfect yet but better
5485         than nothing. Fixes #503023.
5486
5487 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5488
5489         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
5490           Also print a useful error message with the old Wavpack API
5491           if possible.
5492
5493 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
5494
5495         * ext/wavpack/gstwavpackdec.c:
5496           More build fixes for old libwavpack versions: include config.h so
5497           that WAVPACK_OLD_API is actually defined as detected; only use
5498           WavpackGetErrorMessage if it is available. This fixes the build
5499           on debian stable for me.
5500
5501 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5502
5503         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
5504         * ext/wavpack/gstwavpackparse.c:
5505           (gst_wavpack_parse_create_src_pad):
5506           Workaround the non-existance of WavpackGetChannelMask in Wavpack
5507           versions below 4.40.0.
5508
5509 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5510
5511         * configure.ac:
5512           And now do it right for real...
5513
5514 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5515
5516         * configure.ac:
5517           Correctly reset $LIBS to not contain -lm.
5518
5519 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5520
5521         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
5522
5523         * configure.ac:
5524         * ext/cairo/gsttimeoverlay.c:
5525           (gst_cairo_time_overlay_print_smpte_time):
5526           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
5527           and checking for rint() and implementing it ourself if it doesn't
5528           exist. Fixes #497293.
5529
5530 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5531
5532         * configure.ac:
5533           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5534
5535 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
5536
5537         * sys/oss/gstosshelper.c:
5538         Verify that the format returned after the ioctl is the one
5539         we requested. It is valid for the ioctl to succeed while
5540         substituting an alternate 'supported' sample format.
5541
5542 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
5543
5544         * sys/oss/gstossaudio.c: (plugin_init):
5545         * sys/oss/gstosssink.c: (gst_oss_sink_open):
5546         * sys/oss/gstosssrc.c: (gst_oss_src_open):
5547           Post decent (and translated) error message when we can't
5548           open the audio device for some reason.
5549
5550 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
5551
5552         * sys/oss/gstosssink.c:
5553         * sys/oss/gstosssrc.c:
5554         Allow the AUDIODEV environment variable to redirect us
5555         to a different default OSS device, like sunaudiosink does
5556         on Solaris (makes audio play automatically on SunRays).
5557
5558 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
5559
5560         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
5561         * gst/audiofx/audiochebyshevfreqband.c:
5562         (gst_audio_chebyshev_freq_band_transform_ip):
5563         * gst/audiofx/audiochebyshevfreqlimit.c:
5564         (gst_audio_chebyshev_freq_limit_transform_ip):
5565         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
5566         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
5567         The transform_ip() methods should do nothing if in passthrough mode.
5568         It might get non-writable buffers in that case but the buffer might
5569         as well be writable.
5570
5571         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
5572         The transform() methods won't be called in passthrough mode and
5573         otherwise the buffer is always writable so don't check here.
5574
5575 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
5576
5577         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
5578           Fix seeking in .wav files again (#501775).  Some people seem to think
5579           they don't need to test their changes when they're just 'reflowing'
5580           some code.
5581
5582 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5583
5584         * gst/autodetect/gstautovideosink.c:
5585         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
5586         (gst_auto_video_sink_init),
5587         (gst_auto_video_sink_create_element_with_pretty_name),
5588         (gst_auto_video_sink_find_best),
5589         (gst_auto_video_sink_set_property),
5590         (gst_auto_video_sink_get_property):
5591         * gst/autodetect/gstautovideosink.h:
5592         Fix docs.
5593         Use same error reporting code as autoaudiosink.
5594         Add property to filter sinks based on caps. Only select raw video sinks
5595         by default for backwards compat.
5596         API: GstAutoVideoSink::filter-caps
5597
5598 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5599
5600         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
5601
5602         * gst/autodetect/gstautoaudiosink.c:
5603         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
5604         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
5605         (gst_auto_audio_sink_set_property),
5606         (gst_auto_audio_sink_get_property):
5607         * gst/autodetect/gstautoaudiosink.h:
5608         Add property to filter sinks based on caps. Only select raw audio sinks
5609         by default for backwards compat.  Fixes #417420.
5610         API: GstAutoAudioSink::filter-caps
5611
5612 2007-11-29  Michael Smith <msmith@fluendo.com>
5613
5614         Patch by: Arek Korbik <arkadini@gmail.com>
5615
5616         * gst/videobox/gstvideobox.c: (plugin_init):
5617           Initialise liboil in plugin_init()
5618
5619 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
5620
5621         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
5622         Post error before sending EOS. Fixes #499178.
5623
5624 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
5625
5626         * win32/vs6/gst_plugins_good.dsw:
5627         * win32/vs6/libgstpng.dsp:
5628         Add a project file for libgstpng
5629
5630 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
5631
5632         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
5633         (gst_rtp_h263_depay_process):
5634         Code beautification.
5635         Added debug statements.
5636         Don't bit-shift everything, just do operations on last/first byte
5637         instead.
5638
5639 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
5640
5641         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
5642
5643         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
5644         Fix wrong comparison in overrun check. Fixes #499239 some more.
5645
5646 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
5647
5648         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
5649         (gst_rtp_h263_depay_process):
5650         * gst/rtp/gstrtph263depay.h:
5651         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
5652         stream.
5653
5654 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
5655
5656         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
5657
5658         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
5659         (gst_rtp_mp4a_depay_process):
5660         * gst/rtp/gstrtpmp4adepay.h:
5661         Fix depayloading when multiple frames are inside one RTP packet.
5662         Fixes #499239.
5663
5664 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5665
5666         * gst/level/gstlevel.c:
5667           Add GAP-flag support.
5668
5669 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
5670
5671         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
5672         Read the I flag for Mode A h263 rtp stream and set the
5673         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
5674         Fixes #499383
5675
5676 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5677
5678         * gst/level/gstlevel.c:
5679           Remove some dead code and do cleanups.
5680
5681 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5682
5683         * tests/check/pipelines/simple-launch-lines.c:
5684           Improve the tests by allowing to set a target state.
5685
5686 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
5687
5688         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
5689         Don't check the caps of the output buffer if they're equal some
5690         other caps. The caps can change in a backward compatible way
5691         and did at this point.
5692
5693 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5694
5695         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
5696         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
5697         (gst_qtdemux_seek_to_previous_keyframe),
5698         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
5699         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
5700         reverse playback support.
5701
5702 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
5703
5704         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
5705         Also set the channel layout on the Wavpack caps if we're having
5706         a mono layout. Of course only do it for "audio/x-wavpack".
5707
5708 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
5709
5710         * ext/wavpack/gstwavpackcommon.c:
5711         (gst_wavpack_get_default_channel_mask),
5712         (gst_wavpack_set_channel_layout),
5713         (gst_wavpack_get_default_channel_positions),
5714         (gst_wavpack_get_channel_mask_from_positions),
5715         (gst_wavpack_set_channel_mapping):
5716         * ext/wavpack/gstwavpackcommon.h:
5717         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
5718         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
5719         * ext/wavpack/gstwavpackdec.h:
5720         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
5721         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
5722         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
5723         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
5724         (gst_wavpack_enc_rewrite_first_block),
5725         (gst_wavpack_enc_sink_event):
5726         * ext/wavpack/gstwavpackenc.h:
5727         * ext/wavpack/gstwavpackparse.c:
5728         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
5729         (gst_wavpack_parse_scan_to_find_sample),
5730         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
5731         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
5732         * ext/wavpack/gstwavpackparse.h:
5733         Add support for encoding, parsing and decoding multichannel
5734         files with up to 8 channels. This also improves the robustness
5735         of parsing quite a bit.
5736
5737         * ext/wavpack/gstwavpackstreamreader.c:
5738         (gst_wavpack_stream_reader_read_bytes),
5739         (gst_wavpack_stream_reader_get_pos),
5740         (gst_wavpack_stream_reader_set_pos_abs),
5741         (gst_wavpack_stream_reader_set_pos_rel),
5742         (gst_wavpack_stream_reader_push_back_byte),
5743         (gst_wavpack_stream_reader_get_length),
5744         (gst_wavpack_stream_reader_can_seek),
5745         (gst_wavpack_stream_reader_write_bytes):
5746         Improve debugging.
5747
5748 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
5749
5750         * ext/libpng/gstpngdec.c:
5751         * ext/libpng/gstpngdec.h:
5752           Don't release the png-memory from within the callback.
5753
5754 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
5755
5756         Patch by: René Stadler <mail at renestadler dot de>
5757
5758         * ext/libpng/gstpngenc.c:
5759           Don't leak buffer data memory. Fixes #498395.
5760
5761 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
5762
5763         Patch by: René Stadler <mail at renestadler dot de>
5764
5765         * tests/check/pipelines/simple-launch-lines.c:
5766           Tests for #498395.
5767
5768 2007-11-20  Julien MOUTTE  <julien@moutte.net>
5769
5770         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
5771         (gst_tag_lib_mux_adjust_event_offsets):
5772         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
5773         * sys/osxaudio/Makefile.am:
5774         * sys/osxvideo/cocoawindow.h:
5775         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
5776
5777 2007-11-15  David Schleef  <ds@schleef.org>
5778
5779         * ext/cairo/gsttextoverlay.c:
5780           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
5781
5782 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
5783
5784         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
5785
5786         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
5787         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
5788         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
5789         * gst/rtp/gstrtpmp2tpay.h:
5790         Fill the MTU with as many packets as possible. Fixes #491323.
5791
5792 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
5793
5794         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
5795
5796         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5797         Fix some more leaks. Fixes #497007.
5798
5799 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
5800
5801         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
5802
5803         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
5804         (gst_rtspsrc_stream_configure_tcp):
5805         Fix 3 pad leaks. Fixes #496983.
5806
5807 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
5808
5809         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
5810
5811         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
5812         Fix small leak. Fixes #497017.
5813
5814 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
5815
5816         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
5817         (gst_qtdemux_prepare_current_sample),
5818         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
5819         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
5820         * gst/qtdemux/qtdemux_fourcc.h:
5821         * gst/qtdemux/qtdemux_types.c:
5822         Add suppport for theora in quicktime according to XiphQT.
5823
5824 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
5825
5826         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5827         (gst_v4l2src_init), (gst_v4l2src_set_property),
5828         (gst_v4l2src_get_property):
5829         * sys/v4l2/gstv4l2src.h:
5830         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
5831           Always copy buffers by default (handle safer with bugged drivers)
5832           and added a property to make it possible to use mmap effectively (no
5833           copy if possible) when application wants to. Fixes: #480557.
5834
5835 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
5836
5837         * gst/id3demux/id3tags.c:
5838         * gst/id3demux/id3tags.h:
5839         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
5840           We don't want the same string multiple times in a tag list for the
5841           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
5842           this doesn't happen and remove special-case code for GST_TAG_GENRE.
5843
5844 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
5845
5846         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
5847           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
5848           into ID3v2 TXXX frames (fixes #347848).
5849
5850 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
5851
5852         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
5853           Don't leak sdp message contents (fixes #496773).
5854
5855         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
5856           Don't leak URI string.
5857
5858 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
5859
5860         Patch by: Julien Puydt <julien dot puydt at laposte net>
5861
5862         * ext/raw1394/Makefile.am:
5863         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
5864           (gst_1394_property_probe_get_properties),
5865           (gst_1394_property_probe_probe_property),
5866           (gst_1394_property_probe_needs_probe),
5867           (gst_1394_property_probe_get_values),
5868           (gst_1394_property_probe_interface_init),
5869           (gst_1394_type_add_property_probe_interface):
5870         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
5871         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
5872           (gst_dv1394src_init), (gst_dv1394src_dispose),
5873           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
5874           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
5875           (gst_dv1394src_update_device_name):
5876         * ext/raw1394/gstdv1394src.h:
5877           Implement GstPropertyProbe interface and add "device-name" property,
5878           so applications can use this to probe for available devices in the
5879           same way they can already with v4lsrc and v4l2src (however horrible
5880           this property probe interface may be). Fixes #358841.
5881
5882 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
5883
5884         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
5885
5886         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
5887           (gst_rtspsrc_parse_range):
5888           Don't leak event, don't leak range (fixes #496752).
5889
5890 2007-11-14  Michael Smith <msmith@fluendo.com>
5891
5892         Patch by: Arek Korbik <arkadini@gmail.com>
5893
5894         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
5895           Detect RGBA/BGRA correctly on little endian systems.
5896
5897 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
5898
5899         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
5900           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
5901           corresponding ioctl() call fails even though the driver claims to
5902           support this format, just fall back to the pre-2.6.19 kernel
5903           routine that creates caps with suitable height and width ranges
5904           (see #448278).
5905
5906 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
5907
5908         Patch by: Mark Nauwelaerts <manauw skynet be>
5909
5910         * gst/matroska/matroska-demux.c:
5911           (gst_matroska_demux_push_dvd_clut_change_event),
5912           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5913           (gst_matroska_demux_subtitle_caps):
5914         * gst/matroska/matroska-ids.h:
5915           Extract palette data for dvd subpicture streams and send it
5916           downstream as custom gstreamer dvd event (fixes #453417).
5917
5918 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
5919
5920         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
5921           Implement minimal parsing of the passed pango font description
5922           string, so passing a font size works the same as with the
5923           pango textoverlay plugin; fixes #455086.
5924           (Maybe we could just use pangocairo here at some point).
5925
5926 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
5927
5928         * gst/avi/gstavidemux.c:
5929         * gst/wavparse/gstwavparse.c:
5930           Return the result in _activate_pull(). Don't ref element there.
5931
5932 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
5933
5934         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5935         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5936         (gst_wavparse_srcpad_event):
5937           Ref the element when we should, but not when we its not needed. Reflow
5938           the event_handling to not leak the event.       
5939
5940 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
5941
5942         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
5943         (qtdemux_parse_samples):
5944         Properly free QTDemuxSamples array.
5945         Protect table write with a sensible check, some files apparently DO contain
5946         stts values starting with 0 :(
5947
5948 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
5949
5950         * gst/avi/gstavidemux.c:
5951         * gst/qtdemux/qtdemux.c:
5952           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
5953           previous commit messed up.
5954
5955 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
5956
5957         * gst/avi/gstavidemux.c:
5958         * gst/qtdemux/qtdemux.c:
5959           Sync _handle_src_event() with oggdemux. In avidemux also ref the
5960           element when we should, but not when we its not needed.
5961
5962 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
5963
5964         * gst/wavparse/gstwavparse.c:
5965           Return FALSE if we can't handle a query instead of changing the
5966           format. Ignore fact when dealing with mpeg audio.
5967
5968 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5969
5970         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5971
5972         * configure.ac:
5973         * gst/udp/gstdynudpsink.c:
5974         * gst/udp/gstdynudpsink.h:
5975         * gst/udp/gstmultiudpsink.c:
5976         * gst/udp/gstmultiudpsink.h:
5977         * gst/udp/gstudpsink.c:
5978         * gst/udp/gstudpsink.h:
5979           Fix includes for MSVC and GLib-2.14.0 (#492388).
5980
5981         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5982           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
5983
5984 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
5985
5986         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
5987         (gst_mulawdec_chain):
5988         * gst/law/mulaw-decode.h:
5989         Calculate outgoing buffer duration if incoming buffer didn't have a
5990         valid duration.
5991
5992 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
5993
5994         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
5995         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
5996         Smarter combine_flow code that also deals with downstream elements
5997         returning UNEXPECTED when they receive data out of the segment
5998         boundaries. Fixes #491305.
5999
6000 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6001
6002         * sys/v4l2/v4l2src_calls.c:
6003           Fix 'unused variable' compiler warning when compiling against
6004           older kernel headers.
6005
6006 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6007
6008         * ext/taglib/gstid3v2mux.cc (add_funcs):
6009           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
6010
6011 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
6012
6013         * tests/check/pipelines/simple-launch-lines.c:
6014            Improve the tests a little more.
6015
6016 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
6017
6018         patch by: Yun Zheng Hu
6019
6020         * sys/osxaudio/gstosxaudiosrc.c:
6021         Use default input device instead of default output device and
6022         only memcpy actual available bytes.
6023
6024 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
6025
6026         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6027           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
6028           early. It is temporary until we find something better.
6029
6030 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6031
6032         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6033
6034         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
6035         Fix race when pausing a RTSP stream in interleaved.
6036         Fixes #475784.
6037
6038 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6039
6040         Patch by: Peter Kjellerstedt <pkj at axis com>
6041
6042         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
6043         Use correct unref function for buffers. #488844.
6044
6045 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
6046
6047         * gst/avi/gstavimux.c:
6048         * tests/check/elements/avimux.c:
6049           Add some debug and sync tests with the fix.     
6050
6051 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6052
6053         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
6054
6055         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6056         When the socket is used by the app for other purposes, don't generate an
6057         error if there is activaty on the socket that is not data related.
6058         Fixes #487488.
6059
6060 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6061
6062         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6063         (gst_v4l2src_grab_frame):
6064         Add some more debug info. Generate an error when we run out of buffers
6065         for some reason. See #480557.
6066
6067 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6068
6069         Patch by: Anders Skargren <anders dot skargren at axis dot com>
6070
6071         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
6072         Set marker bit correctly.
6073
6074 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
6075
6076         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6077         Use allowed name for the GstStructure.
6078
6079 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
6080
6081         * ext/gconf/gstswitchsink.c:
6082         * gst/autodetect/gstautoaudiosink.c:
6083           Use new gst_bus_pop_filtered().
6084
6085 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
6086
6087         * sys/v4l2/gstv4l2src.c:
6088         * sys/v4l2/v4l2src_calls.c:
6089           When probing the formats and sizes a camera supports, make
6090           sure the best ones (highest resolution, prefered format)
6091           end up at the beginning of the probed caps and the less
6092           desirable ones at the end.  This is important because the
6093           order within the caps matters for things like fixation and
6094           negotiation, ie. what format is chosen in the end.
6095           With recent kernels, the current probing code will end up
6096           querying the supported sizes from lowest resolution to
6097           highest resolution, adding them to the probed caps in that
6098           order, resulting to v4l2src fixating to the lowest possible
6099           resolution if downstream does not express a size preference.
6100           Also make up a somewhat random ranking of prefered output
6101           formats for the same reason. Fixes #485828.
6102         
6103 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6104
6105         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
6106
6107         * gst/id3demux/id3v2frames.c:
6108           Extract license/copyright URIs from ID3v2 WCOP frames
6109           (Fixes #447000).
6110
6111         * tests/check/elements/id3demux.c:
6112         * tests/files/Makefile.am:
6113         * tests/files/id3-447000-wcop.tag:
6114           Add simple unit test.
6115
6116 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6117
6118         * ext/taglib/gstid3v2mux.cc:
6119           Add support for license/copyright URI tags (ID3v2 WCOP frame).
6120           Prerequisite for #447000.
6121
6122 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6123
6124         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
6125         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
6126         a GstClockTime.
6127
6128 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6129
6130         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
6131         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
6132         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
6133         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
6134         (gst_rtspsrc_change_state):
6135         More seeking fixes, mostly passing around the new playback segment in
6136         order to configure it properly.
6137         Also reset base_time of udp sources when setting them back to PLAYING as
6138         a temporary hack until core supports seek in live sources properly.
6139
6140 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6141
6142         * gst/rtp/gstrtpmp4adepay.c:
6143         Fix caps as to not confuse autopluggers.
6144
6145 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6146
6147         * gst/id3demux/gstid3demux.c:
6148         * gst/id3demux/gstid3demux.h:
6149         * gst/id3demux/id3tags.c:
6150         * gst/id3demux/id3tags.h:
6151         * gst/id3demux/id3v2frames.c:
6152           Port ID3 tag demuxer over to the new GstTagDemux in -base
6153           (now would be a good time to test re-importing your music
6154           collection).
6155
6156 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6157
6158         * gst/apetag/Makefile.am:
6159         * gst/apetag/gstapedemux.c:
6160         * gst/apetag/gstapedemux.h:
6161         * gst/apetag/gsttagdemux.c:
6162         * gst/apetag/gsttagdemux.h:
6163           Port APE tag demuxer over to the new GstTagDemux in -base.
6164
6165 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
6166
6167         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
6168         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
6169         (gst_rtspsrc_handle_internal_src_query),
6170         (gst_rtspsrc_handle_src_query), (new_session_pad),
6171         (gst_rtspsrc_stream_configure_tcp),
6172         (gst_rtspsrc_stream_configure_transport),
6173         (gst_rtspsrc_loop_send_cmd):
6174         Improve flushing behaviour.
6175         Set state of the udp sources to PAUSE/PLAYING correctly.
6176         Handle events and queries for UDP and TCP transport now.
6177
6178 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6179
6180         * gst/rtp/gstrtpgsmdepay.c:
6181         * gst/rtp/gstrtpgsmpay.c:
6182           Add log category.
6183
6184 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6185
6186         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
6187
6188         * tests/check/Makefile.am:
6189         * tests/check/pipelines/simple-launch-lines.c:
6190           Add unit tests for payloaders/depayloaders.
6191
6192 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6193
6194         * gst/avi/gstavimux.c:
6195         * gst/avi/gstavimux.h:
6196           Also save codec data for audio streams. Fixes #482495.
6197
6198 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6199
6200         * gst/avi/gstavimux.c:
6201           Fix "Index entry has invalid stream nr 1".
6202           Add support for muxing aac - work in progress (see #482495).
6203
6204 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6205
6206         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
6207         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
6208         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
6209         * gst/rtsp/gstrtspsrc.h:
6210         Parse bandwidth modifiers, they are not yet configured in the session
6211         manager because we don't have an API for that yet.
6212
6213 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6214
6215         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
6216         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
6217         Use shiny new function in -base to get the default clock-rate.
6218         Update some docs.
6219
6220 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
6221
6222         * win32/MANIFEST:
6223         Add files to win32 manifest.
6224         * win32/vs6/libgstaudiofx.dsp:
6225         * win32/vs6/libgstqtdemux.dsp:
6226         * win32/vs6/libgstrtp.dsp:
6227         * win32/vs6/libgstrtsp.dsp:
6228         Update project files.
6229
6230 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
6231
6232         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
6233         (gst_rtspsrc_play):
6234         * gst/rtsp/gstrtspsrc.h:
6235         In TCP mode, only timestamp the first buffer. TCP is not real time and
6236         it does not make sense to try to skew compensate, also some servers send
6237         the first batch of data in a burst.
6238
6239 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
6240
6241         * gst/matroska/matroska-demux.c:
6242           Fix setting the discont flag on the first buffer
6243           pushed downstream for formats with private codec
6244           data that needs to be deserialised into buffers
6245           (such as vorbis and FLAC when in a matroska container).
6246
6247 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
6248
6249         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
6250
6251         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
6252         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
6253         (gst_rtp_mp4v_pay_handle_buffer):
6254         * gst/rtp/gstrtpmp4vpay.h:
6255         Free the config string. Fixes #480707.
6256         Clean up the timestamp code a little.
6257
6258 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6259
6260         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6261         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
6262         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
6263         * gst/rtsp/gstrtspsrc.h:
6264         Set timestamps on RTP buffers in interleaved mode.
6265         Mark first buffers with a DISCONT.
6266         Remove flush hack now that sync for live sources has been figured out.
6267
6268 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6269
6270         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6271         Update documentation.
6272
6273 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6274
6275         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
6276         (gst_rtp_xqt_depay_change_state):
6277         * gst/qtdemux/gstrtpxqtdepay.h:
6278         Fail if we don't know the quicktime format.
6279
6280 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
6281
6282         * ext/flac/gstflacenc.c:
6283         * ext/flac/gstflacenc.h:
6284           Save the flow return from the last gst_pad_push() and
6285           make sure we pass the right flow return value upstream
6286           in the case of failure; minor clean-ups.
6287
6288 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6289
6290         * ext/taglib/gstapev2mux.cc:
6291         * ext/taglib/gstid3v2mux.cc:
6292         * gst/apetag/gstapedemux.c:
6293           Add support for the new GST_TAG_COMPOSER (#459809).
6294
6295 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6296
6297         * gst/law/alaw-decode.c:
6298         * gst/law/alaw-decode.h:
6299         * gst/law/alaw-encode.c:
6300         * gst/law/alaw-encode.h:
6301         * gst/law/alaw.c:
6302         * gst/law/mulaw-conversion.h:
6303           Compulsive clean-ups: use boilerplate macros, add debug
6304           categories, fix up things to conform to symbol nomenklatura,
6305           etc.
6306
6307 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6308
6309         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
6310
6311         * gst/law/alaw-decode.c:
6312         * gst/law/alaw-encode.c:
6313           Use static tables for A-Law decoding and encoding; this makes
6314           A-Law decoding and encoding less CPU-intensive, but increases
6315           the binary size a bit. Leaving old code around for now,
6316           selectable by a define in the code. Fixes #435435.
6317
6318 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6319
6320         * configure.ac:
6321         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
6322         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
6323         in configure.ac.
6324
6325 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6326
6327         Patch by: Jan Gerber <j at bootlab dot org>
6328
6329         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6330         Add fourccs for MPEG2 HDV streams. Fixes #479960.
6331
6332 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
6333
6334         * sys/oss/gstosshelper.c:
6335           Use GST_WARNING instead of a g_critical. This situation is not caused
6336           by the application.
6337
6338 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6339
6340         * po/LINGUAS:
6341         * po/nl.po:
6342           Updated translations.
6343
6344 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6345
6346         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
6347
6348         * po/eu.po:
6349           Added Basque translation.
6350
6351 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6352
6353         translated by: Abel Cheung <abelcheung@gmail.com>
6354
6355         * po/zh_HK.po:
6356         * po/zh_TW.po:
6357           Added Chinese (traditional and Hong Kong) translation.
6358
6359 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6360
6361         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6362
6363         * po/pl.po:
6364           Added Polish translation.
6365
6366 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6367
6368         translated by: Ilkka Tuohela <hile@iki.fi>
6369
6370         * po/fi.po:
6371           Added Finnish translation.
6372
6373 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6374
6375         translated by: Jorge González González <aloriel@gmail.com>
6376
6377         * po/es.po:
6378           Added Spanish translation.
6379
6380 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6381
6382         translated by: Mogens Jaeger <mogens@jaeger.tf>
6383
6384         * po/da.po:
6385           Added Danish translation.
6386
6387 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6388
6389         translated by: Funda Wang <fundawang@linux.net.cn>
6390
6391         * po/zh_CN.po:
6392           Added Chinese (simplified) translation.
6393
6394 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6395
6396         translated by: Alexander Shopov <ash@contact.bg>
6397
6398         * po/bg.po:
6399           Added Bulgarian translation.
6400
6401 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6402
6403         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
6404         Set outgoing packet duration because we can. Fixes #478244 some more.
6405
6406 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6407
6408         * ext/cairo/gsttextoverlay.c:
6409           Add info about static leak.
6410         
6411         * tests/check/Makefile.am:
6412         * tests/check/generic/states.c:
6413           Improved state change unit test.
6414
6415 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6416
6417         * docs/plugins/.cvsignore:
6418         * tests/check/.cvsignore:
6419           Ignore registries in any format.
6420
6421 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6422
6423         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
6424         Removed some unused code.
6425
6426         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
6427         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
6428         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
6429         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
6430         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
6431         (gst_rtp_theora_pay_flush_packet):
6432         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
6433         Try to preserve the incomming buffer duration on the outgoing
6434         packets. Fixes #478244.
6435
6436 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
6437
6438         * ext/taglib/gstapev2mux.cc:
6439         * ext/taglib/gstid3v2mux.cc:
6440           Work around compiler warnings with g++-4.2 when assigning a
6441           string constant to a gchar * (partially fixes #478092).
6442
6443 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
6444
6445         * configure.ac:
6446           We require core CVS now for gst_base_src_set_do_timestamp().
6447
6448 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6449
6450         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
6451         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6452         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
6453         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
6454         (gst_rtspsrc_handle_message):
6455         Fix compiler warnings shown with Forte.
6456
6457 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6458
6459         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
6460         (gst_rtspsrc_dup_printf):
6461         Give meaningfull error when all streams failed to configure for some
6462         reason.
6463
6464 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6465
6466         * gst/rtp/README:
6467         Update README with the design for synchronisation rules of RTP on
6468         sender and receiver.
6469
6470 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
6471
6472         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
6473         (gst_wavparse_chain):
6474         Don't push EOS from the chain function, the element
6475         driving the pipeline is responsible for this. The bug
6476         this was meant to fix seems to be queue not forwarding
6477         EOS in all cases (see #476514).
6478
6479 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6480
6481         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
6482         (gst_level_transform_ip):
6483         * gst/level/gstlevel.h:
6484         Use basetransform segment so that it is correctly managed on flushes and
6485         start/stop.
6486         Report message timestamp as stream time, which is what an application
6487         can understand.
6488
6489 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
6490
6491         * ext/taglib/gstapev2mux.cc:
6492         * ext/taglib/gstapev2mux.h:
6493         * ext/taglib/gsttaglibmux.c:
6494         * tests/check/elements/apev2mux.c:
6495         Update my mail address.
6496
6497 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
6498
6499         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
6500         (gst_wavparse_loop), (gst_wavparse_chain):
6501         Add EOS logic for the push-based mode too. Fixes #476514.
6502
6503 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
6504
6505         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
6506         * gst/law/alaw-encode.h:
6507         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
6508         (gst_mulawenc_chain):
6509         * gst/law/mulaw-encode.h:
6510         Fix law encoder timestamps.
6511
6512 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
6513
6514         * ext/gconf/gstgconfaudiosink.c:
6515           Fix warning when building without debug.
6516
6517         * sys/oss/gstossmixertrack.c:
6518           Use const like in alsamixertrack.c (fixes warnings).
6519
6520 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6521
6522         * sys/v4l2/v4l2src_calls.c:
6523         (gst_v4l2src_probe_caps_for_format_and_size):
6524         Fix framerate detection code some more.
6525         Handle the case where there is a weird step in the stepwise framerates.
6526         Don't overwrite the min interval with the framerate, use a temp variable
6527         instead.
6528         Use max in the Continuous framerate intervals instead of step, which is
6529         1 according to the docs. Fixes #475424.
6530
6531 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6532
6533         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
6534         Make udpsrc timestamp outgoing buffers based on when they were received.
6535         Also make it output a segment in time.
6536
6537 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6538
6539         * gst/avi/gstavidemux.c:
6540           Plug a little leak. Little code cleanups.
6541
6542 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
6543
6544         * configure.ac:
6545           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
6546           flac versions, 's good for cross-compilation karma.
6547
6548 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6549
6550         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
6551
6552         * gst/rtp/gstrtph263pay.c:
6553           Fix up header structure so that compilers don't add padding
6554           between the structure fields, since that would lead to us
6555           sending RTP packets with broken headers (as is currently the
6556           case when compiling with MSVC). Also see similar fixes in
6557           libgstrtp in gst-plugins-base. (#474616; #471194)
6558
6559 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
6560
6561         * sys/v4l2/v4l2src_calls.c:
6562         (gst_v4l2src_probe_caps_for_format_and_size):
6563         Don't overwrite our GValue with 0 but instead use the previously
6564         computed value. Fixes #471823 some more.
6565
6566 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
6567
6568         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6569           No tabs in this file please, or gtk-doc will end up documenting
6570           rather absurd class hierarchies.
6571
6572 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
6573
6574         * ext/gconf/gstswitchsink.c:
6575           If the new kid element fails to change state for some reason
6576           (e.g. esdsink not being able to connect to the sound server),
6577           forward the error message it posted on the bus instead of just
6578           posting a generic 'Internal state change error: please file a
6579           bug' error message. Fixes #471364.
6580
6581 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6582
6583         * gst/qtdemux/Makefile.am:
6584         * gst/qtdemux/qtdemux.c:
6585           Don't assume tags are encoded as UTF-8 (#473670).
6586
6587 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6588
6589         * sys/v4l2/gstv4l2src.c:
6590         * sys/v4l2/gstv4l2src.h:
6591         * sys/v4l2/v4l2src_calls.c:
6592           Implement LATENCY queries in the crudest way possible so I don't
6593           have to use sync=false any longer when testing with videosinks.
6594
6595 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6596
6597         * configure.ac:
6598           Fix build.
6599
6600 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6601
6602         * sys/v4l2/v4l2src_calls.c:
6603         (gst_v4l2src_probe_caps_for_format_and_size):
6604         Add some more debugging in the framerate function.
6605         Iterate stepwise framerate up to and _including_ the max and if nothing
6606         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
6607         don't end up with an empty list. Fixes #471823
6608
6609 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6610
6611         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6612         (gst_multiudpsink_set_clients_string),
6613         (gst_multiudpsink_get_clients_string),
6614         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
6615         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
6616         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
6617         (gst_multiudpsink_clear):
6618         Add property do configure destination address/port pairs
6619         API:GstMultiUDPSink::clients
6620
6621 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6622
6623         * tests/examples/Makefile.am:
6624         * tests/examples/rtp/Makefile.am:
6625         * tests/examples/rtp/client-H263p-AMR.sh:
6626         * tests/examples/rtp/client-H263p-PCMA.sdp:
6627         * tests/examples/rtp/client-H263p-PCMA.sh:
6628         * tests/examples/rtp/client-H264-PCMA.sdp:
6629         * tests/examples/rtp/client-H264-PCMA.sh:
6630         * tests/examples/rtp/client-PCMA.sh:
6631         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
6632         * tests/examples/rtp/server-alsasrc-PCMA.sh:
6633         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
6634         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
6635         Added some RTP example scripts for sending and receiving RTP streams.
6636
6637 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6638
6639         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
6640         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
6641         Restructure the setcaps function so that we can also compute the
6642         expected GStreamer output size of the video frames.
6643         Set frame_byte_size correctly so that read-based devices have a chance
6644         of working correctly.
6645         When grabbing a frame, discard frames that are not of the expected size.
6646         Some cameras don't output the right framesize for the first buffer.
6647         Try only a couple of times to get a valid frame, else error out.
6648
6649         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
6650         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
6651         Add some more debug info when scanning the device.
6652
6653         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
6654         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
6655         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
6656         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
6657         Add some more debug info when dequeing a frame.
6658
6659 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
6660
6661         * gst/wavparse/gstwavparse.c:
6662           More code cleanups. Add some more comment and improve debugs logs.
6663
6664 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
6665
6666         * gst/wavparse/gstwavparse.c:
6667         * gst/wavparse/gstwavparse.h:
6668           Implement seek-query. Refactor duration calculations. Appropriate use
6669           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
6670           out of loops.
6671
6672 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
6673
6674         * gst/avi/gstavidemux.c:
6675           Implement seek-query.
6676
6677 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
6678
6679         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
6680         (gst_rtspsrc_dup_printf):
6681         Use new basesink async property to make sparse RTCP packet not wait for
6682         preroll.
6683
6684 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
6685
6686         * gst/audiofx/Makefile.am:
6687         Dist the right file.
6688
6689 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
6690
6691         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
6692         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
6693         Make sure we generate and parse floating point values in the POSIX
6694         locale instead of the current locale. 
6695
6696 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
6697
6698         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
6699         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
6700         (gst_rtspsrc_play):
6701         * gst/rtsp/gstrtspsrc.h:
6702         Fix method detection again.
6703         Keep track of when we must send a Range header.
6704         Use segment values for Range, Speed and Scale headers.
6705         Parse Speed and Scale headers to update the segment values.
6706
6707 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
6708
6709         patch by: Mark Nauwelaerts <manauw@skynet.be>
6710
6711         * sys/v4l2/v4l2src_calls.c:
6712           Handle optional v4l2 ioctls gracefully.
6713
6714 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
6715
6716         * gst/rtp/Makefile.am:
6717         * gst/rtp/gstrtp.c: (plugin_init):
6718         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
6719         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
6720         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
6721         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
6722         (gst_rtp_h263_depay_get_property),
6723         (gst_rtp_h263_depay_change_state),
6724         (gst_rtp_h263_depay_plugin_init):
6725         * gst/rtp/gstrtph263depay.h:
6726         Added an H263 depayloader. Fixes #369392.
6727
6728         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6729         (gst_rtp_h263p_depay_process):
6730         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
6731         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
6732         Make the H263+ pay/depayloader support H263-1998 and H263-2000
6733         payloads.
6734         Also alow plain H263 on the h263p payloaders. Fixes #465040.
6735
6736 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
6737
6738         * gst/audiofx/audiochebyshevfreqband.c:
6739         * gst/audiofx/audiochebyshevfreqlimit.c:
6740         Add small comparision with the windowed sinc filters in the docs.
6741
6742 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
6743
6744         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
6745         (audiochebyshevfreqband_suite):
6746         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
6747         (audiochebyshevfreqlimit_suite):
6748         Also test 32 bit float mode and the type 2 variants of the filters.
6749
6750 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
6751
6752         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
6753         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
6754         (gst_rtspsrc_loop):
6755         Refactor the udp and interleaved loop function a bit.
6756
6757 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
6758
6759         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
6760         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
6761         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
6762         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
6763         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
6764         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
6765         * gst/rtsp/gstrtspsrc.h:
6766         Protect connection activity with a new lock, avoids deadlocks when going
6767         to PAUSED. Fixes #455808.
6768
6769 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
6770
6771         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
6772         Fix debug statement.
6773
6774 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
6775
6776         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
6777         Fix stray %u in debug line as spotted by Saur on IRC.
6778
6779 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
6780
6781         * gst/audiofx/audiochebyshevfreqband.c:
6782         (gst_audio_chebyshev_freq_band_class_init):
6783         * gst/audiofx/audiochebyshevfreqlimit.c:
6784         (gst_audio_chebyshev_freq_limit_class_init):
6785         Use generator macros for the process functions for the different
6786         sample types, add lower upper boundaries for the GObject properties
6787         so automatically generated UIs can use sliders and add a note about
6788         the number of poles as a too high number of poles combined with
6789         very low or very high frequencies will produce only noise.
6790         * docs/plugins/gst-plugins-good-plugins.args:
6791         Regenerated for the property changes.
6792
6793 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
6794
6795         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
6796         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
6797         (gst_rtspsrc_stream_configure_udp_sink),
6798         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
6799         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
6800         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
6801         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
6802         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
6803         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
6804         * gst/rtsp/gstrtspsrc.h:
6805         Improve timeout handling.
6806         Use the same socket for sending and receiving RTCP packets so that some
6807         servers can track clients better.
6808         Improve connection closed handling. Try to reconnect.
6809         Don't overwrite our content base with NULL.
6810         Improve debugging.
6811         Improve range parsing and handling.
6812         Remove flushing hack now that core does the right thing.
6813
6814 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
6815
6816         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6817         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
6818         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
6819         (gst_multiudpsink_close), (gst_multiudpsink_add):
6820         * gst/udp/gstmultiudpsink.h:
6821         Add support for getting and setting the socket to use.
6822
6823         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
6824         (gst_udpsrc_create), (gst_udpsrc_get_property):
6825         Add support for getting the currently used socket.
6826
6827 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
6828
6829         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6830
6831         * gst/audiofx/Makefile.am:
6832         * gst/audiofx/audiochebyshevfreqband.c:
6833         (gst_audio_chebyshev_freq_band_mode_get_type),
6834         (gst_audio_chebyshev_freq_band_base_init),
6835         (gst_audio_chebyshev_freq_band_dispose),
6836         (gst_audio_chebyshev_freq_band_class_init),
6837         (gst_audio_chebyshev_freq_band_init),
6838         (generate_biquad_coefficients), (calculate_gain),
6839         (generate_coefficients),
6840         (gst_audio_chebyshev_freq_band_set_property),
6841         (gst_audio_chebyshev_freq_band_get_property),
6842         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
6843         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
6844         (gst_audio_chebyshev_freq_band_start):
6845         * gst/audiofx/audiochebyshevfreqband.h:
6846         * gst/audiofx/audiochebyshevfreqlimit.c:
6847         (gst_audio_chebyshev_freq_limit_mode_get_type),
6848         (gst_audio_chebyshev_freq_limit_base_init),
6849         (gst_audio_chebyshev_freq_limit_dispose),
6850         (gst_audio_chebyshev_freq_limit_class_init),
6851         (gst_audio_chebyshev_freq_limit_init),
6852         (generate_biquad_coefficients), (calculate_gain),
6853         (generate_coefficients),
6854         (gst_audio_chebyshev_freq_limit_set_property),
6855         (gst_audio_chebyshev_freq_limit_get_property),
6856         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
6857         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
6858         (gst_audio_chebyshev_freq_limit_start):
6859         * gst/audiofx/audiochebyshevfreqlimit.h:
6860         * gst/audiofx/audiofx.c: (plugin_init):
6861         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
6862         Fixes #464800.
6863
6864         * tests/check/Makefile.am:
6865         * tests/check/elements/.cvsignore:
6866         * tests/check/elements/audiochebyshevfreqband.c:
6867         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
6868         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
6869         * tests/check/elements/audiochebyshevfreqlimit.c:
6870         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
6871         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
6872         Add unit tests for the chebyshev filters.
6873
6874         * docs/plugins/Makefile.am:
6875         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6876         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6877         * docs/plugins/gst-plugins-good-plugins.args:
6878         * docs/plugins/inspect/plugin-1394.xml:
6879         * docs/plugins/inspect/plugin-audiofx.xml:
6880         * docs/plugins/inspect/plugin-dv.xml:
6881         * docs/plugins/inspect/plugin-flac.xml:
6882         * docs/plugins/inspect/plugin-jpeg.xml:
6883         * docs/plugins/inspect/plugin-png.xml:
6884         * docs/plugins/inspect/plugin-rtp.xml:
6885         * docs/plugins/inspect/plugin-shout2send.xml:
6886         * docs/plugins/inspect/plugin-wavpack.xml:
6887         And add docs for the chebyshev filters. While doing
6888         that also run make update in docs/plugins.
6889
6890 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
6891
6892         * ext/annodex/gstcmmltag.c:
6893         * gst/rtp/gstrtpvorbispay.c:
6894           Make ro memory to share.
6895
6896 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
6897
6898         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6899         Improve UDP performance by avoiding a select() when we have data
6900         available immediatly.
6901
6902 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
6903
6904         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
6905         (gst_rtp_dec_class_init):
6906         * gst/rtsp/gstrtpdec.h:
6907         Add (dummy) SSRC management signals.
6908
6909         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
6910         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
6911         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
6912         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
6913         (on_timeout), (gst_rtspsrc_stream_configure_manager),
6914         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
6915         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
6916         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
6917         * gst/rtsp/gstrtspsrc.h:
6918         Add connection-speed property.
6919         Add find_stream helper functions.
6920         Handle stream EOS based on BYE messages or SSRC timeout.
6921         Returns SUCCESS from the state change function as we hide our async
6922         elements from the parent.
6923
6924 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
6925
6926         * gst/debug/rndbuffersize.c:
6927           Fix da leak.
6928
6929 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
6930
6931         * gst/debug/Makefile.am:
6932         * gst/debug/breakmydata.c:
6933         * gst/debug/gstdebug.c:
6934         * gst/debug/negotiation.c:
6935         * gst/debug/progressreport.c:
6936         * gst/debug/rndbuffersize.c:
6937         * gst/debug/testplugin.c:
6938           Add new test element and clean-up the others a little.
6939
6940 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
6941
6942         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
6943         Fix parsing of mp4a version 0 atoms. Fixes #465774.
6944
6945 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
6946
6947         * gst/rtp/gstrtpilbcdepay.c:
6948           Include stdlib.
6949
6950 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
6951
6952         * gst/rtp/gstrtpmpvdepay.c:
6953         Set the mpegversion in the caps so that autoplugging does not get
6954         confused.
6955
6956 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6957
6958         * po/hu.po:
6959         * po/uk.po:
6960         * po/vi.po:
6961           Updated translations.
6962
6963 2007-08-08  Michael Smith <msmith@fluendo.com>
6964
6965         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
6966           Render right border in the correct location.
6967
6968 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
6969
6970         Patch by: Olivier Crete <tester at tester dot ca>
6971
6972         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
6973         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
6974         Make mode property a string. Fixes #464475.
6975
6976 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
6977
6978         * ext/flac/gstflacenc.c:
6979           Widen caps to match decoder a bit and add more FIXMEs.
6980
6981 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
6982
6983         patch by: Mark Nauwelaerts <manauw@skynet.be>
6984
6985         * gst/avi/gstavimux.c:
6986           Fix ODML index tag numbering. Fixes #463624.
6987
6988 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
6989
6990         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
6991         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
6992         (gst_rtspsrc_stream_configure_tcp),
6993         (gst_rtspsrc_stream_configure_udp_sink):
6994         Fix default clock-rate for realmedia.
6995         Fix parsing of transport.
6996         Don't try to link NULL pads.
6997
6998 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
6999
7000         * po/POTFILES.skip:
7001           Add POTFILES.skip with list of source files that aren't disted at the
7002           moment but contain translatable strings. Should hopefully pacify
7003           broken tools and make it clearer that these files are left out
7004           intentionally (#461600).
7005
7006 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
7007
7008         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
7009         If the buffer was entirely clipped ... don't try sending it :)
7010
7011 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7012
7013         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
7014         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
7015         (gst_rtspsrc_create_transports_string),
7016         (gst_rtspsrc_prepare_transports):
7017         If we don't hav a session manager, set the caps on outgoing buffers
7018         ourselves.
7019         Force PAUSE/PLAY methods for now until the extensions can overwrite.
7020         Append final bit of the transport string even when it does not contain a
7021         placeholder.
7022
7023 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7024
7025         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
7026         (gst_rtsp_ext_list_connect):
7027         * gst/rtsp/gstrtspext.h:
7028         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7029         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
7030         Clean up the interface list.
7031         Allow connecting to interface signals for the extensions.
7032         Remove old extension code.
7033         Free list on cleanup.
7034         Allow extensions to send additional RTSP messages.
7035
7036 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7037
7038         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
7039         Handle a NULL gconf key gracefully by rendering the default element.
7040
7041 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7042
7043         * gst/rtsp/gstrtspext.h:
7044         Fix include path for extension interface.
7045
7046 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7047
7048         * gst/audiofx/audioamplify.h:
7049         Also remove a now unecessary variable here.
7050
7051 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7052
7053         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
7054         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
7055         * gst/audiofx/audiodynamic.c:
7056         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
7057         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
7058         * gst/audiofx/audiodynamic.h:
7059         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
7060         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
7061         * gst/audiofx/audioinvert.h:
7062         Don't save format information ourselves, this is already saved in
7063         GstAudioFilter.
7064
7065 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7066
7067         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7068         (gst_rtsp_ext_list_stream_select):
7069         * gst/rtsp/gstrtspext.h:
7070         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7071         Use rank to filter out extensions.
7072         Add url to stream_select interface call.
7073
7074 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7075
7076         * gst/rtsp/Makefile.am:
7077         * gst/rtsp/base64.c:
7078         * gst/rtsp/base64.h:
7079         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7080         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
7081         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
7082         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
7083         (gst_rtsp_ext_list_setup_media),
7084         (gst_rtsp_ext_list_configure_stream),
7085         (gst_rtsp_ext_list_get_transports),
7086         (gst_rtsp_ext_list_stream_select):
7087         * gst/rtsp/gstrtspext.h:
7088         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7089         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7090         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7091         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7092         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
7093         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
7094         (gst_rtspsrc_stream_configure_tcp),
7095         (gst_rtspsrc_stream_configure_mcast),
7096         (gst_rtspsrc_stream_configure_udp),
7097         (gst_rtspsrc_stream_configure_udp_sink),
7098         (gst_rtspsrc_stream_configure_transport),
7099         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7100         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7101         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
7102         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
7103         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7104         (gst_rtspsrc_parse_methods),
7105         (gst_rtspsrc_create_transports_string),
7106         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
7107         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
7108         (gst_rtspsrc_play), (gst_rtspsrc_pause),
7109         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
7110         * gst/rtsp/gstrtspsrc.h:
7111         * gst/rtsp/rtsp.h:
7112         * gst/rtsp/rtspconnection.c:
7113         * gst/rtsp/rtspconnection.h:
7114         * gst/rtsp/rtspdefs.c:
7115         * gst/rtsp/rtspdefs.h:
7116         * gst/rtsp/rtspext.h:
7117         * gst/rtsp/rtspextwms.c:
7118         * gst/rtsp/rtspextwms.h:
7119         * gst/rtsp/rtspmessage.c:
7120         * gst/rtsp/rtspmessage.h:
7121         * gst/rtsp/rtsprange.c:
7122         * gst/rtsp/rtsprange.h:
7123         * gst/rtsp/rtsptransport.c:
7124         * gst/rtsp/rtsptransport.h:
7125         * gst/rtsp/rtspurl.c:
7126         * gst/rtsp/rtspurl.h:
7127         * gst/rtsp/sdp.h:
7128         * gst/rtsp/sdpmessage.c:
7129         * gst/rtsp/sdpmessage.h:
7130         * gst/rtsp/test.c:
7131         Use shiny new RTSP and SDP library.
7132         Implement RTSP extensions using the new interface.
7133         Remove a lot of old code.
7134
7135 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
7136
7137         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7138         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
7139
7140 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
7141
7142         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7143         Don't unref the outgoing buffer twice when dropping it because it's
7144         outside of the segment.
7145
7146 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
7147
7148         * configure.ac:
7149         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7150         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
7151         Use the new buffer clipping function from gstaudio here and
7152         require gst-plugins-base CVS.
7153         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
7154         For framed Wavpack buffers we require a valid timestamp.
7155
7156 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7157
7158         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7159         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
7160         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
7161         Clip raw audio and video when we can, keep track of current output
7162         segment.
7163         Don't leak buffers and events when there is no output pad.
7164         Improve debugging here and there.
7165
7166 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7167
7168         * configure.ac:
7169           Sync liboil check with plugins-base.
7170
7171 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7172
7173         * ext/annodex/Makefile.am:
7174           Fix CFLAGS/LIBS.
7175
7176         * ext/cdio/gstcdiocddasrc.c:
7177         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
7178           Include stdlib
7179
7180         * ext/cairo/Makefile.am:
7181         * gst/videofilter/Makefile.am:
7182         * tests/examples/level/Makefile.am:
7183           Use $(LIBM) instead of -lm
7184
7185 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7186
7187         * sys/v4l2/gstv4l2src.c:
7188           Add another example pipeline.
7189
7190 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7191
7192         Patch by: Alexander Eichner <alexeichi@yahoo.de>
7193
7194         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
7195           Use define here.
7196
7197         * sys/v4l2/gstv4l2tuner.c:
7198         (gst_v4l2_tuner_set_frequency_and_notify):
7199           Don't touch the property - its still disabled.
7200
7201         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
7202         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
7203         * sys/v4l2/v4l2src_calls.h:
7204           Improve fallback format negotionation. Fixes #451388
7205
7206 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7207
7208         * tests/check/elements/videocrop.c: (GST_START_TEST):
7209           Fix the test.
7210
7211 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7212
7213         * docs/plugins/Makefile.am:
7214         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7215         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7216         * docs/plugins/inspect/plugin-jpeg.xml:
7217         * docs/plugins/inspect/plugin-png.xml:
7218         * ext/jpeg/gstjpegdec.c:
7219         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
7220         (gst_pngdec_sink_setcaps):
7221           More docs. More logs in pngdec.
7222
7223 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
7224
7225         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
7226           Initialize num_buffers with minimum value.
7227
7228         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
7229         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
7230           Handle frame-size query failure gracefully.
7231
7232 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7233
7234         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
7235         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
7236         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
7237         of qt/aac files.
7238
7239 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
7240
7241         * ext/wavpack/gstwavpackdec.c:
7242         (gst_wavpack_dec_clip_outgoing_buffer):
7243         Fix buffer clipping to correctly clip to the segment stop.
7244
7245 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7246
7247         * configure.ac:
7248         * tests/Makefile.am:
7249         Remove bogus check for libcheck, since we check for
7250         gstreamer-check and it pulls in the required info from there,
7251         and we weren't actually _using_ the information for libcheck
7252         ourselves anyway.
7253
7254 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
7255
7256         * configure.ac:
7257           Use pkg-config to locate check.
7258
7259 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
7260
7261         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7262         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7263         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
7264         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7265         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
7266         * gst/effectv/gstaging.c: (gst_agingtv_transform):
7267         * gst/effectv/gstdice.c: (gst_dicetv_transform):
7268         * gst/effectv/gstedge.c: (gst_edgetv_transform):
7269         * gst/effectv/gstquark.c: (gst_quarktv_transform):
7270         * gst/effectv/gstrev.c: (gst_revtv_transform):
7271         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
7272         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
7273         * gst/effectv/gstwarp.c: (gst_warptv_transform):
7274         * gst/matroska/matroska-demux.c:
7275         (gst_matroska_demux_add_wvpk_header),
7276         (gst_matroska_demux_check_subtitle_buffer),
7277         (gst_matroska_decode_buffer):
7278         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
7279           Fix build against core CVS.
7280
7281 2007-07-10  Edward Hervey  <bilboed@gmail.com>
7282
7283         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
7284         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
7285         don't have enough granularity to convert that boolean into a
7286         GstFlowReturn.
7287
7288 2007-07-06  Michael Smith <msmith@fluendo.com>
7289
7290         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
7291         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
7292         (gst_alawdec_change_state):
7293         * gst/law/alaw-decode.h:
7294         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7295         (gst_mulawdec_class_init), (gst_mulawdec_init),
7296         (gst_mulawdec_chain), (gst_mulawdec_change_state):
7297         * gst/law/mulaw-decode.h:
7298           Fix capsnego bogosity in *law decoders. 
7299
7300 2007-07-06  Michael Smith <msmith@fluendo.com>
7301
7302         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
7303         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
7304         (gst_smokeenc_change_state):
7305         * ext/jpeg/gstsmokeenc.h:
7306           Remove stupidity in get/set caps functions.
7307           Fix some refcounting problems.
7308
7309 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
7310
7311         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
7312         Remove endianness-flipping hack that seems to have been required
7313         only because of a bug in ffmpegcolorspace.
7314         Partially Fixes: #451908
7315
7316 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
7317
7318         * docs/plugins/Makefile.am:
7319           Simplify --extra-dir as gtkdoc scans recursively.
7320
7321 2007-07-03  Wim Taymans  <wim@fluendo.com>
7322
7323         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7324
7325         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
7326         Set the encoding-name in the rtp caps to all uppercase, as required by
7327         the caps spec.
7328         Some small cleanups in the error paths. Fixes #453037.
7329
7330 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
7331
7332         * ext/wavpack/gstwavpackparse.c:
7333         (gst_wavpack_parse_index_get_last_entry),
7334         (gst_wavpack_parse_index_get_entry_from_sample),
7335         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
7336         (gst_wavpack_parse_scan_to_find_sample):
7337         * ext/wavpack/gstwavpackparse.h:
7338         Use a GSList for the GArray that is used like a list anyway.
7339
7340 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
7341
7342         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
7343         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
7344         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
7345           Add state change function where we set 0/1 as default framerate in
7346           case our setcaps function isn't called, like it might not in a
7347           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
7348           gdkpixbufdec trying to create caps with a 0/0 framerate.
7349           Also post an error message on the bus if gst_pad_push() fails when
7350           called from our sink event handler (+1 for flow returns for event
7351           functions in 0.11) instead of failing silently.
7352
7353 2007-06-27  Wim Taymans  <wim@fluendo.com>
7354
7355         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
7356         Cast stack args to the proper types. Fixes #451249.
7357
7358 2007-06-27  Wim Taymans  <wim@fluendo.com>
7359
7360         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7361         (new_session_pad), (gst_rtspsrc_setup_streams):
7362         * gst/rtsp/gstrtspsrc.h:
7363         For container formats we only need to activate one of the streams so
7364         that we correctly signal no-more-pads. Fixes #451015.
7365
7366 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
7367
7368         * docs/plugins/gst-plugins-good-plugins.args:
7369         * docs/plugins/inspect/plugin-aasink.xml:
7370         * docs/plugins/inspect/plugin-alaw.xml:
7371         * docs/plugins/inspect/plugin-alpha.xml:
7372         * docs/plugins/inspect/plugin-alphacolor.xml:
7373         * docs/plugins/inspect/plugin-annodex.xml:
7374         * docs/plugins/inspect/plugin-apetag.xml:
7375         * docs/plugins/inspect/plugin-audiofx.xml:
7376         * docs/plugins/inspect/plugin-auparse.xml:
7377         * docs/plugins/inspect/plugin-autodetect.xml:
7378         * docs/plugins/inspect/plugin-avi.xml:
7379         * docs/plugins/inspect/plugin-cacasink.xml:
7380         * docs/plugins/inspect/plugin-cairo.xml:
7381         * docs/plugins/inspect/plugin-cdio.xml:
7382         * docs/plugins/inspect/plugin-cutter.xml:
7383         * docs/plugins/inspect/plugin-debug.xml:
7384         * docs/plugins/inspect/plugin-efence.xml:
7385         * docs/plugins/inspect/plugin-effectv.xml:
7386         * docs/plugins/inspect/plugin-esdsink.xml:
7387         * docs/plugins/inspect/plugin-flac.xml:
7388         * docs/plugins/inspect/plugin-flxdec.xml:
7389         * docs/plugins/inspect/plugin-gconfelements.xml:
7390         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
7391         * docs/plugins/inspect/plugin-goom.xml:
7392         * docs/plugins/inspect/plugin-halelements.xml:
7393         * docs/plugins/inspect/plugin-icydemux.xml:
7394         * docs/plugins/inspect/plugin-id3demux.xml:
7395         * docs/plugins/inspect/plugin-jpeg.xml:
7396         * docs/plugins/inspect/plugin-ladspa.xml:
7397         * docs/plugins/inspect/plugin-level.xml:
7398         * docs/plugins/inspect/plugin-matroska.xml:
7399         * docs/plugins/inspect/plugin-mulaw.xml:
7400         * docs/plugins/inspect/plugin-multipart.xml:
7401         * docs/plugins/inspect/plugin-navigationtest.xml:
7402         * docs/plugins/inspect/plugin-ossaudio.xml:
7403         * docs/plugins/inspect/plugin-png.xml:
7404         * docs/plugins/inspect/plugin-quicktime.xml:
7405         * docs/plugins/inspect/plugin-rtp.xml:
7406         * docs/plugins/inspect/plugin-rtsp.xml:
7407         * docs/plugins/inspect/plugin-smpte.xml:
7408         * docs/plugins/inspect/plugin-speex.xml:
7409         * docs/plugins/inspect/plugin-taglib.xml:
7410         * docs/plugins/inspect/plugin-udp.xml:
7411         * docs/plugins/inspect/plugin-videobalance.xml:
7412         * docs/plugins/inspect/plugin-videobox.xml:
7413         * docs/plugins/inspect/plugin-videocrop.xml:
7414         * docs/plugins/inspect/plugin-videoflip.xml:
7415         * docs/plugins/inspect/plugin-videomixer.xml:
7416         * docs/plugins/inspect/plugin-wavenc.xml:
7417         * docs/plugins/inspect/plugin-wavparse.xml:
7418         * docs/plugins/inspect/plugin-ximagesrc.xml:
7419           Update docs with caps info.
7420
7421 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
7422
7423         * po/POTFILES.in:
7424           Add more files with translatable strings (#450878).
7425
7426 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
7427
7428         * MAINTAINERS:
7429         Updating all the maintainers files
7430
7431 2007-06-22  Edward Hervey  <edward@fluendo.com>
7432
7433         * ext/flac/gstflactag.c: (gst_flac_tag_init):
7434         * gst/interleave/deinterleave.c: (deinterleave_init),
7435         (deinterleave_sink_link):
7436         * gst/interleave/interleave.c: (interleave_init):
7437         * gst/median/gstmedian.c: (gst_median_init):
7438         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
7439         Fix memory leaks.
7440         * tests/check/elements/id3demux.c: (pad_added_cb):
7441         Remove unused variable.
7442
7443 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
7444
7445         * ext/gconf/gconf.h:
7446         Make the prototype of gst_gconf_get_key_for_sink_profile
7447         match the implementation.
7448         Patch by: Damien Carbery <damien dot carbery at sun dot com>
7449         Fixes: #449747
7450
7451 2007-06-20  Michael Smith <msmith@fluendo.com>
7452
7453         * gst/rtp/gstrtpdepay.c:
7454           Fix description - rtpdepay is not a payloader.
7455
7456 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
7457
7458         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
7459         (qtdemux_video_caps):
7460         * gst/qtdemux/qtdemux_fourcc.h:
7461           Add MJPG to the variants of motion jpeg.
7462
7463 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
7464
7465         * tests/check/Makefile.am:
7466         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
7467         * tests/check/elements/videocrop.c: (GST_START_TEST):
7468         * tests/check/elements/videofilter.c:
7469         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
7470         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
7471           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
7472           error flags are included and it errors out on compiler warnings
7473           for CVS builds; remove unused variables in various unit tests.
7474
7475 2007-06-19  Wim Taymans  <wim@fluendo.com>
7476
7477         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
7478         (rtsp_connection_close), (rtsp_connection_free):
7479         Use threadsafe inet_ntop to convert an ip number to a string. 
7480         Fixes #447961.
7481         Don't leak fd (and ip) when freeing a connection without first closing
7482         it.
7483
7484 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
7485
7486         * configure.ac:
7487         Back to CVS
7488
7489         * gst-plugins-good.doap:
7490         Add 0.10.6 to the doap file.
7491
7492 === release 0.10.6 ===
7493
7494 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
7495
7496         * configure.ac:
7497           releasing 0.10.6, "Wobble Board"
7498
7499 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
7500
7501         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
7502         (rtsp_connection_free):
7503           Revert previous commit again, since we are frozen (sorry).
7504
7505 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
7506
7507         Patch by: Peter Kjellerstedt <pkj at axis com>
7508
7509         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
7510         (rtsp_connection_free):
7511           inet_ntoa() uses a static buffer internally, so we need to copy the
7512           returned string if we want to store it for later (#447961).
7513
7514 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
7515
7516         * win32/vs6/autogen.dsp:
7517         * win32/vs6/gst_plugins_good.dsw:
7518         * win32/vs6/libgstalaw.dsp:
7519         * win32/vs6/libgstalpha.dsp:
7520         * win32/vs6/libgstalphacolor.dsp:
7521         * win32/vs6/libgstapetag.dsp:
7522         * win32/vs6/libgstaudiofx.dsp:
7523         * win32/vs6/libgstauparse.dsp:
7524         * win32/vs6/libgstautodetect.dsp:
7525         * win32/vs6/libgstavi.dsp:
7526         * win32/vs6/libgstcutter.dsp:
7527         * win32/vs6/libgstdirectdraw.dsp:
7528         * win32/vs6/libgstdirectsound.dsp:
7529         * win32/vs6/libgsteffectv.dsp:
7530         * win32/vs6/libgstflx.dsp:
7531         * win32/vs6/libgstgoom.dsp:
7532         * win32/vs6/libgsticydemux.dsp:
7533         * win32/vs6/libgstid3demux.dsp:
7534         * win32/vs6/libgstinterleave.dsp:
7535         * win32/vs6/libgstjpeg.dsp:
7536         * win32/vs6/libgstlevel.dsp:
7537         * win32/vs6/libgstmatroska.dsp:
7538         * win32/vs6/libgstmedian.dsp:
7539         * win32/vs6/libgstmonoscope.dsp:
7540         * win32/vs6/libgstmulaw.dsp:
7541         * win32/vs6/libgstmultipart.dsp:
7542         * win32/vs6/libgstqtdemux.dsp:
7543         * win32/vs6/libgstrtp.dsp:
7544         * win32/vs6/libgstrtsp.dsp:
7545         * win32/vs6/libgstsmpte.dsp:
7546         * win32/vs6/libgstspeex.dsp:
7547         * win32/vs6/libgstudp.dsp:
7548         * win32/vs6/libgstvideobalance.dsp:
7549         * win32/vs6/libgstvideobox.dsp:
7550         * win32/vs6/libgstvideocrop.dsp:
7551         * win32/vs6/libgstvideoflip.dsp:
7552         * win32/vs6/libgstvideomixer.dsp:
7553         * win32/vs6/libgstwaveform.dsp:
7554         * win32/vs6/libgstwavenc.dsp:
7555         * win32/vs6/libgstwavparse.dsp:
7556         Mark *.dsp & *.dsw as binary files and convert to DOS line
7557         endings, as they don't load into VS6 correctly otherwise.
7558
7559 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
7560
7561         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7562         (rtsp_connection_connect):
7563         Fix the MingW build. 
7564         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
7565         Fixes: #446981
7566
7567 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
7568
7569         * tests/check/elements/.cvsignore:
7570         * tests/icles/.cvsignore:
7571         Hush the buildbots up
7572
7573 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
7574
7575         * configure.ac:
7576         * sys/Makefile.am:
7577         * sys/directdraw/Makefile.am:
7578         * sys/directsound/Makefile.am:
7579         * sys/waveform/Makefile.am:
7580         Make sure to dist everything needed for win32 builds.
7581
7582 2007-06-14  Edward Hervey  <edward@fluendo.com>
7583
7584         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
7585         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
7586         caps.
7587         Fixes #447458
7588
7589 2007-06-13  Wim Taymans  <wim@fluendo.com>
7590
7591         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
7592         Make sure we allocate enough memory for the codec_data.
7593         Fixes #447210.
7594
7595 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
7596
7597         * win32/MANIFEST:
7598         Add videocrop project file to the win32 manifest.
7599         * win32/vs6/gst_plugins_good.dsw:
7600         Add qtdemux,videocrop and waveform projects to the workspace.
7601         * win32/vs6/libgstqtdemux.dsp:
7602         Add zlib to the link list of qtdemux.
7603         * win32/vs6/libgstvideocrop.dsp:
7604         Add a project file for videocrop.
7605
7606 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
7607
7608         * po/POTFILES.in:
7609         Add qtdemux for translation
7610
7611 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
7612
7613         * configure.ac:
7614         * docs/plugins/Makefile.am:
7615         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7616         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7617         * docs/plugins/inspect/plugin-videocrop.xml:
7618         * gst-plugins-good.spec.in:
7619         * sys/Makefile.am:
7620         * tests/check/Makefile.am:
7621         * tests/icles/Makefile.am:
7622         * tests/icles/videocrop-test.c:
7623         Move videocrop and osxvideo from -bad.
7624
7625 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
7626
7627         * configure.ac:
7628         * docs/plugins/Makefile.am:
7629         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7630         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7631         * docs/plugins/gst-plugins-good-plugins.args:
7632         * docs/plugins/inspect/plugin-qtdemux.xml:
7633         * docs/plugins/inspect/plugin-quicktime.xml:
7634         * win32/MANIFEST:
7635         Move qtdemux from -bad.
7636
7637         * gst-plugins-good.spec.in:
7638         Update spec file to reflect moving of qtdemux and wavpack
7639
7640 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
7641         
7642         * win32/MANIFEST:
7643         * docs/plugins/Makefile.am:
7644         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7645         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7646         * docs/plugins/inspect/plugin-directdraw.xml:
7647         * docs/plugins/inspect/plugin-directsound.xml:
7648         * docs/plugins/inspect/plugin-waveform.xml:
7649         Move the waveform plugin from -bad too. Update the inspect xml
7650         files to mention Plugins Good instead of Plugins Bad.
7651
7652 2007-06-12  Andy Wingo  <wingo@pobox.com>
7653
7654         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
7655         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
7656         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
7657         finalization and resuscitation. No longer public.
7658         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
7659         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
7660         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
7661         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
7662         miniobject semantics, and be threadsafe.
7663         (gst_v4l2src_queue_frame): Remove this function, as we just call
7664         the ioctls directly in the two places where we queue buffers.
7665         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
7666         directly.
7667         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
7668         to allocate the pool, which also preallocates the GstBuffers.
7669         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
7670         queueing the frames directly.
7671         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
7672         mmap buffers have been dequeued.
7673
7674         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
7675         real MiniObject instead of rolling our own refcounting and
7676         finalizing. Give it a lock.
7677         (struct _GstV4l2Buffer): Remove one intermediary object, having
7678         the buffers hold the struct v4l2_buffer directly.
7679
7680         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
7681         capture_init so that it can set them on the buffers that it will
7682         create.
7683         (gst_v4l2src_get_read): For better or for worse, include the
7684         timestamping and offsetting code here; really we should be using
7685         bufferalloc though.
7686         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
7687         preallocated, mmap'd buffers.
7688
7689 2007-06-11  Wim Taymans  <wim@fluendo.com>
7690
7691         Patch by: daniel fischer <dan at f3c dot com>
7692
7693         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
7694         (gst_ximage_src_get_caps):
7695         Actually use the display_name property so that we can dump any
7696         available X display. Fixes #445905.
7697
7698 2007-06-11  Wim Taymans  <wim@fluendo.com>
7699
7700         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7701
7702         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
7703         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
7704         Add missing rate fields to caps. Fixes #441118.
7705
7706 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
7707
7708         * win32/vs6/gst_plugins_good.dsw:
7709         * win32/vs8/gst-plugins-good.sln:
7710         Add DirectSound and DirectDraw sinks project files to
7711         workspace and solution files.
7712
7713 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
7714
7715         Patch by: Josh Coalson <xflac at yahoo dot com>,
7716         updated by Alexis Ballier <aballier at gentoo dot org>:
7717
7718         * configure.ac:
7719         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
7720         (gst_flac_dec_setup_seekable_decoder),
7721         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
7722         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
7723         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
7724         * ext/flac/gstflacdec.h:
7725         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
7726         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
7727         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
7728         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
7729         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
7730         (gst_flac_enc_chain), (gst_flac_enc_set_property),
7731         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
7732         * ext/flac/gstflacenc.h:
7733         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
7734         
7735 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
7736
7737         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
7738         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
7739         not necessary anymore as we need at least that core version. 
7740
7741 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
7742
7743         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7744         (gst_wavpack_dec_chain):
7745         * ext/wavpack/gstwavpackdec.h:
7746         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
7747         (gst_wavpack_parse_push_buffer):
7748         * ext/wavpack/gstwavpackparse.h:
7749         Improve discont handling by checking if the next Wavpack block has
7750         the expected, following block index.
7751
7752 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7753
7754         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
7755           Fix element description.
7756
7757 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7758
7759         * configure.ac:
7760         * docs/plugins/Makefile.am:
7761         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7762         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7763         * docs/plugins/gst-plugins-good-plugins.args:
7764         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7765         * docs/plugins/gst-plugins-good-plugins.signals:
7766         * docs/plugins/inspect/plugin-autodetect.xml:
7767         * docs/plugins/inspect/plugin-gconfelements.xml:
7768         * docs/plugins/inspect/plugin-ladspa.xml:
7769         * docs/plugins/inspect/plugin-rtp.xml:
7770         * docs/plugins/inspect/plugin-wavpack.xml:
7771         * ext/Makefile.am:
7772         * tests/check/Makefile.am:
7773           move wavpack plugin.  See #352605.
7774
7775 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
7776
7777         * configure.ac:
7778         * docs/plugins/Makefile.am:
7779         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7780         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7781         * docs/plugins/gst-plugins-good-plugins.args:
7782         * sys/Makefile.am:
7783         * win32/MANIFEST:
7784         Add DirectDraw & DirectSound plugins to the build and docs.
7785
7786 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
7787
7788         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
7789         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
7790           When operating in pull mode, error out correct on not-linked.
7791
7792 2007-06-06  Andy Wingo  <wingo@pobox.com>
7793
7794         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
7795         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
7796         format and size if the ioctls are defined; should fix compilation
7797         on Linux < 2.16.19.
7798
7799 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
7800
7801         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
7802           Printf fixes in debug statements; use LOG level for debug statements
7803           that are printed for each and every frame; convert c++ comments to
7804           C-style comments; not much point using g_try_malloc() if we then not
7805           even check the return value.
7806
7807 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
7808
7809         * configure.ac:
7810           Bump requirements to released versions (core and base 0.10.13).
7811
7812         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
7813           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
7814           own implementation.
7815
7816 2007-06-05  Andy Wingo  <wingo@pobox.com>
7817
7818         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
7819         some useless comments.
7820
7821         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
7822         frames before calling STREAMON, that might leave them in a state
7823         where they can't be dequeued if we go back to NULL without calling
7824         STREAMON, according to the docs.
7825         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
7826         before we call STREAMON.
7827         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
7828         failures. (For me this code hung.) The pool refcounting is still
7829         crack; added a note to that effect.
7830
7831 2007-06-05  Wim Taymans  <wim@fluendo.com>
7832
7833         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
7834         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
7835         Add support for mapping gst structure names to the MIME type equivalent.
7836         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
7837
7838 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
7839
7840         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
7841         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
7842         (gst_wavenc_chain), (gst_wavenc_change_state):
7843         * gst/wavenc/gstwavenc.h:
7844         Properly write wav files with width!=depth by having the depth most
7845         significant bytes set and all others zero. Fixes #442535.
7846
7847 2007-06-01  Wim Taymans  <wim@fluendo.com>
7848
7849         * gst/rtsp/rtspconnection.c:
7850         Add include to make buildbot happy.
7851
7852 2007-06-01  Wim Taymans  <wim@fluendo.com>
7853
7854         Patch by: Peter Kjellerstedt  <pkj at axis com>
7855
7856         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7857         (rtsp_connection_connect), (add_date_header),
7858         (rtsp_connection_send), (parse_response_status),
7859         (parse_request_line), (parse_line), (rtsp_connection_receive):
7860         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
7861         * gst/rtsp/rtspdefs.h:
7862         * gst/rtsp/rtspmessage.c: (key_value_foreach),
7863         (rtsp_message_init_request), (rtsp_message_init_response),
7864         (rtsp_message_remove_header), (rtsp_message_append_headers),
7865         (rtsp_message_dump):
7866         * gst/rtsp/rtspmessage.h:
7867         Improves version checking, allowing an RTSP server to reply with "505
7868         RTSP Version not supported.
7869         Adds a Date header to all messages.
7870         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
7871         want to be able to send a response even if something in the request was
7872         invalid. EINVAL is only used when passing wrong arguments to functions.
7873         Do not handle an invalid method in parse_request_line(). Defer this to
7874         the caller so it can respond with "405 Method Not Allowed".
7875         Improves parsing of the timeout parameter to the Session header,
7876         allowing whitespace after the semicolon. 
7877         Avoids a compiler warning due to variables shadowing a function argument.
7878
7879 2007-06-01  Wim Taymans  <wim@fluendo.com>
7880
7881         Based on Patch by: Daniel Charles <dcharles at ti dot com>
7882
7883         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
7884         (gst_rtp_amr_depay_process):
7885         * gst/rtp/gstrtpamrdepay.h:
7886         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
7887         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
7888         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
7889         * gst/rtp/gstrtpamrpay.h:
7890         Add support for AMR-WB.
7891         Small cleanups such as using BOILERPLATE.
7892
7893 2007-05-31  Wim Taymans  <wim@fluendo.com>
7894
7895         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
7896         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
7897
7898 2007-05-30  Andy Wingo  <wingo@pobox.com>
7899
7900         * sys/v4l2/gstv4l2object.h: 
7901         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
7902         unintended changes.
7903
7904         * sys/v4l2/v4l2src_calls.h: 
7905         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
7906         the format list in the order that the driver gives it to us.
7907         (gst_v4l2src_probe_caps_for_format_and_size)
7908         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
7909         based on the capabilities of the device.
7910         (gst_v4l2src_grab_frame): Update for object variable renaming.
7911         (gst_v4l2src_set_capture): Update to be strict in its parameters,
7912         as in the set_caps below.
7913         (gst_v4l2src_capture_init): Update for object variable renaming,
7914         and reflow.
7915         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
7916         (gst_v4l2src_capture_deinit): Update for object variable renaming.
7917         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
7918         (gst_v4l2src_get_fps): Remove; these functions don't have much
7919         meaning outside of an atomic set_caps method.
7920         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
7921         known.
7922
7923         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
7924         call to update_fps; not sure about this change.
7925         (gst_v4l2_tuner_set_norm): Work around the fact that for the
7926         moment we don't have an update_fps_func.
7927
7928         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
7929         structures in the object, just store what we need. Do store the
7930         probed caps of the device. Don't store the current frame rate.
7931
7932         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
7933         update_fps_function, for now. Update for new object variable
7934         naming.
7935         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
7936         new object variable naming.
7937         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
7938         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
7939         (gst_v4l2src_get_caps): Rework to probe the device for supported
7940         frame sizes and frame rates.
7941         (gst_v4l2src_set_caps): Rework to be strict in the given
7942         parameters: if someone asks us to have a certain size and rate,
7943         that is what we configure.
7944         (gst_v4l2src_get_read): Update for object variable naming. Don't
7945         leak buffers on short reads.
7946         (gst_v4l2src_get_mmap): Update for object variable naming, and add
7947         comments.
7948         (gst_v4l2src_create): Update for object variable naming.
7949
7950 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
7951
7952         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
7953         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
7954         * gst/avi/gstavidemux.h:
7955           Parse subtitle text streams instead of erroring out (#442034). Still
7956           needs a parser for the subtitles to actually show up.
7957
7958 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
7959
7960         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
7961         (gst_avi_demux_loop):
7962           Make _push_event() return TRUE if the event could be pushed on at
7963           least one pad and not only if it could be pushed on all pads,
7964           otherwise we'll end up posting an error message on EOS if one or
7965           more source pads are not connected.
7966
7967 2007-05-28  Wim Taymans  <wim@fluendo.com>
7968
7969         * gst/rtsp/rtsptransport.c:
7970         Use renamed RTP bin.
7971
7972 2007-05-28  Wim Taymans  <wim@fluendo.com>
7973
7974         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
7975
7976         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
7977         (gst_video_box_set_property), (gst_video_box_transform_caps),
7978         (video_box_recalc_transform), (gst_video_box_set_caps),
7979         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
7980         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
7981         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
7982         (gst_video_box_i420_i420), (gst_video_box_transform),
7983         (plugin_init):
7984         Add AYUV->AYUV and AYUV->I420 formats. 
7985         Fix negotiation and I420->AYUV conversion.
7986         Fixes #429329.
7987
7988 2007-05-26  Wim Taymans  <wim@fluendo.com>
7989
7990         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
7991         Use different variables for nested for loops so that the outer loop
7992         functions properly and speex files with multiple frames per buffer work
7993         properly.
7994         Fixes #441408.
7995
7996 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
7997
7998         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
7999           Don't leak newsegment events.
8000
8001 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8002
8003         * gst/wavparse/Makefile.am:
8004           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
8005           drags it in.
8006
8007 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8008
8009         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8010         (notgst_value_array_append_buffer),
8011         (gst_flac_enc_process_stream_headers),
8012         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
8013         (gst_flac_enc_change_state):
8014         * ext/flac/gstflacenc.h:
8015           Collect headers, add "streamheader" field to output caps and set
8016           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
8017           produces output according to the official FLAC-to-Ogg mapping
8018           instead of completely broken files. Fixes #426044.
8019
8020 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8021
8022         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
8023         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
8024         (gst_id3demux_sink_event):
8025         * gst/id3demux/gstid3demux.h:
8026         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
8027         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
8028         (gst_tag_demux_send_new_segment):
8029         Handle and adjust new-segment events so that downstream really
8030         sees a stream with the tag pieces stripped off the front and back.
8031         Fixes strangeness in seeking when mp3 decoders use the new-segment
8032         byte position to estimate their current playback position timestamp
8033         and then the arriving buffers don't match up.
8034
8035 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8036
8037         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
8038           Don't unnecessarily perform a READY->NULL->READY transition on the
8039           detected audio sink when starting up. Fixes: #440127
8040
8041 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8042
8043         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
8044         (gst_flac_enc_chain):
8045           Don't crash in chain function if setcaps hasn't been called.
8046
8047 2007-05-24  Wim Taymans  <wim@fluendo.com>
8048
8049         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
8050         Init value to avoid infinte loops.
8051
8052 2007-05-24  Wim Taymans  <wim@fluendo.com>
8053
8054         Patch by: Peter Kjellerstedt  <pkj at axis com>
8055
8056         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
8057         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
8058         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
8059         (gst_rtspsrc_play):
8060         (rtsp_connection_send), (rtsp_connection_receive):
8061         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
8062         Fix for new API.
8063
8064         * gst/rtsp/rtspconnection.c: (add_auth_header),
8065         Only add authorisation and session headers when sending messages.
8066
8067         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
8068         (rtsp_message_init_request), (rtsp_message_init_response),
8069         (rtsp_message_unset), (rtsp_message_add_header),
8070         (rtsp_message_remove_header), (rtsp_message_get_header),
8071         (rtsp_message_append_headers), (dump_key_value),
8072         (rtsp_message_dump):
8073         * gst/rtsp/rtspmessage.h:
8074         Add support for multiple headers of the same type by storing the parsed
8075         headers in a GArray instaed of a hashtable.
8076
8077 2007-05-21  Wim Taymans  <wim@fluendo.com>
8078
8079         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
8080         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
8081         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
8082         safer shutdown.
8083
8084 2007-05-21  Wim Taymans  <wim@fluendo.com>
8085
8086         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
8087         * gst/rtsp/gstrtpdec.h:
8088         Added signal for backwards compat.
8089
8090 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
8091         
8092         Patch by: René Stadler <mail at renestadler dot de>
8093
8094         * configure.ac:
8095         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
8096         (gst_au_parse_parse_header), (gst_au_parse_chain):
8097         * gst/auparse/gstauparse.h:
8098         Use audioconvert for converting from non-native endianness floats
8099         in auparse instead of doing it ourself. Fixes #424527.
8100         This needs the audioconvert from plugins-base CVS.
8101         
8102 2007-05-21  Wim Taymans  <wim@fluendo.com>
8103
8104         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8105         (gst_rtp_h263p_pay_flush):
8106         Fix enum registration.
8107
8108 2007-05-21  Wim Taymans  <wim@fluendo.com>
8109
8110         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
8111
8112         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8113         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
8114         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
8115         (gst_rtp_h263p_pay_flush):
8116         * gst/rtp/gstrtph263ppay.h:
8117         Add new fragmentation mode base on GOB headers. Fixes #438940.
8118
8119 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
8120
8121         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
8122           Printf format fix.
8123
8124 2007-05-18  Wim Taymans  <wim@fluendo.com>
8125
8126         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8127         Don't crash when an unsupported transport error was returned by the
8128         server, just try to configure the next stream. Fixes #439255.
8129
8130 2007-05-18  Wim Taymans  <wim@fluendo.com>
8131
8132         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8133         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8134         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
8135         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8136         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
8137         * gst/rtsp/gstrtspsrc.h:
8138         Add TCP timeout property and use it for all TCP connection.
8139
8140         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8141         (rtsp_connection_write), (rtsp_connection_next_timeout),
8142         (rtsp_connection_reset_timeout):
8143         Make connect and writes cancelable and make them use the timeout.
8144
8145 2007-05-18  Wim Taymans  <wim@fluendo.com>
8146
8147         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
8148         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8149         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8150         (gst_rtspsrc_setup_streams):
8151         Refactor timeout handling.
8152         Also send keep-alive when dealing with TCP transport.
8153
8154         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8155         (rtsp_connection_free), (rtsp_connection_next_timeout),
8156         (rtsp_connection_reset_timeout):
8157         * gst/rtsp/rtspconnection.h:
8158         Use a timer to handle the session timeouts, add some methods to deal
8159         with timeouts.
8160
8161 2007-05-17  Wim Taymans  <wim@fluendo.com>
8162
8163         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
8164         (gst_rtspsrc_setup_streams):
8165         Ignore streams that fail the setup command, we will retry with a
8166         different transport later on.
8167
8168         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
8169         (rtsp_ext_wms_configure_stream):
8170         Fix encoding name case.
8171
8172 2007-05-16  Edward Hervey  <edward@fluendo.com>
8173
8174         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
8175         Fix build on macosx.
8176
8177 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
8178
8179         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
8180         Replace direct comparison of a string with the string literal "" with
8181         a comparison of the first character with '\0'. Fixes #438926.
8182
8183 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8184
8185         * gst/debug/breakmydata.c (gst_break_my_data_init):
8186           One more try. This should be the proper fix now.
8187
8188 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8189
8190         * gst/debug/breakmydata.c:
8191           Ooops, no // comments please.
8192
8193 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8194
8195         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
8196         (gst_break_my_data_init):
8197           Fix gst_buffer_is_writable() assertion.
8198
8199 2007-05-14  David Schleef  <ds@schleef.org>
8200
8201         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
8202           video/x-raw-bayer.  Fixes #314160.
8203
8204 2007-05-14  Wim Taymans  <wim@fluendo.com>
8205
8206         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
8207         (gst_rtp_theora_depay_parse_configuration):
8208         * gst/rtp/gstrtptheorapay.c: (encode_base64),
8209         (gst_rtp_theora_pay_finish_headers),
8210         (gst_rtp_theora_pay_handle_buffer):
8211         Update theora pay/depayloader in a similar to vorbis.
8212
8213         * gst/rtp/gstrtpvorbisdepay.c:
8214         (gst_rtp_vorbis_depay_parse_configuration):
8215         Update docs.
8216
8217 2007-05-14  Wim Taymans  <wim@fluendo.com>
8218
8219         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
8220         When we try to execute a method that is not supported by the server,
8221         don't error out but remove the method from the accepted methods so that
8222         we never try to perform this method again.
8223
8224 2007-05-14  Wim Taymans  <wim@fluendo.com>
8225
8226         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
8227         Remove annoying _dump_mem.
8228
8229 2007-05-14  Wim Taymans  <wim@fluendo.com>
8230
8231         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
8232         Parse range correctly.
8233
8234         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
8235         The baseurl now always has a '/' at the start.
8236
8237 2007-05-14  Wim Taymans  <wim@fluendo.com>
8238
8239         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
8240         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
8241         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
8242         Factor out caps configuration and configure more stuff such as the time
8243         ranges and speed/scale values.
8244
8245         * gst/rtsp/rtsptransport.c:
8246         Add Copyright after non-trival fixes.
8247
8248 2007-05-12  Wim Taymans  <wim@fluendo.com>
8249
8250         Patch by: Peter Kjellerstedt  <pkj at axis com>
8251
8252         * gst/rtsp/gstrtspsrc.h:
8253         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
8254         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
8255         (rtsp_message_get_header):
8256         * gst/rtsp/rtspmessage.h:
8257         Make channel guint8 where possible.
8258         Make rtsp_message_init_data() take the channel as a guint8.
8259
8260         * gst/rtsp/rtspdefs.c:
8261         Fixed a typo: Timout -> Timeout
8262
8263         * gst/rtsp/rtspdefs.h:
8264         Make RTSP_CHECK() behave as a statement.
8265
8266         * gst/rtsp/sdpmessage.c:
8267         Avoid a compiler warning in INIT_ARRAY().
8268         Fixes #437692.
8269
8270 2007-05-12  Wim Taymans  <wim@fluendo.com>
8271
8272         Patch by: Peter Kjellerstedt  <pkj at axis com>
8273
8274         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
8275         (rtsp_url_get_request_uri):
8276         * gst/rtsp/rtspurl.h:
8277         Add support for query parameters to RTSP URLs.
8278
8279 2007-05-12  Wim Taymans  <wim@fluendo.com>
8280
8281         Patch by: Peter Kjellerstedt  <pkj at axis com>
8282
8283         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
8284         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
8285         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
8286         (rtsp_transport_parse), (rtsp_transport_as_text):
8287         * gst/rtsp/rtsptransport.h:
8288         Add validation to rtsp_transport_parse().
8289         Add rtsp_transport_as_text() to generate an RTSP header from an
8290         RTSPTransport.
8291         Change ssrc to guint (was a string) since that is what it is, even
8292         though it is sent as a hex string.
8293         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
8294         incorrect, which can be seen when looking at the examples in the RFC).
8295         Fixes #437670.
8296
8297 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
8298
8299         Patch by: Eric Anholt
8300
8301         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
8302           gst_ximage_src_ximage_get):
8303         Use union of all damage between frames to make it faster.
8304         Fixes bug #342463.
8305         Also fix crasher when cursor is at bottom right of window.
8306
8307 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
8308
8309         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
8310           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
8311           streaming mode regression for file from #343837 with 'bext' chunk
8312           before the 'fmt' chunk.
8313
8314 2007-05-11  Wim Taymans  <wim@fluendo.com>
8315
8316         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
8317         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
8318         (gst_rtspsrc_handle_src_event),
8319         (gst_rtspsrc_stream_configure_manager),
8320         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
8321         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
8322         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
8323         * gst/rtsp/gstrtspsrc.h:
8324         * gst/rtsp/rtspdefs.h:
8325         Preliminary seek support.
8326         Activate internal pads so that we can receive events on them.
8327         Don't try to parse a range string when it's NULL.
8328
8329 2007-05-11  Wim Taymans  <wim@fluendo.com>
8330
8331         * gst/rtp/README:
8332         Update README with new RTP variables that will be used for
8333         synchronisation.
8334
8335         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
8336         (gst_rtp_vorbis_depay_parse_configuration),
8337         (gst_rtp_vorbis_depay_process):
8338         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
8339         (gst_rtp_vorbis_pay_finish_headers),
8340         (gst_rtp_vorbis_pay_handle_buffer):
8341         Update vorbis pay and depayloader to draft-04.
8342
8343 2007-05-11  Wim Taymans  <wim@fluendo.com>
8344
8345         * gst/rtsp/rtsptransport.c:
8346         UDP MCAST is actually the default for RTP/AVP.
8347 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
8348
8349         * gst/level/gstlevel.c: (gst_level_transform_ip):
8350         Use guint8 * instead of gpointer then vs6 can build 
8351         in_data += (filter->width / 8).
8352
8353 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
8354
8355         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
8356           gst_ximage_src_ximage_get):
8357         * sys/ximage/gstximagesrc.h (last_ximage):
8358         When using Damage actually keep the last frame, and not assume
8359         that the buffer we get already has the last frame on it.
8360         Copy the cursor over if we specify a non-zero start x and
8361         start y.
8362
8363 2007-05-11  Wim Taymans  <wim@fluendo.com>
8364
8365         * gst/rtsp/rtsptransport.c:
8366         Make UDP the default transport when not specified.
8367
8368 2007-05-09  David Schleef  <ds@schleef.org>
8369
8370         * gst/level/gstlevel.c:
8371           Revert last change.
8372
8373 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
8374
8375         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
8376         (gst_level_transform_ip):
8377         Use guint8 * instead of gpointer then vs6 know the size of data
8378         pointed when moving the pointer.
8379         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
8380         Move instructions after variables declaration.
8381         * win32/vs6/autogen.dsp:
8382         * win32/vs6/libgstrtp.dsp:
8383         * win32/vs6/libgstrtsp.dsp:
8384         Update vs6 project files.
8385
8386 2007-05-09  Wim Taymans  <wim@fluendo.com>
8387
8388         * gst/rtsp/Makefile.am:
8389         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
8390         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
8391         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
8392         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
8393         (rtsp_range_free):
8394         * gst/rtsp/rtsprange.h:
8395         Add code to parse time ranges.
8396         Report DURATION on the stream when possible.
8397
8398 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
8399
8400         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
8401         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
8402         (gst_videomixer_collected):
8403           Fix strides calculation for AYUV (it's just width*4) (#436910).
8404
8405 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
8406
8407         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
8408         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
8409         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
8410         Sync the GObject properties before each processing step to properly
8411         work with the controller.
8412
8413 2007-05-04  Wim Taymans  <wim@fluendo.com>
8414
8415         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
8416         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8417         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
8418         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
8419         (gst_rtspsrc_change_state):
8420         Let more error state trickle down so that we can catch more error
8421         cases.
8422         Handle keep-alive a little smarter by selecting a method the server
8423         actually supports.
8424         Fix a race in UDP streaming shutdown.
8425
8426 2007-05-04  Wim Taymans  <wim@fluendo.com>
8427
8428         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
8429         Ignore errors when trying to use the keep-alive messages.
8430
8431 2007-05-04  Wim Taymans  <wim@fluendo.com>
8432
8433         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
8434         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
8435         (gst_rtspsrc_stream_configure_manager),
8436         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
8437         (gst_rtspsrc_stream_configure_mcast),
8438         (gst_rtspsrc_stream_configure_udp),
8439         (gst_rtspsrc_stream_configure_udp_sink),
8440         (gst_rtspsrc_stream_configure_transport):
8441         Send RTCP messages back to the server over the TCP connection.
8442
8443         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
8444         (rtsp_connection_send), (rtsp_connection_read), (read_body),
8445         (rtsp_connection_receive):
8446         * gst/rtsp/rtspconnection.h:
8447         Factor out and expose lowlevel _write and _read methods.
8448         Implement sending data messages to the server.
8449
8450 2007-05-03  Wim Taymans  <wim@fluendo.com>
8451
8452         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
8453         (gst_multipart_mux_collected):
8454         Fix timestamps on outgoing buffers.
8455
8456 2007-05-03  Wim Taymans  <wim@fluendo.com>
8457
8458         * gst/multipart/multipartmux.c:
8459         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
8460         (gst_multipart_mux_change_state):
8461         Emit NEWSEGMENT events before pushing the first buffer.
8462
8463 2007-05-03  Wim Taymans  <wim@fluendo.com>
8464
8465         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
8466         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
8467         (gst_rtspsrc_handle_src_query),
8468         (gst_rtspsrc_stream_configure_manager),
8469         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
8470         (gst_rtspsrc_stream_configure_mcast),
8471         (gst_rtspsrc_stream_configure_udp),
8472         (gst_rtspsrc_stream_configure_udp_sink),
8473         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
8474         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
8475         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
8476         (gst_rtspsrc_pause):
8477         Refactor transport configuration code.
8478         Create internal pads for TCP transport so that we can implement events
8479         and queries.
8480         Handle events and queries.
8481         Parse range from the SDP.
8482         Fix race in pause handler where the connection could still be flushing.
8483
8484 2007-05-02  Wim Taymans  <wim@fluendo.com>
8485
8486         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8487         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
8488         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
8489         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
8490         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
8491         (gst_rtspsrc_change_state):
8492         * gst/rtsp/gstrtspsrc.h:
8493         Fix race when multiple udp sources post timeouts, just act on the first
8494         received timeout.
8495         Protect stream list with a recursive lock to fix some races.
8496         Flush connection when we need to do a reconnect or stop.
8497         Make state lock recursive.
8498
8499         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8500         (rtsp_connection_close):
8501         Some small cleanups.
8502
8503 2007-05-02  Wim Taymans  <wim@fluendo.com>
8504
8505         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8506         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
8507         Only set DISCONT when there actually is a discont or when we just
8508         started.
8509
8510 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
8511
8512         * ext/flac/gstflac.c: (plugin_init):
8513         Call bindtextdomain() to get localized strings.
8514
8515 2007-05-02  Wim Taymans  <wim@fluendo.com>
8516
8517         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8518         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
8519         (gst_wavparse_stream_data):
8520         * gst/wavparse/gstwavparse.h:
8521         Be a bit more clever when dealing with VBR files with FACT tags, we
8522         don't want to timestamp buffers in that case but the estimated BPS can
8523         be used for seeking.
8524         Only send close segment in the streaming thread.
8525
8526 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
8527
8528         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
8529         Correctly post an error on the bus if something went wrong in the loop
8530         function. This fixes a few cases where the task was paused and nothing
8531         happened anymore.
8532
8533 2007-05-02  Wim Taymans  <wim@fluendo.com>
8534
8535         * gst/rtsp/test.c: (main):
8536         Fix compilation of deprecated test just because I'm too lazy to delete
8537         it.
8538
8539 2007-05-02  Wim Taymans  <wim@fluendo.com>
8540
8541         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8542         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
8543         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
8544         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
8545         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
8546         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
8547         * gst/rtsp/gstrtspsrc.h:
8548         Fix sending RTCP to the right place.
8549         Fix bug in reffing the wrong UDP element.
8550         Use new pad names for the session manager.
8551         Implement handling server requests in interleaved and UDP modes.
8552         Handle session keep-alive in UDP modes.
8553         Remove GCond for handling UDP timeouts.
8554
8555         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8556         (rtsp_connection_send), (rtsp_connection_read), (read_body),
8557         (rtsp_connection_receive), (rtsp_connection_close):
8558         * gst/rtsp/rtspconnection.h:
8559         Store connection IP address for later.
8560         Add timeout args to all operations that might block forever.
8561         Parse session timeout.
8562         Only close sockets when not already closed.
8563
8564         * gst/rtsp/rtspdefs.c:
8565         * gst/rtsp/rtspdefs.h:
8566         Add timeout return value and error string.
8567
8568         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
8569         Add small comment.
8570
8571 2007-05-01  Wim Taymans  <wim@fluendo.com>
8572
8573         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8574
8575         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
8576         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
8577         * gst/rtp/gstrtpmp4vpay.h:
8578         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
8579
8580 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
8581
8582         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8583           Remove v4l2src from docs, since it breaks the docs build, and the
8584           plugin is only built if --enable-experimental is used anyway.
8585
8586         * docs/plugins/Makefile.am:
8587           Spaces => tab.
8588
8589 2007-04-29  Wim Taymans  <wim@fluendo.com>
8590
8591         * gst/udp/gstmultiudpsink.c: (leave_multicast),
8592         (gst_multiudpsink_add), (gst_multiudpsink_remove):
8593         Add code to drop membership of a multicast group.
8594
8595         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
8596         (gst_udpsink_set_uri):
8597         Implement URI handler.
8598
8599         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
8600         (gst_rtspsrc_parse_rtpinfo):
8601         Use URI handler to make udpsink instace.
8602         Improve code to configure port and destination.
8603
8604 2007-04-29  Wim Taymans  <wim@fluendo.com>
8605
8606         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
8607         Fix multicast detection.
8608         Don't try to join a multicast group if the address is not multicast.
8609
8610         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
8611         Small debug improvement.
8612
8613 2007-04-27  Wim Taymans  <wim@fluendo.com>
8614
8615         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
8616         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
8617         (gst_rtspsrc_handle_message):
8618         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
8619         parent.
8620
8621 2007-04-27  Wim Taymans  <wim@fluendo.com>
8622
8623         * gst/rtp/gstrtpilbcdepay.h:
8624         Fix mode property when specified as an arg.
8625
8626 2007-04-26  Edward Hervey  <edward@fluendo.com>
8627
8628         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8629         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8630         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8631         * docs/plugins/inspect/plugin-osxaudio.xml:
8632         Add documentation for osxaudio plugin.
8633
8634 2007-04-26  Wim Taymans  <wim@fluendo.com>
8635
8636         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8637         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
8638         (gst_rtspsrc_open), (gst_rtspsrc_close),
8639         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
8640         (gst_rtspsrc_pause):
8641         * gst/rtsp/gstrtspsrc.h:
8642         Protect state changes with a lock.
8643
8644         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8645         (parse_line):
8646         * gst/rtsp/rtspconnection.h:
8647         Remove some unused stuff.
8648
8649 2007-04-26  Wim Taymans  <wim@fluendo.com>
8650
8651         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8652         Handle the case where there are exactly 0 bytes to read and the ioctl
8653         did not report an error. Fixes #433530.
8654
8655 2007-04-26  Wim Taymans  <wim@fluendo.com>
8656
8657         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8658         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
8659         * gst/wavparse/gstwavparse.h:
8660         Apply DISCONT to buffers.
8661         Only apply timestamp to the first sample after a DISCONT, too many VBR
8662         files cause random jitter in the timestamps. Fixes #433119.
8663
8664 2007-04-25  Wim Taymans  <wim@fluendo.com>
8665
8666         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
8667         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
8668         (gst_rtp_dec_get_property):
8669         * gst/rtsp/gstrtpdec.h:
8670         Add dummy latency property to be backwards compat with rtpbin.
8671
8672         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8673         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8674         (gst_rtspsrc_stream_configure_transport),
8675         (gst_rtspsrc_parse_rtpinfo):
8676         * gst/rtsp/gstrtspsrc.h:
8677         Add latency property and configure in the session manager.
8678         Don't set invalid clock-base and seqnum-base on caps, some servers
8679         sometimes don't send them.
8680
8681 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
8682
8683         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
8684         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
8685           Double-check that RGB input caps are really RGBA caps (apparently
8686           the core doesn't always catch it if those caps aren't a subset of
8687           our template caps, also see #421543). Fixes #429319 in a way.
8688           Also, don't leak the pad template in the transform_caps function.
8689
8690         * tests/check/Makefile.am:
8691         * tests/check/elements/.cvsignore:
8692         * tests/check/elements/alphacolor.c: (setup_alphacolor),
8693         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
8694         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
8695         (GST_START_TEST), (alphacolor_suite):
8696           Add some basic unit tests for alphacolor.
8697
8698 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
8699
8700         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8701           If we get a fatal flow return in the loop function, first post the
8702           error message and only then send the EOS event downstream, otherwise
8703           applications might get an eos message before the error message and
8704           think everything was ok (related to #429319).
8705
8706 2007-04-25  Wim Taymans  <wim@fluendo.com>
8707
8708         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
8709         Read the channel byte as an unsigned byte.
8710
8711 2007-04-25  Wim Taymans  <wim@fluendo.com>
8712
8713         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
8714         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
8715         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
8716         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
8717         (gst_rtp_gsm_depay_setcaps):
8718         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
8719         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
8720         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
8721         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
8722         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
8723         (gst_ilbc_depay_get_property):
8724         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
8725         * gst/rtp/gstrtpmp4adepay.c:
8726         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
8727         (gst_rtp_pcma_depay_setcaps):
8728         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
8729         (gst_rtp_pcmu_depay_setcaps):
8730         Make sure we configure the clock_rate in the baseclass in the setcaps
8731         function. Fixes #431282.
8732
8733 2007-04-25  Wim Taymans  <wim@fluendo.com>
8734
8735         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
8736         (gst_rtspsrc_stream_free), (request_pt_map),
8737         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
8738         * gst/rtsp/gstrtspsrc.h:
8739         Parse server address from SDP.
8740         Hook up a udpsink to send RTCP back to the server.
8741
8742         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8743         * gst/rtsp/rtsptransport.h:
8744         Add some docs.
8745
8746 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
8747
8748         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
8749           Make header field check conditional. Fixes #433135
8750
8751 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
8752
8753         * docs/plugins/Makefile.am:
8754         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8755         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8756         * docs/plugins/inspect/plugin-alphacolor.xml:
8757         * gst/alpha/Makefile.am:
8758         * gst/alpha/gstalphacolor.c:
8759         * gst/alpha/gstalphacolor.h:
8760           Add minimal docs blurb to alphacolor; split out headers into
8761           separate header file for gtk-doc.
8762
8763 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
8764
8765         * gst/debug/progressreport.c: (gst_progress_report_report):
8766           Don't try to post NULL message (in case we can't query upstream
8767           position or duration).
8768
8769 2007-04-18  Michael Smith  <msmith@fluendo.com>
8770
8771         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
8772         (gst_cutter_get_caps):
8773         * gst/cutter/gstcutter.h:
8774           Fix some of the most obvious bugs in cutter. Now doesn't leak
8775           everything if input is silent.
8776
8777 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
8778
8779         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
8780         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
8781         * gst/wavenc/gstwavenc.h:
8782         Wav apparently only supports width==GST_ROUND_UP(depth), everything
8783         else results in a invalid block align and invalid files.
8784
8785 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
8786
8787         Patch by: Snaik <snaik32 gmail com>
8788
8789         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
8790           Add missing break statement for BOX_HORIZONTAL case.
8791
8792 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8793
8794         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
8795
8796         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
8797         Use correct format strings for integer types.
8798
8799 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8800
8801         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
8802         (gst_wavparse_create_sourcepad):
8803         Use gst_riff_create_audio_template_caps () instead of the local caps.
8804         This makes updates of the local caps unecessary whenever libgstriff
8805         gets support for new formats.
8806
8807 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
8808
8809         Patch by: Brian Cameron  <brian.cameron at sun dot com>
8810
8811         * sys/sunaudio/gstsunaudio.c:
8812         * sys/sunaudio/gstsunaudiomixer.c:
8813         * sys/sunaudio/gstsunaudiomixer.h:
8814         * sys/sunaudio/gstsunaudiomixerctrl.c:
8815         * sys/sunaudio/gstsunaudiomixerctrl.h:
8816         * sys/sunaudio/gstsunaudiomixertrack.h:
8817         * sys/sunaudio/gstsunaudiosink.c:
8818         * sys/sunaudio/gstsunaudiosink.h:
8819         * sys/sunaudio/gstsunaudiosrc.c:
8820         * sys/sunaudio/gstsunaudiosrc.h:
8821           Fix and/or update copyright attributions (#430228).
8822
8823 2007-04-13  Wim Taymans  <wim@fluendo.com>
8824
8825         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8826         Fix docs.
8827
8828         * gst/rtsp/URLS:
8829         Add some more example urls.
8830
8831         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
8832         (gst_rtp_dec_chain_rtp):
8833         Better debugging.
8834
8835         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
8836         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
8837         (gst_rtspsrc_parse_rtpinfo):
8838         Remove unused code.
8839
8840 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
8841
8842         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
8843         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
8844         (gst_wavparse_stream_data):
8845           Relax the audio/mpeg caps again and add FIXME: comment.
8846
8847 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
8848
8849         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
8850         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
8851         (gst_wavparse_stream_data):
8852         * gst/wavparse/gstwavparse.h:
8853           More sanity check for the header fields. Fix type for 'rate' header
8854           field.
8855
8856 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
8857
8858         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
8859         (gst_icydemux_unicodify):
8860           If the metadata strings we get in the stream are not UTF-8, try to
8861           interpret them according to the character encodings specified in the
8862           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
8863           only fall back to locale/ISO-8859-1 if those aren't set or don't
8864           work. Should fix #428901.
8865
8866 2007-04-12  Wim Taymans  <wim@fluendo.com>
8867
8868         * gst/rtp/gstrtph264depay.c:
8869         Use the proper sync word for SPS and PPS.
8870
8871 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
8872
8873         * gst/rtp/Makefile.am:
8874         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
8875           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
8876         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
8877           Add a simple hashing implementation that we can use to generate
8878           a 24-bit ident value based on the codebooks for vorbis and theora.
8879         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
8880           gst_rtp_theora_pay_handle_buffer):
8881         * gst/rtp/gstrtpvorbisdepay.c
8882           (gst_rtp_vorbis_depay_parse_configuration,
8883           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
8884         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
8885           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
8886           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
8887           Use the hashing function, ensuring that the same codebooks result
8888           in the same ident and thus the same SDP description.
8889           Various log fixes/changes.
8890
8891 2007-04-12  Wim Taymans  <wim@fluendo.com>
8892
8893         Patch by: jerry tan <jerry dot tan at sun dot com>
8894
8895         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
8896         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
8897         application's responsibility to make sure it open the device once.
8898         Remove a careless error if AUDIODEV is set. Fixes #392620.
8899
8900 2007-04-12  Wim Taymans  <wim@fluendo.com>
8901
8902         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
8903         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
8904         * gst/rtsp/gstrtpdec.h:
8905         Make backward compat with rtpbin by adding the request-pt-map signals.
8906
8907         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8908         (new_session_pad), (request_pt_map),
8909         (gst_rtspsrc_stream_configure_transport),
8910         (gst_rtspsrc_stream_configure_caps),
8911         (gst_rtspsrc_activate_streams):
8912         * gst/rtsp/gstrtspsrc.h:
8913         Implement request-pt-map signals instead of setting caps on the buffers
8914         for the session manager.
8915
8916 2007-04-11  Wim Taymans  <wim@fluendo.com>
8917
8918         * gst/udp/gstudp.c: (plugin_init):
8919         Register GstNetBuffer in plugin_init so that the type can be used from
8920         multiple threads without races.
8921
8922 2007-04-10  Wim Taymans  <wim@fluendo.com>
8923
8924         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
8925         (gst_rtp_amr_depay_process):
8926         Fix depayloader clock_rate and some cleanups.
8927
8928         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
8929         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
8930         * gst/rtp/gstrtph264depay.h:
8931         Don't push codec_data in the adapter because it might get flushed when
8932         we get a discont.
8933
8934         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
8935         Handle multiple AU per packet.
8936
8937         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
8938         (gst_rtp_sv3v_depay_plugin_init):
8939         Disable rank, this one does not work.
8940         Remove timestamping, base class does that.
8941
8942 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
8943
8944         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
8945           limit caps to the formats we announce in the template
8946
8947         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
8948         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
8949         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
8950           fix some crashers/asserts when dealing with broken files
8951
8952 2007-04-10  Wim Taymans  <wim@fluendo.com>
8953
8954         Patch by: Peter Kjellerstedt  <pkj at axis com>
8955
8956         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
8957         * gst/rtp/gstrtpL16depay.c:
8958         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
8959         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
8960         (gst_rtp_speex_depay_setcaps):
8961         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8962         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
8963         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
8964         Fix some compiler warnings. Fixes #428182.
8965
8966 2007-04-06  Wim Taymans  <wim@fluendo.com>
8967
8968         * gst/rtsp/Makefile.am:
8969         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
8970         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
8971         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
8972         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
8973         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
8974         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
8975         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
8976         (create_rtcp), (gst_rtp_dec_request_new_pad),
8977         (gst_rtp_dec_release_pad):
8978         * gst/rtsp/gstrtpdec.h:
8979         * gst/rtsp/gstrtsp.c: (plugin_init):
8980         Morph RTPDec into something compatible with RTPBin as a fallback.
8981         Various other style fixes.
8982
8983         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
8984         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
8985         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
8986         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
8987         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
8988         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
8989         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8990         * gst/rtsp/gstrtspsrc.h:
8991         Implement RTPBin session manager handling.
8992         Don't try to add empty properties to caps.
8993         Implement fallback session manager, handling.
8994         Don't combine errors from RTCP streams, just ignore them.
8995
8996         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
8997         * gst/rtsp/rtsptransport.h:
8998         Implement fallback session manager.
8999         Make RTPBin the default one when available.
9000
9001 2007-04-05  Wim Taymans  <wim@fluendo.com>
9002
9003         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9004         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
9005         This element is ready to be autoplugged.
9006
9007 2007-04-05  Julien MOUTTE  <julien@moutte.net>
9008
9009         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
9010         Don't leave the offsets defined by upstream element on the
9011         compressed data buffer we are pushing downstream. Make them
9012         GST_BUFFER_OFFSET_NONE.
9013
9014 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
9015
9016         * gst/avi/README:
9017         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
9018         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
9019         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
9020         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
9021         (gst_avi_demux_calculate_durations_from_index),
9022         (gst_avi_demux_stream_header_push),
9023         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
9024         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
9025           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
9026
9027 2007-04-03  Wim Taymans  <wim@fluendo.com>
9028
9029         * gst/smpte/barboxwipes.c:
9030         Fix error as spotted by Snaik <snaik32 at gmail dot com>
9031
9032 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9033
9034         * gst/wavparse/gstwavparse.c:
9035         Support audio/x-raw-float in wav files. This only works with
9036         plugins-base CVS, using an older version doesn't have any
9037         disadvantages though.
9038
9039 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9040
9041         * configure.ac:
9042         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9043         (gst_au_parse_parse_header), (gst_au_parse_chain):
9044         * gst/auparse/gstauparse.h:
9045         Revert last change as we don't want plugins-good to depend on
9046         plugins-base CVS now.
9047
9048 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9049
9050         * configure.ac:
9051         Require gst-plugins-base CVS for audioconvert with non-native
9052         float support and width/depth fix in libgstriff.
9053
9054         Patch by: René Stadler <mail at renestadler dot de>
9055
9056         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9057         (gst_au_parse_parse_header), (gst_au_parse_chain):
9058         * gst/auparse/gstauparse.h:
9059         Don't swap the floats ourself if they're not in native endianness.
9060         Instead let audioconvert handle this. Fixes #339838.
9061
9062 2007-03-29  Wim Taymans  <wim@fluendo.com>
9063
9064         * gst/rtp/gstasteriskh263.h:
9065         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
9066         (gst_rtp_h263p_depay_change_state):
9067         * gst/rtp/gstrtph263pdepay.h:
9068         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9069         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
9070         (gst_rtp_h264_depay_change_state):
9071         * gst/rtp/gstrtph264depay.h:
9072         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9073         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
9074         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9075         Flush adapter on disconts.
9076
9077 2007-03-29  Wim Taymans  <wim@fluendo.com>
9078
9079         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
9080         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
9081         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
9082         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
9083         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9084         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
9085         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
9086         (gst_rtp_mp4v_depay_process):
9087         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
9088         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
9089         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
9090         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
9091         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
9092         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
9093         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
9094         Use more efficient adapter and rtpbuffer methods when possible.
9095
9096 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9097
9098         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9099         (gst_wavenc_sink_setcaps):
9100         Correctly handle width!=depth input.
9101         * gst/wavparse/gstwavparse.c:
9102         Already export in the caps that width==8 uses unsigned samples and
9103         everything else uses signed samples.
9104
9105 2007-03-29  Wim Taymans  <wim@fluendo.com>
9106
9107         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9108
9109         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
9110         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
9111         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
9112         (gst_dynudpsink_close):
9113         * gst/udp/gstdynudpsink.h:
9114         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9115         (gst_udpsrc_create), (gst_udpsrc_set_property),
9116         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
9117         * gst/udp/gstudpsrc.h:
9118         Rework the socket allocation a bit based on the sockfd argument so that
9119         it becomes usable.
9120         Add a closefd property to instruct the udp elements to close the custom
9121         file descriptors when going to READY. Fixes #423304.
9122         API:GstUDPSrc::closefd property
9123         API:GstDynUDPSink::closefd property
9124
9125 2007-03-29  Wim Taymans  <wim@fluendo.com>
9126
9127         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9128
9129         * gst/rtp/Makefile.am:
9130         * gst/rtp/gstrtp.c: (plugin_init):
9131         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
9132         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
9133         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
9134         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
9135         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
9136         (gst_rtp_h264_pay_plugin_init):
9137         * gst/rtp/gstrtph264pay.h:
9138         Added H264 payloader. Fixes #423782.
9139
9140         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9141         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
9142         Small fixes.
9143
9144 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9145
9146         * gst/wavparse/gstwavparse.c:
9147         Actually support depths from 1 to 32, not only 8 to 32.
9148
9149 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9150
9151         * gst/wavparse/gstwavparse.c:
9152         Add support for wav files containing audio/x-raw-int with random
9153         depths between 1 and 32 bits.
9154
9155 2007-03-28  Wim Taymans  <wim@fluendo.com>
9156
9157         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
9158
9159         * gst/rtp/Makefile.am:
9160         * gst/rtp/gstrtp.c: (plugin_init):
9161         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
9162         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
9163         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
9164         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
9165         (gst_rtp_mp4a_depay_get_property),
9166         (gst_rtp_mp4a_depay_change_state),
9167         (gst_rtp_mp4a_depay_plugin_init):
9168         * gst/rtp/gstrtpmp4adepay.h:
9169         Added MP4A-LATM depayloader. Fixes #417792.
9170
9171         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
9172         (gst_rtp_mp4v_depay_process):
9173         Fixup depayloader, setting codec_data, using more efficient adaptor and
9174         rtpbuffer handling.
9175
9176         * gst/rtsp/URLS:
9177         Add url to test above.
9178
9179 2007-03-25  Wim Taymans  <wim@fluendo.com>
9180
9181         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
9182         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
9183         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
9184         (gst_rtspsrc_media_to_caps),
9185         (gst_rtspsrc_stream_configure_transport),
9186         (gst_rtspsrc_stream_configure_caps),
9187         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
9188         * gst/rtsp/gstrtspsrc.h:
9189         Handle default clock-rates for static payload types, rearrange stuff so
9190         that the rtpmap field in the sdp can override the defaults.
9191         Parse RTP-Info field to get the seqnum and timebase fields that should
9192         go in the caps.
9193         Delay configuring caps after we got the RTP-Info from the PLAY reply from
9194         the server. 
9195
9196 2007-03-22  Wim Taymans  <wim@fluendo.com>
9197
9198         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
9199
9200         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
9201         Accept complex pipeline descriptions as an audio profile instead of just
9202         a single element. Fixes #420658.
9203
9204 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9205
9206         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
9207           Rename registered type in preparation of GstTagDemux moving to
9208           -base at some point in the future.
9209
9210 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
9211
9212         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9213           Streaming mode fixes: don't unref buffer we don't own any longer;
9214           remove bogus adapter flush. Fixes #419338.
9215
9216 2007-03-17  David Schleef  <ds@schleef.org>
9217
9218         * REQUIREMENTS: Change the format to key/value, add a bunch of
9219           information, remove a bunch of requirements that are for
9220           other GStreamer packages.
9221
9222 2007-03-17  David Schleef  <ds@schleef.org>
9223
9224         * REQUIREMENTS: Fix a few things.  This file really needs a
9225         good once-over.
9226
9227 2007-03-15  Edward Hervey  <edward@fluendo.com>
9228
9229         * sys/Makefile.am:
9230         Don't forget to distribute the sys/osxaudio/ directory.
9231
9232 2007-03-15  Edward Hervey  <edward@fluendo.com>
9233
9234         * configure.ac:
9235         * sys/Makefile.am:
9236         * sys/osxaudio/Makefile.am:
9237         * sys/osxaudio/gstosxaudio.c:
9238         * sys/osxaudio/gstosxaudiosink.c:
9239         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
9240         (gst_osx_audio_sink_getcaps),
9241         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
9242         * sys/osxaudio/gstosxaudiosrc.c:
9243         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
9244         (gst_osx_audio_src_create_ringbuffer):
9245         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
9246         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
9247         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
9248         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
9249         * sys/osxaudio/gstosxringbuffer.h:
9250         Activate osxaudio in gst-plugins-good with proper build setup.
9251         Add inlined documentation.
9252         Fix debug statements
9253         Fix ringbuffer when pausing.
9254         Fixes #323471
9255
9256 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9257         * gst/rtp/gstrtppcmapay.c:
9258         * gst/rtp/gstrtppcmapay.h:
9259         * gst/rtp/gstrtppcmupay.c:
9260         * gst/rtp/gstrtppcmupay.h:
9261         Ported mulaw and alaw payloaders to use new base class
9262
9263 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9264
9265         * po/af.po:
9266         * po/az.po:
9267         * po/cs.po:
9268         * po/en_GB.po:
9269         * po/it.po:
9270         * po/nl.po:
9271         * po/or.po:
9272         * po/sq.po:
9273         * po/sr.po:
9274         * po/sv.po:
9275         * po/uk.po:
9276         * po/vi.po:
9277           Update translations.
9278
9279 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9280
9281         * configure.ac:
9282           Fix string replace error (AG_AG_GST_* => AG_GST_*).
9283
9284 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9285
9286         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
9287           Fix handling of -1 values for start and stop values when seeking,
9288           and SEEK_CUR+SEEK_END here as well.
9289
9290 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
9291
9292         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
9293           Fix handling of -1 values for start and stop values when seeking, 
9294           and SEEK_CUR+SEEK_END.
9295
9296 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9297
9298         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9299           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
9300           the image format a variable-length NUL-terminated string; in
9301           versions before that the image format is a fixed-length string of
9302           3 characters (see #348644 for a sample tag).
9303           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
9304
9305 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9306
9307         * win32/MANIFEST:
9308         Add new project files to MANIFEST.
9309         * win32/vs6/libgstaudiofx.dsp:
9310         * win32/vs6/libgstrtp.dsp:
9311         * win32/vs6/libgstrtsp.dsp:
9312         Update project files.
9313         
9314 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9315
9316         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
9317         (gst_avi_demux_parse_index):
9318         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
9319         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
9320           Printf format fixes; also add some missing quotes in translated
9321           strings. Fixes #416728 and #416727.
9322
9323 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
9324
9325         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
9326           Tim and I can't think of any reason the child audio sink needs to 
9327           be set back to NULL after successfully determining that it can 
9328           reach READY - it gets immediately set back to READY by the caller
9329           anyway, causing an unnecessary close/open of any audio devices
9330           involved.
9331
9332 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9333
9334         * po/LINGUAS:
9335         * po/ja.po:
9336           Add ja.po file from #377306.
9337
9338 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9339
9340         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9341         * sys/sunaudio/gstsunaudiomixertrack.c:
9342         (gst_sunaudiomixer_track_new):
9343           Actually translate sunaudio mixer track labels instead of just
9344           marking the strings as translatable (#377306); clean up weird
9345           label string mapping code that serves no apparent purpose. Also
9346           set the 'untranslated-label' property when creating mixer tracks
9347           if the GstMixerTrack base class supports this.
9348
9349         * tests/check/Makefile.am:
9350         * tests/check/elements/.cvsignore:
9351         * tests/check/elements/sunaudio.c: (GST_START_TEST),
9352         (sunaudio_suite):
9353           Very minimalistic unit test for sunaudiomixer element (compiles, but not
9354           actually tested on a system where sunaudiomixer is available).
9355
9356 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
9357
9358         * tests/check/Makefile.am:
9359         Re-enable the states test and see if it works on the buildbots.
9360
9361 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
9362
9363         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
9364         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
9365         (gst_dvdec_change_state):
9366         * ext/dv/gstdvdec.h:
9367         Infer pixel-aspect-ratio from the video frame format if it isn't
9368         provided by the container, as happens when playing DV from AVI
9369         or Quicktime containers.
9370
9371         Patch by: Wim Taymans <wim@fluendo.com>
9372         Fixes #380944
9373
9374 2007-03-09  Wim Taymans  <wim@fluendo.com>
9375
9376         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
9377         When activated, remove the udpsrc timeout, we have dataflow and timeouts
9378         will later be handled by the jitterbuffer.
9379
9380 2007-03-09  Wim Taymans  <wim@fluendo.com>
9381
9382         * ext/taglib/gstid3v2mux.cc:
9383         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9384         Fixes #414496.
9385         
9386         Patch by: Alex Lancaster <alexl at users sourceforge net>
9387
9388 2007-03-09  Wim Taymans  <wim@fluendo.com>
9389
9390         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9391         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
9392         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
9393         (gst_avi_demux_chain):
9394         Fix stream position reporting after a seek. Fixes #416445.
9395
9396 2007-03-08  Wim Taymans  <wim@fluendo.com>
9397
9398         Patch by: René Stadler <mail at renestadler dot de>
9399
9400         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9401         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
9402         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
9403         Make avidemux accept optional header chunks in any order.
9404         Fixes #415446.
9405
9406 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9407
9408         * tests/check/Makefile.am:
9409         Disable the states check until the remaining Valgrind errors
9410         are fixed or suppressed.
9411
9412 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
9413
9414         * tests/check/elements/.cvsignore:
9415           Add audiodynamic check to .cvsignore
9416
9417 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
9418
9419         reviewed by: Stefan Kost  <ensonic@users.sf.net>
9420
9421         * gst/audiofx/Makefile.am:
9422         * gst/audiofx/audiodynamic.c:
9423         (gst_audio_dynamic_characteristics_get_type),
9424         (gst_audio_dynamic_mode_get_type),
9425         (gst_audio_dynamic_set_process_function),
9426         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
9427         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
9428         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
9429         (gst_audio_dynamic_transform_hard_knee_compressor_int),
9430         (gst_audio_dynamic_transform_hard_knee_compressor_float),
9431         (gst_audio_dynamic_transform_soft_knee_compressor_int),
9432         (gst_audio_dynamic_transform_soft_knee_compressor_float),
9433         (gst_audio_dynamic_transform_hard_knee_expander_int),
9434         (gst_audio_dynamic_transform_hard_knee_expander_float),
9435         (gst_audio_dynamic_transform_soft_knee_expander_int),
9436         (gst_audio_dynamic_transform_soft_knee_expander_float),
9437         (gst_audio_dynamic_transform_ip):
9438         * gst/audiofx/audiodynamic.h:
9439         * gst/audiofx/audiofx.c: (plugin_init):
9440         Add new audiodynamic element which can act as a compressor or
9441         expander. Supported are hard-knee and soft-knee operation modes with
9442         user-specified ratio and threshold.
9443         Attack and release parameters are not yet implemented but will follow.
9444         * docs/plugins/Makefile.am:
9445         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9446         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9447         * docs/plugins/gst-plugins-good-plugins.args:
9448         * docs/plugins/inspect/plugin-audiofx.xml:
9449         Integrate audiodynamic into the docs.
9450         * tests/check/Makefile.am:
9451         * tests/check/elements/audiodynamic.c: (setup_dynamic),
9452         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
9453         Add unit test for audiodynamic.
9454
9455 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9456
9457         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
9458         Free handles that we allocated when exiting via the error paths.
9459
9460 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
9461
9462         * gst/level/gstlevel.c: (gst_level_class_init),
9463         (gst_level_set_caps), (gst_level_start), (gst_level_event),
9464         (gst_level_transform_ip):
9465         * gst/level/gstlevel.h:
9466           Resolve message timestamps against the playback segment.
9467
9468 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9469
9470         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
9471         (gst_id3demux_sink_activate):
9472           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
9473           caps passed to it (previously one code path assumed it took ownership
9474           while another one assumed it didn't, while in fact it sometimes did and
9475           sometimes didn't ...).
9476
9477         * configure.ac:
9478         * tests/files/Makefile.am:
9479         * tests/files/id3-407349-1.tag:
9480         * tests/files/id3-407349-2.tag:
9481           Add directory where data for unit tests can be stored.
9482
9483         * tests/Makefile.am:
9484         * tests/check/Makefile.am:
9485         * tests/check/elements/.cvsignore:
9486         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
9487         (read_tags_from_file), (run_check_for_file),
9488         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
9489           Add unit test for id3demux, and in particular for bug #407349. Only
9490           testing pull-mode for now; push mode doesn't work yet because the test
9491           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
9492
9493 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9494
9495         * tests/check/Makefile.am:
9496           Add missing backslash at end of line.
9497
9498 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9499
9500         Trigger rebuild.
9501
9502 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9503
9504         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9505         * gst/id3demux/id3tags.h:
9506         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9507         (parse_obsolete_tdat_frame):
9508           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
9509           the four-digit number will be interpreted as a year, whereas it is
9510           month and day in DDMM format. Instead, parse TDAT frames and fix up
9511           the date in the GST_TAG_DATE tag later if we also extracted a year.
9512           Fixes #407349.
9513
9514 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9515
9516         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
9517         (gst_switch_commit_new_kid):
9518         Fix up the dispose logic so it doesn't leak, and fix setting of 
9519         the child state so that we don't set a child to our current state 
9520         just as we are changing it to something else.
9521
9522 2007-03-06  Wim Taymans  <wim@fluendo.com>
9523
9524         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
9525         (gst_goom_chain):
9526         * gst/goom/gstgoom.h:
9527         Document, fix and improve goom adapter behaviour.
9528         Fixes #407006.
9529
9530 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9531
9532         * ext/esd/esdsink.c: (gst_esdsink_open):
9533         Unref static pad template after using it.
9534
9535 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9536
9537         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
9538         (gst_switch_commit_new_kid):
9539         Fix up the reference counting of the child elements.
9540
9541 2007-03-05  Wim Taymans  <wim@fluendo.com>
9542
9543         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
9544         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
9545         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
9546         Fix encoding-name case.
9547
9548 2007-03-05  Wim Taymans  <wim@fluendo.com>
9549
9550         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
9551         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
9552         (gst_rtp_speex_depay_process):
9553         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
9554         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
9555         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
9556         (gst_rtp_speex_pay_change_state):
9557         * gst/rtp/gstrtpspeexpay.h:
9558         Fix speex (de)payloader. Fixes #358040.
9559
9560 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9561
9562         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
9563         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
9564         Install fakesink in NULL by fixing some broken logic. This obviates
9565         the need to manually set _IS_SINK.
9566         Add some comments and remove a little cruft while I'm at it.
9567
9568 2007-03-05  Wim Taymans  <wim@fluendo.com>
9569
9570         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
9571         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
9572
9573 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
9574
9575         * po/POTFILES.in:
9576           Update.
9577
9578 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9579
9580         * tests/check/Makefile.am:
9581         Gah! Also disable gconfvideosink from the tests, otherwise
9582         it will instantiate autovideosink, and dfbvideosink and
9583         leak on the buildbots.
9584
9585 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9586
9587         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
9588         (gst_cdio_cdda_src_finalize):
9589         Make sure we always destroy our libcdio handle.
9590
9591 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9592
9593         * tests/check/Makefile.am:
9594         Disable autovideosink so the buildbots don't barf over memory
9595         leaked in the directfb sink.
9596
9597 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9598
9599         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
9600         Chain up in dispose
9601
9602 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9603
9604         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
9605         (gst_multipart_find_pad_by_mime):
9606         Use gst_pad_new_from_static_template instead of
9607         static_pad_template_get+pad_new.
9608
9609 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9610
9611         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
9612         Catch the case where no clock has been set.
9613
9614 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9615
9616         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
9617         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
9618         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
9619         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
9620         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
9621         (gst_gconf_audio_src_finalize), (do_toggle_element):
9622         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
9623         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
9624         (do_toggle_element):
9625         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
9626         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
9627         (gst_gconf_video_src_finalize), (do_toggle_element):
9628         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
9629         (gst_switch_sink_reset), (gst_switch_sink_set_child):
9630         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
9631         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
9632         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
9633         (gst_shout2send_init), (gst_shout2send_finalize):
9634         * gst/debug/testplugin.c: (gst_test_class_init),
9635         (gst_test_finalize):
9636         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
9637         (gst_flxdec_dispose):
9638         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
9639         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
9640         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9641         (gst_rtspsrc_finalize):
9642         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
9643         * gst/rtsp/rtspextwms.h:
9644         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
9645         (gst_smpte_finalize):
9646         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
9647         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
9648         (gst_udpsink_finalize):
9649         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
9650         (gst_wavparse_sink_activate):
9651         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
9652         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
9653         (gst_oss_src_finalize):
9654         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
9655         * sys/v4l2/gstv4l2object.h:
9656         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
9657         (gst_v4l2src_finalize):
9658         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9659
9660         Fix a bunch of leaks shown by the newly-added states test.
9661
9662 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9663
9664         * ext/dv/gstdvdec.c: (gst_dvdec_init):
9665         Use gst_pad_new_from_static_template instead of 
9666         static_pad_template_get+pad_new.
9667
9668 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
9669
9670         Patch by: Loïc Minier <lool+gnome at via ecp fr>
9671
9672         * ext/libcaca/Makefile.am:
9673         * gst/debug/Makefile.am:
9674           Don't mix tabs and spaces (#414168).
9675
9676 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
9677
9678         * tests/check/generic/.cvsignore:
9679           Ignore files to please buildbot.
9680
9681 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
9682
9683         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
9684         (gst_wavparse_stream_data):
9685           Unbreak my previous commit (swapped nominator & denominator). Tim,
9686           thanks for spotting.
9687
9688 2007-03-02  Wim Taymans  <wim@fluendo.com>
9689
9690         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
9691         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
9692         (gst_cdio_cdda_src_finalize):
9693         Small code cleanups.
9694         Don't use pad_alloc as the base class cannot deal with the error codes.
9695
9696 2007-03-02  Wim Taymans  <wim@fluendo.com>
9697
9698         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9699         (gst_udpsrc_create):
9700         Fix doc.
9701
9702 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
9703
9704         Patch by: René Stadler <mail@renestadler.de>
9705
9706         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9707         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9708         (gst_wavparse_stream_data):
9709           Handle rounding better to not drop last sample frame. Fixes #356692
9710
9711 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
9712
9713         * tests/check/Makefile.am:
9714         Disable cacasink from the states check too - it also calls exit(1)
9715         on us when it can't find a terminal to talk to.
9716
9717 2007-03-02  Wim Taymans  <wim@fluendo.com>
9718
9719         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
9720
9721         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9722         (gst_udpsrc_create), (gst_udpsrc_set_property),
9723         (gst_udpsrc_get_property):
9724         * gst/udp/gstudpsrc.h:
9725         Add support to strip proprietary headers. Fixes #350296.
9726
9727 2007-03-02  Wim Taymans  <wim@fluendo.com>
9728
9729         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
9730         Fix compilation.
9731
9732 2007-03-02  Wim Taymans  <wim@fluendo.com>
9733
9734         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
9735
9736         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
9737         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
9738         (gst_rtp_mp2t_depay_set_property),
9739         (gst_rtp_mp2t_depay_get_property):
9740         * gst/rtp/gstrtpmp2tdepay.h:
9741         Add support to strip off proprietary headers. Fixes #350278.
9742
9743 2007-03-02  Wim Taymans  <wim@fluendo.com>
9744
9745         * ext/hal/hal.c:
9746         Fix compilation.
9747
9748 2007-03-02  Wim Taymans  <wim@fluendo.com>
9749
9750         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
9751         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
9752         (gst_sunaudiosrc_open):
9753         * sys/sunaudio/gstsunaudiosrc.h:
9754         Remove device-name from GstSunAudioSrc. Fixes #412597.
9755
9756 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
9757
9758         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
9759         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
9760         Having NULL as UDI previously selected the default sink/src. Change
9761         this back but mention it in the debug output.
9762         * ext/hal/hal.c: (gst_hal_get_alsa_element),
9763         (gst_hal_get_oss_element), (gst_hal_get_string),
9764         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
9765         (gst_hal_get_audio_src):
9766         * ext/hal/hal.h:
9767         Refactor a bit, check all error conditions, greatly improve debugging
9768         and fix some possible memory leaks. Also implement OSS support
9769         and allow specifying an UDI that points to a real device. For this the
9770         child device which supports ALSA (preferred) or OSS is used.
9771         As a side effect this makes it impossible now to get a alsasink in
9772         halaudiosrc and a alsasrc in halaudiosink.
9773
9774 2007-03-01  Wim Taymans  <wim@fluendo.com>
9775
9776         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
9777         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
9778         Errors from the udp sources are not fatal unless all of them are in
9779         error.
9780
9781 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
9782
9783         * tests/check/Makefile.am:
9784         Disable aasink in the states test. I suspect this is the element that
9785         is calling exit(1) when it can't proceed.
9786
9787 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
9788
9789         * tests/check/Makefile.am:
9790         Draw plugins in from the build tree sys/ dir, rather than picking
9791         up the already installed versions.
9792
9793 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9794
9795         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
9796         Error out correctly when getting xcontext fails.
9797
9798 2007-03-01  Wim Taymans  <wim@fluendo.com>
9799
9800         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
9801         Make state change to PAUSED NO_PREROLL because that's what it will be in
9802         the future and rtspsrc relies on it.
9803
9804         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9805         (gst_rtspsrc_change_state):
9806         Don't error out when we don't get an error from the state change
9807         function.
9808
9809 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
9810
9811         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
9812         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
9813           Check if the device UDI is set before trying to query HAL
9814           about it and give a useful error message if it wasn't set.
9815         * ext/hal/hal.c: (gst_hal_get_string):
9816           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
9817           gives an assertion failure in D-Bus when running with
9818           DBUS_FATAL_WARNINGS=1.
9819
9820 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9821
9822         * configure.ac:
9823           Convert to new AG_GST style.
9824
9825 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9826
9827         * tests/check/Makefile.am:
9828         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
9829           add test for states
9830
9831 2007-02-28  Wim Taymans  <wim@fluendo.com>
9832
9833         * tests/check/elements/.cvsignore:
9834         Add new videofilter check to .cvsignore.
9835
9836 2007-02-28  Wim Taymans  <wim@fluendo.com>
9837
9838         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
9839         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
9840         (gst_avi_demux_loop), (gst_avi_demux_chain):
9841         Fix combined flow return. Fixes #412608.
9842
9843 2007-02-28  Wim Taymans  <wim@fluendo.com>
9844
9845         * gst/videofilter/Makefile.am:
9846         Dist header..
9847
9848 2007-02-28  Wim Taymans  <wim@fluendo.com>
9849
9850         * gst/videofilter/gstgamma.h:
9851         Add header too.
9852
9853 2007-02-28  Wim Taymans  <wim@fluendo.com>
9854
9855         Patch by: Mark Nauwelaerts <manauw at skynet be>
9856
9857         * gst/videofilter/Makefile.am:
9858         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
9859         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
9860         (gst_gamma_get_property), (gst_gamma_calculate_tables),
9861         (oil_tablelookup_u8), (gst_gamma_set_caps),
9862         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
9863         Port gamma filter to 0.10. Fixes #412704.
9864
9865         * tests/check/Makefile.am:
9866         * tests/check/elements/videofilter.c: (setup_filter),
9867         (cleanup_filter), (check_filter), (GST_START_TEST),
9868         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
9869         Add unit tests for videofilters.
9870
9871 2007-02-28  Wim Taymans  <wim@fluendo.com>
9872
9873         * gst/rtsp/URLS:
9874         Add another interesting test url.
9875
9876         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
9877         Don't allow getting header fields from data packets.
9878
9879 2007-02-28  Michael Smith  <msmith@fluendo.com>
9880
9881         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
9882         (gst_shout2send_init), (gst_shout2send_start),
9883         (gst_shout2send_set_property), (gst_shout2send_get_property):
9884         * ext/shout2/gstshout2.h:
9885           Add a property for username.
9886
9887 2007-02-27  Christian Schallerr <christian@fluendo.com>
9888
9889         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
9890
9891 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
9892
9893         * gst/rtsp/Makefile.am:
9894         Fix make check too.
9895
9896 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
9897
9898         * gst/rtsp/base64.c: (util_base64_encode):
9899         * gst/rtsp/base64.h:
9900         Commit missing files for base64 encoding.
9901
9902 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
9903
9904         Patch by: Loïc Minier <lool+gnome at via ecp fr>
9905
9906         * configure.ac:
9907         * ext/annodex/Makefile.am:
9908         * ext/jpeg/Makefile.am:
9909         * ext/speex/Makefile.am:
9910         * gst/alpha/Makefile.am:
9911         * gst/cutter/Makefile.am:
9912         * gst/debug/Makefile.am:
9913         * gst/effectv/Makefile.am:
9914         * gst/goom/Makefile.am:
9915         * gst/level/Makefile.am:
9916         * gst/smpte/Makefile.am:
9917         * gst/videofilter/Makefile.am:
9918           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
9919
9920 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
9921
9922         * gst/rtsp/Makefile.am:
9923         * gst/rtsp/rtspconnection.c: (append_auth_header),
9924         (rtsp_connection_send), (rtsp_connection_set_auth):
9925         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
9926         from icecast to replace it. Relicensed from GPL courtesy of Mike
9927         Smith.
9928
9929 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
9930
9931         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9932         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
9933         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
9934         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
9935         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9936         (gst_rtspsrc_uri_set_uri):
9937         * gst/rtsp/gstrtspsrc.h:
9938         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9939         (append_auth_header), (rtsp_connection_send),
9940         (rtsp_connection_free), (rtsp_connection_set_auth):
9941         * gst/rtsp/rtspconnection.h:
9942         * gst/rtsp/rtspdefs.h:
9943         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9944         * gst/rtsp/rtspurl.h:
9945
9946         Implement simple Basic Authentication support so that urls like
9947         rtsp://user:pass@hostname/rtspstream work on hosts that require
9948         authentication.
9949
9950 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
9951
9952         * sys/v4l2/gstv4l2object.c:
9953         * sys/v4l2/gstv4l2tuner.c:
9954         * sys/v4l2/v4l2_calls.c:
9955         Fix segfault when oppening a radio device.
9956         
9957 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
9958
9959         * gst/level/gstlevel.c: (gst_level_set_caps),
9960         (gst_level_transform_ip):
9961         * sys/v4l2/README:
9962         * tests/check/elements/level.c: (GST_START_TEST):
9963           Fix level for multi-channel case.
9964
9965 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9966
9967         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
9968         (gst_level_transform_ip):
9969         * gst/level/gstlevel.h:
9970           Use function pointer for process function and add process functions
9971           for float audio.
9972
9973 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
9974
9975         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
9976         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
9977         (gst_v4l2src_capture_init):
9978           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
9979           fixes #407369
9980
9981 2007-02-18  Wim Taymans  <wim@fluendo.com>
9982
9983         * gst/rtp/Makefile.am:
9984         * gst/rtp/gstrtp.c: (plugin_init):
9985         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
9986         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
9987         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
9988         (gst_rtp_mp2t_pay_plugin_init):
9989         * gst/rtp/gstrtpmp2tpay.h:
9990         Added simple mpeg transport stream payloader.
9991
9992 2007-02-16  Wim Taymans  <wim@fluendo.com>
9993
9994         * gst/rtsp/URLS:
9995         Add example H264 rtsp url.
9996
9997         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
9998         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
9999         Don't convert values to lowercase or we might mess up base64 encoded
10000         properties.
10001
10002 2007-02-16  Wim Taymans  <wim@fluendo.com>
10003
10004         * gst/rtp/README:
10005         Fix case of string params.
10006
10007         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10008         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10009         Fix depayloader, support more packet types.
10010         Add sync codes to make sure the packetizer can do its job.
10011
10012         * gst/rtp/gstrtpmp4gdepay.c:
10013         * gst/rtp/gstrtpmp4gpay.c:
10014         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10015         Fix caps case again.
10016
10017 2007-02-15  Wim Taymans  <wim@fluendo.com>
10018
10019         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
10020         Set right caps on output buffers.
10021
10022 2007-02-14  Wim Taymans  <wim@fluendo.com>
10023
10024         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
10025         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
10026         Clear stack allocated SDPMedia struct before calling _init() on it.
10027         Clarify this in the docs as well.
10028
10029 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
10030
10031         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
10032         (do_change_child):
10033         Don't reset the profile when going switching states, as it makes
10034         the element non-reusable.
10035
10036 2007-02-14  Wim Taymans  <wim@fluendo.com>
10037
10038         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
10039         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
10040         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
10041         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
10042         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
10043         (sdp_parse_line):
10044         * gst/rtsp/sdpmessage.h:
10045         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
10046         Fix memory management of SDP messages. Fixes #407793.
10047
10048 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
10049
10050         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
10051
10052         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
10053         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
10054
10055 2007-02-14  Wim Taymans  <wim@fluendo.com>
10056
10057         Patch by: jp.liu <jp_liu at astrocom dot cn>
10058
10059         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10060         Fix parsing of password field in url. Fixes #407797.
10061
10062 2007-02-14  Wim Taymans  <wim@fluendo.com>
10063
10064         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10065         (gst_wavparse_reset), (gst_wavparse_init),
10066         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
10067         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10068         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10069         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10070         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10071         (gst_wavparse_loop), (gst_wavparse_chain),
10072         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10073         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
10074         (plugin_init):
10075         * gst/wavparse/gstwavparse.h:
10076         Update docs.
10077         Use boilerplate.
10078         Various code cleanups.
10079         When the bitrate is not known (bps == 0 or compressed formats) let
10080         downstream element guestimate the duration and position and don't
10081         generate timestamps or durations. Fixes #405213.
10082         Fix EOS and ERROR conditions in chain mode, we just need to forward the
10083         error flowreturn upstream.
10084
10085 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
10086
10087         * ext/gconf/Makefile.am:
10088         * ext/gconf/gconf.c: (gst_gconf_get_string),
10089         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
10090         (gst_gconf_render_bin_with_default):
10091         * ext/gconf/gconf.h:
10092         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
10093         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
10094         (gst_gconf_audio_sink_dispose), (do_change_child),
10095         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
10096         (cb_change_child), (gst_gconf_audio_sink_change_state):
10097         * ext/gconf/gstgconfaudiosink.h:
10098         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
10099         (gst_switch_sink_class_init), (gst_switch_sink_reset),
10100         (gst_switch_sink_init), (gst_switch_sink_dispose),
10101         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
10102         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
10103         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
10104         * ext/gconf/gstswitchsink.h:
10105         * gst/autodetect/gstautoaudiosink.c:
10106         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
10107         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
10108         (gst_auto_audio_sink_detect):
10109         * gst/autodetect/gstautovideosink.c:
10110         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
10111         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
10112         (gst_auto_video_sink_detect):
10113         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
10114         and a child that implements the GConf key monitoring. The end goal of
10115         this is an audio sink that can be changed on the fly, but at the 
10116         moment it still only changes on the next READY transition.
10117
10118 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10119
10120         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10121         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
10122         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
10123         (gst_avi_demux_calculate_durations_from_index),
10124         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
10125         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10126         (gst_avi_demux_loop):
10127           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
10128
10129 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10130
10131         * configure.ac:
10132         * docs/plugins/Makefile.am:
10133           Add crossreferences to glib/gobject/gstream docs.
10134
10135 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10136
10137         * gst/monoscope/Makefile.am:
10138         * gst/monoscope/gstmonoscope.c:
10139           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
10140           (but no LIBS, since we only use defines from the headers).
10141
10142 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10143
10144         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
10145
10146         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
10147         (gst_wavparse_stream_data):
10148           Fix massive memory leak when operating in streaming mode due to
10149           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
10150           Fixes #407057.
10151
10152 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10153
10154         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
10155         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
10156         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
10157         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
10158         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
10159         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
10160         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10161         (gst_avi_demux_calculate_durations_from_index),
10162         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
10163         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
10164         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10165         * gst/avi/gstavidemux.h:
10166           Save some memory (8%) by repacking the index entry structure (more to
10167           come). Add more FIXMEs to questionable parts.
10168
10169 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10170
10171         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
10172         (gst_v4l2src_get_caps):
10173         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10174         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10175         (gst_v4l2src_capture_init):
10176           More FIXME comments and messaging changes.
10177
10178 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10179
10180         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10181         (gst_goom_change_state):
10182         * gst/goom/gstgoom.h:
10183           Improved docs and use GST_DEBUG_FUNCPTR.
10184
10185         * gst/level/gstlevel.c: (gst_level_class_init):
10186           Use GST_DEBUG_FUNCPTR.
10187
10188         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
10189         (gst_monoscope_chain), (gst_monoscope_change_state):
10190           Improved docs source cleanups.
10191
10192 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10193
10194         * gst/debug/Makefile.am:
10195         * gst/debug/gstdebug.c: (plugin_init):
10196         * gst/debug/gstpushfilesrc.c:
10197         * gst/debug/gstpushfilesrc.h:
10198           Add code for a pushfilesrc element that implements a pushfile:// URI
10199           handler, to make debugging push-mode operation of demuxer/decoders
10200           that support both easier in connection with seek/playbin/etc.
10201           The element isn't registered at the moment.
10202
10203 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
10204
10205         * gst/avi/gstavimux.c:
10206           Comment a #if 0 in caps template definition as VS6 seems to 
10207         do not support it.
10208         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
10209           Use gst_guint64_to_gdouble for conversion.
10210         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
10211           Move variables declaration before the first instruction.
10212         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
10213           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
10214           And don't include netdb.h for G_OS_WIN32
10215         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
10216           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
10217           by VS6 then use an other way to initialize SDPMedia structure.
10218         * gst/udp/gstdynudpsink.h:
10219         * gst/udp/gstdynudpnetutils.h:
10220           Do not include <sys/time.h> for G_OS_WIN32
10221         * gst/udp/gstudpsrc.c:
10222           Define socklen_t as int for G_OS_WIN32
10223         * win/common/config.h.in:
10224           Undef HAVE_NETINET_IN_H
10225         * win32/vs6/gst_plugins_good.dsw:
10226         * win32/vs6/libgstrtp.dsp:
10227         * win32/vs6/libgstrtsp.dsp:
10228         * win32/vs6/libgstautogen.dsp:
10229         * win32/vs6/libgstaudiofx.dsp:
10230         * win32/vs6/libgstudp.dsp:
10231           Add and update project files.
10232         * win32/common/gstudp-enumtypes.c:
10233         * win32/common/gstudp-enumtypes.h:
10234           Add a copy of udp enumtypes to win32/common as in core 
10235           and base.
10236         
10237 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
10238
10239         * configure.ac:
10240           Activate monoscope when building with --enable-experimental. Fix
10241           --enable-external configure switch description.
10242
10243         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
10244         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
10245           Help gst-indent.
10246
10247 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10248
10249         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
10250           Explicitly cast result of pointer arithmetic to integer in order to
10251           avoid compiler warnings on some 64-bit systems. Should fix #406018.
10252
10253 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10254
10255         * gst/debug/progressreport.c:
10256           Some more docs.
10257
10258 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10259
10260         * docs/plugins/inspect/plugin-rtp.xml:
10261           Update for new elements.
10262
10263         * gst/debug/progressreport.h:
10264           Commit newly-created header file as well.
10265
10266 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10267
10268         * docs/plugins/Makefile.am:
10269         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10270         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10271         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10272         * gst/debug/Makefile.am:
10273         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
10274         (gst_progress_report_do_query), (gst_progress_report_report):
10275           Make progressreport element post messages with the current progress
10276           on the bus. Also add some basic docs for it.
10277
10278 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10279
10280         * ext/hal/hal.c: (gst_hal_get_string):
10281         * ext/hal/hal.h:
10282           Some small cleanups; deal with errors when parsing the HAL ALSA
10283           capabilities a bit better.
10284
10285 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10286
10287         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
10288           Let's try this again and use the right cast this time.
10289
10290 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10291
10292         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
10293           Add cast to avoid compiler warnings with older GLib versions
10294           where the nick/name members in GEnumValue are not declared as
10295           constant strings.
10296
10297 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10298
10299         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
10300         (gst_gconf_render_bin_from_key),
10301         (gst_gconf_get_default_audio_sink):
10302         * ext/gconf/gconf.h:
10303         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
10304         (do_toggle_element), (gst_gconf_audio_sink_set_property),
10305         (gst_gconf_audio_sink_get_property):
10306           In gconfaudiosink, get the right key as the old key in do_toggle
10307           (ie. one dependent on the profile selected). Log some more stuff so
10308           we can see what's actually going on.
10309
10310 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
10311
10312         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
10313         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
10314         (gst_audio_amplify_set_process_function),
10315         (gst_audio_amplify_setup):
10316         * gst/audiofx/audioamplify.h:
10317         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
10318         (gst_audio_invert_class_init), (gst_audio_invert_setup):
10319         * gst/audiofx/audioinvert.h:
10320         Some small cleanups and port both elements to the new GstAudioFilter
10321         base class to save a few lines of common code.
10322         * gst/audiofx/Makefile.am:
10323         Link against libgstaudio for the above changes
10324
10325 2007-01-29  Wim Taymans  <wim@fluendo.com>
10326
10327         * tests/check/elements/.cvsignore:
10328         Some more ignores.
10329
10330 2007-01-26  Wim Taymans  <wim@fluendo.com>
10331
10332         Patch by: charles <charlesg3 at gmail dot com>
10333
10334         * ext/shout2/gstshout2.c: (gst_shout2send_init),
10335         (set_shout_metadata), (gst_shout2send_event):
10336         * ext/shout2/gstshout2.h:
10337         Properly handle tags in shout2send. Fixes #399825.
10338
10339 2007-01-25  Wim Taymans  <wim@fluendo.com>
10340
10341         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10342         (gst_rtspsrc_activate_streams):
10343         Convert SDP fields to upper/lowercase following the rules in the SDP to
10344         caps document. 
10345
10346 2007-01-25  Wim Taymans  <wim@fluendo.com>
10347
10348         * gst/rtp/README:
10349         * gst/rtp/gstrtpilbcdepay.c:
10350         * gst/rtp/gstrtpilbcpay.c:
10351         * gst/rtp/gstrtpmp4gdepay.c:
10352         * gst/rtp/gstrtpmp4gpay.c:
10353         * gst/rtp/gstrtpspeexdepay.c:
10354         * gst/rtp/gstrtpspeexpay.c:
10355         * gst/rtp/gstrtpsv3vdepay.c:
10356         * gst/rtp/gstrtptheoradepay.c:
10357         * gst/rtp/gstrtptheorapay.c:
10358         * gst/rtp/gstrtpvorbisdepay.c:
10359         * gst/rtp/gstrtpvorbispay.c:
10360         Fix case of encoding-name and key/value pairs to match the document.
10361         This is to make interoperation with SDP case-insensitive as required by
10362         the relevant RFCs.
10363
10364 2007-01-25  Wim Taymans  <wim@fluendo.com>
10365
10366         * configure.ac:
10367         Bump required -core/-base to CVS
10368
10369 2007-01-25  Wim Taymans  <wim@fluendo.com>
10370
10371         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
10372         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
10373         * gst/rtp/gstrtpL16pay.h:
10374         Fill up to MTU using adapter.
10375         Timestamp rtp packets.
10376
10377 2007-01-25  Edward Hervey  <edward@fluendo.com>
10378
10379         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
10380         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
10381         Use G_GSIZE_FORMAT in print statements for portability.
10382         Fixes build on macosx.
10383
10384 2007-01-24  Wim Taymans  <wim@fluendo.com>
10385
10386         * gst/rtp/Makefile.am:
10387         * gst/rtp/gstrtp.c: (plugin_init):
10388         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
10389         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
10390         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
10391         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
10392         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
10393         (gst_rtp_L16_depay_plugin_init):
10394         * gst/rtp/gstrtpL16depay.h:
10395         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
10396         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
10397         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
10398         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
10399         (gst_rtp_L16_pay_plugin_init):
10400         * gst/rtp/gstrtpL16pay.h:
10401         Port and enable raw audio payloader/depayloader. Needs a bit more work
10402         on the payloader side.
10403
10404 2007-01-24  Wim Taymans  <wim@fluendo.com>
10405
10406         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
10407         (gst_rtspsrc_stream_configure_transport),
10408         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
10409         * gst/rtsp/gstrtspsrc.h:
10410         Only unblock the udp pads when we linked and activated them all.
10411         Fixes #395688.
10412
10413 2007-01-24  Wim Taymans  <wim@fluendo.com>
10414
10415         * gst/rtp/Makefile.am:
10416         * gst/rtp/gstrtp.c: (plugin_init):
10417         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
10418         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
10419         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
10420         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
10421         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
10422         * gst/rtp/gstrtpac3depay.h:
10423         Added simple AC3 depayloader (RFC 4184).
10424
10425         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
10426         Fix a leak.
10427
10428 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
10429
10430         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10431
10432         * gst/audiofx/Makefile.am:
10433         * gst/audiofx/audioamplify.c:
10434         (gst_audio_amplify_clipping_method_get_type),
10435         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
10436         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
10437         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
10438         (gst_audio_amplify_set_caps),
10439         (gst_audio_amplify_transform_int_clip),
10440         (gst_audio_amplify_transform_int_wrap_negative),
10441         (gst_audio_amplify_transform_int_wrap_positive),
10442         (gst_audio_amplify_transform_float_clip),
10443         (gst_audio_amplify_transform_float_wrap_negative),
10444         (gst_audio_amplify_transform_float_wrap_positive),
10445         (gst_audio_amplify_transform_ip):
10446         * gst/audiofx/audioamplify.h:
10447         * gst/audiofx/audiofx.c: (plugin_init):
10448         Add new element "audioamplify". This allows scaling of raw audio
10449         samples, similar to the "volume" element, but provides different modes
10450         for clipping and allows unlimited amplification. It's mainly targeted
10451         for creative sound design and not as a replacement of the "volume"
10452         element. Fixes #397162
10453         * docs/plugins/Makefile.am:
10454         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10455         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10456         * docs/plugins/gst-plugins-good-plugins.args:
10457         * docs/plugins/inspect/plugin-audiofx.xml:
10458         Add docs for audioamplify and integrate them into the build system
10459         * tests/check/Makefile.am:
10460         * tests/check/elements/audioamplify.c: (setup_amplify),
10461         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
10462         Add fairly extensive unit test suite for audioamplify
10463
10464 2007-01-24  Wim Taymans  <wim@fluendo.com>
10465
10466         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
10467         Unblock pads after adding the pads to the element so that autopluggers
10468         get a change to link something. Possibly fixes #395688.
10469
10470 2007-01-24  Wim Taymans  <wim@fluendo.com>
10471
10472         * gst/rtp/gstrtpamrdepay.c:
10473         * gst/rtp/gstrtpgsmdepay.c:
10474         * gst/rtp/gstrtph263pdepay.c:
10475         * gst/rtp/gstrtph263ppay.c:
10476         * gst/rtp/gstrtph264depay.c:
10477         * gst/rtp/gstrtpilbcdepay.c:
10478         * gst/rtp/gstrtpmp2tdepay.c:
10479         * gst/rtp/gstrtpmp4gdepay.c:
10480         * gst/rtp/gstrtpmp4gpay.c:
10481         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
10482         * gst/rtp/gstrtpmp4vpay.c:
10483         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
10484         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
10485         (gst_rtp_mpa_depay_process):
10486         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
10487         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
10488         * gst/rtp/gstrtppcmadepay.c:
10489         * gst/rtp/gstrtppcmudepay.c:
10490         * gst/rtp/gstrtpspeexdepay.c:
10491         * gst/rtp/gstrtpspeexpay.c:
10492         * gst/rtp/gstrtpsv3vdepay.c:
10493         * gst/rtp/gstrtptheoradepay.c:
10494         * gst/rtp/gstrtptheorapay.c:
10495         * gst/rtp/gstrtpvorbisdepay.c:
10496         * gst/rtp/gstrtpvorbispay.c:
10497         Fix caps with payload numbers.
10498         Add some fixed payload numbers to caps when possible.
10499
10500 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
10501
10502         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10503
10504         * gst/audiofx/Makefile.am:
10505         * gst/audiofx/audiofx.c: (plugin_init):
10506         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
10507         (gst_audio_invert_class_init), (gst_audio_invert_init),
10508         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
10509         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
10510         (gst_audio_invert_transform_float),
10511         (gst_audio_invert_transform_ip):
10512         * gst/audiofx/audioinvert.h:
10513         Add new audiofx element "audioinvert". This element swaps the upper
10514         and lower half of samples and can be used for example for a
10515         wide-stereo effect. Fixes #396057
10516         * docs/plugins/Makefile.am:
10517         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10518         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10519         * docs/plugins/gst-plugins-good-plugins.args:
10520         * docs/plugins/inspect/plugin-audiofx.xml:
10521         Add docs for the audioinvert element and add them to the build system.
10522         * tests/check/Makefile.am:
10523         * tests/check/elements/audioinvert.c: (setup_invert),
10524         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
10525         Add unit test suite for the audioinvert element.
10526
10527 2007-01-23  Wim Taymans  <wim@fluendo.com>
10528
10529         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
10530         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
10531         Parse config params as string and int.
10532         Parse and use AU header length
10533
10534 2007-01-23  Wim Taymans  <wim@fluendo.com>
10535
10536         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
10537         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
10538         * gst/smpte/gstmask.c: (_gst_mask_register):
10539         * gst/smpte/gstmask.h:
10540         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
10541         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
10542         (gst_smpte_paint_triangle_clock):
10543         constify some static structs.
10544         Don't update the mask if nothing changed to the params.
10545         Make sure we never draw outside of the picture. Fixes #398325.
10546
10547 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10548
10549         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
10550           Error out properly when pull_range fails while we're reading the
10551           headers, instead of just pausing the task silently. Fixes #399338.
10552
10553 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10554
10555         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
10556           Some more sanity checks to make sure the input formats match and the
10557           input pads are actually negotiated, in case someone tries to feed
10558           buffers from fakesrc or filesrc. Fixes #398299.
10559           Also const-ify an array, just because we can.
10560
10561 2007-01-19  Edward Hervey  <edward@fluendo.com>
10562
10563         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
10564         Ignore previous commit, that was only valid for widths and heights
10565         that are multiples of 4.
10566         Copy over size/stride macros from jpegdec. This allows the element
10567         to work with any width,height...
10568         ... but puts in evidence that the actual transformations only work
10569         with width/height that are multiples of 4.
10570
10571 2007-01-19  Edward Hervey  <edward@fluendo.com>
10572
10573         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
10574         Allocate buffers of the right size.
10575         The proper size of a I420 buffer in bytes is:
10576         
10577             width * height * 3
10578             ------------------
10579                     2
10580
10581 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10582
10583         * gst/smpte/gstsmpte.c: (gst_smpte_init):
10584           Proxy getcaps on sink pads too, so that we either end up with the
10585           same dimensions on all pads or error out if that's not possible
10586           (seems to work even!). Fixes #398086, I think.
10587
10588 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10589
10590         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10591         * docs/plugins/gst-plugins-good-plugins.args:
10592         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10593           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
10594           fix integer properties with -1 as minimum value.
10595
10596         * docs/plugins/inspect/plugin-1394.xml:
10597         * docs/plugins/inspect/plugin-aasink.xml:
10598         * docs/plugins/inspect/plugin-alaw.xml:
10599         * docs/plugins/inspect/plugin-alpha.xml:
10600         * docs/plugins/inspect/plugin-alphacolor.xml:
10601         * docs/plugins/inspect/plugin-annodex.xml:
10602         * docs/plugins/inspect/plugin-apetag.xml:
10603         * docs/plugins/inspect/plugin-audiofx.xml:
10604         * docs/plugins/inspect/plugin-auparse.xml:
10605         * docs/plugins/inspect/plugin-autodetect.xml:
10606         * docs/plugins/inspect/plugin-avi.xml:
10607         * docs/plugins/inspect/plugin-cacasink.xml:
10608         * docs/plugins/inspect/plugin-cairo.xml:
10609         * docs/plugins/inspect/plugin-cdio.xml:
10610         * docs/plugins/inspect/plugin-cutter.xml:
10611         * docs/plugins/inspect/plugin-debug.xml:
10612         * docs/plugins/inspect/plugin-dv.xml:
10613         * docs/plugins/inspect/plugin-efence.xml:
10614         * docs/plugins/inspect/plugin-effectv.xml:
10615         * docs/plugins/inspect/plugin-esdsink.xml:
10616         * docs/plugins/inspect/plugin-flac.xml:
10617         * docs/plugins/inspect/plugin-flxdec.xml:
10618         * docs/plugins/inspect/plugin-gconfelements.xml:
10619         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
10620         * docs/plugins/inspect/plugin-goom.xml:
10621         * docs/plugins/inspect/plugin-halelements.xml:
10622         * docs/plugins/inspect/plugin-icydemux.xml:
10623         * docs/plugins/inspect/plugin-id3demux.xml:
10624         * docs/plugins/inspect/plugin-jpeg.xml:
10625         * docs/plugins/inspect/plugin-level.xml:
10626         * docs/plugins/inspect/plugin-matroska.xml:
10627         * docs/plugins/inspect/plugin-mulaw.xml:
10628         * docs/plugins/inspect/plugin-multipart.xml:
10629         * docs/plugins/inspect/plugin-navigationtest.xml:
10630         * docs/plugins/inspect/plugin-ossaudio.xml:
10631         * docs/plugins/inspect/plugin-png.xml:
10632         * docs/plugins/inspect/plugin-rtp.xml:
10633         * docs/plugins/inspect/plugin-rtsp.xml:
10634         * docs/plugins/inspect/plugin-shout2send.xml:
10635         * docs/plugins/inspect/plugin-smpte.xml:
10636         * docs/plugins/inspect/plugin-speex.xml:
10637         * docs/plugins/inspect/plugin-taglib.xml:
10638         * docs/plugins/inspect/plugin-udp.xml:
10639         * docs/plugins/inspect/plugin-videobalance.xml:
10640         * docs/plugins/inspect/plugin-videobox.xml:
10641         * docs/plugins/inspect/plugin-videoflip.xml:
10642         * docs/plugins/inspect/plugin-videomixer.xml:
10643         * docs/plugins/inspect/plugin-wavenc.xml:
10644         * docs/plugins/inspect/plugin-wavparse.xml:
10645         * docs/plugins/inspect/plugin-ximagesrc.xml:
10646           Update to CVS.
10647
10648 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
10649
10650         Patch by: Sebastian Dröge <slomo circular-chaos org>
10651
10652         * gst/audiofx/audiopanorama.c:
10653           Fix doc section name (Fixes #397946)
10654
10655 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
10656
10657         * sys/v4l2/gstv4l2object.c:
10658         (gst_v4l2_object_install_properties_helper),
10659         (gst_v4l2_object_set_property_helper),
10660         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
10661         * sys/v4l2/gstv4l2object.h:
10662         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
10663         (gst_v4l2src_init), (gst_v4l2src_set_property),
10664         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
10665         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10666         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10667         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
10668         (gst_v4l2src_capture_deinit):
10669           Fix EIO handing when capturing. Add new property to specify the number of
10670           buffers to enque (and remove the borked num-buffers usage).
10671
10672 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10673
10674         Patch by: Sebastian Dröge <slomo circular-chaos org>
10675
10676         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
10677         (gst_audio_panorama_set_process_function):
10678           Use a function array for process methods, add more docs and define the
10679           startindex of enums.
10680
10681 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
10682
10683         Patch by: Mark Nauwelaerts <manauw at skynet be>
10684
10685         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
10686         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
10687         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10688         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10689         (gst_avi_mux_riff_get_avi_header),
10690         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
10691         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
10692         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
10693         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
10694         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
10695         (gst_avi_mux_change_state):
10696         * gst/avi/gstavimux.h:
10697         * tests/check/elements/avimux.c: (teardown_src_pad):
10698           Add support for more than one audio stream; write better AVIX
10699           header; refactor code a bit; don't announce vorbis caps on our audio
10700           sink pads since we don't support it anyway. Closes #379298.
10701
10702 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
10703
10704         Patch by: Sebastian Dröge <slomo circular-chaos org>
10705
10706         * gst/audiofx/audiopanorama.c:
10707         (gst_audio_panorama_method_get_type),
10708         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
10709         (gst_audio_panorama_set_process_function),
10710         (gst_audio_panorama_set_property),
10711         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
10712         (gst_audio_panorama_transform_m2s_int_simple),
10713         (gst_audio_panorama_transform_s2s_int_simple),
10714         (gst_audio_panorama_transform_m2s_float_simple),
10715         (gst_audio_panorama_transform_s2s_float_simple):
10716         * gst/audiofx/audiopanorama.h:
10717           Add 'method' property and provide a simple (non-psychoacustic)
10718           processing method (#394859).
10719
10720         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
10721         (panorama_suite):
10722           Tests for new method.
10723
10724 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
10725
10726         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
10727         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
10728           Set correct caps on outgoing pulled buffers, or things blow up
10729           after recent core changes.
10730
10731 2007-01-11  Wim Taymans  <wim@fluendo.com>
10732
10733         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
10734
10735         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
10736         (gst_multipart_mux_request_new_pad),
10737         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
10738         (gst_multipart_mux_change_state):
10739         Return FLOW errors ASAP. Fixes #394977.
10740         Misc cleanups.
10741
10742 2007-01-11  Wim Taymans  <wim@fluendo.com>
10743
10744         Patch by: Lutz Mueller <lutz at topfrose dot de>
10745
10746         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10747         Check for stream pad before activating. 
10748
10749 2007-01-10  Wim Taymans  <wim@fluendo.com>
10750
10751         Patch by: Peter Kjellerstedt  <pkj at axis com>
10752
10753         * gst/rtsp/COPYING.MIT:
10754         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
10755         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
10756         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
10757         (gst_rtspsrc_stream_configure_transport),
10758         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10759         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
10760         (gst_rtspsrc_parse_methods),
10761         (gst_rtspsrc_create_transports_string),
10762         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
10763         (gst_rtspsrc_open), (gst_rtspsrc_close):
10764         * gst/rtsp/gstrtspsrc.h:
10765         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10766         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
10767         (parse_request_line), (parse_line), (rtsp_connection_read),
10768         (rtsp_connection_close):
10769         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
10770         (rtsp_method_as_text), (rtsp_header_as_text),
10771         (rtsp_status_as_text), (rtsp_find_header_field),
10772         (rtsp_find_method):
10773         * gst/rtsp/rtspdefs.h:
10774         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
10775         (rtsp_ext_wms_configure_stream):
10776         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
10777         (rtsp_message_new_request), (rtsp_message_init_request),
10778         (rtsp_message_new_response), (rtsp_message_init_response),
10779         (rtsp_message_init_data), (rtsp_message_unset),
10780         (rtsp_message_free), (rtsp_message_add_header),
10781         (rtsp_message_get_header), (rtsp_message_set_body),
10782         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
10783         * gst/rtsp/rtspmessage.h:
10784         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
10785         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
10786         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
10787         (sdp_message_dump):
10788         Allow url to be NULL to be able to use it for server connections.
10789         Can now send responses as well as requests.
10790         No longer hangs in an endless loop if EOF is received.
10791         Can now convert a status code to a text string.
10792         Return RTSP_HDR_INVALID for unknown headers.
10793         Return RTSP_INVALID for unknown methods.
10794         Copy CSeq and Session headers from the request.
10795         Only free memory corresponding to the currently set message type.
10796         Added const to function arguments as appropriate.
10797         Avoid a compiler warning when initializing nmedia.
10798         Use guint rather than gint to avoid compiler warnings.
10799         Fix crasher in wms extension.
10800         Factor out stream setup from open_connection.
10801         Delay activation of streams when actual data is received from the
10802         server, this prepares us to do proper protocol switching.
10803         Added new license.
10804         Fixes #380895.
10805
10806
10807 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
10808
10809         Patch by: Sebastian Dröge <slomo ubuntu com>
10810
10811         * docs/plugins/Makefile.am:
10812         * gst/audiofx/audiopanorama.c:
10813           Some small docs fixes (#394851).
10814
10815 2007-01-09  Wim Taymans  <wim@fluendo.com>
10816
10817         * gst/avi/gstavidemux.c:
10818         Fix docs.
10819
10820 2007-01-09  Wim Taymans  <wim@fluendo.com>
10821
10822         * gst/rtp/Makefile.am:
10823         * gst/rtp/gstrtp.c: (plugin_init):
10824         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
10825         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
10826         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
10827         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
10828         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
10829         * gst/rtp/gstrtpmpvdepay.h:
10830           Added RFC 2250 MPEG Video Depayloader.
10831
10832         * gst/rtp/gstrtpL16depay.h:
10833         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
10834         (gst_rtp_h263p_depay_process):
10835         Fix Header file. Small cleanups.
10836
10837         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
10838         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
10839         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
10840         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
10841         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
10842         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
10843         (gst_rtp_mp4v_depay_change_state):
10844         Remove usused code. Remove Adapter from state Change. Added debug.
10845
10846         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
10847         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
10848         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
10849         * gst/rtp/gstrtpmpadepay.h:
10850         Subclass base depayloader.
10851         Added debug.
10852         Support static payload type assignment as well.
10853
10854         * gst/rtp/gstrtpmpapay.c:
10855         Fix caps.
10856
10857 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10858
10859         Patch by: Vincent Torri  <vtorri at univ-evry fr>
10860
10861         * ext/jpeg/gstjpegdec.c:
10862         * ext/jpeg/gstjpegenc.c:
10863         * ext/jpeg/smokecodec.c:
10864           These libjpeg callbacks should return a 'boolean' (unsigned char
10865           apparently) and not a 'gboolean' (which maps to gint). Fixes
10866           warnings when compiling with MingW (#393427).
10867
10868         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
10869           Use ioctlsocket on win32.
10870
10871         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
10872           Some printf format fixes for win32.
10873
10874 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
10875
10876         * gst/cutter/gstcutter.c: (gst_cutter_chain):
10877           Use gst_guint64_to_gdouble for conversion.
10878         * win32/vs6/libgstmatroska.dsp:
10879           Add zlib to the link.
10880         * win32/vs6/libgstvideobox.dsp:
10881           Update liboil library name (project is linked to 
10882           liboil-0.3-0.lib now).
10883           
10884 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10885
10886         * gst/matroska/Makefile.am:
10887           If zlib is available and used, we must link it explicitly for
10888           things to work on MingW (fixes #392855).
10889
10890 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
10891
10892         * ext/esd/esdsink.c: (gst_esdsink_delay):
10893           Don't return bogus values when esd_get_delay() fails for some
10894           reason (#392189).
10895
10896 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
10897
10898         * sys/ximage/gstximagesrc.c: (composite_pixel):
10899           Fix presumably copy'n'pasto for 16bpp depth.
10900
10901 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
10902
10903         * gst/matroska/matroska-mux.c:
10904         (gst_matroska_mux_audio_pad_setcaps):
10905           The "signed" field in audio caps is of boolean type, trying to use
10906           gst_structure_get_int() to extract it will fail. Fixing this makes
10907           matroskamux accept raw audio input (#387121) (use at your own risk
10908           though, due to the matroska spec being not entirely useful in this
10909           respect).
10910           Also fix up raw audio structures in template caps so that they
10911           represent what our setcaps function will actually accept, so that
10912           converters know what to convert to.
10913           Finally, don't fail if there isn't an "endianness" field in 8-bit
10914           PCM caps.
10915
10916 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
10917
10918         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
10919         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
10920         * tests/check/elements/cmmldec.c: (setup_cmmldec),
10921         (teardown_cmmldec):
10922         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
10923         (teardown_cmmlenc):
10924         * tests/check/elements/level.c: (setup_level), (cleanup_level):
10925           reapply consistent pad (de)activation
10926
10927 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
10928
10929         * configure.ac:
10930         Back to CVS
10931
10932         * gst-plugins-good.doap:
10933         Add 0.10.5 doap entry
10934
10935 === release 0.10.5 ===
10936
10937 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
10938
10939         * configure.ac:
10940           releasing 0.10.5, "The Path of Thorns"
10941
10942 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
10943
10944         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
10945         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
10946         * tests/check/elements/cmmldec.c: (setup_cmmldec),
10947         (teardown_cmmldec):
10948         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
10949         (teardown_cmmlenc):
10950         * tests/check/elements/level.c: (setup_level), (cleanup_level):
10951           revert my freeze breakage
10952
10953 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
10954
10955         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
10956         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
10957         * tests/check/elements/cmmldec.c: (setup_cmmldec),
10958         (teardown_cmmldec):
10959         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
10960         (teardown_cmmlenc):
10961         * tests/check/elements/level.c: (setup_level), (cleanup_level):
10962           consistent pad (de)activation
10963
10964 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
10965
10966         * configure.ac:
10967         * ext/Makefile.am:
10968         Disable LADPSA, as it has moved to the -bad module for the duration.
10969
10970 2006-12-18  Wim Taymans  <wim@fluendo.com>
10971
10972         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
10973         (gst_signal_processor_event):
10974         Reset flow_state back to _OK after a flush stop so that we exit our
10975         error state after the flush. Fixes #374213
10976
10977 2006-12-16  David Schleef  <ds@schleef.org>
10978
10979         * sys/osxvideo/osxvideosink.h:
10980         * sys/osxvideo/osxvideosink.m:
10981           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
10982
10983 2006-12-16  David Schleef  <ds@schleef.org>
10984
10985         Patch by: Vijay Santhanam <vijay santhanam gmail com>
10986
10987         * sys/osxvideo/Makefile.am:
10988         * sys/osxvideo/osxvideosink.h:
10989         * sys/osxvideo/osxvideosink.m:
10990           Preliminary patch for porting osxvideosink
10991
10992 2006-12-16  Wim Taymans  <wim@fluendo.com>
10993
10994         Patch by: Sjoerd Simons <sjoerd at luon dot net>
10995
10996         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
10997         (gst_videomixer_set_master_geometry),
10998         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
10999         (gst_videomixer_reset), (gst_videomixer_init),
11000         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
11001         (gst_videomixer_release_pad), (gst_videomixer_collected),
11002         (gst_videomixer_change_state):
11003         Introduce some locking around the videomixer state so that it does not
11004         crash when adding/removing pads. Fixes #383043.
11005
11006 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11007
11008         * configure.ac:
11009           Make sure libcaca can actually be used instead of just checking for
11010           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
11011           cross-compiling (fixes #384587).
11012
11013 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11014
11015         * Makefile.am:
11016         * gst-plugins-good.doap:
11017         * gst-plugins-good.spec.in:
11018           adding doap file
11019
11020 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11021
11022         * configure.ac:
11023           libflac-1.1.3 changed API again, but we can't build against it yet,
11024           so make sure our check doesn't use libflac-1.1.3 and add a comment
11025           to this effect.
11026
11027 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11028
11029         * gst/effectv/gstquark.c: (gst_quarktv_transform),
11030         (gst_quarktv_planetable_clear):
11031           Add some NULL pointer checks (possibly related to #385623).
11032
11033 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
11034
11035         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
11036         (gst_tag_demux_chain):
11037         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11038           In streaming mode, if the first buffer we get doesn't have an
11039           offset, fix it up to be 0, otherwise trimming won't work later on
11040           and we'll be typefinding application/x-id3, which may result in
11041           decodebin plugging an endless number of id3demux elements as a
11042           consequence. Fixes #385031.
11043           
11044 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11045
11046         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
11047           Ignore the buffer_time the sound device reports. Turns out it is 
11048           sometimes completely bogus and we're better off without it.
11049
11050 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11051
11052         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11053         (gst_matroska_demux_video_caps):
11054         * gst/matroska/matroska-ids.c:
11055         (gst_matroska_track_init_video_context):
11056         * gst/matroska/matroska-ids.h:
11057           Try harder to extract the framerate for video tracks correctly and
11058           save it directly instead of converting it back and forth a few
11059           times. Mostly makes a difference for very small framerates (<1).
11060           Fixes #380199.
11061
11062 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11063
11064         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
11065         (gst_gconf_audio_src_dispose), (do_toggle_element):
11066         * ext/gconf/gstgconfaudiosrc.h:
11067           Remove gconf notify hook when the gconfaudiosrc element is
11068           destroyed, otherwise the callback may be called on an
11069           already-destroyed instance and bad things happen. Should fix
11070           #378184.
11071           Also ignore gconf key changes when the source is already running.
11072
11073 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11074
11075         Patch by: Sebastian Dröge  <mail at slomosnail de>
11076
11077         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
11078           We need to be able to read and parse any possible floating point string
11079           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
11080           will parse the former only in certain locales though, so we really need
11081           to canonicalise the separator to '.' and then use g_ascii_strtod() to
11082           make sure we can parse either version at all times.
11083           Fixes #382982 for real.
11084
11085 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11086
11087         * sys/sunaudio/gstsunaudiomixerctrl.c:
11088         * sys/sunaudio/gstsunaudiosrc.c:
11089
11090         Use the sunaudio debug category.
11091
11092         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
11093         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
11094         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
11095         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
11096         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
11097         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
11098         (gst_sunaudiosink_reset):
11099         * sys/sunaudio/gstsunaudiosink.h:
11100
11101         Uses the sunaudio debug category for all debug output
11102         Implements the _delay() callback to synchronise video playback better
11103         Change the segtotal and segsize values back to the parent class 
11104           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
11105           respectively)
11106         Measure the samples written to the device vs. played.
11107         Keep track of segments in the device by writing empty eof frames, and
11108         sleep using a GCond when we get too far ahead and risk overrunning the
11109         sink's ringbuffer.
11110
11111         Fixes: #360673
11112
11113 2006-12-08  Wim Taymans  <wim@fluendo.com>
11114
11115         Patch by: Sebastian Dröge  <mail at slomosnail de >
11116
11117         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
11118         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
11119         * gst/audiofx/audiopanorama.h:
11120         Fix audiopanorame with float samples. Fixes #383726.
11121
11122 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11123
11124         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
11125         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
11126         (gst_sunaudiosrc_reset):
11127
11128         Implement reset functions to unblock the src/sink more quickly on 
11129         state change requests.
11130         Patch by: Brian Cameron <brian dot cameron at sun com>
11131
11132 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11133
11134         * sys/sunaudio/gstsunaudiomixer.c:
11135         (gst_sunaudiomixer_change_state):
11136         Construct the correct mixer device name when the AUDIODEV env var
11137         is set.
11138
11139         Patch by: Jerry Tan <jerry.tan at sun dot com>
11140         Fixes: #383596
11141
11142 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11143
11144         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
11145         Apply patch to open the mixer control and set the MULTIPLE_OPEN
11146         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
11147         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
11148         Patch by: Jerry Tan <jerry.tan at sun dot com>
11149         Fixes: #349015
11150
11151 2006-12-07  Wim Taymans  <wim@fluendo.com>
11152
11153         * gst/smpte/gstmask.h:
11154         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
11155         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
11156         (gst_smpte_collected), (gst_smpte_set_property),
11157         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
11158         * gst/smpte/gstsmpte.h:
11159         Port to 0.10 some more. 
11160         Added duration property to specify the duration of the transition.
11161         Make framerate a fraction.
11162         Deprecate fps property, we only use negotiated fps.
11163         Added docs.
11164         Fix collectpad usage.
11165         Reset state in READY.
11166         Send NEWSEGMENT event.
11167         Fix racy updates of object properties.
11168         Added debug category.
11169         Fixes #383323.
11170
11171 2006-12-06  Wim Taymans  <wim@fluendo.com>
11172
11173         Patch by: Sjoerd Simons <sjoerd at luon dot net>
11174
11175         * gst/videomixer/videomixer.c:
11176         (gst_videomixer_set_master_geometry),
11177         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
11178         Don't reset xpos and ypos in the setcaps function because causes
11179         unexpected behaviour.
11180         Fixes #382179.
11181
11182 2006-12-06  Wim Taymans  <wim@fluendo.com>
11183
11184         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
11185         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
11186         Keep track of the buffer timestamp in the collectdata member instead
11187         of modifying the buffer without making the metadata writable first.
11188         Fixes #382277.
11189
11190 2006-12-06  Wim Taymans  <wim@fluendo.com>
11191
11192         Patch by: Rob Taylor <robtaylor at floopily dot org>
11193
11194         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
11195         If using multicast in udpsrc, bind to the multicast address rather than
11196         IN_ADDR_ANY.
11197         This allows the simultanous use of multiple udpsrcs listening on
11198         different multicat addresses. Without this all udpsrcs will receive all
11199         packets from all subscribed multicast addresses.
11200         Fixes #383001.
11201
11202 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
11203
11204         * ext/taglib/gstid3v2mux.cc:
11205         Don't attempt to write a NULL frame into the ID3 tag set when the 
11206         createFrame method returned NULL.
11207         Fixes: #381857
11208         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
11209
11210 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
11211
11212         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
11213         Use g_strtod() instead of sscanf to parse doubles, so that it will
11214         try parsing in the C locale if the current locale fails.
11215         Fixes: #382982
11216         Patch by: Sebastian Dröge  <mail at slomosnail de >
11217
11218 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11219
11220         * win32/MANIFEST:
11221         Fix compilation on win32 under VS8
11222         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11223         Partially fixes #381175
11224
11225 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
11226
11227         * gst/avi/gstavimux.c:
11228           accept all mpegversions,fixes #380825
11229           spotted by: Jerome Alet  
11230
11231 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
11232
11233         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11234         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
11235         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
11236         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
11237           cleanup the error message a bit more
11238
11239 2006-11-28  Wim Taymans  <wim@fluendo.com>
11240
11241         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11242         Fix width and height properties.
11243
11244         * ext/libcaca/gstcacasink.h:
11245         Fix compilation on newer libcaca that require us to include a new
11246         header. Fixes #379918.
11247
11248 2006-11-28  Wim Taymans  <wim@fluendo.com>
11249
11250         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
11251         * gst/rtsp/gstrtspsrc.h:
11252         * gst/rtsp/rtspext.h:
11253         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
11254         (rtsp_ext_wms_get_context):
11255         Add method so that extensions can choose to disable the setup of
11256         a stream.
11257         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
11258
11259 2006-11-27  Wim Taymans  <wim@fluendo.com>
11260
11261         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
11262
11263         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11264         Push header in a separate buffer instead of memcpy:ing all data.
11265         Change LF => CRLF in headers.
11266         Move trailing LF to header. Fixes #379792.
11267
11268 2006-11-27  Wim Taymans  <wim@fluendo.com>
11269
11270         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
11271         Small buffer overflow fix and improve debugging.
11272
11273 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11274
11275         * ext/esd/esdmon.h:
11276         * ext/esd/esdsink.h:
11277           remove obsolete _factory_init protos
11278
11279 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11280
11281         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
11282         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
11283         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
11284         (gst_avi_demux_read_subindexes_push),
11285         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
11286         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11287         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11288         (gst_avi_demux_massage_index),
11289         (gst_avi_demux_calculate_durations_from_index),
11290         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
11291         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
11292         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11293           remove dead code, tweak debugs statements, add comments, use
11294           _uint64_scale instead _uint64_scale_int when using guint64 values,
11295           small optimizations, reflow some error handling
11296
11297 2006-11-22  Edward Hervey  <edward@fluendo.com>
11298
11299         * po/.cvsignore:
11300         We never put .pot files in cvs. Let's ignore them all.
11301
11302 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11303
11304         * po/POTFILES.in:
11305           ... but better exclude files that aren't disted.
11306
11307 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11308
11309         * po/POTFILES.in:
11310           Add v4l2 source files to list of files with translations, so the
11311           strings are actually extracted (however bad they still may be).
11312
11313 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11314
11315         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
11316           Minor clean-ups: const-ify static array, remove trailing comma from
11317           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
11318
11319 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
11320
11321         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
11322         Make sure that g_free always gets called on the same pointer that was 
11323         returned by g_malloc.  Fixes #376594.
11324         Do not leak memory if decompressed size is wrong.
11325         Remove unneeded check of return value of g_malloc.
11326         Patch by: René Stadler <mail@renestadler.de>
11327
11328 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
11329
11330         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
11331           Add missing curly brackets.
11332
11333 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
11334
11335         * sys/v4l2/v4l2src_calls.c:
11336         Fix capture_deinit.
11337
11338 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11339
11340         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
11341         (gst_matroska_mux_request_new_pad):
11342           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
11343
11344         * tests/check/elements/matroskamux.c: (setup_src_pad),
11345         (setup_sink_pad), (GST_START_TEST):
11346         Activate pads before using them.
11347
11348 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11349
11350         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
11351           Initialise variable to get rid of bogus compiler warning.
11352
11353 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
11354
11355         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
11356
11357         * gst/rtp/gstrtph263pay.c:
11358         * gst/rtp/gstrtph263pdepay.c:
11359         * gst/rtp/gstrtph263ppay.c:
11360           Specify H.263 variant and version in the caps (fixes #361637)
11361
11362 2006-11-15  Wim Taymans  <wim@fluendo.com>
11363
11364         * gst/rtsp/rtspconnection.c: (read_body):
11365         Don't set a data pointer to NULL and a size > 0 when we deal
11366         with empty packets.
11367
11368         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
11369         (rtsp_message_init_response), (rtsp_message_init_data),
11370         (rtsp_message_unset), (rtsp_message_free),
11371         (rtsp_message_take_body):
11372         Check that we can't create invalid empty packets. 
11373
11374 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
11375
11376         Patch by: Mark Nauwelaerts  <manauw at skynet be>
11377
11378         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
11379         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
11380         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
11381         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
11382         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
11383         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
11384         * gst/matroska/matroska-mux.h:
11385           Add basic tag writing support; implement releasing pads (#374658).
11386
11387 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
11388
11389         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11390         (gst_matroska_demux_audio_caps):
11391           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
11392
11393 2006-11-14  David Schleef  <ds@schleef.org>
11394
11395         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
11396
11397 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
11398
11399         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11400
11401         * win32/vs8/gst-plugins-good.sln:
11402         * win32/vs8/libgst1394.vcproj:
11403         * win32/vs8/libgstaasink.vcproj:
11404         * win32/vs8/libgstalaw.vcproj:
11405         * win32/vs8/libgstalpha.vcproj:
11406         * win32/vs8/libgstalphacolor.vcproj:
11407         * win32/vs8/libgstannodex.vcproj:
11408         * win32/vs8/libgstapetag.vcproj:
11409         * win32/vs8/libgstaudiofx.vcproj:
11410         * win32/vs8/libgstauparse.vcproj:
11411         * win32/vs8/libgstautodetect.vcproj:
11412         * win32/vs8/libgstavi.vcproj:
11413         * win32/vs8/libgstcacasink.vcproj:
11414         * win32/vs8/libgstcdio.vcproj:
11415         * win32/vs8/libgstcutter.vcproj:
11416         * win32/vs8/libgstdv.vcproj:
11417         * win32/vs8/libgsteffectv.vcproj:
11418         * win32/vs8/libgstflac.vcproj:
11419         * win32/vs8/libgstflxdec.vcproj:
11420         * win32/vs8/libgstgoom.vcproj:
11421         * win32/vs8/libgsticydemux.vcproj:
11422         * win32/vs8/libgstid3demux.vcproj:
11423         * win32/vs8/libgstjpeg.vcproj:
11424         * win32/vs8/libgstladspa.vcproj:
11425         * win32/vs8/libgstlevel.vcproj:
11426         * win32/vs8/libgstmatroska.vcproj:
11427         * win32/vs8/libgstmikmod.vcproj:
11428         * win32/vs8/libgstmng.vcproj:
11429         * win32/vs8/libgstmonoscope.vcproj:
11430         * win32/vs8/libgstmulaw.vcproj:
11431         * win32/vs8/libgstmultipart.vcproj:
11432         * win32/vs8/libgstpng.vcproj:
11433         * win32/vs8/libgstrtp.vcproj:
11434         * win32/vs8/libgstrtsp.vcproj:
11435         * win32/vs8/libgstshout2.vcproj:
11436         * win32/vs8/libgstsmpte.vcproj:
11437         * win32/vs8/libgstspeex.vcproj:
11438         * win32/vs8/libgsttaglib.vcproj:
11439         * win32/vs8/libgstudp.vcproj:
11440         * win32/vs8/libgstvideobalance.vcproj:
11441         * win32/vs8/libgstvideobox.vcproj:
11442         * win32/vs8/libgstvideoflip.vcproj:
11443         * win32/vs8/libgstvideomixer.vcproj:
11444         * win32/vs8/libgstwavenc.vcproj:
11445         * win32/vs8/libgstwavparse.vcproj:
11446           Make end-of-line returns unixy, so that when the files are checked
11447           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
11448           Hopefully fixes #366492.
11449
11450 2006-11-14  Wim Taymans  <wim@fluendo.com>
11451
11452         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
11453         Disable init_frames delay timestamp adjustment, it does not
11454         seem to be needed at all. Fixes #369621.
11455
11456 2006-11-13  Wim Taymans  <wim@fluendo.com>
11457
11458         Patch by: Mark Nauwelaerts  <manauw at skynet be>
11459
11460         * gst/videomixer/videomixer.c:
11461         (gst_videomixer_set_master_geometry),
11462         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
11463         (gst_videomixer_collect_free), (gst_videomixer_reset),
11464         (gst_videomixer_init), (gst_videomixer_finalize),
11465         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
11466         (gst_videomixer_collected), (gst_videomixer_change_state):
11467         Fix memleak by unref'ing collectpads instance (when finalizing)
11468         Implement releasing a request pad. Fixes #374479.
11469
11470 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11471
11472         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11473
11474         * win32/vs8/gst-plugins-good.sln:
11475         * win32/vs8/libgst1394.vcproj:
11476         * win32/vs8/libgstaasink.vcproj:
11477         * win32/vs8/libgstalaw.vcproj:
11478         * win32/vs8/libgstalpha.vcproj:
11479         * win32/vs8/libgstalphacolor.vcproj:
11480         * win32/vs8/libgstannodex.vcproj:
11481         * win32/vs8/libgstapetag.vcproj:
11482         * win32/vs8/libgstaudiofx.vcproj:
11483         * win32/vs8/libgstauparse.vcproj:
11484         * win32/vs8/libgstautodetect.vcproj:
11485         * win32/vs8/libgstavi.vcproj:
11486         * win32/vs8/libgstcacasink.vcproj:
11487         * win32/vs8/libgstcdio.vcproj:
11488         * win32/vs8/libgstcutter.vcproj:
11489         * win32/vs8/libgstdv.vcproj:
11490         * win32/vs8/libgsteffectv.vcproj:
11491         * win32/vs8/libgstflac.vcproj:
11492         * win32/vs8/libgstflxdec.vcproj:
11493         * win32/vs8/libgstgoom.vcproj:
11494         * win32/vs8/libgsticydemux.vcproj:
11495         * win32/vs8/libgstid3demux.vcproj:
11496         * win32/vs8/libgstjpeg.vcproj:
11497         * win32/vs8/libgstladspa.vcproj:
11498         * win32/vs8/libgstlevel.vcproj:
11499         * win32/vs8/libgstmatroska.vcproj:
11500         * win32/vs8/libgstmikmod.vcproj:
11501         * win32/vs8/libgstmng.vcproj:
11502         * win32/vs8/libgstmonoscope.vcproj:
11503         * win32/vs8/libgstmulaw.vcproj:
11504         * win32/vs8/libgstmultipart.vcproj:
11505         * win32/vs8/libgstpng.vcproj:
11506         * win32/vs8/libgstrtp.vcproj:
11507         * win32/vs8/libgstrtsp.vcproj:
11508         * win32/vs8/libgstshout2.vcproj:
11509         * win32/vs8/libgstsmpte.vcproj:
11510         * win32/vs8/libgstspeex.vcproj:
11511         * win32/vs8/libgsttaglib.vcproj:
11512         * win32/vs8/libgstudp.vcproj:
11513         * win32/vs8/libgstvideobalance.vcproj:
11514         * win32/vs8/libgstvideobox.vcproj:
11515         * win32/vs8/libgstvideoflip.vcproj:
11516         * win32/vs8/libgstvideomixer.vcproj:
11517         * win32/vs8/libgstwavenc.vcproj:
11518         * win32/vs8/libgstwavparse.vcproj:
11519           Add VS8 project files (note that many of the plugins in ext are
11520           disabled by default). Fixes #366492.
11521
11522 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
11523
11524         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
11525           we do not translate debug messages
11526
11527 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
11528
11529         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11530           fix categorisation, make short desc more explicit, remove unused code
11531           Fixes #372021
11532
11533 2006-11-08  Wim Taymans  <wim@fluendo.com>
11534
11535         * gst/rtp/gstrtpL16depay.c:
11536         * gst/rtp/gstrtpamrdepay.c:
11537         * gst/rtp/gstrtpamrpay.c:
11538         * gst/rtp/gstrtpgsmdepay.c:
11539         * gst/rtp/gstrtph263pay.c:
11540         * gst/rtp/gstrtph263pdepay.c:
11541         * gst/rtp/gstrtph263ppay.c:
11542         * gst/rtp/gstrtph264depay.c:
11543         * gst/rtp/gstrtpmp2tdepay.c:
11544         * gst/rtp/gstrtpmp4gdepay.c:
11545         * gst/rtp/gstrtpmp4gpay.c:
11546         * gst/rtp/gstrtpmp4vdepay.c:
11547         * gst/rtp/gstrtpmp4vpay.c:
11548         * gst/rtp/gstrtpmpadepay.c:
11549         * gst/rtp/gstrtpmpapay.c:
11550         * gst/rtp/gstrtppcmadepay.c:
11551         * gst/rtp/gstrtppcmapay.c:
11552         * gst/rtp/gstrtppcmudepay.c:
11553         * gst/rtp/gstrtppcmupay.c:
11554         * gst/rtp/gstrtpspeexdepay.c:
11555         * gst/rtp/gstrtpspeexpay.c:
11556         * gst/rtp/gstrtpsv3vdepay.c:
11557         Fix element descriptions.
11558
11559 2006-11-08  Wim Taymans  <wim@fluendo.com>
11560
11561         * gst/rtp/gstrtpvorbisdepay.c:
11562         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
11563         Fix description.
11564         Small cleanup in the payloader.
11565
11566 2006-11-08  Wim Taymans  <wim@fluendo.com>
11567
11568         * gst/rtp/Makefile.am:
11569         * gst/rtp/gstrtp.c: (plugin_init):
11570         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
11571         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
11572         (gst_rtp_theora_depay_finalize),
11573         (gst_rtp_theora_depay_parse_configuration),
11574         (gst_rtp_theora_depay_setcaps),
11575         (gst_rtp_theora_depay_switch_codebook),
11576         (gst_rtp_theora_depay_process),
11577         (gst_rtp_theora_depay_set_property),
11578         (gst_rtp_theora_depay_get_property),
11579         (gst_rtp_theora_depay_change_state),
11580         (gst_rtp_theora_depay_plugin_init):
11581         * gst/rtp/gstrtptheoradepay.h:
11582         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
11583         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
11584         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
11585         (gst_rtp_theora_pay_init_packet),
11586         (gst_rtp_theora_pay_flush_packet),
11587         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
11588         (gst_rtp_theora_pay_handle_buffer),
11589         (gst_rtp_theora_pay_plugin_init):
11590         * gst/rtp/gstrtptheorapay.h:
11591         Add theora pay/depayloaders.
11592
11593 2006-11-06  Wim Taymans  <wim@fluendo.com>
11594
11595         * gst/rtp/Makefile.am:
11596         We depend on gsttag to generate the vorbis comments.
11597
11598         * gst/rtp/gstrtpvorbisdepay.c:
11599         (gst_rtp_vorbis_depay_parse_configuration),
11600         (gst_rtp_vorbis_depay_setcaps),
11601         (gst_rtp_vorbis_depay_switch_codebook),
11602         (gst_rtp_vorbis_depay_process):
11603         * gst/rtp/gstrtpvorbisdepay.h:
11604         Parse configuration string in the depayloader.
11605         Implement selecting and switching to a new codebook.
11606         Receiving vorbis over RTP now works.
11607
11608         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
11609         (gst_rtp_vorbis_pay_init_packet),
11610         (gst_rtp_vorbis_pay_finish_headers),
11611         (gst_rtp_vorbis_pay_handle_buffer):
11612         * gst/rtp/gstrtpvorbispay.h:
11613         Set timestamps on outgoing buffers and RTP packets.
11614         Fix configuration string, prepend number of Packet headers.
11615         Fix encoding of ident string.
11616         Add delivery-method to caps.
11617         Streaming vorbis over RTP now works.
11618
11619 2006-11-06  Wim Taymans  <wim@fluendo.com>
11620
11621         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
11622         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
11623         (gst_rtp_vorbis_pay_handle_buffer):
11624         * gst/rtp/gstrtpvorbispay.h:
11625         Generate a valid configuration string in the caps based on the
11626         vorbis headers.
11627
11628 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
11629
11630         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
11631         * ext/cdio/gstcdio.h:
11632         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
11633           Move CD-TEXT utility function into common file so it can also be
11634           used by a future cdioparanoiasrc.
11635
11636 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
11637         
11638         * sys/v4l2/Makefile.am:
11639         * sys/v4l2/gstv4l2object.c:
11640         * sys/v4l2/gstv4l2src.c:
11641         * sys/v4l2/gstv4l2xoverlay.c:
11642         * sys/v4l2/v4l2_calls.c:
11643         * sys/v4l2/v4l2src_calls.c:
11644         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
11645         xoverlay code that is still not implemented.
11646
11647 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
11648
11649         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
11650           We require a -base more recent than 0.10.9, so it's safe to use
11651           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
11652
11653         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
11654         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
11655           Use _newsegment_full() now that we depend on a recent enough core.
11656
11657         * gst/wavparse/gstwavparse.c:
11658           Remove cruft that we don't need any longer now that we depend on
11659           a recent enough -base.
11660
11661 2006-10-31  Wim Taymans  <wim@fluendo.com>
11662
11663         * gst/rtp/Makefile.am:
11664         * gst/rtp/gstrtp.c: (plugin_init):
11665         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
11666         (gst_rtpilbcpay_setcaps):
11667         Fix and activate ILBC pay and depayloaders. Fixes #368162.
11668
11669 2006-10-31  Wim Taymans  <wim@fluendo.com>
11670
11671         * ext/speex/gstspeexdec.c: (speex_dec_convert),
11672         (speex_dec_sink_event), (speex_dec_chain_parse_header):
11673         Some small cleanups, use _scale.
11674
11675 2006-10-31  Wim Taymans  <wim@fluendo.com>
11676
11677         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
11678         Use higher precision scale function.
11679
11680 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
11681
11682         Patch by: Michal Benes  <michal dot benes at itonis tv>
11683
11684         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
11685         (gst_matroska_demux_read_track_encodings),
11686         (gst_matroska_decode_buffer):
11687           Fix several issues with encoded/compressed/encrypted/signed tracks;
11688           also, remove superfluous newline characters from some debug
11689           statements. (#366155)
11690
11691 2006-10-30  Wim Taymans  <wim@fluendo.com>
11692
11693         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
11694         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
11695         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
11696         (gst_smokedec_change_state):
11697         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
11698         (gst_smokeenc_init), (gst_smokeenc_finalize),
11699         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
11700         (gst_smokeenc_resync), (gst_smokeenc_chain),
11701         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
11702         (gst_smokeenc_change_state):
11703         Various cleanups, capsnego and leak fixes.
11704
11705 2006-10-30  Wim Taymans  <wim@fluendo.com>
11706
11707         Patch by: Mark Nauwelaerts  <manauw at skynet be>
11708
11709         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
11710         Fix videomixer so that it can handle any combination of framerates.
11711         Fixes #367221.
11712
11713 2006-10-28  Wim Taymans  <wim@fluendo.com>
11714
11715         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11716         (gst_avi_demux_parse_file_header),
11717         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
11718         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
11719         (gst_avi_demux_chain):
11720         Fix position query for audio. also fixes timestamps in streaming
11721         mode and bug #364958.
11722         Small cleanups.
11723
11724 2006-10-27  Wim Taymans  <wim@fluendo.com>
11725
11726         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
11727         * ext/libpng/gstpngenc.h:
11728         Fix strides. Fixes #364856.
11729         Cleanup capsnego.
11730         Set caps on outgoing buffers.
11731
11732 2006-10-18  Wim Taymans  <wim@fluendo.com>
11733
11734         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
11735
11736         * gst/rtp/gstrtpgsmpay.c:
11737         * gst/rtp/gstrtph263pay.c:
11738         * gst/rtp/gstrtpmpapay.c:
11739         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
11740         (gst_rtp_pcma_pay_handle_buffer):
11741         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
11742         Add static payload numbers in addition to the dynamic ones.
11743         Fixes #361639.
11744
11745 2006-10-18  Wim Taymans  <wim@fluendo.com>
11746
11747         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
11748         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
11749         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
11750         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
11751         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
11752         * gst/rtsp/rtspdefs.h:
11753         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11754         * gst/rtsp/rtspurl.h:
11755         Reuse already existing enum for lower transport.
11756         Add rtspt and rtspu protocols.
11757         Send redirect to rtspt when udp times out.
11758
11759 2006-10-18  Wim Taymans  <wim@fluendo.com>
11760
11761         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11762         (gst_wavparse_stream_data):
11763         Fix seeking some more, mostly for speed changes.
11764
11765 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11766
11767         Patch by: Fredrik Persson  <frepe at bredband net>
11768
11769         * sys/v4l2/gstv4l2tuner.c:
11770         * sys/v4l2/gstv4l2tuner.h:
11771           Fix _set_channel(): remove useless g_object_notify() for "channel"
11772           property that doesn't exist any longer and therefore now also
11773           useless redirect (#338818).
11774
11775 2006-10-17  Wim Taymans  <wim@fluendo.com>
11776
11777         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
11778         Some drivers do not support unsetting the non-blocking flag once the
11779         device is opened. In those cases, close/open the device in
11780         non-blocking mode. Fixes #362673.
11781
11782 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
11783
11784         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
11785         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
11786         (gst_v4l2src_get_fps):
11787           dear stefan, framespersecond is not frameperiod, reverting but adding
11788           comment
11789
11790 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
11791
11792         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
11793         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
11794         (gst_v4l2src_get_fps):
11795           Numerator is numerator and denominator is denominator. Say that aloud
11796           5 times and retry after next beer.
11797
11798 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
11799
11800         Patch by: Josep Torra Valles  <josep at fluendo com>
11801
11802         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
11803         * ext/esd/esdsink.c: (gst_esdsink_write):
11804         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
11805         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
11806         (gst_flac_dec_send_newsegment):
11807         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
11808         (gst_flac_enc_tell_callback):
11809         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
11810         (smokecodec_parse_header), (smokecodec_decode):
11811         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
11812         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
11813         * gst/goom/Makefile.am:
11814         * gst/goom/gstgoom.c:
11815         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
11816         * gst/rtsp/gstrtspsrc.c:
11817         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
11818         * gst/udp/gstudpsink.c:
11819         * gst/udp/gstudpsrc.c:
11820         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
11821         * sys/sunaudio/gstsunaudiomixertrack.h:
11822           Fix a bunch of problems discovered by the Forte compiler, mostly type
11823           mixups and pointer arithmetics with void pointers. Fixes #362603.
11824
11825 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
11826
11827         * ext/speex/gstspeex.c: (plugin_init):
11828         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
11829         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
11830         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
11831         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
11832         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
11833         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
11834         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
11835         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
11836         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
11837         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
11838         (gst_speex_enc_chain), (gst_speex_enc_get_property),
11839         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
11840         * ext/speex/gstspeexenc.h:
11841           Miscellaneous clean-ups, among other things: speexenc => enc to
11842           enhance code readability; change speexenc => speex_enc; in chain
11843           function unref input buffer in case of error; take reference in
11844           event function; use boilerplate macro; use gst_pad_query_peer_*
11845           convenience functions.
11846
11847 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
11848
11849         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
11850         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
11851         (gst_speexenc_set_header_on_caps):
11852           Fix some mem leaks.
11853
11854 2006-10-11  Wim Taymans  <wim@fluendo.com>
11855
11856         * gst/rtsp/URLS:
11857         Added some other URL.
11858
11859         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
11860         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
11861         (gst_rtspsrc_open), (gst_rtspsrc_play),
11862         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11863         * gst/rtsp/gstrtspsrc.h:
11864         Work on fallback to TCP connection when the UDP socket times out.
11865         Handler server requests, just reply with OK for now.
11866
11867         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
11868         * gst/rtsp/rtspdefs.h:
11869         Added some more Real extension headers.
11870
11871         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11872         Fix parsing of urls with a ':' that is not part of the hostname:port
11873         part of the url.
11874
11875 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
11876
11877         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
11878         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
11879         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11880           Activate pad before adding it to the already-running element.
11881
11882         * tests/check/elements/icydemux.c: (icydemux_found_pad):
11883           Activate newly-created pad too.
11884
11885 2006-10-11  Wim Taymans  <wim@fluendo.com>
11886
11887         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
11888
11889         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
11890         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
11891         (gst_udpsrc_start):
11892         Fix some leaks in caps and uris. Fixes #361252.
11893
11894 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
11895
11896         * gst/wavparse/Makefile.am:
11897           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
11898
11899 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
11900
11901         * sys/v4l2/gstv4l2xoverlay.c:
11902         * sys/v4l2/gstv4l2xoverlay.h:
11903         Fix build as per the patch in #338818 comment 36.
11904
11905 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
11906
11907         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
11908           Activate pads before adding them to the source.
11909
11910 2006-10-06  Wim Taymans  <wim@fluendo.com>
11911
11912         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
11913         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
11914         Activate pads before adding.
11915
11916 2006-10-06  Wim Taymans  <wim@fluendo.com>
11917
11918         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11919         (gst_multipart_find_pad_by_mime):
11920         Activate pads before adding.
11921
11922         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11923         BOILERPLATE sets parent_class for us.
11924
11925 2006-10-06  Wim Taymans  <wim@fluendo.com>
11926
11927         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
11928         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
11929         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
11930         (gst_rtspsrc_alloc_udp_ports),
11931         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
11932         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
11933         (gst_rtspsrc_create_transports_string),
11934         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
11935         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11936         * gst/rtsp/gstrtspsrc.h:
11937         Rework how the transport string is constructed, try to share channels
11938         and udp ports.
11939         Make most of the stuff less dependant on RTP as we are also going to use
11940         it for RDT.
11941         Add support for transport specific session managers.
11942
11943         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
11944         Implement _flush().
11945
11946         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
11947         * gst/rtsp/rtspdefs.h:
11948         Add generic error return code.
11949
11950         * gst/rtsp/rtspext.h:
11951         Add support for pluggable tranport strings.
11952
11953         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
11954         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
11955         (rtsp_ext_wms_get_context):
11956         Detect WMServer and activate the extension.
11957
11958         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
11959         (rtsp_transport_get_manager), (rtsp_transport_parse):
11960         * gst/rtsp/rtsptransport.h:
11961         Added methods to get mime/manager for certain transports.
11962
11963 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
11964
11965         * ext/cairo/gsttimeoverlay.c:
11966         (gst_cairo_time_overlay_update_font_height):
11967         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
11968         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
11969         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
11970         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
11971         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
11972         * ext/libpng/gstpngdec.c: (user_endrow_callback):
11973         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
11974         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
11975         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11976         (gst_avi_demux_stream_data):
11977         * gst/cutter/gstcutter.c: (gst_cutter_chain):
11978         * gst/debug/efence.c: (gst_efence_buffer_alloc),
11979         (gst_fenced_buffer_copy):
11980         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
11981         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
11982         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11983         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
11984         (gst_rtspsrc_handle_message):
11985         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
11986         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
11987           Printf format fixes.
11988
11989 2006-10-04  Wim Taymans  <wim@fluendo.com>
11990
11991         * gst/rtsp/Makefile.am:
11992         Dist new .h file too.
11993
11994 2006-10-04  Wim Taymans  <wim@fluendo.com>
11995
11996         * gst/rtsp/Makefile.am:
11997         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
11998         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
11999         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
12000         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
12001         (gst_rtspsrc_parse_rtpmap),
12002         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
12003         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12004         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
12005         * gst/rtsp/gstrtspsrc.h:
12006         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12007         * gst/rtsp/rtspdefs.h:
12008         * gst/rtsp/rtspext.h:
12009         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
12010         (rtsp_ext_wms_get_context):
12011         * gst/rtsp/rtspextwms.h:
12012         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
12013         (rtsp_transport_parse):
12014         * gst/rtsp/rtsptransport.h:
12015         Factor out extension in separate module.
12016         Fix getcaps to filter against the padtemplate.
12017         Use Content-Base if the server gives one.
12018         Rework the transport parsing a bit for future extensions.
12019         Added some Real Header field definitions.
12020
12021 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12022
12023         * docs/plugins/Makefile.am:
12024         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12025         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12026           added v4l2 stubs
12027         * gst-plugins-good.spec.in:
12028           add v4l2
12029
12030 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
12031
12032         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12033           Extract disc/album/medium number and count and try harder
12034           to extract track number/count.
12035
12036 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12037
12038         * configure.ac:
12039         * sys/Makefile.am:
12040           add build stuff for v4l2, needs --enable-experimental until
12041           the last bits are resolved
12042
12043 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12044
12045         * tests/check/Makefile.am:
12046           Disable autodetect test temporarily, so that the build bots
12047           update -bad and the ranks of unreliable video sinks in there.
12048
12049         * tests/check/elements/autodetect.c: (GST_START_TEST):
12050           Skip test if no usable videosink is found.
12051
12052 2006-09-29  Wim Taymans  <wim@fluendo.com>
12053
12054         * gst/rtsp/URLS:
12055         Add some more URLs.
12056
12057         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
12058         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
12059         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
12060         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
12061         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
12062         (gst_rtspsrc_loop), (gst_rtspsrc_send),
12063         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12064         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
12065         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12066         * gst/rtsp/gstrtspsrc.h:
12067         Add timeout property to control UDP timeouts.
12068         Fix error messages.
12069         Also start a loop function when operating in UDP mode so that we can
12070         do some more stuff async.
12071         Handle element messages from udpsrc to detect timeouts. If a timeout
12072         happens we currently generate an error.
12073         API: rtspsrc::timeout property.
12074
12075         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12076         (gst_udpsrc_create):
12077         Really implement the timeout in microseconds and not milliseconds.
12078
12079 2006-09-29  Wim Taymans  <wim@fluendo.com>
12080
12081         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12082         (gst_udpsrc_create), (gst_udpsrc_set_property),
12083         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
12084         * gst/udp/gstudpsrc.h:
12085         Added property to post a message on timeout.
12086         Updated docs.
12087         When restarting the select, initialize the fdsets again.
12088         Init control sockets so we don't accidentally close a random socket.
12089         API: GstUDPSrc::timeout property
12090
12091 2006-09-29  Wim Taymans  <wim@fluendo.com>
12092
12093         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
12094         Fix flag registration.
12095
12096         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12097         Reading 0 also means 'no more commands'
12098
12099 2006-09-29  Wim Taymans  <wim@fluendo.com>
12100
12101         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
12102
12103         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12104         Fix possible infinite loop when shutting down, a read can also return
12105         0 to indicate no more messages are available. Fixes #358156.
12106
12107 2006-09-25  Wim Taymans  <wim@fluendo.com>
12108
12109         * gst/autodetect/gstautoaudiosink.c:
12110         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
12111         (gst_auto_audio_sink_find_best):
12112         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
12113         Small cleanups.
12114         don't try to set "sync" property when it is not available.
12115
12116 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12117
12118         Patch by: Peter Kjellerstedt  <pkj at axis com>
12119
12120         * gst/alpha/gstalpha.c:
12121         * gst/rtp/gstrtpamrdepay.c:
12122         * gst/rtsp/gstrtspsrc.c:
12123         * gst/udp/gstudpsrc.c:
12124         * gst/videomixer/videomixer.c:
12125           Include stdlib.h in some more places, makes things compile
12126           with uClibc and -Werror (#357592).
12127
12128 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12129
12130         * ext/jpeg/gstjpegdec.c:
12131           Set minimum height to 8 (from 16), our code should handle
12132           that fine. Some of the buttons on the apple trailer site
12133           are apparently only 15 pixels high (see #357470).
12134
12135 2006-09-23  Wim Taymans  <wim@fluendo.com>
12136
12137         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
12138         (gst_rtspsrc_open):
12139         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12140         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
12141         (rtsp_connection_receive):
12142         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12143         * gst/rtsp/rtspdefs.h:
12144         Improve error reporting.
12145
12146 2006-09-23  Wim Taymans  <wim@fluendo.com>
12147
12148         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
12149         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
12150         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
12151         * gst/rtp/gstrtpdepay.c:
12152         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
12153         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
12154         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
12155         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
12156         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
12157         (gst_rtp_mp2t_depay_plugin_init):
12158         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
12159         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
12160         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
12161         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
12162         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
12163         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
12164         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
12165         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
12166         Fix klass typos.
12167         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
12168
12169 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12170
12171         * configure.ac:
12172           Need  -base CVS for gst_base_rtp_depayload_push_ts().
12173
12174 2006-09-22  Wim Taymans  <wim@fluendo.com>
12175
12176         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
12177         Don't check for a tag that is never there and check if we read the
12178         correct tag. Fixes seeking again.
12179         We must post an error when all pads are unlinked.
12180
12181 2006-09-22  Wim Taymans  <wim@fluendo.com>
12182
12183         * gst/rtp/Makefile.am:
12184         * gst/rtp/gstrtp.c: (plugin_init):
12185         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
12186         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12187         (gst_rtp_vorbis_pay_reset_packet),
12188         (gst_rtp_vorbis_pay_init_packet),
12189         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
12190         (gst_rtp_vorbis_pay_handle_buffer):
12191         More fixage, set endoder-params correctly in the payloader.
12192
12193 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12194
12195         * gst/autodetect/gstautoaudiosink.c:
12196         (gst_auto_audio_sink_base_init):
12197         * gst/autodetect/gstautovideosink.c:
12198         (gst_auto_video_sink_base_init):
12199           Make static pad templates static to appease valgrind's leak
12200           detector.
12201
12202         * tests/check/Makefile.am:
12203         * tests/check/elements/.cvsignore:
12204         * tests/check/elements/autodetect.c: (GST_START_TEST),
12205         (autodetect_suite):
12206           Add simple test for the ghostpad lockup on shutdown fixed in core
12207           CVS (audio bit disabled because it would need dozens of alsa
12208           suppressions and I'm too lazy to add those now).
12209
12210 2006-09-22  Wim Taymans  <wim@fluendo.com>
12211
12212         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
12213         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
12214         Small cleanups.
12215
12216         * gst/rtp/Makefile.am:
12217         * gst/rtp/gstrtp.c: (plugin_init):
12218         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
12219         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
12220         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
12221         (gst_rtp_vorbis_depay_process),
12222         (gst_rtp_vorbis_depay_set_property),
12223         (gst_rtp_vorbis_depay_get_property),
12224         (gst_rtp_vorbis_depay_change_state),
12225         (gst_rtp_vorbis_depay_plugin_init):
12226         * gst/rtp/gstrtpvorbisdepay.h:
12227         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
12228         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
12229         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
12230         (gst_rtp_vorbis_pay_flush_packet),
12231         (gst_rtp_vorbis_pay_append_buffer),
12232         (gst_rtp_vorbis_pay_handle_buffer),
12233         (gst_rtp_vorbis_pay_plugin_init):
12234         * gst/rtp/gstrtpvorbispay.h:
12235         Add experimental vorbis pay and depayloaders.
12236
12237 2006-09-21  Wim Taymans  <wim@fluendo.com>
12238
12239         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
12240         Fix profile-level-id parsing and setup.
12241
12242 2006-09-21  Wim Taymans  <wim@fluendo.com>
12243
12244         * gst/udp/README:
12245         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
12246         Update README, simple cleanup.
12247
12248 2006-09-21  Wim Taymans  <wim@fluendo.com>
12249
12250         * gst/rtp/README:
12251         Update README with some examples.
12252
12253         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
12254         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
12255         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12256         (gst_rtp_mp4g_pay_setcaps):
12257         * gst/rtp/gstrtpmp4gpay.h:
12258         Make optional RTP parameters of type STRING, as required by the
12259         application/x-rtp caps specification.
12260
12261 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12262
12263         * gst/rtp/gstrtph263pdepay.c:
12264         * gst/rtp/gstrtph263ppay.c:
12265         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
12266         RTP header.
12267
12268 2006-09-20  Wim Taymans  <wim@fluendo.com>
12269
12270         * gst/rtp/Makefile.am:
12271         And makefile too.
12272
12273 2006-09-20  Wim Taymans  <wim@fluendo.com>
12274
12275         * gst/rtp/gstrtp.c: (plugin_init):
12276         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
12277         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
12278         (decode_base64), (gst_rtp_asf_depay_setcaps),
12279         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
12280         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
12281         (gst_rtp_asf_depay_plugin_init):
12282         * gst/rtp/gstrtpasfdepay.h:
12283         Added preliminary ASF depayloader.
12284
12285         * gst/rtp/gstrtph264depay.c: (decode_base64):
12286         Fix base64 decoding.
12287
12288 2006-09-20  Wim Taymans  <wim@fluendo.com>
12289
12290         * gst/rtsp/URLS:
12291         Added some test URLS.
12292
12293         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
12294         (gst_rtspsrc_loop), (gst_rtspsrc_open):
12295         * gst/rtsp/gstrtspsrc.h:
12296         When creating streams, give access to the complete SDP.
12297         Fix some leaks.
12298         Collect and merge global stream properties in stream caps.
12299         Preliminary support for WMServer.
12300
12301         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12302         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
12303         (rtsp_connection_receive):
12304         * gst/rtsp/rtspconnection.h:
12305         Make connection interruptable.
12306         Refactor to make it reconnectable.
12307         Don't fail on short reads when reading data packets.
12308
12309         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
12310         (rtsp_url_get_port):
12311         * gst/rtsp/rtspurl.h:
12312         Add methods for getting/setting the port.
12313
12314         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
12315         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
12316         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
12317         (sdp_media_get_format), (sdp_parse_line),
12318         (sdp_message_parse_buffer):
12319         Fix headers. 
12320         Add methods for getting multiple attributes with the same name.
12321         Increase buffer size when parsing.
12322         Fix parsing of a=foo fields.
12323
12324         * gst/rtsp/test.c: (main):
12325         Update to new connection API.
12326
12327         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12328         (rtsp_message_init_response), (rtsp_message_init_data),
12329         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
12330         * gst/rtsp/rtspmessage.h:
12331         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
12332         * gst/rtsp/rtsptransport.h:
12333         * gst/rtsp/sdp.h:
12334         * gst/rtsp/sdpmessage.h:
12335         * gst/rtsp/gstrtsp.c:
12336         * gst/rtsp/gstrtsp.h:
12337         * gst/rtsp/gstrtpdec.c:
12338         * gst/rtsp/gstrtpdec.h:
12339         * gst/rtsp/rtsp.h:
12340         * gst/rtsp/rtspdefs.c:
12341         * gst/rtsp/rtspdefs.h:
12342         Dual licensed under MIT and LGPL now.
12343
12344 2006-09-19  Wim Taymans  <wim@fluendo.com>
12345
12346         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
12347         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
12348         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
12349         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
12350         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
12351         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12352         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
12353         * gst/rtsp/gstrtspsrc.h:
12354         Reorganize stream parsing and creation.
12355         Detect container formats in interleaved mode.
12356         Keep more state about the streams.
12357         Assume a server also supports PLAY if it does not say.
12358         Add unicast and interleaved properties to TCP transport requests to make
12359         some servers happy (WMServer).
12360
12361         * gst/rtsp/sdpmessage.h:
12362         Add some defines for the standard Bandwidth types.
12363
12364 2006-09-19  Wim Taymans  <wim@fluendo.com>
12365
12366         * gst/rtsp/test.c: (main):
12367         Fix build.
12368
12369 2006-09-19  Wim Taymans  <wim@fluendo.com>
12370
12371         * gst/wavparse/gstwavparse.c:
12372         Add ms-gsm to the src template.
12373
12374 2006-09-18  Wim Taymans  <wim@fluendo.com>
12375
12376         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
12377         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
12378         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
12379         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
12380         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
12381         * gst/rtsp/gstrtspsrc.h:
12382         Small cleanups, added documentation.
12383         Try to clean up the requests and responses.
12384         Refactor parsing the supported methods.
12385
12386         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
12387         (rtsp_connection_create), (rtsp_connection_send),
12388         (parse_response_status), (parse_request_line),
12389         (rtsp_connection_receive), (rtsp_connection_close),
12390         (rtsp_connection_free):
12391         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
12392         (rtsp_transport_init), (rtsp_transport_parse),
12393         (rtsp_transport_free):
12394         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12395         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
12396         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
12397         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
12398         Use g_return_val some more.
12399
12400         * gst/rtsp/rtspdefs.h:
12401         Add more enum values to track initial states.
12402
12403         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
12404         (rtsp_message_init_request), (rtsp_message_new_response),
12405         (rtsp_message_init_response), (rtsp_message_init_data),
12406         (rtsp_message_unset), (rtsp_message_free),
12407         (rtsp_message_add_header), (rtsp_message_remove_header),
12408         (rtsp_message_get_header), (rtsp_message_set_body),
12409         (rtsp_message_take_body), (rtsp_message_get_body),
12410         (rtsp_message_steal_body), (rtsp_message_dump):
12411         * gst/rtsp/rtspmessage.h:
12412         Reorder arguments, object goes as the first one.
12413         Use g_return_val some more.
12414
12415 2006-09-18  Wim Taymans  <wim@fluendo.com>
12416
12417         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
12418         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
12419         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
12420         * gst/rtsp/gstrtspsrc.h:
12421         Export sometimes source pad with correct caps on the template, create
12422         the ghostpad from the template.
12423         Remove RTCP template as we never expose RTCP.
12424         Protect against invalid body size.
12425         Avoid memcpy when creating the output buffer.
12426         Properly post an error and send EOS when the loop function is shut down.
12427
12428 2006-09-18  Wim Taymans  <wim@fluendo.com>
12429
12430         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
12431
12432         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
12433         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
12434         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
12435         * gst/rtsp/gstrtspsrc.h:
12436         Make sure we can never set an invalid location.
12437
12438         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
12439         * gst/rtsp/rtspmessage.h:
12440         Added _steal_body method for future use.
12441
12442         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
12443         Make freeing of NULL url return immediatly.
12444
12445 2006-09-18  Wim Taymans  <wim@fluendo.com>
12446
12447         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
12448
12449         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
12450         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
12451         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
12452         (gst_rtspsrc_change_state):
12453         * gst/rtsp/gstrtspsrc.h:
12454         Use boilerplate.
12455         Make rtspsrc subclass GstBin to make state changes easier.
12456         Add Range header field on the PLAY request.
12457
12458 2006-09-18  Wim Taymans  <wim@fluendo.com>
12459
12460         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
12461
12462         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
12463         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
12464         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
12465         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
12466         * gst/rtsp/rtspconnection.c: (inet_aton):
12467         Small cleanups.
12468         when multicast is selected as the transport, create UDP sources and
12469         connect to the multicast group.
12470         Move parsing and setting of caps to a common place.
12471         Fixes #349894.
12472
12473 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12474
12475         * ext/flac/gstflactag.c:
12476         * gst/alpha/gstalpha.c:
12477         * gst/debug/breakmydata.c:
12478         * gst/debug/negotiation.c:
12479         * gst/debug/testplugin.c:
12480         * gst/effectv/gstaging.c:
12481         * gst/effectv/gstdice.c:
12482         * gst/effectv/gstedge.c:
12483         * gst/effectv/gstquark.c:
12484         * gst/effectv/gstrev.c:
12485         * gst/effectv/gstshagadelic.c:
12486         * gst/effectv/gstvertigo.c:
12487         * gst/effectv/gstwarp.c:
12488         * gst/multipart/multipartdemux.c:
12489         * gst/multipart/multipartmux.c:
12490         * gst/videobox/gstvideobox.c:
12491         * gst/videofilter/gstgamma.c:
12492         * gst/videofilter/gstvideotemplate.c:
12493         * gst/videomixer/videomixer.c:
12494         * sys/sunaudio/gstsunaudiosrc.h:
12495         More G_OBJECT macro fixing.
12496
12497 2006-09-16  Wim Taymans  <wim@fluendo.com>
12498
12499         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
12500
12501         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
12502         Correctly set the dwLength in strh.
12503         With this patch, the file duration is now displayed correctly in window
12504         media player and the AVI plays completely. Fixes #356147
12505
12506 2006-09-15  Wim Taymans  <wim@fluendo.com>
12507
12508         Patch by: Darren Kenny <darren dot kenny at sun dot com>
12509
12510         * sys/sunaudio/gstsunaudiomixerctrl.c:
12511         (gst_sunaudiomixer_ctrl_build_list):
12512         Set the output track as the MASTER so that the gnome-settings-daemon
12513         keybindings for changing the volume using the keyboard works.
12514         Fixes #356142.
12515
12516 2006-09-15  Wim Taymans  <wim@fluendo.com>
12517
12518         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
12519         Fix documentation, it is not possible to control the framerate of jpegdec
12520         using filtered caps yet. Fixes #355210.
12521         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
12522         stop when there is an error.
12523
12524 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
12525
12526         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
12527         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12528           Don't interpret a first buffer with an offset of NONE as
12529           'from the middle of the stream', but only a first buffer
12530           that has a valid buffer offset that's non-zero (see #345449).
12531
12532 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
12533
12534         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
12535         (gst_icydemux_typefind_or_forward):
12536         * gst/icydemux/gsticydemux.h:
12537           When we merge/collect multiple incoming buffers for typefinding
12538           purposes, keep an initial 0 offset on the first outgoing buffer
12539           as well (otherwise id3demux won't work right). Fixes #345449.
12540           Also Make buffer metadata writable before setting buffer caps.
12541
12542         * tests/check/elements/icydemux.c: (typefind_succeed),
12543         (cleanup_icydemux), (push_data), (GST_START_TEST),
12544         (icydemux_suite):
12545           Small test case for the above.
12546
12547 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
12548
12549         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
12550         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
12551         (gst_avi_demux_stream_header_push),
12552         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
12553         (gst_avi_demux_loop):
12554           More code reuse and better logging in _peek_chunk(). Reintroduce check
12555           for chunk sizes before reading them (avoid oom). Better handling for 
12556           invalid chunksizes when streaming.
12557
12558 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
12559
12560         * gst/level/gstlevel.c: (gst_level_set_property):
12561         * gst/level/gstlevel.h:
12562           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
12563           René Stadler
12564
12565 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
12566
12567         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
12568         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
12569         (gst_avi_demux_stream_data):
12570           Revert one change to fix streaming avi (adapter size != data size).
12571
12572 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12573
12574         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
12575
12576         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
12577         (gst_matroska_demux_reset),
12578         (gst_matroska_demux_read_track_encodings),
12579         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
12580         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
12581         (gst_matroska_demux_subtitle_caps):
12582         * gst/matroska/matroska-ids.h:
12583           Add support for VOBSUB subtitle tracks and zlib-compressed
12584           tracks. Make sure we start on a keyframe after a seek. (#343348)
12585
12586 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12587
12588         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
12589         (gst_matroska_demux_push_flac_codec_priv_data),
12590         (gst_matroska_demux_push_xiph_codec_priv_data),
12591         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
12592         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
12593         * gst/matroska/matroska-ids.h:
12594           Add basic FLAC support (#311586), not perfect yet though, needs some
12595           tweaking in flacdec; also, seeking could be better.
12596           Do better bounds checking when deserialising vorbis stream headers
12597           to make sure we don't read beyond the end of the buffer on bad input.
12598
12599 2006-09-04  Wim Taymans  <wim@fluendo.com>
12600
12601         Patch by: Alessandro Decina <alessandro at nnva dot org>
12602
12603         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
12604         Seeking back in a file containing a CMML stream errors out if the seek
12605         goes back up to the CMML headers. This is because after the seek the xml
12606         processing instruction <?xml ...?> is submitted to the xml parser again, 
12607         which results in an error. The attached patch fixes the problem. 
12608         Fixes #353908.
12609
12610         * ext/annodex/gstcmmlenc.h:
12611         Fix authors name.
12612
12613
12614 2006-08-28  Andy Wingo  <wingo@pobox.com>
12615
12616         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
12617         New helper function to lessen the ifdefs.
12618         (GST_INFO_OBJECT): 
12619         (gst_dv1394src_iso_receive): Use it.
12620         (gst_dv1394src_create): Also use the control sockets in iec61883
12621         mode.
12622         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
12623         handle for AVC operations; fixes #348233.
12624
12625 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
12626
12627         * configure.ac:
12628         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12629         * docs/plugins/inspect/plugin-audiofx.xml:
12630         * docs/plugins/inspect/plugin-audiofxgood.xml:
12631         * gst/audiofx/Makefile.am:
12632         * gst/audiofx/audiofx.c:
12633         * gst/audiofxgood/.cvsignore:
12634         * gst/audiofxgood/Makefile.am:
12635         * gst/audiofxgood/audiofx.c:
12636         * gst/audiofxgood/audiopanorama.c:
12637         * gst/audiofxgood/audiopanorama.h:
12638           Rename again (audiofxgood -> audiofx).
12639
12640 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
12641
12642         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
12643         (gst_avi_demux_stream_scan):
12644           Initialze variables.
12645
12646 2006-08-25  Wim Taymans  <wim@fluendo.com>
12647
12648         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
12649         (gst_avi_demux_init), (gst_avi_demux_finalize),
12650         (gst_avi_demux_reset), (gst_avi_demux_index_last),
12651         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
12652         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
12653         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
12654         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
12655         (gst_avi_demux_massage_index),
12656         (gst_avi_demux_calculate_durations_from_index),
12657         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12658         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
12659         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
12660         (gst_avi_demux_change_state):
12661         * gst/avi/gstavidemux.h:
12662         More attempts to turn this into readable code.
12663         Don't leak adapters.
12664         Calculate duration according to index more efficiently.
12665         Don't try to act like we drive the pipeline in chain mode.
12666
12667 2006-08-25  Wim Taymans  <wim@fluendo.com>
12668
12669         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
12670         Fix build.
12671
12672 2006-08-25  Wim Taymans  <wim@fluendo.com>
12673
12674         Patch by: Alessandro Decina <alessandro at nnva dot org>
12675
12676         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
12677         Do some extra sanity checks.
12678         Fixes #350340.
12679
12680         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
12681         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
12682         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
12683         Check if clip->start_time is valid before adding the clip to the
12684         track list.
12685         Reset enc->preamble going from PAUSED to READY.
12686         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
12687         only used for EOS.
12688         Only post an error message if we were the one that created the fatal
12689         GstFlowReturn value.
12690
12691         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
12692         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
12693         Parse the seconds field of the npt-sec time format using %llu rather than
12694         %d and check that the value scaled by GST_SECOND doesn't overflow.
12695         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
12696         Lookup a clip's track with clip->track rather than clip->id which
12697         makes no sense.
12698         Identify a clip by its track and start time and not its xml id.
12699         do some more input checking and make sure we don't do undefined shifts.
12700
12701         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12702         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
12703         (cmml_tag_message_pop), (check_headers), (push_clip_full),
12704         (push_clip), (push_empty_clip), (check_output_clip),
12705         (GST_START_TEST), (cmmldec_suite):
12706         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12707         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
12708         (check_headers), (push_clip), (check_clip_times), (check_clip),
12709         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
12710         Added some more checks.
12711
12712 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
12713
12714         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
12715         (gst_audio_panorama_set_property),
12716         (gst_audio_panorama_get_property),
12717         (gst_audio_panorama_transform_m2s_int),
12718         (gst_audio_panorama_transform_s2s_int),
12719         (gst_audio_panorama_transform_m2s_float),
12720         (gst_audio_panorama_transform_s2s_float):
12721         * gst/audiofxgood/audiopanorama.h:
12722         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
12723           Make also the pan-property float (saves scaling and yields better
12724           resolution)
12725
12726 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
12727
12728         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
12729         (gst_audio_panorama_transform_m2s_float),
12730         (gst_audio_panorama_transform_s2s_float):
12731           ChangeLog surgery to add cymax's real name
12732
12733
12734 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
12735
12736         Patch by: René Stadler <mail@renestadler.de>
12737
12738         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
12739         (gst_audio_panorama_transform_m2s_int),
12740         (gst_audio_panorama_transform_s2s_int),
12741         (gst_audio_panorama_transform_m2s_float),
12742         (gst_audio_panorama_transform_s2s_float),
12743         (gst_audio_panorama_transform):
12744         * gst/audiofxgood/audiopanorama.h:
12745           Added float support
12746
12747 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
12748
12749         * gst/audiofxgood/audiopanorama.c:
12750         (gst_audio_panorama_transform_m2s):
12751           Fix docs & debug category. Add Fixme for volume pan levels.
12752
12753 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
12754
12755         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
12756         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
12757         (gst_avi_demux_stream_header_pull),
12758         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
12759         (gst_avi_demux_chain):
12760           unbreak AVI index handling, some more debug, remove an obsolete
12761           adapter_flush that caused streaming to wander off in the wild
12762
12763 2006-08-24  Wim Taymans  <wim@fluendo.com>
12764
12765         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12766         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
12767         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
12768         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12769         (gst_avi_demux_calculate_durations_from_index),
12770         (gst_avi_demux_stream_header_push),
12771         (gst_avi_demux_stream_header_pull):
12772         * gst/avi/gstavidemux.h:
12773         Some more cleanups. 
12774         Fix totalFrames parsing in ODML.
12775         Disable use of index for length calculation in case of ODML as this is
12776         broken now.
12777
12778 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
12779
12780         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
12781           Use libgsttag helper function here too.
12782
12783 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
12784
12785         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
12786         (gst_avi_demux_init), (gst_avi_demux_dispose),
12787         (gst_avi_demux_reset), (gst_avi_demux_index_next),
12788         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
12789         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12790         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
12791         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
12792         (gst_avi_demux_parse_subindex),
12793         (gst_avi_demux_read_subindexes_push),
12794         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12795         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12796         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
12797         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
12798         (gst_avi_demux_stream_header_pull),
12799         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
12800         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
12801         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
12802         (gst_avi_demux_change_state):
12803         * gst/avi/gstavidemux.h:
12804           Initial streaming support for avidemux (fixes #336465)
12805
12806 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12807
12808         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12809           There is no taglibmux element ...
12810
12811         * gst/rtsp/gstrtspsrc.c:
12812           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
12813           was complaining about unknown entity here.
12814
12815 2006-08-22  Wim Taymans  <wim@fluendo.com>
12816
12817         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
12818         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
12819         (gst_avi_demux_process_next_entry):
12820         * gst/avi/gstavidemux.h:
12821         Mark DISCONT.
12822         Remove old unused fields and reorder the struct a bit.
12823
12824 2006-08-22  Wim Taymans  <wim@fluendo.com>
12825
12826         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
12827         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
12828         (gst_rtspsrc_pause):
12829         * gst/rtsp/gstrtspsrc.h:
12830         * sys/oss/gstosssink.c: (gst_oss_sink_open),
12831         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
12832         Small documentation updates.
12833
12834 2006-08-22  Wim Taymans  <wim@fluendo.com>
12835
12836         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
12837         (gst_avi_demux_index_entry_for_time),
12838         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12839         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
12840         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
12841         (gst_avi_demux_next_data_buffer),
12842         (gst_avi_demux_calculate_durations_from_index),
12843         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
12844         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
12845         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
12846         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
12847         * gst/avi/gstavidemux.h:
12848         Precalc most of the duration query for each stream.
12849         Make seeking more correct.
12850         Use GstSegment to track position and duration.
12851         Code cleanups and leak fixes.
12852         Calculate correct total duration based on index length.
12853
12854 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
12855
12856         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
12857         (parse_insert_string_field):
12858           If strings in text fields are marked ISO8859-1, but contain
12859           valid UTF-8 already, then handle them as UTF-8 and ignore
12860           the encoding. (#351794)
12861
12862 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12863
12864         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
12865         (gst_flac_dec_write), (gst_flac_dec_loop),
12866         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
12867         (gst_flac_dec_src_query):
12868         * ext/flac/gstflacdec.h:
12869           Make flac-in-ogg work (#352100).
12870
12871 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12872
12873         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
12874           Don't unref buffers of which we've already given away
12875           ownership to the adapter.
12876
12877 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12878
12879         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
12880           Make metadata extraction actually work.
12881
12882         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
12883         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
12884         (gst_speexenc_chain):
12885           Fix metadata writing: replace old code which wrote completely
12886           broken tags with libgsttag-based code. Plus miscellaneous
12887           code cleanups (use static pad templates etc.) and a bunch
12888           of leak fixes.
12889
12890 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
12891
12892         * gst/audiopanorama/.cvsignore:
12893         * gst/audiopanorama/Makefile.am:
12894         * gst/audiopanorama/audiofx.c:
12895         * gst/audiopanorama/audiopanorama.c:
12896         * gst/audiopanorama/audiopanorama.h:
12897           die! die! die! you should never have been there
12898
12899 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
12900
12901         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
12902         Fix invalid memory access in audiopanorama test suite.
12903
12904 2006-08-21  Edward Hervey  <edward@fluendo.com>
12905
12906         * tests/check/elements/.cvsignore:
12907         ignore built file
12908
12909 2006-08-21  Wim Taymans  <wim@fluendo.com>
12910
12911         * gst/rtp/Makefile.am:
12912         Fix the build again.
12913
12914 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
12915
12916         * gst/audiofxgood/.cvsignore:
12917         * gst/audiofxgood/Makefile.am:
12918         * gst/audiofxgood/audiofx.c: (plugin_init):
12919         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
12920         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
12921         (gst_audio_panorama_set_property),
12922         (gst_audio_panorama_get_property),
12923         (gst_audio_panorama_get_unit_size),
12924         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
12925         (gst_audio_panorama_transform_m2s),
12926         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
12927         * gst/audiofxgood/audiopanorama.h:
12928           resubmit with the desired name *again*
12929
12930 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
12931
12932         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
12933         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
12934           use g_assert in _get_unit_size
12935
12936 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
12937
12938         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12939         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12940         * docs/plugins/inspect/plugin-audiofxgood.xml:
12941           cleanup -unused.txt to make it useful, add previously missing docs
12942
12943         * ext/Makefile.am:
12944           Quietly (accidentally) enable LADSPA for building by default, 
12945           despite the fact that it doesn't meet the plugin checklist.
12946             -- Added by Jan Schmidt 18 Dec 2006
12947
12948         * ext/esd/esdmon.c:
12949         * ext/esd/esdsink.c:
12950         * ext/esd/gstesd.c: (plugin_init):
12951           reflow to get rid of two external symbols
12952
12953         * gst/audiofxgood/audiofx.c: (plugin_init):
12954           re-add
12955
12956 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
12957
12958         * configure.ac:
12959         * gst/audiofxgood/.cvsignore:
12960         * gst/audiofxgood/Makefile.am:
12961         * gst/audiofxgood/audiofx.c
12962         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
12963         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
12964         (gst_audio_panorama_set_property),
12965         (gst_audio_panorama_get_property),
12966         (gst_audio_panorama_get_unit_size),
12967         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
12968         (gst_audio_panorama_transform_m2s),
12969         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
12970         * gst/audiofxgood/audiopanorama.h:
12971         * tests/check/Makefile.am:
12972         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
12973         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
12974         (panorama_suite), (main):
12975         Add audiofxgood plugin with audiopanorama element
12976
12977 2006-08-18  Wim Taymans  <wim@fluendo.com>
12978
12979         * docs/plugins/Makefile.am:
12980         More Oss docs fixage. 
12981
12982 2006-08-18  Wim Taymans  <wim@fluendo.com>
12983
12984         * gst/rtp/Makefile.am:
12985         * gst/rtp/gstrtp.c: (plugin_init):
12986         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
12987         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
12988         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
12989         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
12990         (gst_rtp_sv3v_depay_get_property),
12991         (gst_rtp_sv3v_depay_change_state),
12992         (gst_rtp_sv3v_depay_plugin_init):
12993         * gst/rtp/gstrtpsv3vdepay.h:
12994         Added experimental SVQ3 depayloader.
12995
12996 2006-08-18  Edward Hervey  <edward@fluendo.com>
12997
12998         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
12999         (gst_dvdemux_loop), (gst_dvdemux_change_state):
13000         * ext/dv/gstdvdemux.h:
13001         When handling seek requests, don't send the newsegment event from the
13002         calling thread. Instead save it so it can be sent from the streaming
13003         thread.
13004
13005 2006-08-17  Wim Taymans  <wim@fluendo.com>
13006
13007         Patch by: Sjoerd Simons <sjoerd at luon dot net>
13008
13009         * gst/multipart/multipartdemux.c: (multipart_parse_header):
13010         Accept leading whitespace before the boundary
13011         This patch makes the demuxer allow some whitespace before the actual
13012         boundary. This makes the demuxer work with the ``old'' gstreamer
13013         multipartmuxer again (which placed an extra \n before the start
13014         of the stream) Fixes #349068.
13015
13016 2006-08-17  Wim Taymans  <wim@fluendo.com>
13017
13018         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
13019         Error out on non-implemented stuff.
13020
13021 2006-08-16  Wim Taymans  <wim@fluendo.com>
13022
13023         Patch by: Andy Wingo <wingo at pobox dot com>
13024
13025         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
13026         (gst_signal_processor_start), (gst_signal_processor_stop),
13027         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
13028         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
13029         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
13030         (gst_signal_processor_change_state):
13031         Make ladspa elements reusable. Fixes #350006.
13032
13033 2006-08-16  Wim Taymans  <wim@fluendo.com>
13034
13035         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
13036         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
13037         names as possible. Fixes #349901.
13038
13039 2006-08-16  Wim Taymans  <wim@fluendo.com>
13040
13041         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
13042         (gst_signal_processor_do_pushes):
13043         A push() gives away our refcount so we should not use the buffer on the
13044         pen anymore.
13045
13046 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13047
13048         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13049         (gst_oss_mixer_element_finalize):
13050           Don't leak device string.
13051
13052 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13053
13054         * configure.ac:
13055           Require CVS of GStreamer core and -base (for
13056           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
13057
13058         * ext/taglib/gstid3v2mux.cc:
13059           Write extended comment tags properly (#348762).
13060
13061         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13062         (parse_comment_frame):
13063           Extract COMM frames into extended comments, which makes it
13064           easier to properly retain the description bit of the tag
13065           and maintain this information when re-tagging (#348762).
13066
13067 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13068
13069         * tests/check/Makefile.am:
13070           Don't try to run annodex unit tests if the annodex
13071           plugin has not been built (Fixes #351116).
13072
13073 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13074
13075         * gst/autodetect/gstautoaudiosink.c:
13076         (gst_auto_audio_sink_find_best):
13077           When we can't find a usable audiosink, don't error out,
13078           but use a fake sink instead and post a warning message
13079           on the bus (#341278).
13080
13081 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13082
13083         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
13084         * sys/oss/gstosssink.c:
13085         * sys/oss/gstosssrc.c:
13086           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
13087           ossmixer's new device property.
13088
13089         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13090         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13091           Add docs for OSS elements.
13092
13093         * docs/plugins/inspect/plugin-aasink.xml:
13094         * docs/plugins/inspect/plugin-alaw.xml:
13095         * docs/plugins/inspect/plugin-alpha.xml:
13096         * docs/plugins/inspect/plugin-alphacolor.xml:
13097         * docs/plugins/inspect/plugin-annodex.xml:
13098         * docs/plugins/inspect/plugin-apetag.xml:
13099         * docs/plugins/inspect/plugin-auparse.xml:
13100         * docs/plugins/inspect/plugin-autodetect.xml:
13101         * docs/plugins/inspect/plugin-avi.xml:
13102         * docs/plugins/inspect/plugin-cacasink.xml:
13103         * docs/plugins/inspect/plugin-cairo.xml:
13104         * docs/plugins/inspect/plugin-cdio.xml:
13105         * docs/plugins/inspect/plugin-cutter.xml:
13106         * docs/plugins/inspect/plugin-debug.xml:
13107         * docs/plugins/inspect/plugin-dv.xml:
13108         * docs/plugins/inspect/plugin-efence.xml:
13109         * docs/plugins/inspect/plugin-effectv.xml:
13110         * docs/plugins/inspect/plugin-esdsink.xml:
13111         * docs/plugins/inspect/plugin-flac.xml:
13112         * docs/plugins/inspect/plugin-flxdec.xml:
13113         * docs/plugins/inspect/plugin-gconfelements.xml:
13114         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
13115         * docs/plugins/inspect/plugin-goom.xml:
13116         * docs/plugins/inspect/plugin-halelements.xml:
13117         * docs/plugins/inspect/plugin-icydemux.xml:
13118         * docs/plugins/inspect/plugin-id3demux.xml:
13119         * docs/plugins/inspect/plugin-jpeg.xml:
13120         * docs/plugins/inspect/plugin-level.xml:
13121         * docs/plugins/inspect/plugin-matroska.xml:
13122         * docs/plugins/inspect/plugin-mulaw.xml:
13123         * docs/plugins/inspect/plugin-multipart.xml:
13124         * docs/plugins/inspect/plugin-navigationtest.xml:
13125         * docs/plugins/inspect/plugin-ossaudio.xml:
13126         * docs/plugins/inspect/plugin-png.xml:
13127         * docs/plugins/inspect/plugin-rtp.xml:
13128         * docs/plugins/inspect/plugin-rtsp.xml:
13129         * docs/plugins/inspect/plugin-shout2send.xml:
13130         * docs/plugins/inspect/plugin-smpte.xml:
13131         * docs/plugins/inspect/plugin-speex.xml:
13132         * docs/plugins/inspect/plugin-taglib.xml:
13133         * docs/plugins/inspect/plugin-udp.xml:
13134         * docs/plugins/inspect/plugin-videobalance.xml:
13135         * docs/plugins/inspect/plugin-videobox.xml:
13136         * docs/plugins/inspect/plugin-videoflip.xml:
13137         * docs/plugins/inspect/plugin-videomixer.xml:
13138         * docs/plugins/inspect/plugin-wavenc.xml:
13139         * docs/plugins/inspect/plugin-wavparse.xml:
13140         * docs/plugins/inspect/plugin-ximagesrc.xml:
13141           Update to CVS version.
13142           
13143 2006-08-16  Wim Taymans  <wim@fluendo.com>
13144
13145         * gst/rtp/gstrtpamrdepay.c:
13146         * gst/rtp/gstrtpmp4gdepay.c:
13147         Caps extra properties must be defined as strings for
13148         depayloaders because they are generated from an SDP.
13149
13150         * gst/rtp/Makefile.am:
13151         * gst/rtp/gstrtp.c: (plugin_init):
13152         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
13153         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
13154         (gst_rtp_h264_depay_finalize), (decode_base64),
13155         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
13156         (gst_rtp_h264_depay_set_property),
13157         (gst_rtp_h264_depay_get_property),
13158         (gst_rtp_h264_depay_change_state),
13159         (gst_rtp_h264_depay_plugin_init):
13160         * gst/rtp/gstrtph264depay.h:
13161         Added basic, not completely functional RFC 3984 H264 depayloader.
13162
13163 2006-08-16  Wim Taymans  <wim@fluendo.com>
13164
13165         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
13166         Add pads after setting them up.
13167
13168         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13169         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13170         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
13171         (gst_rtspsrc_stream_setup_rtp),
13172         (gst_rtspsrc_stream_configure_transport),
13173         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
13174         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13175         (gst_rtspsrc_pause):
13176         * gst/rtsp/gstrtspsrc.h:
13177         Fix interleaved mode.
13178          - Protect streaming with lock.
13179          - Combine flows
13180          - set caps on outgoing buffers.
13181          - strip trailing \0 from data packets.
13182          - Configure RTP/RTCP in stream.
13183         Use DEBUG_OBJECT more.
13184
13185 2006-08-16  Wim Taymans  <wim@fluendo.com>
13186
13187         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
13188         Turn a g_print into a DEBUG line.
13189
13190 2006-08-13  Wim Taymans  <wim@fluendo.com>
13191
13192         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
13193         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13194         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
13195         (gst_oss_mixer_element_get_property),
13196         (gst_oss_mixer_element_change_state):
13197         * sys/oss/gstossmixerelement.h:
13198         Small cleanups. Better error reporting.
13199         Add device property for the mixer instead of the hardcoded
13200         /dev/mixer. Fixes #350785.
13201         API: GstOssMixerElement::device property
13202
13203 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13204
13205         Patch by: Jens Granseuer <jensgr at gmx net>
13206
13207         * gconf/Makefile.am:
13208           Make --disable-schemas work right (they still need
13209           to be copied to the installation directory, just not
13210           applied). Fixes #351347 (also #344100).
13211           
13212 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13213
13214         * configure.ac: back to HEAD
13215
13216 === release 0.10.4 ===
13217
13218 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
13219
13220         * configure.ac:
13221           releasing 0.10.4, "Dear Leader"
13222
13223 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13224
13225         Patch by: Edward Hervey <edward@fluendo.com>
13226
13227         * configure.ac:
13228         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
13229         (gst_wavparse_stream_data):
13230         Send the newsegment event in the streaming thread.
13231         Fixes #347529
13232
13233 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13234
13235         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13236         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
13237         (gst_smokeenc_resync), (gst_smokeenc_chain):
13238           Refuse sink caps in the encoder if width or height is not a
13239           multiple of 16, the encoder does not support that yet (#349939);
13240           along the same lines, check the return value of the encoder
13241           setup function; also remove some debug log clutter.
13242
13243 2006-08-04  Andy Wingo  <wingo@pobox.com>
13244
13245         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
13246         whether a processor can work in place or not, and for keeping
13247         track of its state. Change the FlowReturn instance variable from
13248         "state" to "flow_state", all callers changed.
13249
13250         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
13251         (gst_signal_processor_start, gst_signal_processor_stop)
13252         (gst_signal_processor_cleanup): New functions to manage the
13253         processor's state.
13254         (gst_signal_processor_setcaps): start() as well as setup() here.
13255         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
13256         (gst_signal_processor_change_state): Stop and cleanup the
13257         processor as we go to NULL.
13258
13259         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
13260         INPLACE_BROKEN is not set.
13261
13262         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
13263         Do the alloc_buffer in bytes, not frames.
13264         
13265 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13266
13267         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13268         Fix rgb masks when recording in < 24bpp.
13269
13270 2006-08-04  Andy Wingo  <wingo@pobox.com>
13271
13272         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
13273         (gst_signal_processor_prepare)
13274         (gst_signal_processor_update_inputs)
13275         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
13276         (gst_signal_processor_flush)
13277         (gst_signal_processor_sink_activate_push)
13278         (gst_signal_processor_src_activate_pull)
13279         (gst_signal_processor_change_state): Remove the last of the code
13280         that assumes that we process whole buffers at a time. Fix some
13281         debugging. Seems to work now in some cases.
13282         (gst_signal_processor_src_activate_pull): BPB
13283
13284 2006-08-01  Andy Wingo  <wingo@pobox.com>
13285
13286         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
13287         Fix nframes-choosing.
13288         (gst_signal_processor_init): Init pending_in and pending_out.
13289
13290         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
13291         more default sample rate, although we never check that the sample
13292         rate actually gets set. Something for the future.
13293         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
13294         (gst_signal_processor_event): Refcount fixen.
13295         (gst_signal_processor_process): Pull the number of frames to
13296         process from the sizes of the buffers in the input pens.
13297         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
13298         (gst_signal_processor_do_pulls): Add an nframes argument, and use
13299         it instead of buffer_frames.
13300         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
13301         to do_pulls.
13302         (gst_signal_processor_chain)
13303         (gst_signal_processor_sink_activate_push)
13304         (gst_signal_processor_src_activate_pull):  Refcount fixen.
13305
13306         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
13307
13308 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
13309
13310         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
13311         (gst_signal_processor_process):
13312           don't query buffer-frames from caps, add lots of debug-log,
13313           try fix for assert (#349189)
13314
13315 2006-07-31  Wim Taymans  <wim@fluendo.com>
13316
13317         * gst/udp/gstudpsrc.c:
13318         Fix docs.
13319
13320 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
13321
13322         * ext/ladspa/gstsignalprocessor.c:
13323         (gst_signal_processor_add_pad_from_template),
13324         (gst_signal_processor_init), (gst_signal_processor_setcaps),
13325         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
13326         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
13327         (gst_signal_processor_sink_activate_push),
13328         (gst_signal_processor_src_activate_pull),
13329         (gst_signal_processor_change_state):
13330          Add debugs logs here and there, add more error handling, add some
13331          FIXME comments, filed #349189
13332
13333 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13334
13335         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
13336         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
13337         Set caps on buffer correctly.  Fixes bug #349155.
13338
13339 2006-07-28  Wim Taymans  <wim@fluendo.com>
13340
13341         Patch by: Sjoerd Simons <sjoerd at luon dot net>
13342
13343         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
13344         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
13345         (gst_multipart_demux_finalize), (get_line_end),
13346         (multipart_parse_header), (multipart_find_boundary),
13347         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
13348         (gst_multipart_set_property), (gst_multipart_get_property):
13349         Uses GstAdapter instead of own buffering.
13350         Actually parses the mime-type correctly (In tests the mime-type was
13351         always "" with the old version).
13352         Uses the Content-length header if available to speed up things.
13353         Reliably autoscans the boundary name by default.
13354         Fixes #349068.
13355
13356         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
13357         Don't start the stream with a \n.
13358
13359 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13360
13361         Patch by: Brian Cameron <brian dot cameron at sun com>
13362
13363         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
13364           Open source with O_NONBLOCK (#349015).
13365
13366 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
13367
13368         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
13369         (gst_avi_demux_massage_index):
13370         * gst/avi/gstavidemux.h:
13371           Whitespace fixes and more debug
13372
13373 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
13374
13375         * gst/autodetect/gstautoaudiosink.c:
13376         (gst_auto_audio_sink_create_element_with_pretty_name),
13377         (gst_auto_audio_sink_find_best),
13378         (gst_auto_audio_sink_change_state):
13379           Get rid of old and unused magic sound-server properties stuff.
13380           Add suffix to child sink's name that makes it easy to see from
13381           the name alone which type it actually is (alsa, oss, esd, etc.).
13382
13383 2006-07-27  Wim Taymans  <wim@fluendo.com>
13384
13385         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13386         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
13387         (gst_udpsrc_start):
13388         * gst/udp/gstudpsrc.h:
13389         Rename "buffer" to "buffer-size" to make clear it is a size we set and
13390         not some sort of feature we enable.
13391
13392 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
13393
13394         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
13395           Use CLOSE_SOCKET() here instead of close() to maintain
13396           win32 workiness.
13397
13398 2006-07-27  Wim Taymans  <wim@fluendo.com>
13399
13400         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13401
13402         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13403         (gst_udpsrc_create), (gst_udpsrc_set_property),
13404         (gst_udpsrc_get_property), (gst_udpsrc_start):
13405         * gst/udp/gstudpsrc.h:
13406         Added "buffer-size" property to control the kernel receive buffer size.
13407         Update documentation.
13408         Small cleanups. Fixes #348752.
13409         API: buffer-size property
13410
13411 2006-07-26  Wim Taymans  <wim@fluendo.com>
13412
13413         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
13414
13415         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
13416         (gst_rtp_pcma_pay_handle_buffer):
13417         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
13418         (gst_rtp_pcmu_pay_handle_buffer):
13419         Fix timestamp calculation on outgoing RTP packets.
13420         Fixes #348675.
13421
13422 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13423
13424         * ext/taglib/gstid3v2mux.cc:
13425           Fix writing of comment frames (should be COMM not TCOM),
13426           is still sub-optimal though, since we don't retain or
13427           extract the comment descriptions properly (#334375,
13428           also see #334375).
13429
13430 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13431
13432         * gst/wavparse/gstwavparse.c:
13433           #define 'fact' RIFF chunk if we are not compiling against
13434           -base CVS (we don't want to depend on -base CVS for this
13435           one define only, and also not for release order reasons).
13436
13437 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13438
13439         * ext/taglib/gstid3v2mux.cc:
13440           Handle multiple tags of the same type properly. Re-inject
13441           unparsed ID3v2 frames that we get as binary blobs from
13442           id3demux into the tag again so we don't lose information
13443           when retagging (#334375).
13444
13445 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
13446
13447         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
13448           Document newly-added properties properly, so that there is a
13449           'Since: 0.10.4' in the plugin docs. Convert some property
13450           names into canonical GObject style (GObject will do that
13451           internally anyway).
13452
13453 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
13454
13455         * gst/id3demux/id3tags.c:
13456         (id3demux_add_id3v2_frame_blob_to_taglist):
13457           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
13458           well, and add the version to the blob's buffer caps, since that
13459           information will be needed for deserialisation later on (#348644).
13460
13461 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
13462
13463         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
13464         (gst_avi_demux_parse_stream):
13465          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
13466          indentation and spacing.
13467
13468 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
13469
13470         * docs/plugins/Makefile.am:
13471         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13472         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13473         * docs/plugins/gst-plugins-good-plugins.args:
13474         * docs/plugins/inspect/plugin-1394.xml:
13475         * docs/plugins/inspect/plugin-aasink.xml:
13476         * docs/plugins/inspect/plugin-alaw.xml:
13477         * docs/plugins/inspect/plugin-alpha.xml:
13478         * docs/plugins/inspect/plugin-alphacolor.xml:
13479         * docs/plugins/inspect/plugin-annodex.xml:
13480         * docs/plugins/inspect/plugin-apetag.xml:
13481         * docs/plugins/inspect/plugin-auparse.xml:
13482         * docs/plugins/inspect/plugin-autodetect.xml:
13483         * docs/plugins/inspect/plugin-avi.xml:
13484         * docs/plugins/inspect/plugin-cacasink.xml:
13485         * docs/plugins/inspect/plugin-cairo.xml:
13486         * docs/plugins/inspect/plugin-cdio.xml:
13487         * docs/plugins/inspect/plugin-cutter.xml:
13488         * docs/plugins/inspect/plugin-debug.xml:
13489         * docs/plugins/inspect/plugin-dv.xml:
13490         * docs/plugins/inspect/plugin-efence.xml:
13491         * docs/plugins/inspect/plugin-effectv.xml:
13492         * docs/plugins/inspect/plugin-esdsink.xml:
13493         * docs/plugins/inspect/plugin-flac.xml:
13494         * docs/plugins/inspect/plugin-flxdec.xml:
13495         * docs/plugins/inspect/plugin-gconfelements.xml:
13496         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
13497         * docs/plugins/inspect/plugin-goom.xml:
13498         * docs/plugins/inspect/plugin-halelements.xml:
13499         * docs/plugins/inspect/plugin-icydemux.xml:
13500         * docs/plugins/inspect/plugin-id3demux.xml:
13501         * docs/plugins/inspect/plugin-jpeg.xml:
13502         * docs/plugins/inspect/plugin-level.xml:
13503         * docs/plugins/inspect/plugin-matroska.xml:
13504         * docs/plugins/inspect/plugin-mulaw.xml:
13505         * docs/plugins/inspect/plugin-multipart.xml:
13506         * docs/plugins/inspect/plugin-navigationtest.xml:
13507         * docs/plugins/inspect/plugin-ossaudio.xml:
13508         * docs/plugins/inspect/plugin-png.xml:
13509         * docs/plugins/inspect/plugin-rtp.xml:
13510         * docs/plugins/inspect/plugin-rtsp.xml:
13511         * docs/plugins/inspect/plugin-shout2send.xml:
13512         * docs/plugins/inspect/plugin-smpte.xml:
13513         * docs/plugins/inspect/plugin-speex.xml:
13514         * docs/plugins/inspect/plugin-udp.xml:
13515         * docs/plugins/inspect/plugin-videobalance.xml:
13516         * docs/plugins/inspect/plugin-videobox.xml:
13517         * docs/plugins/inspect/plugin-videoflip.xml:
13518         * docs/plugins/inspect/plugin-videomixer.xml:
13519         * docs/plugins/inspect/plugin-wavenc.xml:
13520         * docs/plugins/inspect/plugin-wavparse.xml:
13521         * docs/plugins/inspect/plugin-ximagesrc.xml:
13522           Update files to CVS/Prerelease version, add esdsink docs.
13523
13524         * ext/esd/esdsink.c:
13525           Add gtk-doc blurb.
13526
13527         * gst/rtp/gstrtpmp4vpay.c:
13528           Fix typo in element description.
13529
13530 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
13531
13532         * ext/esd/esdsink.c: (gst_esdsink_open),
13533         (gst_esdsink_factory_init):
13534           Prevent libesd from auto-spawning a sound daemon if it
13535           is not already running. Now that we don't do evil stuff
13536           like that any longer we can give esdsink a rank so that
13537           autoaudiosink will try it as well if all other audio
13538           sinks fail (#343051).
13539
13540 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
13541
13542         * ext/esd/Makefile.am:
13543           Oops, need to remove README from EXTRA_DIST as well.
13544
13545 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
13546
13547         * ext/esd/README:
13548           Remove, it contains nothing useful anyway.
13549
13550         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
13551         (gst_esdsink_delay):
13552           Some small clean-ups; use GST_BOILERPLATE etc.
13553
13554 2006-07-24  Wim Taymans  <wim@fluendo.com>
13555
13556         * gst/law/alaw-decode.c: (alawdec_getcaps):
13557         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
13558         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
13559         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
13560         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
13561
13562 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
13563
13564         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13565         (gst_wavparse_other), (gst_wavparse_perform_seek),
13566         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
13567         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
13568         (gst_wavparse_pad_query):
13569         * gst/wavparse/gstwavparse.h:
13570           Use information from 'fact' chunk for length calculation of compressed
13571           samples. Calculate bps if bogus value is found in wav header (embeded
13572           mp2/mp3).
13573           
13574
13575 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
13576
13577         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
13578
13579         * configure.ac:
13580         * gst/udp/Makefile.am:
13581         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
13582         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
13583         * gst/udp/gstdynudpsink.h:
13584         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
13585         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
13586         * gst/udp/gstmultiudpsink.h:
13587         * gst/udp/gstudp.c: (plugin_init):
13588         * gst/udp/gstudpsink.h:
13589         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
13590         (gst_udpsrc_start), (gst_udpsrc_stop):
13591         * gst/udp/gstudpsrc.h:
13592         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
13593         (gst_udp_net_utils_win32_wsa_startup):
13594         * gst/udp/gstudpnetutils.h:
13595           Port udp plugin to win32 (#345288).
13596
13597 2006-07-24  Wim Taymans  <wim@fluendo.com>
13598
13599         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
13600         Remove unwanted DEBUG line.
13601
13602 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
13603
13604         * gst/id3demux/gstid3demux.c: (plugin_init):
13605         * gst/id3demux/id3tags.c:
13606         (id3demux_add_id3v2_frame_blob_to_taglist):
13607         * gst/id3demux/id3tags.h:
13608           On second thought, it might be wiser and more efficient
13609           not to do tag registration from a streaming thread.
13610
13611 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
13612
13613         * gst/id3demux/id3tags.c:
13614         (id3demux_add_id3v2_frame_blob_to_taglist),
13615         (id3demux_id3v2_frames_to_tag_list):
13616           Put ID3v2 frames we can't parse as binary blobs into private
13617           tags, so that they are not lost when retagging, at least once
13618           id3v2mux has been taught to re-inject those frames again.
13619           See bug #334375.
13620
13621 2006-07-21  Wim Taymans  <wim@fluendo.com>
13622
13623         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13624         (gst_avi_demux_process_next_entry):
13625         Fix some leaks.
13626
13627         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
13628         Don't use \n in debug lines.
13629
13630 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
13631
13632         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13633         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13634           Add annodex and icydemux, cleanup the sections a bit
13635
13636 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13637
13638         Patch by: Alex Lancaster <alexl at users sourceforge net>
13639
13640         * ext/taglib/gstid3v2mux.cc:
13641           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
13642           ID3v2 TSSE frames (#347898).
13643
13644 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
13645
13646         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
13647           Respect mpegversion for "video/mpeg" and give message in case of
13648           unhandled versions.
13649
13650 2006-07-17  Wim Taymans  <wim@fluendo.com>
13651
13652         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
13653         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
13654         (gst_pngdec_chain), (gst_pngdec_sink_event),
13655         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
13656         (gst_pngdec_sink_activate_push):
13657         * ext/libpng/gstpngdec.h:
13658         Use statically allocated segment instead of leaking.
13659         Various cleanups.
13660         Fix flush and seek handling.
13661
13662 2006-07-16  Wim Taymans  <wim@fluendo.com>
13663
13664         * gst/rtp/Makefile.am:
13665         * gst/rtp/gstrtp.c: (plugin_init):
13666         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
13667         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
13668         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
13669         (gst_rtp_mp4g_depay_set_property),
13670         (gst_rtp_mp4g_depay_get_property),
13671         (gst_rtp_mp4g_depay_change_state),
13672         (gst_rtp_mp4g_depay_plugin_init):
13673         * gst/rtp/gstrtpmp4gdepay.h:
13674         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
13675         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
13676         (gst_rtp_mp4g_pay_flush):
13677         Added simple generic mpeg4 depayloader.
13678         Fix generic mpeg4 payloader.
13679
13680 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
13681
13682         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
13683           Don't try doing state changes on a NULL pointer.
13684
13685 2006-07-14  Wim Taymans  <wim@fluendo.com>
13686
13687         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
13688
13689         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
13690         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
13691         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
13692         * gst/rtp/gstrtpamrdepay.h:
13693         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
13694         Fixes #321191
13695
13696 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13697
13698         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
13699         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
13700         Fix segfault when moving mouse pointer to the bottom right corner.
13701
13702 2006-07-12  Wim Taymans  <wim@fluendo.com>
13703
13704         * gst/rtp/Makefile.am:
13705         * gst/rtp/gstrtp.c: (plugin_init):
13706         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
13707         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
13708         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
13709         (gst_rtp_mp2t_depay_set_property),
13710         (gst_rtp_mp2t_depay_get_property),
13711         (gst_rtp_mp2t_depay_change_state),
13712         (gst_rtp_mp2t_depay_plugin_init):
13713         * gst/rtp/gstrtpmp2tdepay.h:
13714         Added mpeg2 TS depayloader. Closing #347234.
13715
13716 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
13717
13718         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
13719           Remove g_assert that shouldn't be there and was triggered
13720           after trying to open a device that doesn't exist or can't
13721           be opened for some other reason (#347972).
13722
13723 2006-07-10  Edward Hervey  <edward@fluendo.com>
13724
13725         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13726         (gst_avi_demux_stream_header), (push_tag_lists):
13727         * gst/avi/gstavidemux.h:
13728         Don't push tag events found by gst_riff_parse_info() before outputting
13729         GST_EVENT_NEWSEGMENT.
13730
13731 2006-07-10  Wim Taymans  <wim@fluendo.com>
13732
13733         * gst/rtsp/Makefile.am:
13734         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
13735         (rtsp_connection_close):
13736         * gst/rtsp/rtspdefs.h:
13737         replaced closesocket and close in code with one CLOSE_SOCKET. 
13738         Some more cleanups. Fixes #345301.
13739
13740 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
13741
13742         * gst/autodetect/gstautoaudiosink.c:
13743           Fix example pipeline in docs.
13744
13745 2006-07-10  Wim Taymans  <wim@fluendo.com>
13746
13747         Patch by: Rob Taylor <robtaylor at floopily dot org>
13748
13749         * gst/udp/gstmultiudpsink.c: (join_multicast),
13750         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
13751         If a destination is added before the stream is set to PAUSED, the
13752         multicast group is not joined as the socket is not created yet. 
13753         Also TTL and LOOP should also be set. Fixes #346921.
13754
13755 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13756
13757         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
13758         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
13759         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
13760         (gst_ximage_src_init):
13761         * sys/ximage/gstximagesrc.h:
13762         Fix use-damage property to actually work :)
13763         Add startx, starty, endx, endy properties so screencasts other than full
13764         screen ones can work.
13765
13766 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13767
13768         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
13769         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
13770         (gst_ximage_src_class_init), (gst_ximage_src_init):
13771         * sys/ximage/gstximagesrc.h:
13772         Add use_damage property to offer ability to choose whether to use
13773         XDamage or not.
13774
13775 2006-07-07  Wim Taymans  <wim@fluendo.com>
13776
13777         * gst/goom/filters.c: (zoomFilterSetResolution):
13778         Avoid goom coredumping by clearing memory. 
13779         Fixes 345679.
13780
13781 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
13782
13783         * win32/vs6/libgstid3demux.dsp:
13784         Add a link to libgsttag-0.10.lib.
13785
13786 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
13787
13788         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
13789         (gst_tag_demux_read_range):
13790         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
13791         (gst_id3demux_read_range):
13792           Don't return FLOW_UNEXPECTED when a buffer is before
13793           the start of the stream (which might happen with
13794           large ID3v2 tags if the tag reading was done pullrange
13795           based and we then switched to push mode later on).
13796           Fixes regression introduced by commit from June 29th.
13797
13798 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
13799
13800         * ext/taglib/gstid3v2mux.cc:
13801           Make UTF-8 the default encoding when writing string
13802           tags (before, our UTF-8 strings would automatically
13803           be converted to ISO-8859-1 by taglib and written as
13804           ISO-8859-1 fields if that was possible).
13805
13806         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
13807         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
13808         (test_taglib_id3mux_with_tags):
13809           Add test case that makes sure our UTF-8 strings have
13810           actually been written into the tag as UTF-8.
13811
13812 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
13813
13814         * configure.ac:
13815           Let's try that again.
13816
13817 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
13818
13819         * configure.ac:
13820           Disable monoscope plugin for now until it fulfills
13821           all the requirements.
13822
13823 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
13824
13825         * configure.ac:
13826         * gst/monoscope/Makefile.am:
13827         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
13828         (gst_monoscope_class_init), (gst_monoscope_init),
13829         (gst_monoscope_finalize), (gst_monoscope_reset),
13830         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
13831         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
13832         (gst_monoscope_sink_event), (gst_monoscope_src_event),
13833         (gst_monoscope_change_state), (plugin_init):
13834         * gst/monoscope/gstmonoscope.h:
13835           Port monoscope visualisation to 0.10.
13836
13837 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
13838
13839         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
13840         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
13841           Return FLOW_UNEXPECTED when at the end of the file, not
13842           FLOW_ERROR. Fixes 'internal stream error' errors that
13843           would sometimes occur in totem when scrubbing to the
13844           end of an ID3v1 tagged mp3 file.
13845
13846 2006-07-03  Edward Hervey  <edward@fluendo.com>
13847
13848         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
13849         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
13850         (gst_pngdec_sink_event), (gst_pngdec_change_state):
13851         * ext/libpng/gstpngdec.h:
13852         Implement buffer clipping/dropping using GstSegment.
13853         This provides accurate seeking.
13854
13855 2006-07-03  Edward Hervey  <edward@fluendo.com>
13856
13857         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13858         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
13859         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
13860         (gst_avi_demux_process_next_entry), (push_tag_lists),
13861         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
13862         * gst/avi/gstavidemux.h:
13863         Proper aggregation of each stream's GstFlowReturn in order to figure out
13864         whether the task should stop or not.
13865         Don't send inline events before pushing out a NEW_SEGMENT, more
13866         specifically for GST_TAG_EVENT.
13867         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
13868         sub-indexes.
13869
13870 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
13871
13872         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
13873
13874         * sys/sunaudio/gstsunaudiomixerctrl.c:
13875         (gst_sunaudiomixer_ctrl_build_list):
13876           Move "Monitor" slider to input tab so it works more like
13877           sdtaudiocontrol, which is what people on Solaris are used
13878           to using for their mixer program (#346259).
13879
13880 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13881
13882         * tests/check/elements/level.c: (GST_START_TEST):
13883           fix a leak, clean up at the end
13884
13885 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
13886
13887         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
13888         (gst_matroska_demux_send_event),
13889         (gst_matroska_demux_loop_stream_parse_id):
13890         * gst/matroska/matroska-ids.h:
13891           Send tag event after newsegment event.
13892
13893 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
13894
13895         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
13896         (gst_id3demux_read_range):
13897           Make sure we don't return GST_FLOW_OK with a NULL buffer in
13898           certain cases where a read beyond the end of the file is
13899           requested. Fixes #345930.
13900
13901         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
13902         (gst_tag_demux_read_range):
13903           Fix same issue here as well.
13904
13905 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13906
13907         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
13908         
13909         Fix hypothetical crash.
13910
13911 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
13912
13913         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
13914
13915         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
13916           Do not modify the ports value. If the user has turned off the
13917           built-in speakers, then we should not reset it in the prepare
13918           function, since this causes the built-in speakers to turn
13919           back on anytime the user changes a track in totem, rhythmbox,
13920           etc. (#346066).
13921
13922 2006-06-23  Wim Taymans  <wim@fluendo.com>
13923
13924         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
13925         Fix double caps unref when negotiation fails.
13926
13927 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13928
13929         * ext/annodex/gstcmmldec.c:
13930         * ext/annodex/gstcmmlenc.c:
13931         * ext/annodex/gstcmmlparser.c:
13932         * ext/dv/gstdvdec.c:
13933         * ext/dv/gstdvdemux.c:
13934         * ext/gdk_pixbuf/pixbufscale.c:
13935         * ext/jpeg/gstjpegenc.c:
13936         * ext/jpeg/gstsmokedec.c:
13937         * ext/jpeg/gstsmokeenc.c:
13938         * ext/libpng/gstpngdec.c:
13939         * ext/libpng/gstpngenc.c:
13940         * ext/speex/gstspeexenc.c:
13941         * gst/alpha/gstalphacolor.c:
13942         * gst/cutter/gstcutter.c:
13943         * gst/debug/gstnavigationtest.c:
13944         * gst/icydemux/gsticydemux.c:
13945         * gst/level/gstlevel.c:
13946         * gst/multipart/multipart.c:
13947         * gst/rtp/gstrtpamrpay.c:
13948         * gst/rtp/gstrtpdepay.c:
13949         * gst/rtp/gstrtpilbcpay.c:
13950         * gst/rtp/gstrtpmp4gpay.c:
13951         * gst/rtp/gstrtpmp4vpay.c:
13952         * gst/rtsp/gstrtpdec.c:
13953         * gst/rtsp/gstrtspsrc.c:
13954         * gst/udp/gstdynudpsink.c:
13955         * gst/udp/gstmultiudpsink.c:
13956         * gst/udp/gstudpsrc.c:
13957         * gst/videobox/gstvideobox.c:
13958         * gst/videofilter/gstvideoflip.c:
13959           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
13960           plus two minor macro fixes.
13961
13962 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13963
13964         * gst/matroska/matroska-demux.c:
13965         (gst_matroska_demux_check_subtitle_buffer),
13966         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13967         (gst_matroska_demux_subtitle_caps):
13968         * gst/matroska/matroska-ids.c:
13969         (gst_matroska_track_init_subtitle_context):
13970         * gst/matroska/matroska-ids.h:
13971           Try to fix up broken matroska files containing subtitle
13972           streams with non-UTF8 character encodings (courtesy of
13973           mkvmerge) using either the encoding specified in the
13974           GST_SUBTITLE_ENCODING environment variable or the
13975           current locale's character set if it is non-UTF8.
13976           Fixes #337076.
13977
13978 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13979
13980         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
13981           Set image type from APIC frame as "image-type" field
13982           of GST_TAG_IMAGE buffer caps (#344605).
13983
13984 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
13985
13986         * ext/flac/Makefile.am:
13987         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
13988         (gst_flac_dec_reset_decoders),
13989         (gst_flac_dec_setup_seekable_decoder),
13990         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
13991         (gst_flac_dec_metadata_callback),
13992         (gst_flac_dec_metadata_callback_seekable),
13993         (gst_flac_dec_metadata_callback_stream),
13994         (gst_flac_dec_error_callback),
13995         (gst_flac_dec_error_callback_seekable),
13996         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
13997         (gst_flac_dec_read_stream), (gst_flac_dec_write),
13998         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
13999         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
14000         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
14001         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
14002         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
14003         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
14004         (gst_flac_dec_sink_activate_push),
14005         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
14006         * ext/flac/gstflacdec.h:
14007           Support chain-based operation, should make flac-over-DAAP
14008           work (#340492).
14009
14010 2006-06-20  Wim Taymans  <wim@fluendo.com>
14011
14012         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14013         Doc updates, merge some unused symbols.
14014
14015 2006-06-20  Wim Taymans  <wim@fluendo.com>
14016
14017         * docs/plugins/Makefile.am:
14018         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14019         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14020         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
14021         * gst/rtsp/gstrtspsrc.c:
14022         * gst/rtsp/gstrtspsrc.h:
14023         Added documentation for the rtsp plugin. Fixes #345393.
14024
14025 2006-06-20  Wim Taymans  <wim@fluendo.com>
14026
14027         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14028         (rtsp_connection_close), (rtsp_connection_free):
14029         Use better G_OS_* macros. Fixes #345301 some more.
14030
14031 2006-06-20  Wim Taymans  <wim@fluendo.com>
14032
14033         Patch by: Brian Cameron <brian dot cameron at sun dot com>
14034
14035         * sys/sunaudio/Makefile.am:
14036         * sys/sunaudio/gstsunaudio.c: (plugin_init):
14037         * sys/sunaudio/gstsunaudiomixerctrl.c:
14038         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
14039         (gst_sunaudiomixer_ctrl_list_tracks),
14040         (gst_sunaudiomixer_ctrl_get_volume),
14041         (gst_sunaudiomixer_ctrl_set_volume),
14042         (gst_sunaudiomixer_ctrl_set_mute),
14043         (gst_sunaudiomixer_ctrl_set_record):
14044         * sys/sunaudio/gstsunaudiomixerctrl.h:
14045         * sys/sunaudio/gstsunaudiomixertrack.c:
14046         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
14047         * sys/sunaudio/gstsunaudiomixertrack.h:
14048         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
14049         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
14050         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
14051         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
14052         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
14053         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
14054         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
14055         (gst_sunaudiosrc_reset):
14056         * sys/sunaudio/gstsunaudiosrc.h:
14057         Add a SunAudio source plugin.
14058         Support stereo and right/left channel gain in the mixer plugin.
14059         Support the RECORD flag so that you can switch between line-input and
14060         microphone in gnome-volume-control.
14061         Code cleanups like using an enumerator for track number instead of an 
14062         integer. Fixes #344923.
14063
14064 2006-06-20  Wim Taymans  <wim@fluendo.com>
14065
14066         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
14067
14068         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14069         (rtsp_connection_close):
14070         Make RTSP plugin compile on windows. Fixes #345301.
14071         Some changes to original patch to catch errors better.
14072         use ifdef WIN32 instead of ifndef.
14073
14074 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14075
14076         * configure.ac:
14077         If we have libraw1394 >= 1.2.1, then we need libiec61883.
14078
14079 2006-06-18  Edward Hervey  <edward@fluendo.com>
14080
14081         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14082         After a failed buffer alloc, we need to abort the jpeg decoding (it
14083         started when parsing headers to figure out how many bytes we need
14084         to request downstream).
14085
14086 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
14087
14088         Patch by: Mark Nauwelaerts  <manauw at skynet be>
14089
14090         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
14091           Make sure we don't read beyond the end of the file (#345232).
14092
14093 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14094
14095         * configure.ac:
14096           Fix --disable-external (can't set conditionals conditionally,
14097           #343602).
14098
14099 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14100
14101         * autogen.sh:
14102         * configure.ac:
14103         * docs/Makefile.am:
14104           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
14105
14106         * docs/plugins/Makefile.am:
14107         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14108         * docs/plugins/inspect/plugin-taglib.xml:
14109           Add/fix apev2mux docs.
14110
14111 2006-06-14  Wim Taymans  <wim@fluendo.com>
14112
14113         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
14114         (gst_dvdec_finalize), (gst_dvdec_sink_event),
14115         (gst_dvdec_change_state):
14116         Reset segment info on flush.
14117         Alloc segment in _init, free in _finalize.
14118
14119         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
14120         Don't send segments twice.
14121
14122 2006-06-14  Wim Taymans  <wim@fluendo.com>
14123
14124         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14125         Respect segment.stop. Fixes #342592.
14126
14127 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14128
14129         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
14130           No language specified means the implied language is English
14131           according to the matroska spec (partially fixes #344708);
14132           add some more debug output.
14133
14134 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14135
14136         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
14137         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
14138         (gst_wavparse_chain):
14139           When operating chain-based, don't make any assumptions about the
14140           chunking of the incoming data and make streaming work on days other
14141           than the second Thursday after a full moon. Also fix up debug
14142           messages here and there and make use of the most excellent new
14143           gst_pad_query_peer_duration() utility function.
14144           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
14145
14146         * gst/wavparse/gstwavparse.h:
14147           Remove trailing comma after last enum value, some compilers don't
14148           like that.
14149
14150 2006-06-13  Wim Taymans  <wim@fluendo.com>
14151
14152         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
14153         Handle premature EOS gracefully.
14154
14155 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
14156
14157         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14158           Prevent out of bounds array access when scrubbing towards
14159           the end of the file between the last index entry and the
14160           end. Fixes occasional 'start <= stop' newsegment event
14161           assertions when scrubbing in MJPEG files.
14162
14163 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14164
14165         * tests/check/elements/.cvsignore:
14166           And another one.
14167
14168 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
14169
14170         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14171         (scan_encoded_string), (parse_picture_frame):
14172           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
14173
14174         * configure.ac:
14175           Require core >= 0.10.8 (for GST_TAG_IMAGE and
14176           GST_TAG_PPEVIEW_IMAGE used in the patch above).
14177
14178 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14179
14180         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
14181           gratuitous comment changes
14182         * tests/check/elements/level.c: (GST_START_TEST):
14183           fix level test leaks
14184
14185 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
14186
14187         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
14188         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
14189           Use gst_pad_query_peer_duration() utility function here.
14190
14191 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14192
14193         * autogen.sh:
14194           require am17
14195         * configure.ac:
14196         * ext/annodex/Makefile.am:
14197         * ext/cdio/Makefile.am:
14198         * ext/dv/Makefile.am:
14199         * ext/esd/Makefile.am:
14200         * ext/flac/Makefile.am:
14201         * ext/gdk_pixbuf/Makefile.am:
14202         * ext/ladspa/Makefile.am:
14203         * ext/libcaca/Makefile.am:
14204         * ext/speex/Makefile.am:
14205         * ext/taglib/Makefile.am:
14206         * sys/oss/Makefile.am:
14207         * sys/sunaudio/Makefile.am:
14208         * sys/ximage/Makefile.am:
14209           clean up build further
14210
14211 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
14212
14213         * gconf/Makefile.am:
14214           Honour --disable-schemas-install configure option. Fixes #344100.
14215
14216 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
14217
14218         * tests/examples/level/Makefile.am:
14219           Add -lm to LIBS for pow() function, don't assume one of our
14220           dependencies (such as libxml-2.0) drags it in automatically
14221           (#343603).
14222
14223 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
14224
14225         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
14226
14227         * configure.ac:
14228           We should use $SED and not $(SED) in configure.ac (#343678).
14229
14230 2006-06-09  Wim Taymans  <wim@fluendo.com>
14231
14232         Patch by: Brian Cameron <brian dot cameron at sun dot com>
14233
14234         * sys/sunaudio/gstsunaudiomixerctrl.c:
14235         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
14236         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
14237         (gst_sunaudiomixer_ctrl_set_mute):
14238         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
14239         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
14240         (gst_sunaudiosink_write):
14241         Attached find a patch that fixes a number of bugs with the SunAudio
14242         mixer plugin and fixes #344101:
14243         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
14244            tracks onto the tracklist causing gnome-volume-control's preferences
14245            dialog to be messed up and would core dump if you checked/unchecked
14246            any item.
14247         2. We weren't previously setting the MUTE flag properly.  Fixing this
14248            makes gnome-volume-control work better.
14249         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
14250            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
14251            gnome-volume-control look better.
14252         Also some minor cleanup in gstsunaudiosink.c.
14253
14254 2006-06-09  Wim Taymans  <wim@fluendo.com>
14255
14256         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
14257         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
14258         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
14259         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
14260         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
14261         * ext/jpeg/gstjpegdec.h:
14262         API: Added IDCT method property
14263         Small cleanups.
14264         Avoid dynamic allocation of trivial fixed structure.
14265         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
14266
14267 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14268
14269         * configure.ac:
14270         We now require libraw1394 >= 1.1.0 and that version onwards all
14271         have .pc files.
14272
14273 2006-06-02  Edward Hervey  <edward@fluendo.com>
14274
14275         * gst/law/alaw-decode.c: (alawdec_getcaps): 
14276         Trying to get items from an ANY or EMPTY caps is ... stupid.
14277
14278 2006-06-02  Edward Hervey  <edward@fluendo.com>
14279
14280         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
14281         (gst_dvdec_chain), (gst_dvdec_change_state):
14282         * ext/dv/gstdvdec.h:
14283         Added GstSegment handling, now implements dropping/clipping.
14284
14285 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14286
14287         * ext/aalib/gstaasink.h:
14288         * ext/annodex/gstcmmldec.h:
14289         * ext/cairo/gsttimeoverlay.h:
14290         * ext/dv/gstdvdec.h:
14291         * ext/dv/gstdvdemux.h:
14292         * ext/esd/esdmon.h:
14293         * ext/esd/esdsink.h:
14294         * ext/flac/gstflacenc.h:
14295         * ext/gconf/gstgconfaudiosink.h:
14296         * ext/gconf/gstgconfaudiosrc.h:
14297         * ext/gconf/gstgconfvideosink.h:
14298         * ext/gconf/gstgconfvideosrc.h:
14299         * ext/gdk_pixbuf/gstgdkanimation.h:
14300         * ext/gdk_pixbuf/pixbufscale.h:
14301         * ext/hal/gsthalaudiosink.h:
14302         * ext/hal/gsthalaudiosrc.h:
14303         * ext/jpeg/gstjpegenc.h:
14304         * ext/jpeg/gstsmokedec.h:
14305         * ext/jpeg/gstsmokeenc.h:
14306         * ext/libcaca/gstcacasink.h:
14307         * ext/libmng/gstmngdec.h:
14308         * ext/libmng/gstmngenc.h:
14309         * ext/libpng/gstpngdec.h:
14310         * ext/libpng/gstpngenc.h:
14311         * ext/raw1394/gstdv1394src.h:
14312         * ext/speex/gstspeexenc.h:
14313         * gst/autodetect/gstautoaudiosink.h:
14314         * gst/autodetect/gstautovideosink.h:
14315         * gst/avi/gstavidemux.h:
14316         * gst/cutter/gstcutter.h:
14317         * gst/debug/efence.h:
14318         * gst/debug/gstnavigationtest.h:
14319         * gst/debug/gstnavseek.h:
14320         * gst/flx/gstflxdec.h:
14321         * gst/goom/gstgoom.h:
14322         * gst/icydemux/gsticydemux.h:
14323         * gst/id3demux/gstid3demux.h:
14324         * gst/law/alaw-decode.h:
14325         * gst/law/alaw-encode.h:
14326         * gst/law/mulaw-decode.h:
14327         * gst/law/mulaw-encode.h:
14328         * gst/matroska/matroska-mux.h:
14329         * gst/median/gstmedian.h:
14330         * gst/oldcore/gstaggregator.h:
14331         * gst/oldcore/gstfdsink.h:
14332         * gst/oldcore/gstmd5sink.h:
14333         * gst/oldcore/gstmultifilesrc.h:
14334         * gst/oldcore/gstpipefilter.h:
14335         * gst/oldcore/gstshaper.h:
14336         * gst/oldcore/gststatistics.h:
14337         * gst/rtp/gstasteriskh263.h:
14338         * gst/rtp/gstrtpL16depay.h:
14339         * gst/rtp/gstrtpL16pay.h:
14340         * gst/rtp/gstrtpamrdepay.h:
14341         * gst/rtp/gstrtpamrpay.h:
14342         * gst/rtp/gstrtpdepay.h:
14343         * gst/rtp/gstrtpgsmdepay.h:
14344         * gst/rtp/gstrtpgsmpay.h:
14345         * gst/rtp/gstrtph263pay.h:
14346         * gst/rtp/gstrtph263pdepay.h:
14347         * gst/rtp/gstrtph263ppay.h:
14348         * gst/rtp/gstrtpmp4gpay.h:
14349         * gst/rtp/gstrtpmp4vdepay.h:
14350         * gst/rtp/gstrtpmp4vpay.h:
14351         * gst/rtp/gstrtpmpadepay.h:
14352         * gst/rtp/gstrtpmpapay.h:
14353         * gst/rtp/gstrtppcmadepay.h:
14354         * gst/rtp/gstrtppcmapay.h:
14355         * gst/rtp/gstrtppcmudepay.h:
14356         * gst/rtp/gstrtppcmupay.h:
14357         * gst/rtp/gstrtpspeexdepay.h:
14358         * gst/rtp/gstrtpspeexpay.h:
14359         * gst/rtsp/gstrtpdec.h:
14360         * gst/rtsp/gstrtspsrc.h:
14361         * gst/smpte/gstsmpte.h:
14362         * gst/udp/gstdynudpsink.h:
14363         * gst/udp/gstmultiudpsink.h:
14364         * gst/udp/gstudpsink.h:
14365         * gst/udp/gstudpsrc.h:
14366         * gst/videofilter/gstvideobalance.h:
14367         * gst/videofilter/gstvideoflip.h:
14368         * sys/oss/gstossdmabuffer.h:
14369         * sys/oss/gstossmixerelement.h:
14370         * sys/oss/gstosssink.h:
14371         * sys/oss/gstosssrc.h:
14372         * sys/osxvideo/osxvideosink.h:
14373         * sys/sunaudio/gstsunaudiomixer.h:
14374         * sys/sunaudio/gstsunaudiosink.h:
14375         * sys/ximage/gstximagesrc.h:
14376         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14377
14378 2006-05-31  Wim Taymans  <wim@fluendo.com>
14379
14380         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
14381         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
14382         (gst_goom_src_setcaps), (gst_goom_src_event),
14383         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
14384         (gst_goom_change_state):
14385         * gst/goom/gstgoom.h:
14386         Handle QoS.
14387         Handle flushing, discont and events.
14388         Fix timestamps and various other cleanups.
14389
14390 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14391
14392         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
14393         Fix bus reset when using libiec61883
14394
14395 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14396
14397         * configure.ac:
14398         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
14399         * ext/raw1394/Makefile.am:
14400         Add CFLAGS.
14401         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
14402         New method, to receive using libiec61883.
14403         (gst_dv1394src_iso_receive),
14404         #ifdef'd out if libiec61883 is present.
14405         (gst_dv1394src_bus_reset),
14406         Get userdata correctly if using libiec61883. 
14407         (gst_dv1394src_create),
14408         When using libiec61883, only poll one fd and no need to read.
14409         (gst_dv1394src_discover_avc_node),
14410         Replace g_warnings.
14411         (gst_dv1394src_start),
14412         Create new handle when we know which dv port.  More reliable
14413         than setting port on an existing handle.  Initialise libiec61883.
14414         (gst_dv1394src_stop):
14415         If using libiec61883, then cleanup its handle properly.
14416         * ext/raw1394/gstdv1394src.h:
14417         Add libiec61883 handle.
14418
14419 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14420
14421         * gst/avi/gstavidemux.c:
14422           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
14423         * win32/MANIFEST:
14424           sort file listing
14425         * win32/vs6/libgstavi.dsp:
14426           add gstavimux.c to the project
14427         * win32/vs6/libgstid3demux.dsp:
14428           add link to zlib library
14429         * win32/vs6/libgstmatroska.dsp:
14430           add matroska-ids.c to the project
14431
14432 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
14433
14434         Patch by: Sebastian Dröge  <mail at slomosnail de >
14435
14436         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14437         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14438         * ext/taglib/Makefile.am:
14439         * ext/taglib/gstapev2mux.cc:
14440         * ext/taglib/gstapev2mux.h:
14441         * ext/taglib/gstid3v2mux.cc:
14442         * ext/taglib/gsttaglibmux.c: (plugin_init):
14443         * ext/taglib/gsttaglibmux.h:
14444           Add apev2mux element (#343122).
14445         
14446         * tests/check/Makefile.am:
14447         * tests/check/elements/apev2mux.c:
14448         (test_taglib_apev2mux_create_tags),
14449         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
14450         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
14451         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
14452         (apev2mux_suite), (main):
14453           Add unit test for apev2mux element.
14454
14455 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
14456
14457         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
14458         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
14459         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
14460           GST_PTR_FORMAT should be used to print caps in debug statements.
14461
14462 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
14463
14464         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
14465
14466         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
14467         (ape_demux_parse_tags):
14468           Some clean-ups and additions: map APE 'file' tag to
14469           GST_TAG_LOCATION (#343123); add support for extracting
14470           the track count and clean up parsing a bit (#343127).
14471
14472 2006-05-28  Edward Hervey  <edward@fluendo.com>
14473
14474         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
14475         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
14476
14477 2006-05-28  Edward Hervey  <edward@fluendo.com>
14478
14479         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
14480         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
14481         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
14482         * ext/jpeg/gstjpegdec.h:
14483         Clip outgoing buffers according to currently configured segment.
14484
14485 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
14486
14487         * ext/taglib/gstid3v2mux.cc:
14488           Handle  writing of track-count or album-volume-count without
14489           track-number or albume-volume-number (in this case the number
14490           will just be set to 0).
14491
14492         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
14493           It would be nice if we actually checked the values received for
14494           track/album-volume number/count in  _check_tags(), rather than
14495           setting them again ...
14496
14497 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
14498
14499         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
14500           A track/volume number or count of 0 does not make sense,
14501           just ignore it along with negative numbers (a tag might
14502           only contain a track count without a track number).
14503
14504 2006-05-27  Edward Hervey  <edward@fluendo.com>
14505
14506         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
14507         (gst_jpeg_dec_sink_event):
14508         Abort decompression when receiving FLUSH_STOP. This should avoid
14509         issues when interrupting decoding with flushes.
14510
14511 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
14512
14513         * ext/flac/gstflac.c:
14514           Don't #include file we don't dist any longer.
14515
14516 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
14517
14518         * README:
14519           Replace current README (containing the release notes from
14520           some 0.9.x version) with a proper README taken from the core.
14521
14522 2006-05-24  Wim Taymans  <wim@fluendo.com>
14523
14524         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
14525         Implement EOS correctly by either posting
14526         SEGMENT_DONE or pushing an EOS message depending
14527         on the seek type. Fixes #342592
14528
14529 2006-05-24  Wim Taymans  <wim@fluendo.com>
14530
14531         * gst/law/alaw-decode.c: (gst_alawdec_chain):
14532         * gst/law/alaw-decode.h:
14533         * gst/law/alaw-encode.c: (gst_alawenc_chain):
14534         * gst/law/alaw-encode.h:
14535         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
14536         * gst/law/mulaw-decode.h:
14537         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
14538         * gst/law/mulaw-encode.h:
14539         Some cleanups in the chain functions.
14540         Remove some GStreamer 0.0.2 bits.
14541
14542 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
14543
14544         Patch by: Mark Nauwelaerts  <manauw at skynet be>
14545
14546         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
14547           gst_collect_pads_stop() needs to be called before chaining up
14548           to the parent class (#342734).
14549
14550 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
14551
14552         * ext/flac/Makefile.am:
14553         * ext/flac/flac_compat.h:
14554         * ext/flac/gstflac.c:
14555         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
14556         * ext/flac/gstflacenc.c:
14557           Remove backwards compatibility cruft for dealing with FLAC API
14558           changes in the 1.0.x series - we require 1.1.1 or newer these days.
14559
14560 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
14561
14562         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14563         (gst_matroska_demux_push_xiph_codec_priv_data),
14564         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14565         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
14566         * gst/matroska/matroska-ids.h:
14567         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
14568         (gst_matroska_mux_video_pad_setcaps),
14569         (xiph3_streamheader_to_codecdata),
14570         (vorbis_streamheader_to_codecdata),
14571         (theora_streamheader_to_codecdata),
14572         (gst_matroska_mux_audio_pad_setcaps),
14573         (gst_matroska_mux_write_data):
14574           Add support for muxing/demuxing theora video (#342448; too bad
14575           none of the usual linux players can actually play this). Playback
14576           in GStreamer will require additional changes to theoradec in -base.
14577           Refactor streamheaders <=> CodecPrivateData code a bit; some small
14578           cleanups.
14579
14580 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
14581
14582         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
14583         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
14584           Fix crashes when the horizontal subsampling is 1.
14585           Fixes #342097.
14586
14587 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
14588
14589         Patch by: Mark Nauwelaerts  <manauw at skynet be>
14590
14591         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
14592         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
14593         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
14594         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
14595         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
14596         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
14597         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
14598         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
14599         (gst_avi_mux_change_state):
14600         * gst/avi/gstavimux.h:
14601           Some enhancements for avimux (#342526):
14602            - add odml (large file) index support
14603            - store codec init data (e.g. huffyuv)
14604            - miscellaneous other fixes/cleanups
14605
14606 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14607
14608         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
14609         Don't output any tag when we encounter a negative track number - the
14610         tag type is uint, so we end up outputting huge positive numbers
14611         instead. (Fixes: #342029)
14612
14613 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14614
14615         * configure.ac:
14616           update for new GSTPB_PLUGINS_DIR
14617
14618 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
14619
14620         * rtp/gst/gstrtph263pay.c:
14621         Properly set static caps for H263 at 34.
14622
14623 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14624
14625         Patch by: James "Doc" Livingston  <doclivingston gmail com>
14626
14627         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
14628           Merge event tags and tag setter tags correctly (#339918). Also,
14629           don't leak taglist in case of an error.
14630           
14631 2006-05-17  Edward Hervey  <edward@fluendo.com>
14632
14633         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
14634         We can only do caps intersection if the othercaps are non-empty and not
14635         ANY. Else we return the pad template (base_caps).
14636
14637 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
14638
14639         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
14640           Fix crash when outputting debugging information for certain
14641           pictures (always good to use the right struct member for
14642           the number of records in an array).
14643
14644 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
14645
14646         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
14647
14648         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
14649         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
14650         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
14651         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
14652         (gst_ebml_read_float), (gst_ebml_read_ascii),
14653         (gst_ebml_read_binary):
14654           Don't create unnecessary sub-buffers all the time. Dramatically
14655           improves performance with multiple concurrently running
14656           matroskademux instances (#341818) (and avoids doing
14657           unnecessarily inefficient things in the general case).
14658
14659 2006-05-16  Edward Hervey  <edward@fluendo.com>
14660
14661         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
14662         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
14663         return value of gst_pad_push_event().
14664
14665 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
14666
14667         * gst/autodetect/gstautoaudiosink.c:
14668         (gst_auto_audio_sink_find_best):
14669         * gst/autodetect/gstautovideosink.c:
14670         (gst_auto_video_sink_find_best):
14671         Make the name of the child element be based on the name of the
14672         parent, so that debug output is more useful.
14673         
14674         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
14675         (parse_insert_string_field), (parse_split_strings):
14676         Rework string parsing to always walk over BOM markers in UTF16
14677         strings, using the endianness indicated by the innermost one,
14678         then trying the opposite endianness if that fails to convert
14679         to valid UTF-8. Fixes #341774
14680
14681 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14682
14683         Patch from: Matthieu <matthieu at fluendo dot com>
14684
14685         * ext/libpng/Makefile.am:
14686         Add LIBPNG_CFLAGS.
14687
14688 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14689
14690         * ext/taglib/gstid3v2mux.cc:
14691           Add support for writing images (APIC frames) into ID3v2
14692           tags (picture type always set to 'other' for now though).
14693
14694 2006-05-14  Michael Smith  <msmith@fluendo.com>
14695
14696         * gst/wavparse/gstwavparse.c:
14697           Update docs; wavparse implements push and pull modes.
14698
14699 2006-05-12  Wim Taymans  <wim@fluendo.com>
14700
14701         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
14702         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
14703         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
14704         Ooops, bitten by the copy-and-paste design paradigm, fixes
14705         seek again.
14706
14707 2006-05-12  Wim Taymans  <wim@fluendo.com>
14708
14709         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14710         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
14711         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
14712         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
14713         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
14714         (gst_avi_demux_massage_index),
14715         (gst_avi_demux_calculate_durations_from_index),
14716         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
14717         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
14718         (gst_avi_demux_loop):
14719         * gst/avi/gstavidemux.h:
14720         Some cleanups, prepare to use GstSegment.
14721         Fix error in entry walking code.
14722         Fix VBR detection.
14723         Smarter timestamp calculation code.
14724         Uniform error/eos handling.
14725
14726 2006-05-12  Michael Smith  <msmith@fluendo.com>
14727
14728         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
14729         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
14730           Fix use of uninitialised values if we're NOT seeking in ready.
14731           Fix typos.
14732
14733 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
14734
14735         * gst/wavparse/Makefile.am:
14736           Add CFLAGS and LIBS for libgstbase, fixes build on
14737           Cygwin (#341489).
14738
14739 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
14740
14741         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
14742           Some more debug info. No need to check whether the string
14743           returned by g_convert() is really UTF-8 - either it is or
14744           we get NULL returned.
14745
14746 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
14747
14748         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
14749           Fix parsing of numeric genre strings some more, by ensuring that
14750           we only try and parse strings that a) Start with '(' and b) Consist
14751           only of digits.
14752           Also, when finding an escaping '((' sequence, bust it back to '(' by
14753           swallowing the first parenthesis
14754
14755 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
14756
14757         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
14758         (gst_esdsink_open), (gst_esdsink_close):
14759         * ext/esd/esdsink.h:
14760           Move the esd_get_server_info() into gst_esdsink_open() and fail
14761           with a decent error message on errors.
14762
14763 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
14764
14765         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
14766         (gst_esdmon_channels_get_type):
14767         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
14768         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
14769         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
14770         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
14771         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
14772         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
14773         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
14774         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
14775         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
14776         * gst/videomixer/videomixer.c:
14777         (gst_video_mixer_background_get_type):
14778           Const-ify GEnumValue arrays.
14779
14780 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
14781
14782         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
14783
14784         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
14785         (gst_avi_mux_do_video_buffer):
14786           Work around gst_buffer_make_metadata_writable() bug that
14787           results in avimux marking all frames in the index as
14788           keyframes (#340859).
14789           
14790 2006-05-08  Wim Taymans  <wim@fluendo.com>
14791
14792         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
14793         Make parsing of urls suck slightly less.
14794
14795 2006-05-08  Edward Hervey  <edward@fluendo.com>
14796
14797         * autogen.sh: (CONFIGURE_DEF_OPT): 
14798         libtoolize on Darwin/MacOSX is called glibtoolize.
14799
14800 2006-05-08  Wim Taymans  <wim@fluendo.com>
14801
14802         Patch by: Jens Granseuer <jensgr at gmx dot net>
14803
14804         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
14805         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
14806         C89 compliance fixes. Fixes #340980
14807
14808 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
14809
14810         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
14811         * ext/flac/gstflacdec.h:
14812           Handle segment seeks that include the end of the file as stop point
14813           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
14814           message instead of an EOS event in case we're in segment seek
14815           mode (fixes #340699).
14816           
14817 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
14818
14819         * ext/cairo/gsttextoverlay.c:
14820         * ext/flac/gstflacdec.c:
14821         * ext/gdk_pixbuf/pixbufscale.c:
14822         * gst/apetag/gstapedemux.c:
14823         * gst/debug/breakmydata.c:
14824         * gst/debug/testplugin.c:
14825         * gst/matroska/ebml-write.c:
14826         * gst/multipart/multipartdemux.c:
14827         * sys/osxaudio/gstosxaudiosink.c:
14828         * sys/osxaudio/gstosxaudiosrc.c:
14829         Add semicolons after GST_BOILERPLATE[_FULL] so that
14830         indent doesn't mess up following lines.
14831
14832 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
14833
14834         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
14835
14836         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
14837           Don't leak caps when freeing the stream context (#340623).
14838
14839 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
14840
14841         * configure.ac:
14842           Back to CVS
14843
14844 === release 0.10.3 ===
14845
14846 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
14847
14848         * configure.ac:
14849           releasing 0.10.3, "Desplazado"
14850
14851 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
14852
14853         * gst/matroska/matroska-mux.c:
14854         (gst_matroska_mux_stream_is_vorbis_header),
14855         (gst_matroska_mux_write_data):
14856           Don't strcmp() NULL strings.
14857           Only start new clusters on video keyframes, not on any
14858           random audio buffer that doesn't have the DELTA_UNIT
14859           flag set (fixes 'make check' again).
14860
14861 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
14862
14863         Patch by: Mark Nauwelaerts  <manauw at skynet be>
14864
14865         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
14866         (gst_matroska_mux_stream_is_vorbis_header),
14867         (gst_matroska_mux_write_data):
14868           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
14869           value and then dead-lock when muxing vorbis audio streams
14870           (the three vorbis header buffers carry no timestamp, and it
14871           would try to mux these after all video buffers). Fixes #340346.
14872
14873           Improve clustering: start a new cluster also whenever we get
14874           a keyframe.     
14875
14876 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14877
14878         * win32/common/config.h:
14879         * win32/MANIFEST
14880           add the generated file as well
14881
14882 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14883
14884         * Makefile.am:
14885         * configure.ac:
14886         * win32/common/config.h.in:
14887           add win32 stuff
14888
14889 2006-05-03  Michael Smith  <msmith@fluendo.com>
14890
14891         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
14892           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
14893           SUCKS.
14894
14895 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
14896
14897         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
14898         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
14899         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
14900           don't leak caps-string
14901
14902 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
14903
14904         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
14905         (gst_id3demux_sink_activate):
14906           Let core insert default error message for TYPE_NOT_FOUND
14907           errors, it's just as good as our own and has the added
14908           bonus of being translated.
14909
14910 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
14911
14912         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
14913         (gst_tag_demux_sink_event):
14914         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
14915         (gst_id3demux_sink_event):
14916           Post an error message when we get an EOS event and were not
14917           able to find out the type of stream.
14918
14919         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
14920         (test_taglib_id3mux_with_tags):
14921           Decrease num-buffers to 16 per iteration again, otherwise the
14922           many memcpy()s and reallocations in the test will hammer slow
14923           CPUs completely and make the test timeout.
14924
14925 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14926
14927         * configure.ac:
14928           figure out where plugins-base plugins are
14929         * tests/check/Makefile.am:
14930           use plugins-base plugins, so we have typefind functions
14931         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
14932           increase num-buffers, this makes sure the test errors out instead
14933           of timing out when no typefind functions are present
14934
14935 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14936
14937         * docs/plugins/Makefile.am:
14938           also check .cc files for gtk-doc markup
14939         * configure.ac:
14940         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14941         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14942         * tests/check/Makefile.am:
14943         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
14944         * ext/Makefile.am:
14945         * ext/taglib/Makefile.am:
14946         * ext/taglib/gstid3v2mux.h:
14947         * ext/taglib/gsttaglibmux.c:
14948         * ext/taglib/gsttaglibmux.h:
14949           move taglib-based id3v2muxer to -good.  Fixes #336110.
14950
14951 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
14952
14953         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
14954           ... and fix multichannel/WAVFORMATEX support again.
14955
14956 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
14957
14958         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
14959         (gst_wavparse_class_init), (gst_wavparse_dispose),
14960         (gst_wavparse_reset), (gst_wavparse_init),
14961         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
14962         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
14963         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
14964         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
14965         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
14966         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
14967         (gst_wavparse_stream_data), (gst_wavparse_loop),
14968         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
14969         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
14970         (gst_wavparse_change_state), (plugin_init):
14971         * gst/wavparse/gstwavparse.h:
14972           Add push (streaming) mode to wavparse (fixes #337625)
14973
14974 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14975
14976         * configure.ac:
14977         * tests/Makefile.am:
14978           add ximagesrc icles test
14979
14980 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14981
14982         * configure.ac:
14983         * docs/plugins/Makefile.am:
14984         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14985         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14986         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
14987         (gst_cmml_enc_push_clip):
14988         * sys/Makefile.am:
14989         * sys/ximage/Makefile.am:
14990         * sys/ximage/gstximagesrc.c:
14991           Move ximagesrc plug-in to good after review.  Fixes #336756.
14992
14993 2006-04-28  Michael Smith  <msmith@fluendo.com>
14994
14995         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
14996         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
14997         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
14998         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
14999         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
15000         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
15001         * gst/icydemux/gsticydemux.h:
15002           Fix event handling: cache events when typefinding and forward later.
15003
15004 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15005
15006         * sys/osxaudio/gstosxaudiosink.c:
15007         (plugin_init):
15008          Register osxaudiosrc to the plugin.
15009         * sys/osxaudio/gstosxaudiosrc.c:
15010         (gst_osx_audio_src_osxelement_do_init),
15011         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
15012         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
15013         (gst_osx_audio_src_get_property),
15014         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
15015         (gst_osx_audio_src_osxelement_init):
15016         * sys/osxaudio/gstosxaudiosrc.h:
15017           Port of osxaudiosrc to 0.10.
15018         * sys/osxaudio/Makefile.am:
15019           Add osxaudiosrc
15020
15021 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15022
15023         * sys/osxaudio/gstosxringbuffer.c:
15024         * sys/osxaudio/gstosxringbuffer.h:
15025           Forgot to commit earlier, part of the OSX audio plugin port
15026
15027 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15028
15029         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
15030         (parse_split_strings):
15031           Recognise and skip any byte order marker (BOM) in
15032           UTF-16 strings.
15033
15034 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15035
15036         * docs/plugins/Makefile.am:
15037         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15038         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15039         * docs/plugins/gst-plugins-good-plugins.hierarchy:
15040         * docs/plugins/inspect/plugin-avi.xml:
15041         * gst/avi/gstavidemux.c:
15042         * gst/avi/gstavimux.c:
15043           Add docs for both avidemux and avimux.
15044
15045 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15046
15047         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
15048
15049         * gst/avi/Makefile.am:
15050         * gst/avi/gstavi.c: (plugin_init):
15051         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
15052         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
15053         (gst_avi_mux_class_init), (gst_avi_mux_init),
15054         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15055         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
15056         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
15057         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15058         (gst_avi_mux_riff_get_avix_header),
15059         (gst_avi_mux_riff_get_video_header),
15060         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
15061         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
15062         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15063         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
15064         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
15065         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
15066         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15067         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
15068         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
15069         (gst_avi_mux_change_state):
15070         * gst/avi/gstavimux.h:
15071           Port AVI muxer to GStreamer-0.10 (#332031).
15072
15073         * tests/check/Makefile.am:
15074         * tests/check/elements/avimux.c:
15075         * tests/check/elements/.cvsignore:
15076           Add unit test for AVI muxer.
15077
15078 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
15079
15080         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15081         (gst_wavparse_class_init), (gst_wavparse_reset),
15082         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
15083         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
15084         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
15085         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
15086         (gst_wavparse_stream_data), (gst_wavparse_loop),
15087         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
15088         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
15089         (plugin_init):
15090         * gst/wavparse/gstwavparse.h:
15091           reverted patch #337625 for the price of 1 hour sleep
15092
15093 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
15094
15095         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15096         (gst_wavparse_class_init), (gst_wavparse_reset),
15097         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
15098         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
15099         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
15100         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
15101         (gst_wavparse_stream_data), (gst_wavparse_loop),
15102         (gst_wavparse_chain), (plugin_init):
15103         * gst/wavparse/gstwavparse.h:
15104           correct partial implementation of push mode
15105           (from my last commit)
15106
15107 2006-04-26  Wim Taymans  <wim@fluendo.com>
15108
15109         * ext/esd/esdsink.c:
15110         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
15111         it is not in esd.h
15112
15113 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
15114
15115         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
15116         (gst_au_parse_class_init), (gst_au_parse_init),
15117         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
15118         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
15119         (gst_au_parse_chain), (gst_au_parse_src_convert),
15120         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
15121         (gst_au_parse_sink_event), (gst_au_parse_src_event),
15122         (gst_au_parse_change_state):
15123         * gst/auparse/gstauparse.h:
15124           Rewrite auparse to suck a little bit less: make source pad
15125           dynamic, so decodebin/playbin work with non-raw formats
15126           like alaw/mulaw; add query function for duration/position
15127           queries; check whether we have enough data before attempting
15128           to parse the header (instead of crashing when that is not the
15129           case); work around audioconvert sucking by swapping endianness
15130           to the native endianness ourselves for float formats; send
15131           initial newsegment event. Fixes #161712.
15132
15133 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15134
15135         * sys/osxaudio/Makefile.am:
15136         * sys/osxaudio/gstosxaudioelement.c:
15137         (gst_osx_audio_element_get_type),
15138         (gst_osx_audio_element_class_init):
15139         * sys/osxaudio/gstosxaudioelement.h:
15140         * sys/osxaudio/gstosxaudiosink.c:
15141         (gst_osx_audio_sink_osxelement_do_init),
15142         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
15143         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
15144         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
15145         (gst_osx_audio_sink_create_ringbuffer),
15146         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
15147         (plugin_init):
15148         * sys/osxaudio/gstosxaudiosink.h:
15149         Port of osxaudiosink to 0.10
15150
15151 2006-04-26  Wim Taymans  <wim@fluendo.com>
15152
15153         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
15154         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
15155         the size of the ringbuffer. This should fix hangs with older 
15156         esd sound servers.
15157
15158 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
15159
15160         * ext/aalib/gstaasink.c:
15161         * ext/annodex/gstcmmldec.c:
15162         * ext/annodex/gstcmmlenc.c:
15163         * ext/cairo/gsttextoverlay.c:
15164         * ext/cairo/gsttimeoverlay.c:
15165         * ext/cdio/gstcdiocddasrc.c:
15166         * ext/dv/gstdvdec.c:
15167         * ext/dv/gstdvdemux.c:
15168         * ext/esd/esdmon.c:
15169         * ext/esd/esdsink.c:
15170         * ext/flac/gstflacenc.c:
15171         * ext/flac/gstflactag.c:
15172         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
15173         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
15174         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
15175         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
15176         * ext/gdk_pixbuf/pixbufscale.c:
15177         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
15178         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
15179         * ext/jpeg/gstjpegdec.c:
15180         * ext/jpeg/gstjpegenc.c:
15181         * ext/jpeg/gstsmokedec.c:
15182         * ext/jpeg/gstsmokeenc.c:
15183         * ext/libcaca/gstcacasink.c:
15184         * ext/libmng/gstmngdec.c:
15185         * ext/libmng/gstmngenc.c:
15186         * ext/libpng/gstpngdec.c:
15187         * ext/libpng/gstpngenc.c:
15188         * ext/mikmod/gstmikmod.c:
15189         * ext/raw1394/gstdv1394src.c:
15190         * ext/shout2/gstshout2.c: (gst_shout2send_init):
15191         * ext/shout2/gstshout2.h:
15192         * ext/speex/gstspeexdec.c:
15193         * ext/speex/gstspeexenc.c:
15194         * gst/alpha/gstalpha.c:
15195         * gst/alpha/gstalphacolor.c:
15196         * gst/apetag/gstapedemux.c:
15197         * gst/auparse/gstauparse.c:
15198         * gst/autodetect/gstautoaudiosink.c:
15199         (gst_auto_audio_sink_base_init):
15200         * gst/autodetect/gstautovideosink.c:
15201         (gst_auto_video_sink_base_init):
15202         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
15203         * gst/avi/gstavimux.c: (gst_avimux_base_init):
15204         * gst/cutter/gstcutter.c:
15205         * gst/debug/breakmydata.c:
15206         * gst/debug/efence.c:
15207         * gst/debug/gstnavigationtest.c:
15208         * gst/debug/gstnavseek.c:
15209         * gst/debug/negotiation.c:
15210         * gst/debug/progressreport.c:
15211         * gst/debug/testplugin.c:
15212         * gst/effectv/gstaging.c:
15213         * gst/effectv/gstdice.c:
15214         * gst/effectv/gstedge.c:
15215         * gst/effectv/gstquark.c:
15216         * gst/effectv/gstrev.c:
15217         * gst/effectv/gstshagadelic.c:
15218         * gst/effectv/gstvertigo.c:
15219         * gst/effectv/gstwarp.c:
15220         * gst/flx/gstflxdec.c:
15221         * gst/goom/gstgoom.c:
15222         * gst/icydemux/gsticydemux.c:
15223         * gst/id3demux/gstid3demux.c:
15224         * gst/interleave/deinterleave.c:
15225         * gst/interleave/interleave.c:
15226         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
15227         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
15228         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
15229         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
15230         * gst/level/gstlevel.c:
15231         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
15232         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
15233         * gst/median/gstmedian.c:
15234         * gst/monoscope/gstmonoscope.c:
15235         * gst/multipart/multipartdemux.c:
15236         * gst/multipart/multipartmux.c:
15237         * gst/oldcore/gstaggregator.c:
15238         * gst/oldcore/gstfdsink.c:
15239         * gst/oldcore/gstmd5sink.c:
15240         * gst/oldcore/gstmultifilesrc.c:
15241         * gst/oldcore/gstpipefilter.c:
15242         * gst/oldcore/gstshaper.c:
15243         * gst/oldcore/gststatistics.c:
15244         * gst/rtp/gstasteriskh263.c:
15245         * gst/rtp/gstrtpL16depay.c:
15246         * gst/rtp/gstrtpL16pay.c:
15247         * gst/rtp/gstrtpamrdepay.c:
15248         * gst/rtp/gstrtpamrpay.c:
15249         * gst/rtp/gstrtpdepay.c:
15250         * gst/rtp/gstrtpgsmpay.c:
15251         * gst/rtp/gstrtph263pay.c:
15252         * gst/rtp/gstrtph263pdepay.c:
15253         * gst/rtp/gstrtph263ppay.c:
15254         * gst/rtp/gstrtpilbcdepay.c:
15255         * gst/rtp/gstrtpmp4gpay.c:
15256         * gst/rtp/gstrtpmp4vdepay.c:
15257         * gst/rtp/gstrtpmp4vpay.c:
15258         * gst/rtp/gstrtpmpadepay.c:
15259         * gst/rtp/gstrtpmpapay.c:
15260         * gst/rtp/gstrtppcmadepay.c:
15261         * gst/rtp/gstrtppcmapay.c:
15262         * gst/rtp/gstrtppcmudepay.c:
15263         * gst/rtp/gstrtppcmupay.c:
15264         * gst/rtp/gstrtpspeexdepay.c:
15265         * gst/rtp/gstrtpspeexpay.c:
15266         * gst/rtsp/gstrtpdec.c:
15267         * gst/rtsp/gstrtspsrc.c:
15268         * gst/smpte/gstsmpte.c:
15269         * gst/udp/gstdynudpsink.c:
15270         * gst/udp/gstmultiudpsink.c:
15271         * gst/udp/gstudpsink.c:
15272         * gst/udp/gstudpsrc.c:
15273         * gst/videobox/gstvideobox.c:
15274         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
15275         * gst/videofilter/gstvideobalance.c:
15276         * gst/videofilter/gstvideoflip.c:
15277         * gst/videofilter/gstvideotemplate.c:
15278         (gst_videotemplate_base_init):
15279         * gst/videomixer/videomixer.c:
15280         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15281         (gst_wavparse_class_init), (gst_wavparse_dispose),
15282         (gst_wavparse_reset), (gst_wavparse_init),
15283         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
15284         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15285         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
15286         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
15287         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
15288         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
15289         (gst_wavparse_change_state):
15290         * gst/wavparse/gstwavparse.h:
15291         * sys/oss/gstossmixerelement.c:
15292         * sys/oss/gstosssink.c:
15293         * sys/oss/gstosssrc.c:
15294         * sys/osxaudio/gstosxaudioelement.c:
15295         * sys/osxaudio/gstosxaudiosink.c:
15296         * sys/osxaudio/gstosxaudiosrc.c:
15297         * sys/sunaudio/gstsunaudiomixer.c:
15298         * sys/sunaudio/gstsunaudiosink.c:
15299           Define GstElementDetails as const and also static (when defined as
15300           global)
15301
15302 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
15303
15304         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15305           Source pad has fixed caps. If we don't set this, bad
15306           things happen when the window is resized.
15307
15308 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
15309
15310         * gst/matroska/Makefile.am:
15311         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15312         (gst_matroska_demux_handle_src_event):
15313         * gst/matroska/matroska-ids.c:
15314         (gst_matroska_track_init_video_context),
15315         (gst_matroska_track_init_audio_context),
15316         (gst_matroska_track_init_subtitle_context),
15317         (gst_matroska_track_init_complex_context):
15318         * gst/matroska/matroska-ids.h:
15319           Handle case where the TrackType ebml chunk does not come before the
15320           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
15321           events.
15322
15323 2006-04-25  Wim Taymans  <wim@fluendo.com>
15324
15325         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
15326         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
15327         It's codec_data, not codec_info.
15328
15329 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
15330
15331         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
15332
15333         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
15334           Handle codec_data for VfW compatibility codec IDs (#339451)
15335
15336         * gst/matroska/matroska-mux.c:
15337         (gst_matroska_mux_video_pad_setcaps):
15338           Same here, handle codec_data and add additional caps we can handle
15339           now to the pad template (huffyuv, dv and h263 video) (#339451)
15340
15341 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
15342
15343         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
15344
15345         * gst/matroska/matroska-mux.c:
15346         (gst_matroska_mux_create_buffer_header),
15347         (gst_matroska_mux_write_data):
15348           Fix timestamping of B-frames, use signed integers, do
15349           some rounding (#339678).
15350
15351 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
15352
15353         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
15354         just make it compile with --disable-gst-debug.
15355
15356 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
15357
15358         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
15359         Fix a bad conversion using gst_guint64_to_gdouble.
15360         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
15361         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
15362         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
15363     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
15364         mistake.
15365
15366 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
15367
15368         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
15369         Use gst_guint64_to_gdouble for conversions
15370         * win32/vs6/gst_plugins_good.dsw:
15371         * win32/vs6/libgsticydemux.dsp:
15372         Add a project file for icydemux
15373
15374 2006-04-21  Wim Taymans  <wim@fluendo.com>
15375
15376         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
15377
15378         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15379         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
15380         When splitting audio chunks, the block alignment is not taken in
15381         consideration, so the smaller chunks could be of size which is 
15382         not a multiple of the block alignment. Fixes #336904
15383
15384 2006-04-21  Wim Taymans  <wim@fluendo.com>
15385
15386         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
15387         Use scale functions
15388
15389 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
15390
15391         * ext/dv/gstdv.c: (plugin_init):
15392           Fix build.
15393
15394 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
15395
15396         * gst/debug/progressreport.c: (gst_progress_report_finalize),
15397         (gst_progress_report_class_init), (gst_progress_report_init),
15398         (gst_progress_report_do_query), (gst_progress_report_report),
15399         (gst_progress_report_set_property),
15400         (gst_progress_report_get_property):
15401           Add 'format' property to force querying to a particular format.
15402
15403 2006-04-21  Andy Wingo  <wingo@pobox.com>
15404
15405         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
15406         best, on big endian systems. Drop its rank in that case. OTOH on
15407         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
15408
15409 2006-04-21  Michael Smith  <msmith@fluendo.com>
15410
15411         * configure.ac:
15412         * gst/icydemux/Makefile.am:
15413         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
15414         (gst_icydemux_base_init), (gst_icydemux_class_init),
15415         (gst_icydemux_reset), (gst_icydemux_init),
15416         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
15417         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
15418         (unicodify), (gst_icydemux_unicodify),
15419         (gst_icydemux_parse_and_send_tags),
15420         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
15421         (gst_icydemux_chain), (gst_icydemux_change_state),
15422         (gst_icydemux_send_tag_event), (plugin_init):
15423         * gst/icydemux/gsticydemux.h:
15424         * tests/check/Makefile.am:
15425         * tests/check/elements/icydemux.c: (typefind_succeed),
15426         (plugin_init), (icydemux_found_pad), (create_icydemux),
15427         (cleanup_icydemux), (push_data), (GST_START_TEST),
15428         (icydemux_suite), (main):
15429           Add icydemux, and tests.
15430
15431 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15432
15433         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
15434           Post SEGMENT_DONE message in TIME format.
15435
15436 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15437
15438         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
15439
15440         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
15441         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
15442           Fix index creation when we have to scan the file to create
15443           an index. There may be other types of RIFF 'LIST' chunks than
15444           'movi' and we need to skip them properly as well or we'll end up
15445           reading garbage (#336889). Some other cosmetic changes.
15446           
15447 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15448
15449         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
15450         (gst_flac_dec_handle_seek_event):
15451           Add support for segment seeks (fixes #338290). Also demote
15452           some recurring debug message from DEBUG to LOG level.
15453
15454 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15455
15456         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15457         (gst_matroskademux_do_index_seek),
15458         (gst_matroska_demux_handle_seek_event),
15459         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
15460         * gst/matroska/matroska-ids.h:
15461           Set DISCONT flag on first buffer after a discontinuity.
15462           Fix newsegment events sent when seeking and honour KEY_UNIT
15463           seek flag. Create pad with bogus caps if we don't recognise
15464           the stream codec id.
15465
15466         * gst/matroska/matroska-demux.h:
15467           Fix GObject macros.
15468
15469 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15470
15471         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
15472
15473         * gst/matroska/matroska-demux.c:
15474         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
15475           Handle end of segment properly when set; don't dead-lock when
15476           posting start of segment message when doing a segment seek.
15477           Fixes #338810.
15478
15479 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15480
15481         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
15482         (gst_matroska_demux_plugin_init):
15483           Make mpeg2 aac audio work: create artificial private codec data
15484           chunk which faad2 seems to require, just as we do for mpeg4 aac.
15485           Also call gst_riff_init(). Partially fixes #338767.
15486
15487 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
15488
15489         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
15490         (gst_wavenc_class_init), (gst_wavenc_init),
15491         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
15492         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
15493         (gst_wavenc_chain), (gst_wavenc_change_state):
15494         * gst/wavenc/gstwavenc.h:
15495           Set caps on first outgoing buffer, so that it doesn't error out
15496           immediately with a non-negotiated error (#338716). Rewrite and
15497           clean up a bit; fix setcaps function to parse things properly;
15498           fix sink caps (8bit audio is unsigned and doesn't have depth);
15499           use boilerplate macros; remove unused properties stuff.
15500
15501 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15502
15503         * ext/gdk_pixbuf/gstgdkpixbuf.c:
15504           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
15505           handle MJPEG streams and might be autoplugged for those if the
15506           user doesn't have jpegdec installed (resulting in a cryptic error
15507           message about huffman tables). Better to disable JPEG decoding here
15508           and let the user figure out that she needs to install jpegdec.
15509
15510 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15511
15512         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
15513         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
15514         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
15515         * ext/gdk_pixbuf/gstgdkpixbuf.h:
15516           Make work with packetised/framed input (e.g. png-in-quicktime). Use
15517           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
15518           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
15519           debug messages. Fix boilerplate macros.
15520
15521 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15522
15523         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
15524         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
15525           No need to special-case for Gdk-2.0 any longer, we require
15526           Gdk 2.2 or newer; minor clean-ups.
15527
15528 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15529
15530         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
15531         (gst_shout2send_class_init), (gst_shout2send_init),
15532         (set_shout_metadata), (gst_shout2send_set_metadata),
15533         (gst_shout2send_event), (gst_shout2send_start),
15534         (gst_shout2send_connect), (gst_shout2send_stop),
15535         (gst_shout2send_render), (gst_shout2send_set_property),
15536         (gst_shout2send_get_property), (gst_shout2send_setcaps),
15537         (plugin_init):
15538         * ext/shout2/gstshout2.h:
15539         * po/POTFILES.in:
15540           Rewrite a bit: use GstBaseSink::start and stop instead of a state
15541           change function; use GST_ELEMENT_ERROR for error reporting, not
15542           g_error() or GST_ERROR(); don't unref caps in setcaps function,
15543           will cause crashes or assertion failures; remove (unused) "sync"
15544           property, basesink already has such a property; misc. other
15545           minor fixes and cleanups.
15546
15547 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15548
15549         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
15550         * ext/esd/gstesd.c: (plugin_init):
15551         * po/POTFILES.in:
15552           Add translatable error message for when we cannot
15553           connect to the sound server, as "Cannot open resource
15554           for writing" isn't really an acceptable message to show
15555           to the user in this case.
15556
15557 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15558
15559         * sys/oss/gst-i18n-plugin.h:
15560           Remove bogus file that doesn't belong here.
15561
15562 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
15563
15564         Patch by: Philippe Valembois
15565
15566         * ext/shout2/gstshout2.c: (gst_shout2send_init),
15567         (gst_shout2send_set_metadata), (gst_shout2send_event),
15568         (gst_shout2send_render), (gst_shout2send_change_state):
15569         * ext/shout2/gstshout2.h:
15570           Handle tags being received before the connection to
15571           the server is established properly (see #338636).
15572
15573 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
15574
15575         * ext/shout2/gstshout2.c: (gst_shout2send_render):
15576           Don't crash in case the connection to the server fails:
15577           don't set pointer to NULL by assigning FALSE; error out
15578           properly by using GST_ELEMENT_ERROR and returning
15579           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
15580           before resetting the pointer.
15581
15582 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
15583
15584         * gst/id3demux/id3tags.c:
15585         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
15586         (Fixes #338713)
15587
15588 2006-04-12  Wim Taymans  <wim@fluendo.com>
15589
15590         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
15591         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
15592         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
15593         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
15594         (gst_gdk_pixbuf_chain):
15595         Some cleanups.
15596         Added RGBA as a possible output format.
15597         Correctly free the supported mimetypes.
15598         deprecate silent arg, it's not used.
15599         Return result from _alloc_buffer to peer.
15600
15601 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15602
15603         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
15604           Don't leak memory allocated by gst_buffer_new_and_alloc() by
15605           overwriting GST_BUFFER_MALLOCDATA.
15606
15607 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15608
15609         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
15610         (user_endrow_callback), (user_end_callback),
15611         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
15612         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
15613         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
15614         * ext/libpng/gstpngdec.h:
15615           Handle more than one frame if the content is framed,
15616           like with png-in-quicktime (#331917).
15617
15618 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15619
15620         * sys/oss/Makefile.am:
15621         * sys/oss/common.h:
15622         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
15623         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
15624         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
15625         (gst_oss_src_unprepare):
15626           - the user-visible error strings were in the wrong category
15627           - and the messages were not marked for translation
15628           - which is actually a good thing, because they were exactly
15629             the kind of message you would never want anyone to see
15630           - the macros were using variables that didn't exist in the macro
15631             arguments
15632           - and they were obviously copied from each other and then modified
15633           - so a common header makes sense
15634
15635 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
15636
15637         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
15638           Don't try to modify read-only data.
15639
15640         * gst/matroska/matroska-demux.c:
15641         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
15642           Fix comment (won't crash any longer now).
15643
15644 2006-04-10  Michael Smith  <msmith@fluendo.com>
15645
15646         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
15647           Use copies of header buffers for caps to avoid circular refcounting
15648           problems (as in theoradec, vorbisdec).
15649
15650         * tests/check/elements/cmmldec.c: (GST_START_TEST):
15651           Fix a typo in test that meant it was testing the wrong thing.
15652
15653         * tests/check/elements/cmmlenc.c: (check_headers):
15654           Fix refcount checks now that we use buffer-copies for caps.
15655
15656 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
15657
15658         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
15659         (gst_matroska_demux_handle_seek_event),
15660         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
15661         (gst_matroska_demux_subtitle_caps),
15662         (gst_matroska_demux_plugin_init):
15663           Use static pad templates with ANY caps for audio and video
15664           source pads and get rid of a lot of unnecessary (and partially
15665           broken) code for the template caps. Clean up caps finding
15666           functions. Fixes playback of audio files/streams that do not
15667           contain the sample rate and/or number of channels in the audio
15668           context (happens a lot with vorbis/mp3 .mka files it seems).
15669           Fixes #337183.
15670           Also add myself to copyright holders.
15671
15672 2006-04-10  Michael Smith  <msmith@fluendo.com>
15673
15674         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
15675           Use g_list_delete_link () instead of g_list_remove_link () so that
15676           we free the link as well as the contained data.
15677
15678 2006-04-10  Wim Taymans  <wim@fluendo.com>
15679
15680         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
15681
15682         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
15683         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
15684         (gst_avi_demux_stream_header):
15685         Fix some crashers with empty chunks. (Fixes #337749)
15686
15687 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
15688
15689         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
15690           use G_GINT64_CONSTANT for INT64 constants
15691         * gst/videofilter/gstvideobalance.c:
15692           define rint for WIN32 #define rint(x) (floor((x)+0.5))
15693         * win32/vs6/libgstavi.dsp:
15694          add missing libraries for the link and remove avimux.c from
15695          the project as it isn't ported to 0.10 yet
15696         
15697 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
15698
15699         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
15700           Even better would be if we actually did the right thing
15701           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
15702
15703 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
15704
15705         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
15706           Can't just replace 1LL with 1L here just because MSVC doesn't
15707           support it, as it might lead to incorrect results when doing the
15708           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
15709           force a 64-bit constant in a way that all compilers are happy with.
15710
15711 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15712
15713         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
15714         * ext/esd/esdsink.c: (gst_esdsink_class_init):
15715         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
15716         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
15717         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
15718         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
15719         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
15720         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
15721         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
15722         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
15723         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
15724         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
15725         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
15726         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
15727         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
15728         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
15729         * gst/avi/gstavimux.c: (gst_avimux_class_init):
15730         * gst/debug/efence.c: (gst_efence_class_init):
15731         * gst/debug/negotiation.c: (gst_negotiation_class_init):
15732         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
15733         * gst/goom/gstgoom.c: (gst_goom_class_init):
15734         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
15735         * gst/interleave/deinterleave.c: (deinterleave_class_init):
15736         * gst/interleave/interleave.c: (interleave_class_init):
15737         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
15738         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
15739         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
15740         * gst/median/gstmedian.c: (gst_median_class_init):
15741         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
15742         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
15743         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
15744         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
15745         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
15746         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
15747         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
15748         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
15749         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
15750         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
15751         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
15752         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
15753         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
15754         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
15755         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
15756         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
15757         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
15758         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
15759         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
15760         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
15761         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
15762         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
15763         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
15764         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
15765         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
15766         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
15767         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
15768         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
15769         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
15770         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
15771         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
15772         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
15773         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
15774         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
15775         * sys/osxaudio/gstosxaudioelement.c:
15776         (gst_osxaudioelement_class_init):
15777         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
15778         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
15779         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
15780         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
15781
15782 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15783
15784         * ext/mikmod/gstmikmod.h:
15785         * gst/level/gstlevel.h:
15786         Fix more broken GObject macros
15787
15788 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15789
15790         * ext/annodex/gstcmmldec.h:
15791         * ext/annodex/gstcmmlenc.h:
15792         * ext/annodex/gstcmmltag.h:
15793         * ext/cairo/gsttextoverlay.h:
15794         * ext/ladspa/gstsignalprocessor.h:
15795         * gst/matroska/ebml-read.h:
15796         * gst/matroska/ebml-write.h:
15797         * sys/osxaudio/gstosxaudioelement.h:
15798         Fix broken GObject macros
15799
15800 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
15801
15802         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
15803           Don't try to seek beyond the end of the file (would
15804           occasionally display error dialogs in totem when seeking
15805           to the end) (#335869). Will still throw an error though
15806           if the file is truncated and the total_samples value in
15807           the stream header is wrong.
15808
15809 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
15810
15811         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
15812         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
15813         (gst_flac_dec_metadata_callback):
15814         * ext/flac/gstflacdec.h:
15815           If the stream header doesn't contain the total number of samples,
15816           search for the last flac frame at the end of the file and calculate
15817           the total duration from that frame's offset (fixes #337609).
15818
15819 2006-04-07  Edward Hervey  <edward@fluendo.com>
15820
15821         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
15822         Don't unref the GstPadTemplate returned by
15823         gst_element_class_get_pad_template().
15824
15825 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
15826
15827         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15828
15829         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
15830         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
15831         * sys/sunaudio/gstsunaudiosink.h:
15832           Use spec->segsize and spec->segtotal in the prepare function
15833           to initialise the ring buffer instead of using the buffer-time
15834           property (#337421).
15835
15836 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
15837
15838         * configure.ac:
15839           Bump core requirements to CVS for gst_pad_query_peer_duration()
15840           which is used by speexdec.
15841
15842 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
15843
15844         * ext/speex/gstspeex.c: (plugin_init):
15845         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
15846         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
15847         (speex_get_sink_query_types), (speex_dec_sink_query),
15848         (speex_get_src_query_types), (speex_dec_src_query),
15849         (speex_dec_src_event), (speex_dec_sink_event),
15850         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
15851         (speex_dec_chain_parse_data), (speex_dec_chain),
15852         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
15853         (speex_dec_change_state):
15854         * ext/speex/gstspeexdec.h:
15855           Fix seeking and duration queries (#337033); clean up and
15856           refactor a bit.
15857
15858 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15859
15860         * ext/raw1394/gstdv1394src.c:
15861           distinguish between device not found and could not open for
15862           reading
15863
15864 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15865
15866         * Makefile.am:
15867         * configure.ac:
15868         * pkgconfig/.cvsignore:
15869         * pkgconfig/Makefile.am:
15870         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
15871           add a .pc file so other modules can use good plugins in tests
15872
15873 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15874
15875         * configure.ac:
15876           clean up, use AS_VERSION and AS_NANO
15877         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15878           use PACKAGE_VERSION define
15879         * po/af.po:
15880         * po/az.po:
15881         * po/cs.po:
15882         * po/en_GB.po:
15883         * po/hu.po:
15884         * po/it.po:
15885         * po/nb.po:
15886         * po/nl.po:
15887         * po/or.po:
15888         * po/sq.po:
15889         * po/sr.po:
15890         * po/sv.po:
15891         * po/uk.po:
15892         * po/vi.po:
15893           updated
15894
15895 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
15896
15897         * ext\jpeg\smokecodec.c:
15898           use of GST_DEBUG instead of DEBUG(a...) for WIN32
15899         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
15900           move first instruction after all variables declarations
15901         * gst\alpha\gstalpha.c:
15902         * gst\effectv\gstshagadelic.c:
15903         * gst\smpte\paint.c:
15904         * gst\videofilter\gstvideobalance.c:
15905           define M_PI if it's not defined (it's not defined on WIN32)
15906         * gst\cutter\gstcutter.c: (gst_cutter_chain):
15907         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
15908         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
15909         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
15910         (gst_matroska_demux_video_caps):
15911         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
15912         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
15913           use gst_guint64_to_gdouble for conversions
15914         * gst\goom\filters.c: (setPixelRGB_):
15915           fix a debug which was using undefined variable
15916         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
15917         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
15918           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
15919         * win32/vs6:
15920           add vs6 projects files for most of plugins-good
15921         
15922 2006-03-30  j^  <j@bootlab.org>
15923
15924         * ext/aalib/gstaasink.c:
15925         * ext/annodex/gstcmmldec.c:
15926         * ext/annodex/gstcmmlenc.c:
15927         * ext/cairo/gsttextoverlay.c:
15928         * ext/cairo/gsttimeoverlay.c:
15929         * ext/cdio/gstcdiocddasrc.c:
15930         * ext/dv/gstdvdec.c:
15931         * ext/esd/esdmon.c:
15932         * ext/esd/esdsink.c:
15933         * ext/flac/gstflacdec.c:
15934         * ext/flac/gstflacenc.c:
15935         * ext/flac/gstflactag.c:
15936         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
15937         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
15938         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
15939         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
15940         * ext/gdk_pixbuf/gstgdkpixbuf.c:
15941         * ext/gdk_pixbuf/pixbufscale.c:
15942         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
15943         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
15944         * ext/jpeg/gstjpegdec.c:
15945         * ext/jpeg/gstjpegenc.c:
15946         * ext/jpeg/gstsmokedec.c:
15947         * ext/jpeg/gstsmokeenc.c:
15948         * ext/libcaca/gstcacasink.c:
15949         * ext/libmng/gstmngdec.c:
15950         * ext/libmng/gstmngenc.c:
15951         * ext/libpng/gstpngdec.c:
15952         * ext/libpng/gstpngenc.c:
15953         * ext/mikmod/gstmikmod.c:
15954         * ext/raw1394/gstdv1394src.c:
15955         * ext/shout2/gstshout2.c:
15956         * ext/speex/gstspeexdec.c:
15957         * ext/speex/gstspeexenc.c:
15958         * gst/alpha/gstalpha.c:
15959         * gst/alpha/gstalphacolor.c:
15960         * gst/auparse/gstauparse.c:
15961         * gst/autodetect/gstautoaudiosink.c:
15962         (gst_auto_audio_sink_base_init):
15963         * gst/autodetect/gstautovideosink.c:
15964         (gst_auto_video_sink_base_init):
15965         * gst/avi/gstavimux.c: (gst_avimux_base_init):
15966         * gst/cutter/gstcutter.c:
15967         * gst/debug/breakmydata.c:
15968         * gst/debug/efence.c:
15969         * gst/debug/gstnavigationtest.c:
15970         * gst/debug/negotiation.c:
15971         * gst/debug/progressreport.c:
15972         * gst/debug/testplugin.c:
15973         * gst/effectv/gstaging.c:
15974         * gst/effectv/gstdice.c:
15975         * gst/effectv/gstedge.c:
15976         * gst/effectv/gstquark.c:
15977         * gst/effectv/gstrev.c:
15978         * gst/effectv/gstvertigo.c:
15979         * gst/effectv/gstwarp.c:
15980         * gst/flx/gstflxdec.c:
15981         * gst/goom/gstgoom.c:
15982         * gst/interleave/deinterleave.c:
15983         * gst/interleave/interleave.c:
15984         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
15985         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
15986         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
15987         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
15988         * gst/level/gstlevel.c:
15989         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
15990         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
15991         * gst/median/gstmedian.c:
15992         * gst/monoscope/gstmonoscope.c:
15993         * gst/multipart/multipartdemux.c:
15994         * gst/multipart/multipartmux.c:
15995         * gst/oldcore/gstmd5sink.c:
15996         * gst/oldcore/gstmultifilesrc.c:
15997         * gst/oldcore/gstpipefilter.c:
15998         * gst/oldcore/gstshaper.c:
15999         * gst/oldcore/gststatistics.c:
16000         * gst/rtp/gstasteriskh263.c:
16001         * gst/rtp/gstrtpL16depay.c:
16002         * gst/rtp/gstrtpL16pay.c:
16003         * gst/rtp/gstrtpamrdepay.c:
16004         * gst/rtp/gstrtpamrpay.c:
16005         * gst/rtp/gstrtpdepay.c:
16006         * gst/rtp/gstrtpgsmpay.c:
16007         * gst/rtp/gstrtph263pay.c:
16008         * gst/rtp/gstrtph263pdepay.c:
16009         * gst/rtp/gstrtph263ppay.c:
16010         * gst/rtp/gstrtpmp4gpay.c:
16011         * gst/rtp/gstrtpmp4vdepay.c:
16012         * gst/rtp/gstrtpmp4vpay.c:
16013         * gst/rtp/gstrtpmpadepay.c:
16014         * gst/rtp/gstrtpmpapay.c:
16015         * gst/rtp/gstrtppcmadepay.c:
16016         * gst/rtp/gstrtppcmapay.c:
16017         * gst/rtp/gstrtppcmudepay.c:
16018         * gst/rtp/gstrtppcmupay.c:
16019         * gst/rtp/gstrtpspeexdepay.c:
16020         * gst/rtp/gstrtpspeexpay.c:
16021         * gst/rtsp/gstrtpdec.c:
16022         * gst/smpte/gstsmpte.c:
16023         * gst/videobox/gstvideobox.c:
16024         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16025         * gst/videofilter/gstvideobalance.c:
16026         * gst/videofilter/gstvideoflip.c:
16027         * gst/videofilter/gstvideotemplate.c:
16028         (gst_videotemplate_base_init):
16029         * gst/videomixer/videomixer.c:
16030         * gst/wavenc/gstwavenc.c:
16031         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
16032          better/unified long descriptions
16033          Fixed #336602
16034          Some cleanups to auparse, don't send multiple newsegments.
16035
16036 2006-03-29  Wim Taymans  <wim@fluendo.com>
16037
16038         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
16039
16040         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
16041         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
16042         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
16043         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
16044         * ext/dv/gstdvdemux.h:
16045         Seek in READY patch. Only works for pull based mode.
16046         Fixes #323880
16047
16048 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16049
16050         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
16051         (gst_gdk_pixbuf_event):
16052           Fix two crashers: don't unref the same caps twice, and
16053           set pixbuf loader to NULL after freeing it.
16054
16055 2006-03-27  Wim Taymans  <wim@fluendo.com>
16056
16057         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
16058         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
16059         (gst_speexenc_chain):
16060         * ext/speex/gstspeexenc.h:
16061         Don't leak adapter.
16062         A push *always* takes ownership of the buffer, even on
16063         errors.
16064         Small cleanups.
16065
16066 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
16067
16068         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
16069           Create source pad without leaking.
16070
16071 2006-03-24  Wim Taymans  <wim@fluendo.com>
16072
16073         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16074         * ext/flac/gstflacdec.h:
16075         * ext/flac/gstflacenc.h:
16076         Spifify a bit.
16077         Fix deadly lock order error in seeking code, STREAM_LOCK
16078         cannot be taken within LOCK and the streaming variables are
16079         protected with the STREAM_LOCK anyway.
16080
16081 2006-03-24  Wim Taymans  <wim@fluendo.com>
16082
16083         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
16084         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16085         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
16086         this patch combines the global init_frames with the stream
16087         init_frames. Rationale being that the global delay should 
16088         be subtracted from any stream delay.
16089         Fixes #335858.
16090
16091 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16092
16093         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
16094         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
16095         * gst/smpte/gstsmpte.c: (gst_smpte_init):
16096         * gst/videomixer/videomixer.c: (gst_videomixer_init):
16097         use DEBUG_FUNCPTR for collectpads
16098
16099 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16100
16101         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
16102           Don't crash when encoding images where the number of rows isn't
16103           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
16104
16105 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16106
16107         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
16108         * gst/interleave/deinterleave.c: (deinterleave_change_state):
16109         * gst/interleave/interleave.c: (interleave_change_state):
16110         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
16111           More state change function fixes.
16112
16113 2006-03-23  Wim Taymans  <wim@fluendo.com>
16114
16115         * ext/esd/esdsink.c: (gst_esdsink_class_init),
16116         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
16117         (gst_esdsink_prepare), (gst_esdsink_unprepare),
16118         (gst_esdsink_delay), (gst_esdsink_reset):
16119         * ext/esd/esdsink.h:
16120         Fix esd choppy playback by configuring audiosink
16121         correctly. Fixes #325191
16122
16123 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16124
16125         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
16126           Make state change function thread-safe.
16127
16128 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16129
16130         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
16131         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
16132           Don't try to read beyond the end of the file just because
16133           the header claims a bigger size (like with truncated files).
16134
16135 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16136
16137         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
16138         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
16139         (gst_wavparse_stream_data), (gst_wavparse_loop):
16140         * gst/wavparse/gstwavparse.h:
16141           Delay source pad creation until we have the first chunk of
16142           media data, so the we can examine the data and adjust the
16143           caps accordingly if required. This makes playback of .wav
16144           files with DTS-declared-as-PCM content work (#313266).
16145
16146 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
16147
16148         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
16149         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
16150         Don't attempt typefinding on too-short buffers that have been
16151         completely trimmed away. (Fixes #330239)
16152
16153         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
16154         Improve the debug output
16155
16156 2006-03-21  Wim Taymans  <wim@fluendo.com>
16157
16158         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
16159         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
16160         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
16161         (gst_esdsink_set_property), (gst_esdsink_get_property):
16162         Some cleanups.
16163         Reset fd to -1 when we close them.
16164
16165 2006-03-21  Wim Taymans  <wim@fluendo.com>
16166
16167         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
16168         the OPTIONS request result is optional so don't
16169         fail on it.
16170
16171 2006-03-21  Edward Hervey  <edward@fluendo.com>
16172
16173         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
16174         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
16175         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
16176         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
16177         (gst_wavparse_change_state):
16178         gcc 4.1 unreferenced pointer fixes.
16179
16180 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16181
16182         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16183
16184         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
16185           Fix block alignment calculation. Alignment should be done before
16186           adding the byte offset where the data starts (#335231).
16187
16188 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
16189
16190         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
16191           Ensure that we set correct caps on buffers that are transferred
16192           direct from the input.
16193
16194 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
16195
16196         * gst/goom/filters.c: (zoomFilterDestroy):
16197         * gst/goom/goom_core.c: (goom_close):
16198           Free filter data when cleaning up. (Fixes: #334995)
16199
16200 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
16201
16202         * configure.ac:
16203           Don't compile udp and rtsp plugins on win32 (mingw) or other
16204           systems that don't have <sys/socket.h> for some reason (#316203).
16205
16206 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16207
16208         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
16209         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
16210         * ext/raw1394/gstdv1394src.h:
16211           Change bus reset handler so it reports useful information such as
16212           whether the device being used connected or disconnected
16213
16214 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16215
16216         * gst/id3demux/id3v2frames.c:
16217         (parse_relative_volume_adjustment_two):
16218           We only care about gain and peak data for the master volume.
16219
16220 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16221
16222         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
16223         (parse_id_string), (parse_unique_file_identifier),
16224         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
16225           Read replay gain tags (#323721).
16226
16227 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16228
16229         * configure.ac:
16230           Bump requirements to gst-plugins-base CVS because
16231           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
16232
16233 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
16234
16235         * rtp/gst/gstrtppcmadepay.c:
16236         Fixed one of the caps in the code from mulaw to alaw.
16237
16238 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16239
16240         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
16241           Ensure that we set caps on the buffers we pass.
16242
16243         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16244         (gst_id3demux_sink_activate):
16245           Ensure that we set caps on the buffers we pass.
16246
16247           Use STREAM, TYPE_NOT_FOUND as the error class when
16248           typefinding fails.
16249
16250 2006-03-15  Edward Hervey  <edward@fluendo.com>
16251
16252         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
16253         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
16254         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
16255         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
16256         (gst_jpeg_dec_setcaps):
16257         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
16258         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
16259         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
16260         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
16261         (gst_mngdec_src_getcaps):
16262         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16263         (gst_pngdec_caps_create_and_set):
16264         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
16265         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
16266         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
16267         * gst/alpha/gstalpha.c: (gst_alpha_init):
16268         * gst/auparse/gstauparse.c: (gst_au_parse_init):
16269         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
16270         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
16271         * gst/cutter/gstcutter.c: (gst_cutter_init):
16272         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
16273         (gst_efence_checkgetrange):
16274         * gst/debug/negotiation.c: (gst_negotiation_init):
16275         * gst/flx/gstflxdec.c: (gst_flxdec_init):
16276         * gst/goom/gstgoom.c: (gst_goom_init):
16277         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
16278         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
16279         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
16280         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
16281         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
16282         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
16283         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
16284         * gst/smpte/gstsmpte.c: (gst_smpte_init):
16285         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
16286         (gst_wavparse_create_sourcepad):
16287         Fix memleak with gst_static_pad_template_get().
16288         This uses gst_pad_new_from_static_template() instead.
16289         Fixes #333512
16290
16291 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16292
16293         * configure.ac:
16294           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
16295           used by id3demux.
16296
16297         * gst/id3demux/gstid3demux.c: (plugin_init):
16298         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
16299         (parse_user_text_identification_frame),
16300         (parse_unique_file_identifier):
16301           Add support for UFID and TXXX frames and extract musicbrainz tags.
16302
16303 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16304
16305         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
16306           Catch short reads, like they might happen with truncated
16307           files (see #305279); remove unnecessary indentation.
16308
16309 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16310
16311         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16312           Fix DIB image inversion for pictures with a
16313           depth != 8 (#305279).
16314
16315 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16316
16317         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
16318         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
16319         * ext/jpeg/gstjpegdec.h:
16320           Fix durations on outgoing buffers after seeking
16321           in MJPEG files (#334083); some minor clean-ups.
16322
16323 2006-03-13  Wim Taymans  <wim@fluendo.com>
16324
16325         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
16326         (gst_wavparse_change_state):
16327         Implement seek in READY (re-fixes #327658)
16328
16329 2006-03-13  Wim Taymans  <wim@fluendo.com>
16330
16331         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
16332         * ext/esd/esdmon.c: (gst_esdmon_get):
16333         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
16334         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16335         (gst_gdk_pixbuf_sink_getcaps):
16336         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
16337         (gst_jpegenc_setcaps):
16338         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
16339         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
16340         (gst_smokeenc_setcaps):
16341         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
16342         (gst_mngdec_src_getcaps):
16343         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
16344         (gst_mngenc_chain):
16345         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
16346         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
16347         * ext/speex/gstspeexdec.c: (speex_dec_convert),
16348         (speex_dec_src_event), (speex_dec_chain):
16349         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
16350         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
16351         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
16352         (gst_negotiation_pad_link), (gst_negotiation_chain):
16353         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
16354         (gst_flxdec_chain):
16355         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
16356         (deinterleave_chain):
16357         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
16358         * gst/median/gstmedian.c: (gst_median_link):
16359         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
16360         (gst_monoscope_chain):
16361         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
16362         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
16363         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
16364         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
16365         close #333784 unref the result of gst_pad_get_parent()
16366         by: Christophe Fergeau.
16367
16368 2006-03-09  Wim Taymans  <wim@fluendo.com>
16369
16370         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
16371         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
16372         Handle events in push mode better, can now do non-flushing
16373         seeks in push mode as well.
16374
16375 2006-03-07  Wim Taymans  <wim@fluendo.com>
16376
16377         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
16378         Applied patch from Kai Vehmanen, fixes #333624.
16379
16380 2006-03-06  Julien MOUTTE  <julien@moutte.net>
16381
16382         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
16383         Implement paletted and grayscale png files handling.
16384         (#150363).
16385
16386 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16387
16388         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
16389         (gst_speexenc_chain):
16390           fix a tag list assert
16391           follow gst-plugins-base/ext/ogg/README; set OFFSET
16392           and OFFSET_END.  Muxes correctly with gst-plugins-base
16393           > 0.9.3
16394
16395 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
16396
16397         * gst/id3demux/Makefile.am:
16398         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
16399         (gst_id3demux_chain), (gst_id3demux_sink_activate):
16400           Use new typefind helper functions here as well, and
16401           do typefinding in pull-mode if upstream supports that.
16402
16403 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
16404
16405         * sys/sunaudio/gstsunaudiomixerctrl.c:
16406         (gst_sunaudiomixer_ctrl_get_volume),
16407         (gst_sunaudiomixer_ctrl_set_volume):
16408         * sys/sunaudio/gstsunaudiomixertrack.c:
16409         (gst_sunaudiomixer_track_new):
16410           Remove unused variables, breaks build from CVS
16411           with -Werror (#333392, patch by: Benjamin Pineau)
16412
16413 2006-03-03  Wim Taymans  <wim@fluendo.com>
16414
16415         * docs/plugins/Makefile.am:
16416         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16417         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16418         Added wavparse docs.
16419
16420         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
16421         (gst_wavparse_reset), (gst_wavparse_init),
16422         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
16423         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
16424         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
16425         (gst_wavparse_stream_data), (gst_wavparse_loop),
16426         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
16427         (gst_wavparse_change_state):
16428         * gst/wavparse/gstwavparse.h:
16429         Implement seek in READY (fixes #327658)
16430         Added docs and did some cleanups.
16431
16432 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
16433
16434         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16435         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
16436         (gst_avi_demux_calculate_durations_from_index),
16437         (gst_avi_demux_stream_header):
16438         * gst/avi/gstavidemux.h:
16439           If we have an index, use a duration based on the index instead
16440           of blindly trusting the information in the stream headers
16441           (fixes #331817).
16442
16443 2006-03-03  Wim Taymans  <wim@fluendo.com>
16444
16445         * docs/plugins/Makefile.am:
16446         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16447         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16448         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16449         Added smoke and jpeg to the docs.
16450
16451         * ext/jpeg/Makefile.am:
16452         * ext/jpeg/gstjpeg.c: (plugin_init):
16453         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16454         * ext/jpeg/gstjpegenc.h:
16455         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
16456         (gst_smokedec_chain):
16457         * ext/jpeg/gstsmokedec.h:
16458         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
16459         * ext/jpeg/gstsmokeenc.h:
16460         * ext/jpeg/smokecodec.h:
16461         Port smokedec (fixes #331905).
16462         Added some docs.
16463         Some cleanups.
16464
16465 2006-03-03  Wim Taymans  <wim@fluendo.com>
16466
16467         * docs/plugins/Makefile.am:
16468         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16469         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16470         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16471         Added videobalance and videoflip to the docs.
16472
16473         * gst/videofilter/Makefile.am:
16474         * gst/videofilter/gstvideobalance.c:
16475         (gst_video_balance_update_tables_planar411),
16476         (gst_video_balance_is_passthrough),
16477         (gst_video_balance_update_properties), (oil_tablelookup_u8),
16478         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
16479         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
16480         (gst_video_balance_finalize), (gst_video_balance_class_init),
16481         (gst_video_balance_init), (gst_video_balance_interface_supported),
16482         (gst_video_balance_interface_init),
16483         (gst_video_balance_colorbalance_list_channels),
16484         (gst_video_balance_colorbalance_set_value),
16485         (gst_video_balance_colorbalance_get_value),
16486         (gst_video_balance_colorbalance_init),
16487         (gst_video_balance_set_property), (gst_video_balance_get_property),
16488         (gst_video_balance_get_type), (plugin_init):
16489         * gst/videofilter/gstvideobalance.h:
16490         Ported to 0.10. (Fixes #326160)
16491         Added docs.
16492
16493         * gst/videofilter/gstvideoflip.c:
16494         * gst/videofilter/gstvideoflip.h:
16495         Added docs.
16496
16497 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16498
16499         * configure.ac:
16500           Bump requirements to current core and -base CVS
16501           (core for new typefind helper API, and -base for the
16502           WAVFORMATEX support that was added to libgstriff and
16503           is needed by wavparse).
16504         
16505         * gst/apetag/Makefile.am:
16506         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
16507         (gst_tag_demux_sink_activate):
16508           Use new typefind helpers for typefinding instead of our
16509           home-grown stuff; also, do typefinding in pull-mode if
16510           upstream supports that.
16511
16512 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
16513
16514         Reviewed by: Christian Schaller <christian@fluendo.com>
16515
16516         This patch fixes bug: 329107
16517
16518         This Changelog entry is for a commit done on February 17
16519
16520         * ext/gconf/gconf.c
16521         * ext/gconf/gconf.h
16522         * ext/gconf/gstgconfaudiosink.c
16523         * ext/gconf/gstgconfaudiosink.h
16524         * gconf/gstreamer.schemas.in
16525
16526 2006-02-28  Wim Taymans  <wim@fluendo.com>
16527
16528         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
16529         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
16530         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
16531         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
16532         Use DEBUG_OBJECT more.
16533
16534 2006-02-28  Wim Taymans  <wim@fluendo.com>
16535
16536         * docs/plugins/Makefile.am:
16537         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16538         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16539         Added dvdec and dvdemux to docs.
16540
16541         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
16542         Added docs.
16543         Check frame sizes so we don't crash when don't have enough
16544         data.
16545         Send nice error messages on error.
16546
16547         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
16548         (gst_dvdemux_class_init), (gst_dvdemux_init),
16549         (gst_dvdemux_finalize), (gst_dvdemux_reset),
16550         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
16551         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
16552         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
16553         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
16554         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
16555         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
16556         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
16557         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
16558         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
16559         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
16560         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
16561         * ext/dv/gstdvdemux.h:
16562         Added docs.
16563         Implement pull mode.
16564         Fix memleaks.
16565         Reduce memcpy for the video demuxing.
16566
16567 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
16568
16569         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
16570         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
16571         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
16572         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
16573           Add a little extra debug. Make the decoder not return NOT_LINKED,
16574           as we want to continue decoding all CMML and emitting tags.
16575
16576 2006-02-27  Michael Smith  <msmith@fluendo.com>
16577
16578         * ext/annodex/gstskeltag.c:
16579         * ext/annodex/gstskeltag.h:
16580           Deleted; these files aren't used any more either.
16581
16582 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16583
16584         * ext/Makefile.am: Fix dist-check.
16585
16586 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16587
16588         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
16589         memleak.
16590
16591 2006-02-25  Alessandro Decina <alessandro@nnva.org>
16592
16593         * ext/annodex/Makefile.am:
16594         * ext/annodex/gstannodex.c:
16595         * ext/annodex/gstcmmldec.c:
16596         * ext/annodex/gstcmmlenc.c:
16597         * ext/annodex/gstcmmlparser.c:
16598         * ext/annodex/gstcmmlparser.h:
16599         * ext/annodex/gstcmmlutils.c:
16600         * tests/check/elements/cmmldec.c:
16601         * tests/check/elements/cmmlenc.c:
16602           Fix a memleak in gst_cmml_track_list_add_clip.
16603           Handle overflows in clip's start and end times.
16604           Add the "encoded" parameter to cmmldec and cmmlenc caps.
16605           Do not parse junk at the end of a CMML preamble buffer.
16606           Register a libxml error handler to not print stuff on stderr.
16607           Check for bad clip start and end times in the testsuites.
16608
16609 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16610
16611         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
16612         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
16613         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
16614         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
16615         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
16616         possible memleaks.
16617
16618 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16619
16620         * tests/check/Makefile.am:
16621         * tests/check/elements/cmmldec.c:
16622         * tests/check/elements/cmmlenc.c: Fix tests so that they use
16623         the plugins-base tags.
16624
16625 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16626
16627         * ext/Makefile.am: Re-enable module.
16628
16629 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16630
16631         * tests/check/Makefile.am: Forgot to remove that test.
16632
16633 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16634
16635         * ext/annodex/Makefile.am:
16636         * ext/annodex/gstannodex.c: (plugin_init):
16637         * ext/annodex/gstcmmldec.c:
16638         * ext/annodex/gstskeldec.c:
16639         * ext/annodex/gstskeldec.h:
16640         * tests/check/Makefile.am:
16641         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
16642
16643 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16644
16645         * tests/check/Makefile.am: Disable those checks as well.
16646
16647 2006-02-24  Julien MOUTTE  <julien@moutte.net>
16648
16649         * ext/Makefile.am: Disable annodex for now until we figure out
16650         how to make it build.
16651         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
16652         Add a rule to your checklist : "please try to at least build 
16653         what you are going to commit into -good, or if you are too lazy
16654         to do that, please check that the buildbots are not crying because
16655         of your commit."
16656
16657 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
16658
16659         * configure.ac:
16660         * ext/Makefile.am:
16661         * ext/gdk_pixbuf/Makefile.am:
16662         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16663         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16664         * ext/gdk_pixbuf/pixbufscale.c:
16665         * ext/gdk_pixbuf/pixbufscale.h:
16666           Gdkpixbuf ported from 0.8 to 0.10 by
16667           Renato Filho <renato.filho@indt.org.br>.
16668           gst_loader and gdkpixbufanimation still need port.
16669
16670 2006-02-24  Michael Smith  <msmith@fluendo.com>
16671
16672         * configure.ac:
16673         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16674         * ext/Makefile.am:
16675         * ext/annodex/Makefile.am:
16676         * ext/annodex/gstannodex.c:
16677         * ext/annodex/gstannodex.h:
16678         * ext/annodex/gstcmmldec.c:
16679         * ext/annodex/gstcmmldec.h:
16680         * ext/annodex/gstcmmlenc.c:
16681         * ext/annodex/gstcmmlenc.h:
16682         * ext/annodex/gstcmmlparser.c:
16683         * ext/annodex/gstcmmlparser.h:
16684         * ext/annodex/gstcmmltag.c:
16685         * ext/annodex/gstcmmltag.h:
16686         * ext/annodex/gstcmmlutils.c:
16687         * ext/annodex/gstcmmlutils.h:
16688         * ext/annodex/gstskeldec.c:
16689         * ext/annodex/gstskeldec.h:
16690         * ext/annodex/gstskeltag.c:
16691         * ext/annodex/gstskeltag.h:
16692         * tests/check/Makefile.am:
16693         * tests/check/elements/cmmldec.c:
16694         * tests/check/elements/cmmlenc.c:
16695         * tests/check/elements/skeldec.c:
16696           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
16697           Includes tests & docs, oh my! Passes Thomas's -good checklist
16698           entirely. Wow.
16699
16700 2006-02-24  Michael Smith  <msmith@fluendo.com>
16701
16702         * autogen.sh:
16703           Check for automake 1.9 as well.
16704
16705 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16706
16707         * ext/flac/gstflacenc.c:
16708           Change min. sample rate to 8kHz to match flacdec's.
16709           
16710 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
16711
16712         * ext/cdio/Makefile.am:
16713           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
16714           required for Cygwin, see #317048)
16715
16716         * gst/rtp/gstasteriskh263.c:
16717           Cygwin has includes for both the unix network socket API
16718           and the windows API, but only one can be included, so fix
16719           includes to only use one or the other, prefering the unxi
16720           one (#317048).
16721
16722 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
16723
16724         * rtp/gst/gstrtppcmadepay.c:
16725         * rtp/gst/gstrtppcmadepay.h:
16726         * rtp/gst/gstgstrtppcmapay.c:
16727         * rtp/gst/gstgstrtppcmapay.h:
16728         * rtp/gst/gstrtppcmudepay.c:
16729         * rtp/gst/gstrtppcmudepay.h:
16730         * rtp/gst/gstrtppcmupay.c:
16731         * rtp/gst/gstrtppcmupay.h:
16732         * rtp/gst/Makefile.am:
16733         * rtp/gst/gstrtp.c:
16734         * rtp/gst/README:
16735         Separated the G711 payloaders/depayloaders into separate elements for
16736         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
16737
16738 2006-02-22  Wim Taymans  <wim@fluendo.com>
16739
16740         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
16741         (gst_dvdec_change_state):
16742         * ext/dv/gstdvdec.h:
16743         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
16744         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
16745         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
16746         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
16747         (gst_dvdemux_flush), (gst_dvdemux_chain),
16748         (gst_dvdemux_change_state):
16749         * ext/dv/gstdvdemux.h:
16750         Ueber spiffify some more, added debug category.
16751         Use _scale.
16752         Use segments, respect playback rate from newsegment.
16753         Fix refcount issue.
16754
16755 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
16756
16757         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
16758         (gst_signal_processor_process):
16759         Fix compilation of LADPSA. It doesn't seem to work, and isn't
16760         enabled for the build, but it helps me win the feature-count
16761         competitions ooh yeah.
16762
16763 2006-02-19  Wim Taymans  <wim@fluendo.com>
16764
16765         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
16766         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
16767         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
16768         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
16769         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
16770         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
16771         Use scaling code for added precission and more correct stop
16772         position in case scale==0.
16773
16774 2006-02-19  Wim Taymans  <wim@fluendo.com>
16775
16776         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
16777         (gst_flxdec_chain):
16778         * gst/flx/gstflxdec.h:
16779         Implement DURATION query.
16780
16781 2006-02-19  Wim Taymans  <wim@fluendo.com>
16782
16783         * gst/flx/flx_color.h:
16784         * gst/flx/flx_fmt.h:
16785         * gst/flx/gstflxdec.c: (gst_flxdec_init),
16786         (gst_flxdec_src_query_handler), (flx_decode_color),
16787         (gst_flxdec_chain):
16788         * gst/flx/gstflxdec.h:
16789         Set MALLOCDATA for the temp buffers so we don't leak.
16790         Some debug cleanups.
16791         Consume all data in the adapter before leaving the chain
16792         function. Fixes #330678.
16793
16794 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
16795
16796         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
16797         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
16798          Handle 0 data size in otherwise valid frames.
16799          Handle numeric strings in 2.4.0 even when not in parentheses 
16800
16801 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
16802
16803         * gst/matroska/matroska-demux.c:
16804         (gst_matroska_demux_subtitle_caps),
16805         (gst_matroska_demux_plugin_init):
16806         * gst/matroska/matroska-ids.h:
16807           Recognise SSA/ASS and USF subtitle formats and
16808           set proper caps when they are found.
16809
16810 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
16811
16812         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
16813         (gst_jpeg_dec_chain):
16814           Fix invalid memory access for some odd-sized images
16815           (see image contained in quicktime stream in #327083);
16816           use g_malloc() instead of g_alloca().
16817
16818 2006-02-17  Wim Taymans  <wim@fluendo.com>
16819
16820         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
16821         Patch from Sebastien Cote, fixes #319884
16822
16823 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
16824
16825         * ext/cdio/gstcdio.c: (plugin_init):
16826           Init debug category (#331253).
16827
16828 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
16829
16830         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
16831           Pass extra_data to gst_riff_create_audio_caps(), so that
16832           WAVEFORMATEX stuff works. Post audio codec name and post
16833           it as taglist on the bus. Allow up to 8 channesl for raw
16834           PCM in the source pad template caps.
16835
16836 2006-02-16  Wim Taymans  <wim@fluendo.com>
16837
16838         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
16839         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
16840         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
16841         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
16842         (gst_multipart_set_property), (gst_multipart_get_property):
16843         Applied #318663. Gives quite a few false positives in
16844         autoscan mode, but it's better than nothing. Not closing yet.
16845
16846 2006-02-16  Wim Taymans  <wim@fluendo.com>
16847
16848         * docs/plugins/Makefile.am:
16849         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16850         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16851         * docs/plugins/gst-plugins-good-plugins.args:
16852         * docs/plugins/inspect/plugin-udp.xml:
16853         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
16854         (gst_udpsrc_start):
16855         Update documentation.
16856         Fix args.
16857
16858 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
16859
16860         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
16861         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
16862         frame size. (Fixes #331368)
16863
16864 2006-02-16  Wim Taymans  <wim@fluendo.com>
16865
16866         * gst/rtsp/README:
16867         Updated README.
16868
16869         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
16870         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
16871         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
16872         * gst/rtsp/gstrtspsrc.h:
16873         Make sure the RTP port is an even port an try to allocate 
16874         another if not.
16875         Added retry property to control max retries for port allocation.
16876         Make sure RTCP port is RTP port+1.
16877         Cleanup when port allocation fails.
16878         Fixes #319183.
16879         
16880 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
16881
16882         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
16883           Don't ignore return value of the parent class's state
16884           change function (#331385, patch by: Wouter Paesen).
16885
16886 2006-02-15  Wim Taymans  <wim@fluendo.com>
16887
16888         * configure.ac:
16889         * docs/plugins/Makefile.am:
16890         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16891         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16892         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16893         * ext/Makefile.am:
16894         * ext/hal/Makefile.am:
16895         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
16896         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
16897         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
16898         (do_toggle_element), (gst_hal_audio_sink_set_property),
16899         (gst_hal_audio_sink_get_property),
16900         (gst_hal_audio_sink_change_state):
16901         * ext/hal/gsthalaudiosink.h:
16902         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
16903         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
16904         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
16905         (do_toggle_element), (gst_hal_audio_src_set_property),
16906         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
16907         * ext/hal/gsthalaudiosrc.h:
16908         * ext/hal/gsthalelements.c: (plugin_init):
16909         * ext/hal/gsthalelements.h:
16910         * ext/hal/hal.c: (gst_hal_get_string),
16911         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
16912         (gst_hal_get_audio_src):
16913         * ext/hal/hal.h:
16914         Add HAL sound device wrapper plugins. Closes #329106
16915
16916 2006-02-15  Wim Taymans  <wim@fluendo.com>
16917
16918         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16919         Add comment in a fultile attempt to stop the copy-and-paste 
16920         paradigm leading to duplication of bad code.
16921
16922         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
16923         Mime parameters have to be checked case insensitive
16924
16925 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
16926
16927         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
16928           Advance stream time for lagging subtitle streams by sending
16929           newsegment events with the update flag set.
16930
16931 2006-02-14  Edward Hervey  <edward@fluendo.com>
16932
16933         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
16934         There can be bogus data before the hdrl LIST tag in the RIFF header.
16935         It's hard to say if it's not respecting the AVI specifications or not,
16936         but since Google Video is producing AVIs like that and the other player
16937         don't seem to complain, I guess we should do the same.
16938
16939 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
16940
16941         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
16942         (parse_split_strings):
16943         Add more validation to ensure that a char encoding conversion
16944         produced a valid UTF-8 string.
16945
16946 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
16947
16948         Reviewed by: Edward Hervey  <edward@fluendo.com>
16949
16950         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
16951         Properly handle end of segment. Closes #330885.
16952
16953 2006-02-13  Wim Taymans  <wim@fluendo.com>
16954
16955         * gst/rtp/gstrtpmp4gpay.h:
16956         For got to commit this one.
16957
16958 2006-02-12  Wim Taymans  <wim@fluendo.com>
16959
16960         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
16961         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
16962         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
16963         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
16964         * gst/rtp/gstrtpmp4gpay.h:
16965         Make more things work.
16966         Handle ACC config strings.
16967
16968 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16969
16970         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
16971           set timestamps if no incoming timestamps set
16972
16973 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
16974
16975         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
16976         (gst_tag_demux_do_typefind):
16977           ... and fix the very same leaks in GstTagDemux.
16978
16979 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
16980
16981         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
16982         (gst_id3demux_do_typefind):
16983         Fix a couple of mem leaks. (Patch by Jonathan Matthew
16984         <jonathan at kaolin dot wh9 dot net>)
16985
16986 2006-02-10  Wim Taymans  <wim@fluendo.com>
16987
16988         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16989         First set options, then set caps or else the baseclass
16990         will not know about the options, duh.
16991
16992 2006-02-10  Wim Taymans  <wim@fluendo.com>
16993
16994         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
16995         (gst_rtp_mp4v_pay_setcaps):
16996         Don't waste time looking for a config string if we have codec_info
16997         on the incomming caps.
16998
16999 2006-02-10  Wim Taymans  <wim@fluendo.com>
17000
17001         * gst/rtp/README:
17002         Say something about case-sensitivity of caps vs mime-attributes.
17003
17004         * gst/rtp/Makefile.am:
17005         * gst/rtp/gstrtp.c: (plugin_init):
17006         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17007         (gst_rtp_amr_pay_handle_buffer):
17008         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
17009         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
17010         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
17011         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
17012         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
17013         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
17014         (gst_rtp_mp4g_pay_plugin_init):
17015         * gst/rtp/gstrtpmp4gpay.h:
17016         Added beginnings of mpeg4-generic payloader (RFC 3640)
17017
17018 2006-02-09  Wim Taymans  <wim@fluendo.com>
17019
17020         * gst/rtsp/Makefile.am:
17021         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
17022         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
17023         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
17024         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
17025         (gst_rtpdec_change_state):
17026         * gst/rtsp/gstrtpdec.h:
17027         * gst/rtsp/gstrtsp.c: (plugin_init):
17028         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
17029         * gst/rtsp/rtspconnection.c: (read_body),
17030         (rtsp_connection_receive):
17031         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
17032         Resurected rtpdec to make rtspsrc happy again.
17033         Skip attributes from the session id.
17034         Don't crash when dumping a message with an empty body.
17035
17036
17037 2006-02-09  Wim Taymans  <wim@fluendo.com>
17038
17039         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17040         Added more meaningfull warnings when something goes wrong.
17041         Clear F bit on outgoing AMR packets.
17042
17043         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17044         (gst_rtp_amr_pay_handle_buffer):
17045         Added debugging category
17046         Support payloading of multiple AMR frames.
17047
17048         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
17049         Added some debugging.
17050
17051 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17052
17053         * configure.ac:
17054           Back to CVS
17055
17056 === release 0.10.2 ===
17057
17058 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17059
17060         * configure.ac:
17061           releasing 0.10.2, "Papa was a rolling stone"
17062
17063 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17064
17065         * configure.ac:
17066           Bump core and plugins-base requirement to 0.10.2.2
17067           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
17068
17069 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17070
17071         * ext/flac/gstflac.c: (plugin_init):
17072         * ext/speex/gstspeex.c: (plugin_init):
17073           Register musicbrainz tags.
17074
17075 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17076
17077         * ext/gconf/gconf.h:
17078           Remove declaration of function that no longer exists.
17079
17080 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17081
17082         * ext/shout2/gstshout2.c: (gst_shout2send_render),
17083         (gst_shout2send_setcaps), (gst_shout2send_change_state):
17084         Make shout2 work for non ogg streams
17085
17086 2006-02-06  Wim Taymans  <wim@fluendo.com>
17087
17088         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
17089         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
17090         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
17091         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
17092         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
17093         * gst/udp/gstmultiudpsink.h:
17094         Updated docs.
17095         Added properties bytes-served, bytes_to_serve.
17096         Post proper error messages,
17097         Emit client added signal too.
17098
17099 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17100
17101         * docs/plugins/Makefile.am:
17102         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17103         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17104         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
17105         (gst_multiudpsink_get_stats):
17106           adding docs for multiudpsink
17107
17108 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17109
17110         * gst/level/gstlevel.c: (gst_level_transform_ip):
17111           peak below decay is not necessarily an error, so don't ERROR log
17112
17113 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17114
17115         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
17116         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
17117         (gst_ebml_write_seek):
17118         * gst/matroska/ebml-write.h:
17119           Make sure we send a newsegment event in BYTES format
17120           before sending buffers (#328531).
17121
17122 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17123
17124         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
17125         (gst_dvdemux_sink_query):
17126         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
17127         * ext/speex/gstspeexdec.c: (speex_get_query_types),
17128         (speex_dec_src_query):
17129         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
17130         (gst_speexenc_sink_query):
17131         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
17132         * gst/matroska/matroska-demux.c:
17133         (gst_matroska_demux_get_src_query_types),
17134         (gst_matroska_demux_handle_src_query):
17135         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
17136         (gst_wavparse_pad_query):
17137           Pass unhandled queries upstream instead of just dropping
17138           them (#326446). Update query type arrays here and there.
17139
17140 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17141
17142         * tests/check/elements/matroskamux.c: (setup_src_pad):
17143           Collectpads in core got changed and now also holds a
17144           reference to any pad that is part of it. Fix refcount
17145           checks in test case accordingly.
17146
17147 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17148
17149         * gst/apetag/gstapedemux.h:
17150           Fix include, for now GstTagDemux is in the apetag dir.
17151
17152 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17153
17154         * docs/plugins/Makefile.am:
17155         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17156         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17157         * docs/plugins/inspect/plugin-cdio.xml:
17158           Add cdio plugin to docs.
17159
17160         * ext/cdio/gstcdiocddasrc.c:
17161           Add gtk-doc blurb.
17162
17163         * ext/cdio/gstcdio.c:
17164           The plugin is called 'cdio' not 'cddio'.
17165
17166 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17167
17168         * configure.ac:
17169         * docs/plugins/Makefile.am:
17170         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17171         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17172         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17173         * docs/plugins/inspect/plugin-apetag.xml:
17174         * gst/apetag/Makefile.am:
17175         * gst/apetag/gstapedemux.c:
17176         * gst/apetag/gstapedemux.h:
17177         * gst/apetag/gsttagdemux.c:
17178         * gst/apetag/gsttagdemux.h:
17179           Add APE tag demuxer (#325649).
17180
17181 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17182
17183         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
17184         (gst_gconf_get_default_video_sink),
17185         (gst_gconf_get_default_audio_src),
17186         (gst_gconf_get_default_video_src):
17187         * ext/gconf/gconf.h:
17188         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
17189         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
17190         (do_toggle_element):
17191         * ext/gconf/gstgconfaudiosink.h:
17192         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
17193         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
17194         (do_toggle_element):
17195         * ext/gconf/gstgconfaudiosrc.h:
17196         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
17197         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
17198         (do_toggle_element):
17199         * ext/gconf/gstgconfvideosink.h:
17200         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
17201         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
17202         (do_toggle_element):
17203         * ext/gconf/gstgconfvideosrc.h:
17204           Ignore changing the GConf key to "". Ignore GConf key updates
17205           that don't actually change the string.
17206           For now, ignore the GConf key when the state is > READY, as
17207           it breaks streaming. Sometime it will be nice to bring the
17208           new sink online even mid-stream, by sending NEWSEGMENT info
17209           and possibly prerolling.
17210           (Fixes #326736)
17211
17212 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17213
17214         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
17215         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
17216         (zoomFilterSetResolution), (zoomFilterDestroy),
17217         (zoomFilterFastRGB), (pointFilter):
17218         * gst/goom/filters.h:
17219         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
17220         (goom_update), (goom_close):
17221         * gst/goom/goom_core.h:
17222         * gst/goom/goom_tools.h:
17223         * gst/goom/graphic.c:
17224         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
17225         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
17226         * gst/goom/gstgoom.h:
17227         * gst/goom/lines.c: (goom_lines):
17228         * gst/goom/lines.h:
17229           Make goom reentrant by moving all important static variables
17230           into instance structures.
17231           (Fixes #329181)
17232
17233 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
17234
17235         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
17236         (gst_avi_demux_all_source_pads_unlinked),
17237         (gst_avi_demux_process_next_entry):
17238         * gst/avi/gstavidemux.h:
17239           Third attempt, use gst_pad_is_linked() this time.
17240
17241 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
17242
17243         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17244         (parse_split_strings):
17245         Adjust for data length indicators when parsing (Fixes #329810)
17246         Fix stupid bug parsing UTF-8 tag text.
17247         Output tag strings with multiple fields as multiple tags, so the
17248         app gets all the data.
17249
17250 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17251
17252         * ext/flac/gstflacenc.c:
17253         Fixed a bug add in last commit, where no event is send. Thanks Tim to
17254         show me.
17255         
17256 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17257
17258         * ext/flac/gstflacenc.c:
17259         * gst/matroska/ebml-read.c:
17260         Just make it compile with --disable-gst-debug.
17261
17262 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
17263
17264         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
17265         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
17266         (id3v2_genre_fields_to_taglist):
17267           Never output a tag with a null contents string.
17268
17269 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17270
17271         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
17272           Only pause if all pads are unlinked AND we've tried to send data
17273           on all of them at least once.
17274
17275 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17276
17277         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
17278         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
17279           Make loop function/task pause itself when all source pads are
17280           unlinked.
17281
17282 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17283
17284         * configure.ac:
17285         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
17286           Use new functions from core to render a bin from a
17287           string. Fixes build. Up requirements to core CVS.
17288
17289 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17290
17291         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
17292           Don't push buffers into the adapter that we are going to
17293           push downstream again without framing anyway. Also, the
17294           adaptor takes ownership of buffers put into it (fixes
17295           auparse pushing invalid buffers for .au files with
17296           ADPCM contents). Finally, set caps on all outgoing buffers.
17297
17298 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
17299
17300         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17301         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
17302         (gst_id3demux_send_tag_event):
17303         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
17304         Someone should kick my butt. Remove ID3v1 tags from the end of the
17305         file.
17306
17307         Improve error messages. Send the TAG message as soon as we complete
17308         typefinding, instead of waiting until we send the first buffer.
17309         Downstream tag event is still sent before the first buffer.
17310
17311 2006-01-27  Jan Gerber  <j@bootlab.org>
17312
17313         Reviewed by: Andy Wingo <wingo@pobox.com>
17314
17315         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
17316         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
17317         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
17318         to not have warings flooding stderr. this is the suggested way
17319         also used in dvgrab and kino. (#328336)
17320
17321 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
17322
17323         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
17324         (gst_oss_sink_init), (gst_oss_sink_finalise):
17325           Free the device name string when finalised.
17326
17327 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
17328
17329         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
17330           Don't put function calls in g_return_if_fail() statements,
17331           or they'll be replaced with NOOPs if someone compiles with
17332           G_DISABLE_CHECKS defined.
17333           
17334 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
17335
17336         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
17337         Never trust ANY information encoded in a media file, especially
17338         when it's giving you sizes. (Fixes #328452)
17339
17340 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
17341
17342         * gst/rtp/gstrtpg711pay.c:
17343         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
17344         bug #325148.
17345
17346 2006-01-23  Edward Hervey  <edward@fluendo.com>
17347
17348         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
17349         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
17350         * gst/matroska/matroska-ids.h:
17351         Added recognition of Real Audio and Video streams in matroska demuxer.
17352
17353 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
17354
17355         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
17356           Remove errant break statement, and fix compilation with
17357           older GCC.
17358
17359 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
17360
17361         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
17362
17363         * sys/sunaudio/gstsunaudiomixerctrl.c:
17364         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
17365           Export functions that are needed in other parts of the code,
17366           makes the mixer actually work; adjust magic minimum buffer-time
17367           value from 3ms to 5ms to work around stuttering during mp3
17368           playback (#327765).
17369
17370 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
17371
17372         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
17373
17374         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
17375         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
17376           Fix possible deadlock in matroska muxer (#327825).
17377
17378 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
17379
17380         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
17381         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17382         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
17383         * gst/rtsp/sdpmessage.h:
17384         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
17385         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
17386           C89 fixes: declare variables at the beginning of a block and
17387           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
17388           <jensgr at gmx dot net>).
17389
17390 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
17391
17392         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17393         * gst/id3demux/id3tags.h:
17394         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17395         (parse_comment_frame), (parse_text_identification_frame),
17396         (id3v2_tag_to_taglist), (id3v2_are_digits),
17397         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
17398         (parse_split_strings), (free_tag_strings):
17399           Rewrite parsing of text tags to handle multiple NULL terminated
17400           strings. Parse numeric genre strings and ID3v2 type
17401           "(3)(6)Alternative" style genre strings.
17402           Parse dates that are only YYYY or YYYY-mm format.
17403           (Fixes #328241 and #322154)
17404
17405 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
17406
17407         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
17408           Don't forget to initialize liboil, otherwise our oil functions
17409           will crash (fixes #327871; patch by: Christoph Burghardt
17410           <hawkes at web dot de>).
17411
17412 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
17413
17414         * configure.ac:
17415           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
17416           like in the core and gst-plugins-base. Fixes #324367 and #326683;
17417           patch by: Brian Cameron <brian dot cameron at sun dot com>
17418
17419 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
17420
17421         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
17422         * ext/cdio/gstcdio.h:
17423         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
17424           Fix build for libcdio versions >= 76; give slightly lower rank
17425           than cdparanoia.
17426
17427 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
17428
17429         * configure.ac:
17430         * ext/Makefile.am:
17431         * ext/cdio/Makefile.am:
17432         * ext/cdio/gstcdio.c:
17433         * ext/cdio/gstcdio.h:
17434         * ext/cdio/gstcdiocddasrc.c:
17435         * ext/cdio/gstcdiocddasrc.h:
17436           Port libcdio cdda source, formerly known as cddasrc, now known as
17437           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
17438           but that's not tested (fixes #317658).
17439
17440 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
17441
17442         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
17443           Fix conversion from TIME to BYTES format (fixes #326864;
17444           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
17445
17446 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
17447
17448         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
17449           Fix compilation of id3demux when zlib is not present.
17450           (Fixes #326602; patch by: Sergey Scobich)
17451
17452 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
17453
17454         * ext/esd/Makefile.am:
17455           Add $(ESD_CFLAGS), otherwise build will fail for folks
17456           with libesd in a non-standard prefix (#327009).
17457
17458 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17459
17460         * configure.ac:
17461           back to HEAD
17462
17463 === release 0.10.1 ===
17464
17465 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
17466
17467         * configure.ac:
17468           releasing 0.10.1, "Li"
17469
17470 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17471
17472           patch by: Wim Taymans
17473
17474         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17475           fix memleak.  Fixes #326618
17476
17477 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17478
17479           patch by: Mike Smith
17480
17481         * gst/level/gstlevel.c: (gst_level_message_new),
17482         (gst_level_message_append_channel):
17483           Fix memleak.  Fixes #326612
17484
17485 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
17486
17487         * configure.ac:
17488           prereleasing
17489         * po/af.po:
17490         * po/az.po:
17491         * po/cs.po:
17492         * po/en_GB.po:
17493         * po/hu.po:
17494         * po/it.po:
17495         * po/nb.po:
17496         * po/nl.po:
17497         * po/or.po:
17498         * po/sq.po:
17499         * po/sr.po:
17500         * po/sv.po:
17501         * po/uk.po:
17502         * po/vi.po:
17503           update translations
17504
17505 2006-01-10  Michael Smith  <msmith@fluendo.com>
17506
17507         * gst/level/gstlevel.c: (gst_level_class_init),
17508         (gst_level_dispose):
17509           Don't leak filter arrays.
17510
17511 2006-01-09 Brian Cameron <brian.cameron@sun.com>
17512
17513         reviewed by: Christian Schaller <uraeus@gnome.org>
17514         
17515         * configure.ac:
17516         * gst-plugins-good.spec.in:
17517         * sys/Makefile.am:
17518         * sys/sunaudio/Makefile.am:
17519         * sys/sunaudio/gstsunaudio.c: (plugin_init):
17520         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
17521         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
17522         (gst_sunaudiomixer_change_state):
17523         * sys/sunaudio/gstsunaudiomixer.h:
17524         * sys/sunaudio/gstsunaudiomixerctrl.c:
17525         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
17526         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
17527         (gst_sunaudiomixer_ctrl_list_tracks),
17528         (gst_sunaudiomixer_ctrl_get_volume),
17529         (gst_sunaudiomixer_ctrl_set_volume),
17530         (gst_sunaudiomixer_ctrl_set_mute),
17531         (gst_sunaudiomixer_ctrl_set_record):
17532         * sys/sunaudio/gstsunaudiomixerctrl.h:
17533         * sys/sunaudio/gstsunaudiomixertrack.c:
17534         (gst_sunaudiomixer_track_class_init),
17535         (gst_sunaudiomixer_track_init), (fill_labels),
17536         (gst_sunaudiomixer_track_new):
17537         * sys/sunaudio/gstsunaudiomixertrack.h:
17538         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
17539         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
17540         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
17541         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
17542         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
17543         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
17544         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
17545         * sys/sunaudio/gstsunaudiosink.h:
17546
17547         Add SunAudio plugin - tested to make sure it doesn't break
17548         the build under GNU/Linux.      
17549
17550 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
17551
17552         * gst-plugins-good/gst/udp/gstdynudpsink.c:
17553         * gst-plugins-good/gst/udp/gstudpsrc.c:
17554         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
17555         overrides the port or multicast parameters. Fixes bugs #323021.
17556         API addition: adds GstUDPSrc::sockfd property   
17557
17558 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
17559
17560         * ext/gconf/Makefile.am:
17561         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
17562         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
17563         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
17564         (do_toggle_element), (cb_toggle_element),
17565         (gst_gconf_audio_src_change_state):
17566         * ext/gconf/gstgconfaudiosrc.h:
17567         * ext/gconf/gstgconfelements.c: (plugin_init):
17568         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
17569         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
17570         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
17571         (do_toggle_element), (cb_toggle_element),
17572         (gst_gconf_video_src_change_state):
17573         * ext/gconf/gstgconfvideosrc.h:
17574           Add new gconfaudiosrc and gconfvideosrc elements
17575           (needed for gnome-sound-recorder).
17576
17577 2006-01-06  Edward Hervey  <edward@fluendo.com>
17578
17579         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
17580         Add gst_element_no_more_pads() for proper decodebin behaviour.
17581         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
17582         (parse_text_identification_frame), (parse_split_strings):
17583         Failure to decode some tags is not a GST_ERROR() but a
17584         GST_WARNING()
17585         When iterating over a chunk of text, check that we haven't gone too
17586         far.
17587
17588 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
17589
17590         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
17591         (plugin_init):
17592           call oil_init() when using liboil
17593
17594 2006-01-04  Wim Taymans  <wim@fluendo.com>
17595
17596         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17597         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17598         Fix leaks.
17599
17600 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
17601
17602         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
17603
17604         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
17605         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
17606         (gst_flac_dec_change_state):
17607           Don't g_assert() where we should just return FALSE; remove
17608           unnecessary g_assert(); initialize some fields properly in
17609           state change function (fixes #325504). Also, use
17610           GST_DEBUG_OBJECT in two more places.
17611
17612 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
17613
17614         * configure.ac:
17615           also remove smoothwave's Makefile.am
17616         * docs/plugins/Makefile.am:
17617           fix plugin docs
17618
17619 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
17620
17621         * tests/examples/Makefile.am:
17622           added missing Makefile.am
17623
17624 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
17625
17626         * configure.ac:
17627         * gst/level/Makefile.am:
17628         * gst/level/level-example.c:
17629         * tests/Makefile.am:
17630         * tests/examples/level/Makefile.am:
17631         * tests/examples/level/level-example.c: (message_handler), (main):
17632           moved level-example to tests/examples/level-example
17633         * tests/old/examples/level/demo.c: (main):
17634         * tests/old/examples/level/plot.c: (main):
17635           some initial fixes
17636
17637 2005-12-29  Michael Smith  <msmith@fluendo.com>
17638
17639         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
17640         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
17641         * gst/udp/gstmultiudpsink.h:
17642           Track packets sent per client in addition to bytes sent; provide
17643           this info through get-stats signal
17644
17645 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
17646
17647         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
17648           Can't use gst_object_unref() on a GstAdapter (#325191).
17649
17650 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
17651
17652         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17653         If a broken tag has 0 bytes payload, at least still skip
17654         the 10 byte header
17655
17656 2005-12-22  Philippe Khalaf  <burger@speedy.org>
17657
17658         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
17659         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
17660         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
17661         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
17662           Making these depayloaders (H263+ and mpeg4 video) inherit from
17663           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
17664
17665 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
17666
17667         * docs/plugins/gst-plugins-good-plugins.args:
17668         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17669         Regenerate the plugin hiearchy.
17670
17671 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
17672
17673         * docs/plugins/Makefile.am:
17674         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17675         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17676         * docs/plugins/gst-plugins-good-plugins.args:
17677         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
17678         (gst_id3demux_base_init), (gst_id3demux_class_init),
17679         (gst_id3demux_chain):
17680         * gst/id3demux/gstid3demux.h:
17681           Add documentation for id3demux.
17682           Don't fail if the first buffer is not at offset 0, just
17683           attempt to typefind and do pass through
17684           Rename the gst_type function from gst_gst_id3demux..
17685
17686 2005-12-20  Michael Smith  <msmith@fluendo.com>
17687
17688         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
17689         (gst_multiudpsink_add), (gst_multiudpsink_remove),
17690         (gst_multiudpsink_get_stats):
17691         * gst/udp/gstmultiudpsink.h:
17692           Collect statistics; return them from get_stats.
17693
17694 2005-12-19  Edward Hervey  <edward@fluendo.com>
17695
17696         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
17697         Stupid signedness issue...
17698
17699 2005-12-19  Edward Hervey  <edward@fluendo.com>
17700
17701         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
17702         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17703         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
17704         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
17705         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
17706         Construct index for indexless files.
17707         Make sure pad/buffers are correctly reset to NULL once we don't need
17708         them anymore, else we get lovely segfaults/assertions.
17709         * gst/wavparse/gstwavparse.c:
17710         Yes, you can have 96KHz audio and wma in wav :(
17711
17712 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
17713
17714         * configure.ac:
17715           Check for optional dependency on zlib for id3demux
17716
17717         * gst/id3demux/Makefile.am:
17718         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
17719         (gst_id3demux_base_init), (gst_id3demux_class_init),
17720         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
17721         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
17722         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
17723         (gst_id3demux_set_property), (gst_id3demux_get_property),
17724         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
17725         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
17726         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
17727         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
17728         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
17729         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
17730         (simple_find_peek), (simple_find_suggest),
17731         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
17732         (plugin_init):
17733         * gst/id3demux/gstid3demux.h:
17734         * gst/id3demux/id3tags.c: (read_synch_uint),
17735         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
17736         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
17737         (id3demux_id3v2_frames_to_tag_list):
17738         * gst/id3demux/id3tags.h:
17739         * gst/id3demux/id3v2.4.0-frames.txt:
17740         * gst/id3demux/id3v2.4.0-structure.txt:
17741         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17742         (parse_comment_frame), (parse_text_identification_frame),
17743         (id3v2_tag_to_taglist), (parse_split_strings):
17744           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
17745           otherwise it discards them. Works on my test files. 
17746
17747         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
17748           Don't send EOS to a non-existing srcpad
17749           The debug category can be static
17750
17751 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
17752
17753         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
17754         * ext/esd/esdsink.c: (gst_esdsink_prepare):
17755         * gst/multipart/multipartdemux.c:
17756           change some char* into char[]
17757
17758 2005-12-16  Wim Taymans  <wim@fluendo.com>
17759
17760         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17761         (gst_wavparse_other), (gst_wavparse_perform_seek),
17762         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17763         (gst_wavparse_loop), (gst_wavparse_pad_convert),
17764         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
17765         * gst/wavparse/gstwavparse.h:
17766         Use GstSegment to implement more seeking features.
17767
17768 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
17769
17770         * gst/rtsp/rtspconnection.c:
17771           Add <netinet/in.h> include and move <arpa/inet.h> include
17772           to make things work on OpenBSD as well (fixes #323717;
17773           patch by: Benjamin Pineau)
17774
17775 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
17776
17777         * gst/rtp/gstrtpspeexdepay.c:
17778         * gst/rtp/gstrtpspeexpay.c:
17779         Set clock rate to be fixed in 8000. It fixes bug #324012.
17780
17781 2005-12-14  Philippe Khalaf  <burger@speedy.org>
17782
17783         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
17784         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
17785         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
17786         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
17787         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
17788         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
17789         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
17790         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
17791         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
17792         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
17793         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
17794         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
17795         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
17796         * gst-plugins-good/gst/rtp/README:
17797         Fixed payload range in payloder caps. Removed payload range completely
17798         from depayloaders as they don't require payload type in their caps.
17799         In effect, there isn't any specific payload type for any given codec,
17800         only suggestions.
17801         Fixes bug #324011.
17802
17803 2005-12-13  Julien MOUTTE  <julien@moutte.net>
17804
17805         * gst/videomixer/videomixer.c: (gst_videomixer_init),
17806         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
17807         (gst_videomixer_collected): Code cleanup and re-enabling 
17808         queued time validity check for correct EOS handling.
17809
17810 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
17811
17812         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
17813         (gst_oss_mixer_element_get_property),
17814         (gst_oss_mixer_element_change_state):
17815         Add 'device-name' property and fix state change function.
17816
17817 2005-12-13  Edward Hervey  <edward@fluendo.com>
17818
17819         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
17820         If the speed of the file is null in the header, set the frame_time to
17821         the default setting of GST_SECOND / 70. Which is the default
17822         frame_delay for .fli files as stated in this document :
17823         http://www.compuphase.com/flic.htm
17824         Would be nice to have the time conversion done properly too (duration =
17825         flxh->frames * flxdec->frame_time)
17826
17827 2005-12-12  Julien MOUTTE  <julien@moutte.net>
17828
17829         * docs/plugins/Makefile.am:
17830         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17831         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17832         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17833         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
17834         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
17835         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
17836         documentation for videomixer on my way with a funny sample
17837         pipeline.
17838
17839 2005-12-12  Julien MOUTTE  <julien@moutte.net>
17840
17841         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
17842         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
17843         (gst_videomixer_update_queues), (gst_videomixer_collected):
17844         Fix caps negotiation. (#323896)
17845
17846 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
17847
17848         * gst/matroska/matroska-demux.c:
17849         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
17850           Set correct timestamps on audio laces, fixes playback of mp3 from
17851                 matroska.
17852
17853 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
17854
17855         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
17856         (gst_au_parse_class_init), (gst_au_parse_init),
17857         (gst_au_parse_dispose), (gst_au_parse_chain),
17858         (gst_au_parse_change_state), (plugin_init):
17859         * gst/auparse/gstauparse.h:
17860           Use gst_object_unref() for GstObjects instead of
17861           g_object_unref() and fix a mem leak in a debug
17862           statement; while we're at it, also borgify, use
17863           boilerplate macros and clean up a little bit.
17864
17865 2005-12-11  Edward Hervey  <edward@fluendo.com>
17866
17867         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17868         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
17869         Added pull mode.
17870
17871 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
17872
17873         * gst/goom/gstgoom.c:
17874         * gst/level/level-example.c: (main):
17875         * gst/smoothwave/demo-osssrc.c: (main):
17876           Use audiotestsrc instead of sinesrc (#323798).
17877
17878 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
17879
17880         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
17881           more debug-func-ptr usage
17882
17883 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
17884
17885         * gst/flx/flx_color.c: (flx_colorspace_convert):
17886         * gst/flx/flx_color.h:
17887         * gst/flx/flx_fmt.h:
17888         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
17889         * gst/flx/gstflxdec.h:
17890           Now flxdec works on big-endian machines as well.
17891
17892 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
17893
17894         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
17895         (gst_fenced_buffer_copy):
17896           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
17897           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
17898           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
17899           and use GST_DEBUG_FUNCPTR for pad functions.
17900
17901 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
17902
17903         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
17904         (gst_flac_dec_class_init), (gst_flac_dec_init),
17905         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
17906         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
17907         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
17908         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
17909         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
17910         (gst_flac_dec_change_state):
17911         * ext/flac/gstflacdec.h:
17912           Rewrite flacdec a bit, so that even seeking might work now. Most
17913           importantly, don't act upon any flow return values we get, just tell
17914           the decoder everything's dandy and act on the flow return values
17915           later on in the loop function. We don't want to mess up the internal
17916           decoder state for non-fatal things like flushing pads etc. Other
17917           than that, use GstSegment (segment seeks don't work yet though, but
17918           should be easy to add), use boilerplate macros, drop the superfluous
17919           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
17920           lots of other things.
17921
17922 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
17923
17924         * configure.ac:
17925           Update comment in OSS includes check.
17926
17927         * sys/oss/gstossdmabuffer.c:
17928         * sys/oss/gstosshelper.c:
17929         * sys/oss/gstossmixer.c:
17930         * sys/oss/gstossmixertrack.c:
17931         * sys/oss/gstosssink.c:
17932         * sys/oss/gstosssrc.c:
17933         * sys/oss/oss_probe.c:
17934           Don't assume the OSS soundcard.h include is always in
17935           the sys/ directory. Instead, use the existing defines
17936           from config.h to include the right file. Fixes
17937           compilation on OpenBSD 3.8 (#323718).
17938
17939 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17940
17941         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17942         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17943         * docs/plugins/inspect/plugin-1394.xml:
17944         * docs/plugins/inspect/plugin-aasink.xml:
17945         * docs/plugins/inspect/plugin-alaw.xml:
17946         * docs/plugins/inspect/plugin-alpha.xml:
17947         * docs/plugins/inspect/plugin-alphacolor.xml:
17948         * docs/plugins/inspect/plugin-auparse.xml:
17949         * docs/plugins/inspect/plugin-autodetect.xml:
17950         * docs/plugins/inspect/plugin-avi.xml:
17951         * docs/plugins/inspect/plugin-cacasink.xml:
17952         * docs/plugins/inspect/plugin-cairo.xml:
17953         * docs/plugins/inspect/plugin-cutter.xml:
17954         * docs/plugins/inspect/plugin-debug.xml:
17955         * docs/plugins/inspect/plugin-dv.xml:
17956         * docs/plugins/inspect/plugin-efence.xml:
17957         * docs/plugins/inspect/plugin-effectv.xml:
17958         * docs/plugins/inspect/plugin-esdsink.xml:
17959         * docs/plugins/inspect/plugin-flac.xml:
17960         * docs/plugins/inspect/plugin-flxdec.xml:
17961         * docs/plugins/inspect/plugin-gconfelements.xml:
17962         * docs/plugins/inspect/plugin-goom.xml:
17963         * docs/plugins/inspect/plugin-jpeg.xml:
17964         * docs/plugins/inspect/plugin-level.xml:
17965         * docs/plugins/inspect/plugin-matroska.xml:
17966         * docs/plugins/inspect/plugin-mulaw.xml:
17967         * docs/plugins/inspect/plugin-multipart.xml:
17968         * docs/plugins/inspect/plugin-navigationtest.xml:
17969         * docs/plugins/inspect/plugin-ossaudio.xml:
17970         * docs/plugins/inspect/plugin-png.xml:
17971         * docs/plugins/inspect/plugin-rtp.xml:
17972         * docs/plugins/inspect/plugin-rtsp.xml:
17973         * docs/plugins/inspect/plugin-shout2send.xml:
17974         * docs/plugins/inspect/plugin-smpte.xml:
17975         * docs/plugins/inspect/plugin-speex.xml:
17976         * docs/plugins/inspect/plugin-udp.xml:
17977         * docs/plugins/inspect/plugin-videobox.xml:
17978         * docs/plugins/inspect/plugin-videoflip.xml:
17979         * docs/plugins/inspect/plugin-videomixer.xml:
17980         * docs/plugins/inspect/plugin-wavenc.xml:
17981         * docs/plugins/inspect/plugin-wavparse.xml:
17982         * ext/flac/gstflac.c: (plugin_init):
17983         * ext/flac/gstflacdec.c: (flacdec_get_type),
17984         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
17985         (gst_flac_dec_init), (gst_flac_dec_finalize),
17986         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
17987         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
17988         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
17989         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
17990         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
17991         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
17992         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
17993         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
17994         * ext/flac/gstflacdec.h:
17995         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
17996         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
17997         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
17998         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
17999         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
18000         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
18001         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
18002         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
18003         (gst_flac_enc_change_state):
18004         * ext/flac/gstflacenc.h:
18005           borgify and fix up documentation
18006
18007 2005-12-09  Michael Smith  <msmith@fluendo.com>
18008
18009         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
18010           Accept a wider range of flac files, more closely matching flac spec.
18011
18012 2005-12-08  Julien MOUTTE  <julien@moutte.net>
18013
18014         * docs/plugins/Makefile.am: Add multipart elements.
18015         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18016         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
18017         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18018         * gst/multipart/multipartdemux.c:
18019         * gst/multipart/multipartmux.c: Add docs.
18020
18021 2005-12-07  Edward Hervey  <edward@fluendo.com>
18022
18023         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
18024         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
18025         (gst_avi_demux_invert):
18026         Memleak and crasher fixes.
18027         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
18028         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
18029         Memleak fixes
18030
18031 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18032
18033         * ext/aalib/gstaasink.h:
18034         * ext/cairo/gsttextoverlay.h:
18035         * ext/dv/gstdvdec.h:
18036         * ext/dv/gstdvdemux.c:
18037         * ext/dv/gstdvdemux.h:
18038         * ext/esd/esdsink.h:
18039         * ext/flac/flac_compat.h:
18040         * ext/flac/gstflacdec.h:
18041         * ext/flac/gstflacenc.h:
18042         * ext/gconf/gconf.h:
18043         * ext/gconf/gstgconfaudiosink.h:
18044         * ext/gconf/gstgconfvideosink.h:
18045         * ext/gdk_pixbuf/gstgdkanimation.h:
18046         * ext/jpeg/gstjpegdec.h:
18047         * ext/jpeg/smokecodec.h:
18048         * ext/jpeg/smokeformat.h:
18049         * ext/ladspa/gstsignalprocessor.h:
18050         * ext/ladspa/search.c: (LADSPAPluginSearch):
18051         * ext/ladspa/utils.h:
18052         * ext/libmng/gstmng.c:
18053         * ext/libmng/gstmngdec.h:
18054         * ext/libmng/gstmngenc.c:
18055         * ext/libmng/gstmngenc.h:
18056         * ext/libpng/gstpng.c:
18057         * ext/libpng/gstpngenc.c:
18058         * ext/libpng/gstpngenc.h:
18059         * ext/shout2/gstshout2.h:
18060         * ext/speex/gstspeexdec.h:
18061         * ext/speex/gstspeexenc.c:
18062         * ext/speex/gstspeexenc.h:
18063         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18064         * gst/autodetect/gstautoaudiosink.h:
18065         * gst/autodetect/gstautovideosink.h:
18066         * gst/avi/gstavidemux.h:
18067         * gst/cutter/gstcutter.c: (gst_cutter_chain),
18068         (gst_cutter_set_property), (gst_cutter_get_caps):
18069         * gst/cutter/gstcutter.h:
18070         * gst/debug/tests.c: (md5_process_block):
18071         * gst/debug/tests.h:
18072         * gst/effectv/gstwarp.c:
18073         * gst/flx/flx_fmt.h:
18074         * gst/flx/gstflxdec.h:
18075         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
18076         (zoomFilterFastRGB):
18077         * gst/goom/filters.h:
18078         * gst/goom/goom_tools.h:
18079         * gst/law/alaw-encode.c:
18080         * gst/level/gstlevel.c:
18081         * gst/level/gstlevel.h:
18082         * gst/matroska/ebml-write.h:
18083         * gst/matroska/matroska-demux.h:
18084         * gst/matroska/matroska-ids.h:
18085         * gst/matroska/matroska-mux.h:
18086         * gst/monoscope/convolve.c: (convolve_match):
18087         * gst/monoscope/convolve.h:
18088         * gst/multipart/multipartmux.c:
18089         * gst/oldcore/gstaggregator.c:
18090         * gst/oldcore/gstaggregator.h:
18091         * gst/oldcore/gstmd5sink.c: (md5_process_block):
18092         * gst/oldcore/gstmd5sink.h:
18093         * gst/oldcore/gstmultifilesrc.c:
18094         * gst/oldcore/gstmultifilesrc.h:
18095         * gst/oldcore/gstpipefilter.h:
18096         * gst/oldcore/gstshaper.h:
18097         * gst/rtp/gstrtpL16depay.h:
18098         * gst/rtp/gstrtpL16pay.h:
18099         * gst/rtp/gstrtpdepay.h:
18100         * gst/rtp/gstrtpmp4vpay.c:
18101         * gst/rtp/gstrtpmp4vpay.h:
18102         * gst/rtsp/gstrtspsrc.c:
18103         * gst/rtsp/gstrtspsrc.h:
18104         * gst/rtsp/rtspconnection.h:
18105         * gst/rtsp/rtspdefs.h:
18106         * gst/rtsp/rtspmessage.h:
18107         * gst/rtsp/rtsptransport.h:
18108         * gst/rtsp/rtspurl.c:
18109         * gst/rtsp/rtspurl.h:
18110         * gst/rtsp/sdpmessage.c:
18111         * gst/rtsp/sdpmessage.h:
18112         * gst/smpte/barboxwipes.c:
18113         * gst/smpte/gstmask.h:
18114         * gst/smpte/gstsmpte.h:
18115         * gst/smpte/paint.c:
18116         * gst/smpte/paint.h:
18117         * gst/udp/gstdynudpsink.h:
18118         * gst/udp/gstmultiudpsink.h:
18119         * gst/udp/gstudpsink.c:
18120         * gst/udp/gstudpsink.h:
18121         * gst/udp/gstudpsrc.c:
18122         * gst/videomixer/videomixer.c:
18123         * gst/wavenc/riff.h:
18124         * gst/wavparse/gstwavparse.h:
18125         * sys/oss/gstossdmabuffer.h:
18126         * sys/oss/gstossmixer.h:
18127         * sys/oss/gstossmixerelement.h:
18128         * sys/oss/gstossmixertrack.h:
18129         * sys/oss/gstosssink.c:
18130         * sys/oss/gstosssink.h:
18131         * sys/oss/gstosssrc.c:
18132         * sys/oss/gstosssrc.h:
18133         * sys/osxaudio/gstosxaudioelement.h:
18134         * sys/osxaudio/gstosxaudiosink.h:
18135         * sys/osxaudio/gstosxaudiosrc.h:
18136           expand tabs
18137
18138 === release 0.10.0 ===
18139
18140 2005-12-05   <thomas (at) apestaart (dot) org>
18141
18142         * configure.ac:
18143           releasing 0.10.0, "Abondance"
18144
18145 2005-12-05  Andy Wingo  <wingo@pobox.com>
18146
18147         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
18148         * ext/flac/gstflacdec.c: (gst_flacdec_write):
18149         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
18150         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
18151         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
18152         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
18153         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
18154         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
18155         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
18156         * ext/speex/gstspeexdec.c: (speex_dec_chain):
18157         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
18158         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18159         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
18160         * gst/goom/gstgoom.c: (gst_goom_chain):
18161         * gst/matroska/matroska-demux.c:
18162         (gst_matroska_demux_push_vorbis_codec_priv_data),
18163         (gst_matroska_demux_add_wvpk_header):
18164         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
18165         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
18166         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
18167         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
18168         alloc_buffer changes.
18169
18170 2005-12-05  Michael Smith  <msmith@fluendo.com>
18171
18172         * docs/plugins/gst-plugins-good-plugins.args:
18173           Remove args for plugins that aren't in -good.
18174
18175 === release 0.9.7 ===
18176
18177 2005-12-01   <thomas (at) apestaart (dot) org>
18178
18179         * configure.ac:
18180           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
18181
18182 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18183
18184         * docs/plugins/.cvsignore:
18185         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18186         * docs/plugins/inspect/plugin-multipart.xml:
18187         * docs/plugins/inspect/plugin-rtp.xml:
18188           add multipart plugin to docs
18189
18190 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18191
18192         * configure.ac:
18193         * ext/Makefile.am:
18194         * ext/pango/Makefile.am:
18195         * ext/pango/gstclockoverlay.c:
18196         * ext/pango/gstclockoverlay.h:
18197         * ext/pango/gsttextoverlay.c:
18198         * ext/pango/gsttextoverlay.h:
18199         * ext/pango/gsttextrender.c:
18200         * ext/pango/gsttextrender.h:
18201         * ext/pango/gsttimeoverlay.c:
18202         * ext/pango/gsttimeoverlay.h:
18203           move pango to base
18204
18205 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18206
18207         * gst/rtp/Makefile.am:
18208         * gst/rtp/gstrtpL16depay.c:
18209         * gst/rtp/gstrtpL16depay.h:
18210         * gst/rtp/gstrtpL16parse.c:
18211         * gst/rtp/gstrtpL16parse.h:
18212         * gst/rtp/gstrtpgsmdepay.c:
18213         * gst/rtp/gstrtpgsmdepay.h:
18214         * gst/rtp/gstrtpgsmparse.c:
18215         * gst/rtp/gstrtpgsmparse.h:
18216           parsers are depayers
18217
18218 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18219
18220         * gst/rtp/Makefile.am:
18221         * gst/rtp/gstasteriskh263.c:
18222         * gst/rtp/gstrtp.c:
18223         * gst/rtp/gstrtpL16enc.c:
18224         * gst/rtp/gstrtpL16enc.h:
18225         * gst/rtp/gstrtpL16parse.c:
18226         * gst/rtp/gstrtpL16parse.h:
18227         * gst/rtp/gstrtpL16pay.c:
18228         * gst/rtp/gstrtpL16pay.h:
18229         * gst/rtp/gstrtpamrdec.c:
18230         * gst/rtp/gstrtpamrdec.h:
18231         * gst/rtp/gstrtpamrdepay.c:
18232         * gst/rtp/gstrtpamrdepay.h:
18233         * gst/rtp/gstrtpamrenc.c:
18234         * gst/rtp/gstrtpamrenc.h:
18235         * gst/rtp/gstrtpamrpay.c:
18236         * gst/rtp/gstrtpamrpay.h:
18237         * gst/rtp/gstrtpdec.c:
18238         * gst/rtp/gstrtpdec.h:
18239         * gst/rtp/gstrtpdepay.c:
18240         * gst/rtp/gstrtpdepay.h:
18241         * gst/rtp/gstrtpg711dec.c:
18242         * gst/rtp/gstrtpg711dec.h:
18243         * gst/rtp/gstrtpg711depay.c:
18244         * gst/rtp/gstrtpg711depay.h:
18245         * gst/rtp/gstrtpg711enc.c:
18246         * gst/rtp/gstrtpg711enc.h:
18247         * gst/rtp/gstrtpg711pay.c:
18248         * gst/rtp/gstrtpg711pay.h:
18249         * gst/rtp/gstrtpgsmenc.c:
18250         * gst/rtp/gstrtpgsmenc.h:
18251         * gst/rtp/gstrtpgsmparse.c:
18252         * gst/rtp/gstrtpgsmparse.h:
18253         * gst/rtp/gstrtpgsmpay.c:
18254         * gst/rtp/gstrtpgsmpay.h:
18255         * gst/rtp/gstrtph263enc.c:
18256         * gst/rtp/gstrtph263enc.h:
18257         * gst/rtp/gstrtph263pay.c:
18258         * gst/rtp/gstrtph263pay.h:
18259         * gst/rtp/gstrtph263pdec.c:
18260         * gst/rtp/gstrtph263pdec.h:
18261         * gst/rtp/gstrtph263pdepay.c:
18262         * gst/rtp/gstrtph263pdepay.h:
18263         * gst/rtp/gstrtph263penc.c:
18264         * gst/rtp/gstrtph263penc.h:
18265         * gst/rtp/gstrtph263ppay.c:
18266         * gst/rtp/gstrtph263ppay.h:
18267         * gst/rtp/gstrtpmp4vdec.c:
18268         * gst/rtp/gstrtpmp4vdec.h:
18269         * gst/rtp/gstrtpmp4vdepay.c:
18270         * gst/rtp/gstrtpmp4vdepay.h:
18271         * gst/rtp/gstrtpmp4venc.c:
18272         * gst/rtp/gstrtpmp4venc.h:
18273         * gst/rtp/gstrtpmp4vpay.c:
18274         * gst/rtp/gstrtpmp4vpay.h:
18275         * gst/rtp/gstrtpmpadec.c:
18276         * gst/rtp/gstrtpmpadec.h:
18277         * gst/rtp/gstrtpmpadepay.c:
18278         * gst/rtp/gstrtpmpadepay.h:
18279         * gst/rtp/gstrtpmpaenc.c:
18280         * gst/rtp/gstrtpmpaenc.h:
18281         * gst/rtp/gstrtpmpapay.c:
18282         * gst/rtp/gstrtpmpapay.h:
18283         * gst/rtp/gstrtpspeexdec.c:
18284         * gst/rtp/gstrtpspeexdec.h:
18285         * gst/rtp/gstrtpspeexdepay.c:
18286         * gst/rtp/gstrtpspeexdepay.h:
18287         * gst/rtp/gstrtpspeexenc.c:
18288         * gst/rtp/gstrtpspeexenc.h:
18289         * gst/rtp/gstrtpspeexpay.c:
18290         * gst/rtp/gstrtpspeexpay.h:
18291           Do burger's rename for rtp payloaders and depayloaders
18292
18293 2005-11-30  Wim Taymans  <wim@fluendo.com>
18294
18295         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
18296         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
18297         * ext/dv/gstdvdemux.h:
18298         Fix seeking in dvdemux again, add some more debug info.
18299
18300 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18301
18302         * configure.ac:
18303           fix tests
18304
18305 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18306
18307         * PORTED_09:
18308         * docs/random/PORTED_09:
18309           move
18310         * tests/Makefile.am:
18311           add
18312         * win32/gst.sln:
18313           remove
18314
18315 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18316
18317         * Makefile.am:
18318         * check/.cvsignore:
18319         * check/Makefile.am:
18320         * check/elements/.cvsignore:
18321         * check/elements/level.c:
18322         * check/elements/matroskamux.c:
18323         * configure.ac:
18324         * examples/Makefile.am:
18325         * examples/capsfilter/Makefile.am:
18326         * examples/capsfilter/capsfilter1.c:
18327         * examples/gob/Makefile.am:
18328         * examples/gob/gst-identity2.gob:
18329         * examples/gstplay/.cvsignore:
18330         * examples/gstplay/Makefile.am:
18331         * examples/gstplay/player.c:
18332         * examples/indexing/.cvsignore:
18333         * examples/indexing/Makefile.am:
18334         * examples/indexing/indexmpeg.c:
18335         * examples/level/Makefile.am:
18336         * examples/level/README:
18337         * examples/level/demo.c:
18338         * examples/level/plot.c:
18339         * examples/stats/Makefile.am:
18340         * examples/stats/mp2ogg.c:
18341         * examples/switch/.cvsignore:
18342         * examples/switch/Makefile.am:
18343         * examples/switch/switcher.c:
18344           move under tests/
18345
18346 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
18347
18348         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
18349         (gst_text_render_class_init), (resize_bitmap),
18350         (gst_text_render_render_text), (gst_text_render_setcaps),
18351         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
18352         (gst_text_render_chain), (gst_text_render_finalize),
18353         (gst_text_render_init), (gst_text_render_set_property):
18354         * ext/pango/gsttextrender.h:
18355           Add missing files.
18356
18357 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
18358
18359         * configure.ac:
18360         * ext/Makefile.am:
18361         * ext/pango/Makefile.am:
18362         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
18363         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
18364         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
18365         * ext/pango/gstclockoverlay.h:
18366         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
18367         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
18368         (gst_text_overlay_finalize), (gst_text_overlay_init),
18369         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
18370         (gst_text_overlay_text_pad_linked),
18371         (gst_text_overlay_text_pad_unlinked),
18372         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
18373         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
18374         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
18375         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
18376         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
18377         (gst_text_overlay_change_state), (plugin_init):
18378         * ext/pango/gsttextoverlay.h:
18379         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
18380         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
18381         (gst_time_overlay_class_init), (gst_time_overlay_init):
18382         * ext/pango/gsttimeoverlay.h:
18383           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
18384           and add background shading and text wrapping modes. Make 
18385           timoverlay derive from textoverlay. Also add new clockoverlay
18386           element.
18387
18388 2005-11-30  Julien MOUTTE  <julien@moutte.net>
18389
18390         * gst/udp/Makefile.am: Moved to netbuffer.
18391
18392 2005-11-30  Julien MOUTTE  <julien@moutte.net>
18393
18394         * configure.ac:
18395         * PORTED_O9:
18396         * gst/multipart/Makefile.am:
18397         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18398         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18399         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
18400         (gst_multipart_demux_change_state),
18401         (gst_multipart_demux_plugin_init):
18402         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18403         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
18404         (gst_multipart_mux_sinkconnect),
18405         (gst_multipart_mux_request_new_pad),
18406         (gst_multipart_mux_handle_src_event),
18407         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
18408         (gst_multipart_mux_change_state): Ported multipart mux/demux to
18409         0.9.
18410
18411 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18412
18413         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
18414         * gst/debug/gstnavigationtest.h:
18415         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
18416         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
18417         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
18418         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
18419         * gst/effectv/gstrev.c: (gst_revtv_get_type):
18420         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
18421         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
18422         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
18423         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
18424         (gst_video_flip_get_type):
18425         * gst/videofilter/gstvideoflip.h:
18426           update for symbols change
18427
18428 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18429
18430         * gst/udp/gstdynudpsink.c:
18431         * gst/udp/gstudpsrc.c:
18432           the old gstnet lib was renamed gstnetbuffer (#322257)
18433
18434 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
18435
18436         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
18437         (gst_text_overlay_collected):
18438           Actually render the text from the text pad.
18439
18440 2005-11-29  Edward Hervey  <edward@fluendo.com>
18441
18442         * gst/debug/gstnavseek.c: (gst_navseek_event):
18443         * gst/debug/progressreport.c: (gst_progress_report_event):
18444         Update for GstBaseTransform event virtual method
18445
18446 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18447
18448         * ext/cairo/Makefile.am:
18449           no need to link to videofilter
18450
18451 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18452
18453         * gst/debug/Makefile.am:
18454         * gst/debug/gstnavigationtest.h:
18455         * gst/effectv/Makefile.am:
18456         * gst/effectv/gstaging.c:
18457         * gst/effectv/gstdice.c:
18458         * gst/effectv/gstedge.c:
18459         * gst/effectv/gstquark.c:
18460         * gst/effectv/gstrev.c:
18461         * gst/effectv/gstshagadelic.c:
18462         * gst/effectv/gstvertigo.c:
18463         * gst/effectv/gstwarp.c:
18464         * gst/videofilter/Makefile.am:
18465         * gst/videofilter/gstvideofilter.c:
18466         * gst/videofilter/gstvideofilter.h:
18467         * gst/videofilter/gstvideoflip.h:
18468           remove the videofilter library and link to the one in base
18469
18470 2005-11-28  Edward Hervey  <edward@fluendo.com>
18471
18472         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18473         Useless check now we're setting the current entry correctly.
18474
18475 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
18476
18477         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
18478         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
18479         (gst_jpegenc_change_state):
18480           Don't leak input buffer in chain function (fixes #322667); make 
18481           state change function thread-safe; don't repeat the current function
18482           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
18483           gst_pad_alloc_buffer(); misc. minor cleanups.
18484
18485 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
18486
18487         * gst/matroska/matroska-mux.c:
18488         (gst_matroska_mux_video_pad_setcaps):
18489         Look for pixel-aspect-ratio in caps, not pixel_width and
18490         pixel_height (Fixes: #322645)
18491
18492 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
18493
18494         * gst/matroska/matroska-mux.c:
18495         (gst_matroska_mux_video_pad_setcaps):
18496         From Michal Benes:
18497         frame duration should be GST_SECOND / framerate, not
18498         GST_SECOND * framerate. (Fixes: #322643)
18499
18500 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18501
18502         * configure.ac:
18503           fix up GST_PLUGIN_LDFLAGS
18504         * gst/rtsp/rtspconnection.c:
18505           fix includes (see #317043)
18506         * gst/videofilter/Makefile.am:
18507           stop installing this library
18508
18509 2005-11-26  Edward Hervey  <edward@fluendo.com>
18510
18511         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
18512         Handle the case where the incoming Video dv stream doesn't have
18513         a pixel aspect ratio set.
18514
18515 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18516
18517         * docs/plugins/Makefile.am:
18518         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18519         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18520         * ext/flac/gstflacdec.c:
18521           document flacdec
18522
18523 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18524
18525         * docs/plugins/Makefile.am:
18526         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18527         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18528         * docs/plugins/inspect/plugin-autodetect.xml:
18529         * ext/cairo/gstcairo.c: (plugin_init):
18530         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
18531         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
18532         (gst_text_overlay_init), (gst_text_overlay_font_init),
18533         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
18534         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
18535         (gst_text_overlay_text_pad_linked),
18536         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
18537         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18538         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
18539         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
18540         (gst_text_overlay_change_state):
18541         * ext/cairo/gsttextoverlay.h:
18542         * ext/cairo/gsttimeoverlay.c:
18543         (gst_cairo_time_overlay_update_font_height),
18544         (gst_cairo_time_overlay_set_caps),
18545         (gst_cairo_time_overlay_get_unit_size),
18546         (gst_cairo_time_overlay_print_smpte_time),
18547         (gst_cairo_time_overlay_transform),
18548         (gst_cairo_time_overlay_base_init),
18549         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
18550         (gst_cairo_time_overlay_get_type):
18551         * ext/cairo/gsttimeoverlay.h:
18552           do some name borgifying
18553           document
18554
18555 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18556
18557         * docs/plugins/Makefile.am:
18558         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18559         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18560         * gst/autodetect/gstautoaudiosink.c:
18561         (gst_auto_audio_sink_base_init):
18562         * gst/autodetect/gstautovideosink.c:
18563         (gst_auto_video_sink_base_init),
18564         (gst_auto_video_sink_factory_filter):
18565           documenting auto*sink
18566           using strstr for the video sink lookup, class field is not ordered
18567         * docs/plugins/inspect/plugin-1394.xml:
18568         * docs/plugins/inspect/plugin-aasink.xml:
18569         * docs/plugins/inspect/plugin-alaw.xml:
18570         * docs/plugins/inspect/plugin-alpha.xml:
18571         * docs/plugins/inspect/plugin-alphacolor.xml:
18572         * docs/plugins/inspect/plugin-auparse.xml:
18573         * docs/plugins/inspect/plugin-autodetect.xml:
18574         * docs/plugins/inspect/plugin-avi.xml:
18575         * docs/plugins/inspect/plugin-cacasink.xml:
18576         * docs/plugins/inspect/plugin-cairo.xml:
18577         * docs/plugins/inspect/plugin-cutter.xml:
18578         * docs/plugins/inspect/plugin-debug.xml:
18579         * docs/plugins/inspect/plugin-dv.xml:
18580         * docs/plugins/inspect/plugin-efence.xml:
18581         * docs/plugins/inspect/plugin-effectv.xml:
18582         * docs/plugins/inspect/plugin-esdsink.xml:
18583         * docs/plugins/inspect/plugin-flac.xml:
18584         * docs/plugins/inspect/plugin-flxdec.xml:
18585         * docs/plugins/inspect/plugin-gconfelements.xml:
18586         * docs/plugins/inspect/plugin-goom.xml:
18587         * docs/plugins/inspect/plugin-jpeg.xml:
18588         * docs/plugins/inspect/plugin-level.xml:
18589         * docs/plugins/inspect/plugin-matroska.xml:
18590         * docs/plugins/inspect/plugin-mulaw.xml:
18591         * docs/plugins/inspect/plugin-navigationtest.xml:
18592         * docs/plugins/inspect/plugin-ossaudio.xml:
18593         * docs/plugins/inspect/plugin-png.xml:
18594         * docs/plugins/inspect/plugin-rtp.xml:
18595         * docs/plugins/inspect/plugin-rtsp.xml:
18596         * docs/plugins/inspect/plugin-shout2send.xml:
18597         * docs/plugins/inspect/plugin-smpte.xml:
18598         * docs/plugins/inspect/plugin-speex.xml:
18599         * docs/plugins/inspect/plugin-udp.xml:
18600         * docs/plugins/inspect/plugin-videobox.xml:
18601         * docs/plugins/inspect/plugin-videoflip.xml:
18602         * docs/plugins/inspect/plugin-videomixer.xml:
18603         * docs/plugins/inspect/plugin-wavenc.xml:
18604         * docs/plugins/inspect/plugin-wavparse.xml:
18605           update for HEAD version
18606
18607 2005-11-25  Michael Smith  <msmith@fluendo.com>
18608
18609         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
18610           Patch from Sebastien Cote to close control sockets in udpsrc.
18611
18612 2005-11-24  Julien MOUTTE  <julien@moutte.net>
18613
18614         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
18615         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
18616         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
18617         (gst_quarktv_base_init), (gst_quarktv_class_init),
18618         (gst_quarktv_init): Flush the planes list on reverse caps
18619         negotiation. This was crashing because of differently sized
18620         buffers.
18621
18622 2005-11-24  Julien MOUTTE  <julien@moutte.net>
18623
18624         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
18625         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
18626         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
18627         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
18628         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
18629         (gst_videoflip_set_property), (gst_videoflip_base_init),
18630         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
18631         correctly, fix identity flipping, convert navigation event 
18632         correctly again.
18633
18634 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18635
18636         * configure.ac: back to HEAD
18637
18638 === release 0.9.6 ===
18639
18640 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
18641
18642         * configure.ac:
18643           releasing 0.9.6, "Everything's Not Lost"
18644
18645 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
18646
18647         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
18648         Oops, initialise the framerate GValue
18649
18650 2005-11-23  Julien MOUTTE  <julien@moutte.net>
18651
18652         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
18653         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
18654         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
18655         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
18656         (gst_timeoverlay_get_type):
18657         * ext/cairo/gsttimeoverlay.h:
18658         * gst/debug/Makefile.am:
18659         * gst/debug/gstnavigationtest.c:
18660         (gst_navigationtest_handle_src_event),
18661         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
18662         (gst_navigationtest_transform), (gst_navigationtest_change_state),
18663         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
18664         (gst_navigationtest_init), (gst_navigationtest_get_type),
18665         (plugin_init):
18666         * gst/debug/gstnavigationtest.h:
18667         * gst/effectv/Makefile.am:
18668         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
18669         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
18670         (gst_agingtv_base_init), (gst_agingtv_class_init),
18671         (gst_agingtv_init), (gst_agingtv_get_type):
18672         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
18673         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
18674         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
18675         (gst_dicetv_get_type):
18676         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
18677         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
18678         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
18679         (gst_edgetv_get_type):
18680         * gst/effectv/gsteffectv.c:
18681         * gst/effectv/gsteffectv.h:
18682         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
18683         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
18684         (gst_quarktv_change_state), (gst_quarktv_base_init),
18685         (gst_quarktv_class_init), (gst_quarktv_init),
18686         (gst_quarktv_get_type):
18687         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
18688         (gst_revtv_get_unit_size), (gst_revtv_transform),
18689         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
18690         (gst_revtv_get_type):
18691         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
18692         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
18693         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
18694         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
18695         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
18696         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
18697         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
18698         (gst_vertigotv_init), (gst_vertigotv_get_type):
18699         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
18700         (gst_warptv_get_unit_size), (gst_warptv_transform),
18701         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
18702         (gst_warptv_get_type):
18703         * gst/videofilter/Makefile.am:
18704         * gst/videofilter/gstvideobalance.c:
18705         * gst/videofilter/gstvideobalance.h:
18706         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
18707         (gst_videofilter_class_init), (gst_videofilter_init):
18708         * gst/videofilter/gstvideofilter.h:
18709         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
18710         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
18711         (gst_videoflip_flip), (gst_videoflip_transform),
18712         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
18713         (gst_videoflip_base_init), (gst_videoflip_class_init),
18714         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
18715         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
18716         BaseTransform, it's just a place holder for now and every video
18717         effect plugin has been ported to use BaseTransform features 
18718         directly. QuarkTV was fixed too (was broken), navigationtest works
18719         and best for the end, videoflip converts navigation events depending
18720         on flip method ! Fixes #320953
18721
18722 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
18723
18724         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
18725         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
18726         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
18727         (gst_goom_src_negotiate), (gst_goom_chain):
18728         * gst/matroska/matroska-mux.c:
18729         (gst_matroska_mux_video_pad_setcaps):
18730         * sys/osxvideo/osxvideosink.m:
18731           Fixes for API changes
18732
18733 2005-11-23  Michael Smith <msmith@fluendo.com>
18734
18735         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
18736         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
18737         * ext/jpeg/gstjpegdec.h:
18738         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
18739         * ext/jpeg/gstjpegenc.h:
18740         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
18741         (gst_smokeenc_resync):
18742         * ext/jpeg/gstsmokeenc.h:
18743           JPEG fractiony goodness.
18744
18745 2005-11-22  Michael Smith <msmith@fluendo.com>
18746
18747         * gst/goom/filters.c:
18748         * gst/goom/graphic.h:
18749           Fix compilation by making some functions static inline instead of
18750           extern inline, matching the way they're used.
18751
18752 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
18753
18754         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
18755         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
18756         * ext/cairo/gsttextoverlay.h:
18757         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
18758         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18759         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
18760         (gst_pngdec_caps_create_and_set):
18761         * ext/libpng/gstpngdec.h:
18762         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
18763         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
18764         * gst/avi/gstavimux.c: (gst_avimux_init),
18765         (gst_avimux_vidsinkconnect):
18766         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
18767         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
18768         (gst_goom_src_negotiate), (gst_goom_chain):
18769         * gst/goom/gstgoom.h:
18770         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
18771         * gst/matroska/matroska-mux.c:
18772         (gst_matroska_mux_video_pad_setcaps):
18773         * sys/osxvideo/osxvideosink.h:
18774         * sys/osxvideo/osxvideosink.m:
18775           More fractional framerate conversions 
18776
18777 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
18778
18779         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
18780         * gst/debug/gstnavigationtest.c:
18781         (gst_navigationtest_handle_src_event):
18782         * gst/videofilter/gstvideofilter.c:
18783         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
18784         (gst_videofilter_init):
18785         * gst/videofilter/gstvideofilter.h:
18786           Convert to fractional framerates.
18787
18788 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
18789
18790         * ext/aalib/gstaasink.c:
18791         * ext/dv/gstdvdec.c:
18792         * ext/esd/esdmon.c:
18793         * ext/flac/gstflacenc.c:
18794         * ext/gdk_pixbuf/pixbufscale.c:
18795         * ext/libcaca/gstcacasink.c:
18796         * ext/shout2/gstshout2.c:
18797         * gst/alpha/gstalpha.c:
18798         * gst/oldcore/gstaggregator.c:
18799         * gst/oldcore/gstshaper.c:
18800         * gst/smpte/barboxwipes.c:
18801         * gst/smpte/gstsmpte.c:
18802         * gst/videobox/gstvideobox.c:
18803         * gst/videofilter/gstvideoflip.c:
18804         * gst/videomixer/videomixer.c:
18805           fix up more enums
18806
18807 2005-11-22  Michael Smith <msmith@fluendo.com>
18808
18809         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18810         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18811         (gst_videomixer_update_queues):
18812           Fractional framerates, videomixer.
18813
18814 2005-11-22  Michael Smith <msmith@fluendo.com>
18815
18816         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
18817         * ext/dv/gstdvdec.h:
18818         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
18819         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18820         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
18821         (gst_dvdemux_flush):
18822         * ext/dv/gstdvdemux.h:
18823           Fractional framerates for DV. 
18824
18825 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
18826
18827         * gst/autodetect/gstautoaudiosink.c:
18828         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
18829         * gst/autodetect/gstautovideosink.c:
18830         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
18831           Use gst_plugin_feature_list_free() to free feature list and
18832           in the case of autovideosink free the list at all. Also
18833           miscellaneous cosmetic fixes.
18834
18835 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
18836
18837         * gst/cutter/gstcutter.c: (gst_cutter_chain),
18838         (gst_cutter_set_property), (gst_cutter_get_caps):
18839           copy calculation code from level; remove use of some audio
18840           functions
18841
18842 2005-11-22  Andy Wingo  <wingo@pobox.com>
18843
18844         * Update for gst_tag_setter API changes.
18845
18846 2005-11-22  Andy Wingo  <wingo@pobox.com>
18847
18848         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
18849         (gst_dvdemux_demux_frame)
18850         * ext/flac/gstflacdec.c (gst_flacdec_write)
18851         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
18852         (gst_flacenc_sink_event)
18853         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
18854         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
18855         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
18856         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
18857         * gst/auparse/gstauparse.c (gst_auparse_chain)
18858         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
18859         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
18860         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
18861         (gst_avi_demux_handle_seek)
18862         * gst/goom/gstgoom.c (gst_goom_event)
18863         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
18864         * gst/matroska/matroska-demux.c
18865         (gst_matroska_demux_handle_seek_event)
18866         (gst_matroska_demux_loop_stream_parse_id)
18867         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
18868         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
18869         (gst_wavparse_stream_headers): Run update-funcnames.
18870
18871 2005-11-22  Edward Hervey  <edward@fluendo.com>
18872
18873         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
18874         (gst_dv1394src_init), (gst_dv1394src_dispose),
18875         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
18876         (gst_dv1394src_uri_set_uri):
18877         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
18878         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
18879         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
18880         URIHandler interface and element properties are now properly
18881         synchronized for DV1394src and UDPSrc
18882
18883 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
18884
18885         * ext/flac/Makefile.am:
18886         * ext/speex/Makefile.am:
18887           libgsttagedit has been renamed to libgsttag.
18888
18889 2005-11-21  Wim Taymans  <wim@fluendo.com>
18890
18891         * gst/rtsp/rtspconnection.c: (read_body):
18892         Apply patch from Sebastien Cote to fix #319184.
18893
18894 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
18895
18896         * configure.ac:
18897         * gst/cutter/Makefile.am:
18898         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
18899         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
18900         (gst_cutter_set_property), (gst_cutter_get_property),
18901         (plugin_init), (gst_cutter_get_caps):
18902           port cutter
18903         * gst/level/gstlevel.c:
18904           fix up plugin details
18905
18906 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
18907
18908         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
18909         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
18910         (gst_flacdec_src_event):
18911         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
18912         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
18913         (gst_signal_processor_getrange), (gst_signal_processor_chain):
18914         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
18915         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
18916         (gst_flxdec_sink_event_handler):
18917         * gst/matroska/matroska-demux.c:
18918         (gst_matroska_demux_handle_seek_event):
18919         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
18920           Update for stream lock API changes: don't take stream log
18921           in sink event handlers any longer and change GST_STREAM_LOCK
18922           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
18923           functions.
18924
18925 2005-11-21  Michael Smith <msmith@fluendo.com>
18926
18927         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
18928           gst_object_unref, not g_object_unref
18929
18930 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
18931
18932         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
18933         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
18934           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
18935
18936 2005-11-21  Michael Smith <msmith@fluendo.com>
18937
18938         * gst/auparse/Makefile.am:
18939         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
18940         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
18941         (gst_auparse_change_state):
18942         * gst/auparse/gstauparse.h:
18943           Partially fix #161712. playbin still doesn't work on these files,
18944           (on the bug report, Andy says we aren't typefinding it for some
18945           reason?) but at least auparse isn't totally busted like it was before.
18946
18947 2005-11-21  Andy Wingo  <wingo@pobox.com>
18948
18949         * *.h:
18950         * *.c: Ran scripts/update-macros. Oh yes.
18951
18952 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
18953
18954         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
18955           Filler events are gone for now, comment out section generating
18956           them.
18957
18958 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
18959
18960         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
18961         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
18962         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
18963         * sys/osxvideo/osxvideosink.m:
18964           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
18965           (#322027)
18966
18967 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
18968
18969         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
18970         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
18971         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
18972         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
18973         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
18974         (gst_avi_demux_stream_data):
18975         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
18976         * gst/wavenc/gstwavenc.c: (write_metadata):
18977         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
18978         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
18979         Fixes for GST_FOURCC_FORMAT API change.
18980
18981 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
18982
18983         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
18984         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
18985         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
18986         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
18987         (gst_text_overlay_change_state):
18988         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
18989         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
18990         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
18991         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
18992         * gst/videomixer/videomixer.c: (gst_videomixer_init),
18993         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
18994         (gst_videomixer_change_state):
18995           Fix for collect pads API change. Also fix textoverlay state
18996           change function.
18997
18998 2005-11-20  Julien MOUTTE  <julien@moutte.net>
18999
19000         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
19001         GST_PAD_IS_USABLE by something approaching it.
19002
19003 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19004
19005         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
19006         API changes.
19007         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
19008         but also fix the code that was not checking return values from
19009         pad_push neither using pad_alloc_buffer.
19010
19011 2005-11-18  Edward Hervey  <edward@fluendo.com>
19012
19013         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
19014         (gst_pngenc_chain):
19015         Added debug category
19016         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
19017         goes to EOS.
19018
19019 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
19020
19021         * gst/rtp/Makefile.am
19022         * gst/rtp/gstrtp.c
19023         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
19024         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
19025         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
19026         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
19027         * gst/rtp/gstrtpg711enc.h:
19028         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
19029         * gst/rtp/gstrtpspeexenc.c:
19030         * gst/rtp/gstrtpspeexenc.h:
19031         * gst/rtp/gstrtpspeexdec.c:
19032         * gst/rtp/gstrtpspeexdec.h:
19033         Created Speex payloader and depayloader; Optimize G711 payloader to
19034         use adapter and send packets until MTU size.
19035
19036 2005-11-16  Wim Taymans  <wim@fluendo.com>
19037
19038         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
19039         Fix leak in check.
19040
19041 2005-11-16  Wim Taymans  <wim@fluendo.com>
19042
19043         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
19044         Fix state change.
19045
19046 2005-11-16  Andy Wingo  <wingo@pobox.com>
19047
19048         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
19049         (gst_udpsrc_create): Move comment.
19050
19051 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
19052
19053         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19054
19055         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
19056           When seeking, seek to closest index entry at or before the requested
19057           seek position, not just the closest one (#321001).
19058
19059 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19060
19061         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
19062         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
19063           Invert DIB images again (see #132341).
19064
19065 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19066
19067         * configure.ac:
19068           rework configure.ac file
19069         * ext/aalib/gstaasink.c:
19070         * ext/cairo/gstcairo.c:
19071         * ext/dv/gstdv.c:
19072         * ext/esd/gstesd.c:
19073         * ext/flac/gstflac.c:
19074         * ext/gconf/gstgconfelements.c:
19075         * ext/gdk_pixbuf/gstgdkpixbuf.c:
19076         * ext/jpeg/gstjpeg.c:
19077         * ext/ladspa/gstladspa.c:
19078         * ext/libcaca/gstcacasink.c:
19079         * ext/libmng/gstmng.c:
19080         * ext/libpng/gstpng.c:
19081         * ext/mikmod/gstmikmod.c:
19082         * ext/pango/gsttextoverlay.c:
19083         * ext/pango/gsttimeoverlay.c:
19084         * ext/raw1394/gst1394.c:
19085         * ext/speex/gstspeex.c:
19086         * gst/alpha/Makefile.am:
19087         * gst/alpha/gstalpha.c:
19088         * gst/alpha/gstalphacolor.c:
19089         * gst/auparse/gstauparse.c:
19090         * gst/autodetect/gstautoaudiosink.c:
19091         (gst_auto_audio_sink_factory_filter),
19092         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19093         * gst/autodetect/gstautodetect.c:
19094         * gst/avi/gstavi.c:
19095         * gst/cutter/gstcutter.c:
19096         * gst/debug/efence.c:
19097         * gst/debug/gstdebug.c:
19098         * gst/debug/gstnavigationtest.c:
19099         * gst/effectv/gsteffectv.c:
19100         * gst/flx/gstflxdec.c:
19101         * gst/goom/gstgoom.c:
19102         * gst/interleave/plugin.c:
19103         * gst/law/alaw.c:
19104         * gst/law/mulaw.c:
19105         * gst/level/gstlevel.c:
19106         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
19107         * gst/matroska/matroska.c:
19108         * gst/median/gstmedian.c:
19109         * gst/monoscope/gstmonoscope.c:
19110         * gst/multipart/multipart.c:
19111         * gst/oldcore/gstelements.c:
19112         * gst/rtp/gstrtp.c:
19113         * gst/rtsp/gstrtsp.c:
19114         * gst/smoothwave/gstsmoothwave.c:
19115         * gst/smpte/gstsmpte.c:
19116         * gst/udp/gstudp.c:
19117         * gst/videobox/gstvideobox.c:
19118         * gst/videofilter/gstgamma.c:
19119         * gst/videofilter/gstvideobalance.c:
19120         * gst/videofilter/gstvideoflip.c:
19121         * gst/videofilter/gstvideotemplate.c:
19122         * gst/videomixer/videomixer.c:
19123         * gst/wavenc/gstwavenc.c:
19124         * gst/wavparse/gstwavparse.c:
19125         * sys/oss/gstossaudio.c:
19126         * sys/osxaudio/gstosxaudio.c:
19127           update GST_PLUGIN_DEFINE
19128         * gst/rtp/Makefile.am:
19129         * gst/rtp/gstasteriskh263.c:
19130           check for htons/htonl headers and possibly link to winsock2 lib
19131
19132 2005-11-12  Edward Hervey  <edward@fluendo.com>
19133
19134         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
19135         Only GST_DEBUG() information on the valid components.
19136
19137 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19138
19139         * configure.ac: back to HEAD
19140
19141 === release 0.9.5 ===
19142
19143 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
19144
19145         * configure.ac:
19146           releasing 0.9.5, "Phone Alarm"
19147
19148 2005-11-11  Edward Hervey  <edward@fluendo.com>
19149
19150         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19151         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
19152         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
19153         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
19154         (gst_avi_demux_loop):
19155         * gst/avi/gstavidemux.h:
19156         Yeah, implement proper seeking. Exact seeking and segment seeking.
19157         Still need to do some checks for segment_stop.
19158
19159 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19160
19161         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19162
19163         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
19164           Don't try to ready buffer duration from buffer that we don't
19165           own any  longer and that might already have been unreffed.
19166           (#321136)
19167
19168 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
19169
19170         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
19171         (flx_decode_delta_flc), (gst_flxdec_chain):
19172         Attempting to optimize the code for embedded systems.
19173
19174 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
19175
19176         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19177
19178         * sys/oss/gstosssink.c: (gst_oss_sink_close):
19179           Don't re-use already closed file descriptor. (#320920)
19180
19181 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19182
19183         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
19184         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
19185         (gst_oss_sink_prepare):
19186         * sys/oss/gstosssink.h:
19187           Cache probed caps; fix debug output for SET_PARAM macros.
19188
19189 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19190
19191         * ext/cairo/Makefile.am:
19192         * ext/cairo/gstcairo.c: (plugin_init):
19193         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19194         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19195         (gst_text_overlay_init), (gst_text_overlay_font_init),
19196         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19197         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19198         (gst_text_overlay_text_pad_linked),
19199         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19200         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19201         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19202         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19203         (gst_text_overlay_change_state):
19204         * ext/cairo/gsttextoverlay.h:
19205           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
19206           property and redo positioning. Doesn't handle upstream renegotiation
19207           yet though.
19208
19209 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19210
19211         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
19212         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
19213         (gst_avi_demux_loop):
19214           No need to take the STREAM_LOCK in the loop function. Improve
19215           some debug messages. Don't leak pad names in debug messages.
19216
19217 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19218
19219         * gst/matroska/matroska-demux.c:
19220         (gst_matroska_demux_push_vorbis_codec_priv_data),
19221         (gst_matroska_demux_add_wvpk_header):
19222           Don't error out when the source pad isn't linked.
19223
19224 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
19225
19226         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
19227         (gst_gconf_audio_sink_change_state):
19228         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
19229         (gst_gconf_video_sink_change_state):
19230           Fix state change functions here as well and set kid
19231           to NULL state before removing it.
19232
19233 2005-11-01  Edward Hervey  <edward@fluendo.com>
19234
19235         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
19236         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
19237         Added proper event handlind, 
19238         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
19239         ignored),
19240         and don't set a duration of 0 for buffers otherwise they are discarded
19241         by GstBaseSink.
19242
19243         GstWavEnc needs some serious loving, after going through the code I'm
19244         really wondering how this can stay in -good ...
19245
19246 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19247
19248         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
19249         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
19250         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
19251         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
19252         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
19253         (gst_matroska_mux_collected):
19254           Fix leaks and invalid memory access as reported by valgrind
19255
19256 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19257
19258         Patch by: Michal Benes <michal.benes@xeris.cz>
19259
19260         * check/Makefile.am:
19261         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
19262         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
19263         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
19264           add a unit test for matroskamux
19265           fix the bugs that the unit test exposed
19266
19267 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
19268
19269         * gst/autodetect/gstautoaudiosink.c:
19270         (gst_auto_audio_sink_class_init),
19271         (gst_auto_audio_sink_change_state):
19272         * gst/autodetect/gstautovideosink.c:
19273         (gst_auto_video_sink_class_init),
19274         (gst_auto_video_sink_change_state):
19275           Fix state change function and use GST_DEBUG_FUNCPTR in
19276           class_init.
19277
19278 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19279
19280         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19281
19282         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
19283         (gst_ebml_write_reset), (gst_ebml_write_element_new):
19284         * gst/matroska/ebml-write.h:
19285         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
19286           Set timestamps on outgoing ebml headers as well, so that the
19287           element after matroskamux can get the timestamp already when
19288           reading the first ebml element and doesn't have to wait for
19289           the actual data buffer for that (#320308).
19290           
19291 2005-10-31  Andy Wingo  <wingo@pobox.com>
19292
19293         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
19294         (gst_videomixer_pad_link): Kill some memleaks.
19295         (gst_videomixer_pad_get_property): Style fix.
19296         (gst_videomixer_pad_set_property): Style fix.
19297         (gst_videomixer_pad_init): Style fix.
19298         (gst_videomixer_update_queues): Kill memleak.
19299         (gst_videomixer_loop): Kill memleak.
19300         (gst_videomixer_collected): Kill memleak.
19301
19302 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
19303
19304         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
19305         gst_auparse_change_state:
19306         Just some cleanup.
19307
19308 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
19309
19310         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
19311         Add checks to GST_FLOW_NOT_LINKED for values returned
19312         from gst_pad_push.
19313         
19314 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
19315
19316         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
19317         (gst_rtpg711dec_process):
19318         * gst/rtp/gstrtpgsmenc.c:
19319         Payloader now sets some default caps on the srcpad if caps on the sinkpad
19320         are never set. This is important for the g711 to work with burger's rtpbin
19321         element.
19322
19323 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
19324
19325         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
19326         (gst_speexenc_push_buffer):
19327         Add checks for return values from gst_pad_push and
19328         gst_pad_alloc_buffer.
19329
19330 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
19331
19332         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19333
19334         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
19335         (gst_matroska_demux_parse_info),
19336         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
19337         (gst_matroska_demux_parse_cluster):
19338         * gst/matroska/matroska-ids.h:
19339         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
19340         (gst_matroska_mux_init), (gst_matroska_mux_start),
19341         (gst_matroska_mux_create_buffer_header),
19342         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
19343         (gst_matroska_mux_get_property):
19344         * gst/matroska/matroska-mux.h:
19345           Add SimpleBlock support to matroska demuxer and muxer (part of
19346           Matroska v2). (#319731)
19347
19348 2005-10-28  Wim Taymans  <wim@fluendo.com>
19349
19350         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
19351         (gst_jpeg_dec_change_state):
19352         * ext/jpeg/gstjpegdec.h:
19353         Cleanups. Don't create caps for every chain.
19354
19355 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
19356
19357         * gst/law/alaw-encode.c: (gst_alawenc_init),
19358         (alawenc_setcaps), (gst_alawenc_chain)
19359         * gst/law/alaw-encode.h:
19360         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
19361         (mulawenc_setcaps), (gst_mulawenc_chain)
19362         * gst/law/mulaw-encode.h:
19363         Set timestamp on buffer and it allows RTP G711 elements
19364         work properly.
19365
19366 2005-10-27  Wim Taymans  <wim@fluendo.com>
19367
19368         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
19369         Set correct format on oss instead of a silly value. 
19370
19371 2005-10-27  Julien MOUTTE  <julien@moutte.net>
19372
19373         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19374         (gst_video_box_transform_caps), (gst_video_box_set_caps),
19375         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
19376         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
19377         I420 rendering as well, doesn't bring much for my platform.
19378         Might help on some other platforms.
19379
19380 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
19381
19382         * gst/rtp/gstrtpgsmenc.c:
19383         * gst/rtp/gstrtpgsmparse.c:
19384         Declaring the padtemplate correctly.
19385
19386 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
19387
19388         * gst/rtp/gstrtpg711dec.c:
19389         * gst/rtp/gstrtpg711enc.c:
19390         * gst/rtp/gstrtpgsmenc.c:
19391         * gst/rtp/gstrtpgsmparse.c:
19392         Setting the proper copyright notice.
19393
19394 2005-10-26  Julien MOUTTE  <julien@moutte.net>
19395
19396         * gst/videobox/Makefile.am: Use liboil.
19397         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19398         (gst_video_box_set_property), (gst_video_box_transform_caps),
19399         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
19400         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
19401         using liboil. Will dot the same to I420 border generation
19402         tomorrow.
19403
19404 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
19405
19406         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
19407         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
19408         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
19409         * gst/rtp/gstrtpg711dec.h:
19410         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
19411         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
19412         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
19413         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
19414         (gst_rtpgsmenc_handle_buffer):
19415         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
19416         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
19417         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
19418         * gst/rtp/gstrtpgsmparse.h:
19419         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
19420         inherits from the basertpdepayloader.
19421
19422 2005-10-26  Julien MOUTTE  <julien@moutte.net>
19423
19424         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19425         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
19426         (gst_video_box_ayuv): Removing this forgotten debug.
19427
19428 2005-10-26  Julien MOUTTE  <julien@moutte.net>
19429
19430         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19431         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
19432         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
19433
19434 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
19435
19436         * sys/oss/gstossaudio.c:
19437         * sys/oss/gstossdmabuffer.c:
19438         * sys/oss/gstosshelper.c:
19439         * sys/oss/gstossmixer.c:
19440         * sys/oss/gstossmixerelement.c:
19441         * sys/oss/gstossmixertrack.c:
19442         * sys/oss/gstosssink.c:
19443         * sys/oss/gstosssrc.c:
19444           Actually use the 'oss' debug category we register.
19445
19446 2005-10-26  Julien MOUTTE  <julien@moutte.net>
19447
19448         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
19449         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
19450         Use gst_pad_get_parent and drop the ref that was added through
19451         that call.
19452
19453 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
19454
19455         * gst/rtp/gstrtpgsmenc.c:
19456           Fix compilation
19457
19458 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
19459
19460         * gst/rtp/gstrtpg711dec.c
19461         Just removed a couple of lines of weird code used during
19462         development/test time.
19463
19464 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
19465
19466         * gst/rtp/Makefile.am
19467         * gst/rtp/gstrtp.c
19468         * gst/rtp/gstrtpg711enc.c
19469         * gst/rtp/gstrtpg711enc.h
19470         * gst/rtp/gstrtpg711dec.c
19471         * gst/rtp/gstrtpg711dec.h
19472         Created G711 payloader and depayloader (it supports mulaw and alaw
19473         (dec)encoders)
19474
19475 2005-10-25  Julien MOUTTE  <julien@moutte.net>
19476
19477         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19478         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
19479         Doh ! I introduced wingo's bug again ! Sorry...
19480
19481 2005-10-25  Christian Schaller <christian@fluendo.com> 
19482
19483         * gst/rtp/Makefile.am: add missing header files for disting
19484
19485 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
19486
19487         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
19488         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
19489         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
19490         (gst_rtpgsmenc_handle_buffer):
19491         * gst/rtp/gstrtpgsmenc.h:
19492         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
19493         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
19494         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
19495         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
19496         * gst/rtp/gstrtpgsmparse.h:
19497         Getting the GSM (de)payloader working and compatible with our plans for RTP.
19498
19499 2005-10-25  Julien MOUTTE  <julien@moutte.net>
19500
19501         * ext/libpng/gstpngdec.c: (user_info_callback),
19502         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
19503         a newsegment event, move some redundant code in a single place.
19504
19505 2005-10-25  Julien MOUTTE  <julien@moutte.net>
19506
19507         * ext/libpng/gstpngdec.c: (user_info_callback),
19508         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
19509         hack to get correct colors order when we have a png image with
19510         alpha channel.
19511
19512 2005-10-24  Edward Hervey  <edward@fluendo.com>
19513
19514         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
19515         Call gst_element_no_more_pads when there will be no more pads.
19516
19517 2005-10-24  Wim Taymans  <wim@fluendo.com>
19518
19519         * gst/rtp/Makefile.am:
19520         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
19521         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
19522         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
19523         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
19524         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
19525         (gst_asteriskh263_plugin_init):
19526         * gst/rtp/gstasteriskh263.h:
19527         * gst/rtp/gstrtp.c: (plugin_init):
19528         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
19529         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
19530         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
19531         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
19532         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
19533         (gst_rtph263enc_plugin_init):
19534         * gst/rtp/gstrtph263enc.h:
19535         Added two new payloaders, an RFC 2190 payloader for h263 and
19536         a payload convertor for an asterisk server.
19537
19538 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
19539
19540         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
19541           Set bytes_per_sample correctly (is not always 4, but 
19542           depends on width and number of channels).
19543
19544 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
19545
19546         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
19547         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
19548         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
19549         (gst_flacenc_sink_event), (gst_flacenc_chain),
19550         (gst_flacenc_set_property), (gst_flacenc_get_property),
19551         (gst_flacenc_change_state):
19552         * ext/flac/gstflacenc.h:
19553           Fix seeking, so that flacenc can rewrite the header with the
19554           correct duration and amount of samples and all that at EOS;
19555           also set timestamps and granulepos on outgoing buffers; add
19556           debug category; fix state change function.
19557           
19558 2005-10-24  Julien MOUTTE  <julien@moutte.net>
19559
19560         * gst/videomixer/videomixer.c: Don't restrict video geometry
19561         from 16 to 4096.
19562
19563 2005-10-24  Julien MOUTTE  <julien@moutte.net>
19564
19565         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19566         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
19567         Fix caps negotiation correctly, add debugging category.
19568
19569 2005-10-24  Christian Schaller  <christian@fluendo.com>
19570
19571         * configure.ac: Port over Thomas's change from base listing all plugins
19572
19573 2005-10-24  Julien MOUTTE  <julien@moutte.net>
19574
19575         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
19576         a sink pad.
19577
19578 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19579
19580         * configure.ac:
19581         * docs/upload.mak:
19582           back to HEAD
19583
19584 === release 0.9.4 ===
19585
19586 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19587
19588         * configure.ac:
19589           Releasing 0.9.4, "Dromiceiomimus"
19590
19591 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
19592
19593         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
19594         (gst_speexenc_src_query):
19595           Add position and duration query, fix query type function.
19596           
19597         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
19598         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
19599           Let's not set non-fixed caps on source pads.
19600
19601 2005-10-21  Wim Taymans  <wim@fluendo.com>
19602
19603         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19604         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
19605         (gst_avi_demux_handle_seek):
19606         Set correct stream_time in newsegment event.
19607         avi can also handle a duration query now.
19608
19609 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
19610
19611         * gst/matroska/matroska-demux.c:
19612         (gst_matroska_demux_handle_src_query),
19613         (gst_matroska_demux_handle_seek_event),
19614         (gst_matroska_demux_loop_stream_parse_id):
19615           Fix duration query; fix basetime in newsegment event after
19616           seek; fix duration in initial newsegment event.
19617
19618         * gst/matroska/matroska-mux.c:
19619         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
19620           Extract number of channels and samplerate from vorbis headers;
19621           add some debug messages when querying the durations of the
19622           input streams.
19623
19624 2005-10-20  Wim Taymans  <wim@fluendo.com>
19625
19626         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
19627         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19628         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
19629         Set stream time correctly in newsegment.
19630
19631 2005-10-20  Wim Taymans  <wim@fluendo.com>
19632
19633         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
19634         Correctly fill in the stream time.
19635
19636 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19637
19638         * check/elements/level.c: (GST_START_TEST):
19639         * gst/level/gstlevel.c: (gst_level_message_new):
19640         * gst/level/level-example.c: (message_handler):
19641           use ELEMENT messages instead
19642
19643 2005-10-19  Wim Taymans  <wim@fluendo.com>
19644
19645         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
19646         (gst_dvdemux_src_query):
19647         * ext/flac/gstflacdec.c: (gst_flacdec_length),
19648         (gst_flacdec_src_query):
19649         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
19650         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
19651         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
19652         * gst/debug/gstnavseek.c: (gst_navseek_seek):
19653         * gst/debug/progressreport.c: (gst_progress_report_report):
19654         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
19655         * gst/matroska/matroska-demux.c:
19656         (gst_matroska_demux_handle_src_query):
19657         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
19658         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
19659         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19660         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
19661         (gst_wavparse_srcpad_event):
19662         API change fix.
19663
19664 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
19665
19666         * gst/goom/filters.c:
19667         * gst/goom/graphic.h:
19668         * gst/goom/lines.c:
19669           Make inline functions either 'static inline' or 'extern inline',
19670           otherwise the Forte compiler apparently won't inline them (#317300).
19671
19672 2005-10-19  Julien MOUTTE  <julien@moutte.net>
19673
19674         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
19675         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
19676         (user_info_callback), (user_endrow_callback), (user_end_callback),
19677         (user_read_data), (gst_pngdec_caps_create_and_set),
19678         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
19679         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
19680         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
19681         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
19682         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
19683         very nice and handle push/pull based model. if you have filesrc
19684         connected to it, it will do random access to load the png file.
19685         If you have a network source that can't do _getrange, it does 
19686         progressive loading through the chain function.
19687         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
19688         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
19689         thanks to Master Wim Taymans ;-)
19690
19691 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
19692
19693         * gst/matroska/Makefile.am:
19694         * gst/matroska/ebml-read.c:
19695         * gst/matroska/ebml-read.h:
19696         * gst/matroska/matroska-demux.c:
19697         * gst/matroska/matroska-demux.h:
19698         * gst/matroska/matroska.c: (plugin_init):
19699           Ported matroska demuxer to 0.9.
19700
19701 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
19702
19703         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19704
19705         * gst/matroska/matroska-mux.c:
19706         (gst_matroska_mux_video_pad_setcaps),
19707         (gst_matroska_mux_audio_pad_setcaps):
19708           Fix mpeg4 input handling (#318847); also, while we're at it,
19709           fix media type for Motion-JPEG: should be image/jpeg.
19710
19711 2005-10-18  Wim Taymans  <wim@fluendo.com>
19712
19713         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
19714         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19715         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
19716         Fix for segment-start/stop API change.
19717
19718 2005-10-17  Julien MOUTTE  <julien@moutte.net>
19719
19720         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
19721         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
19722         way.
19723
19724 2005-10-17  Julien MOUTTE  <julien@moutte.net>
19725
19726         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
19727         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
19728         output declared in transform_caps.
19729
19730 2005-10-17  Julien MOUTTE  <julien@moutte.net>
19731
19732         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
19733
19734 2005-10-17  Julien MOUTTE  <julien@moutte.net>
19735
19736         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
19737         (gst_video_box_get_unit_size): Fix wrong size calculations and
19738         implement get_unit_size correctly.
19739
19740 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
19741
19742         * configure.ac:
19743           Enable flx plugin.
19744
19745         * gst/flx/gstflxdec.c: (flx_decode_chunks):
19746           Fix gcc4 signedness issue.
19747
19748 2005-10-17  Julien MOUTTE  <julien@moutte.net>
19749
19750         * configure.ac: Adding videomixer.
19751         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
19752         (user_read_data), (gst_pngdec_chain): More debugging.
19753         * gst/alpha/Makefile.am: Adding alphacolor
19754         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
19755         (gst_alpha_color_class_init), (gst_alpha_color_init),
19756         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
19757         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
19758         (plugin_init): Ported to 0.9 using in place base tranform.
19759         * gst/videomixer/Makefile.am:
19760         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
19761         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
19762         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
19763         (gst_videomixer_pad_init), (gst_videomixer_class_init),
19764         (gst_videomixer_init), (gst_videomixer_getcaps),
19765         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
19766         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
19767         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
19768         to 0.9 using collectpads.
19769
19770 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
19771
19772         * configure.ac:
19773         * gst/flx/Makefile.am:
19774         * gst/flx/gstflxdec.c: (gst_flxdec_init),
19775         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
19776         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
19777         * gst/flx/gstflxdec.h:
19778         flx plugin ported to 0.9
19779
19780 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19781
19782         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
19783           use new gst_version_string()
19784
19785 2005-10-16  Andy Wingo  <wingo@pobox.com>
19786
19787         * configure.ac: GLIB_CHECK.
19788
19789 2005-10-15  Julien MOUTTE  <julien@moutte.net>
19790
19791         * ext/libpng/Makefile.am:
19792         * ext/libpng/gstpng.c: (plugin_init):
19793         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
19794         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
19795         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
19796
19797 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
19798
19799         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19800
19801         * configure.ac:
19802         * gst/matroska/Makefile.am:
19803         * gst/matroska/ebml-ids.h:
19804         * gst/matroska/ebml-write.c:
19805         * gst/matroska/ebml-write.h:
19806         * gst/matroska/matroska-ids.h:
19807         * gst/matroska/matroska-mux.c:
19808         * gst/matroska/matroska-mux.h:
19809         * gst/matroska/matroska.c: (plugin_init):
19810           Port matroska muxer to 0.9 (#318847).
19811
19812 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
19813
19814         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
19815         (comment_init), (comment_add):
19816           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
19817           use GST_READ_UINT32_LE() and friends rather than the private
19818           implementation of those same macros.
19819
19820 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
19821
19822         * examples/stats/mp2ogg.c:
19823           more typo fixes
19824
19825 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
19826
19827         * examples/indexing/indexmpeg.c: (main):
19828         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
19829         (gst_esdmon_close_audio), (gst_esdmon_change_state):
19830         * ext/esd/esdmon.h:
19831         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
19832         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
19833         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
19834         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
19835         * gst/avi/gstavimux.c: (gst_avimux_init):
19836         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
19837         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
19838         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
19839         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
19840         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
19841         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
19842         * gst/oldcore/gstmultifilesrc.h:
19843         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
19844         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
19845         (gst_pipefilter_change_state):
19846         * gst/oldcore/gstpipefilter.h:
19847         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
19848         * gst/videomixer/videomixer.c: (gst_videomixer_init):
19849         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
19850         * sys/osxaudio/gstosxaudiosink.h:
19851         * sys/osxaudio/gstosxaudiosrc.h:
19852           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
19853           moved bitshift from macro to enum definition
19854
19855 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
19856
19857         * ext/Makefile.am:
19858         * ext/cairo/Makefile.am:
19859         * ext/cairo/gstcairo.c: (plugin_init):
19860         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
19861         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
19862         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
19863         * ext/cairo/gsttimeoverlay.h:
19864           update of cairo-based timeoverlay to 1.0 Cairo API
19865           doesn't work yet for resizing of output sink
19866
19867 2005-10-11  Wim Taymans  <wim@fluendo.com>
19868
19869         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
19870         newsegment API fix.
19871
19872 2005-10-11  Wim Taymans  <wim@fluendo.com>
19873
19874         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
19875         (gst_dvdemux_demux_frame):
19876         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19877         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19878         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
19879         (gst_avi_demux_handle_seek):
19880         * gst/goom/gstgoom.c: (gst_goom_event):
19881         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
19882         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
19883         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19884         (gst_wavparse_loop), (gst_wavparse_pad_convert),
19885         (gst_wavparse_srcpad_event):
19886         newsegment API update.
19887
19888 2005-10-11  Andy Wingo  <wingo@pobox.com>
19889
19890         * ext/speex/gstspeexenc.c: Signedness cleanups.
19891
19892 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
19893
19894         * PORTED_09:
19895         * ext/speex/Makefile.am:
19896         * ext/speex/gstspeex.c:
19897         * ext/speex/gstspeexenc.c:
19898         Speexenc ported to 0.9
19899
19900 2005-10-10  Wim Taymans  <wim@fluendo.com>
19901
19902         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
19903         (gst_oss_sink_init), (gst_oss_sink_set_property),
19904         (gst_oss_sink_get_property), (gst_oss_sink_open),
19905         (gst_oss_sink_prepare), (gst_oss_sink_reset):
19906         * sys/oss/gstosssink.h:
19907         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
19908         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
19909         (gst_oss_src_prepare):
19910         Cleanups, make device configurable in the sink, handle and report
19911         errors.
19912
19913 2005-10-10  Wim Taymans  <wim@fluendo.com>
19914
19915         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
19916         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
19917         Make sure element is NULL before removing from the bin.
19918
19919 2005-10-07  Andy Wingo  <wingo@pobox.com>
19920
19921         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
19922         block forever in a read().
19923         (gst_dv1394src_bus_reset): Post a message when the cable is
19924         unplugged.
19925         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
19926         (gst_dv1394src_bus_reset): Don't unref the message.
19927
19928         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
19929         hacking. The only change should be that the state change stuff was
19930         put into basesrc's start() and stop() routines, which coalesces
19931         some steps.
19932
19933 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
19934
19935         * configure.ac:
19936           Add check for mmap
19937           
19938         * gst/debug/Makefile.am:
19939           Only compile efence plugin on systems that have mmap.
19940
19941 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
19942
19943         * gst/debug/Makefile.am:
19944         * gst/debug/breakmydata.c:
19945         * gst/debug/gstdebug.c:
19946         * gst/debug/gstnavigationtest.c:
19947         * gst/debug/gstnavseek.c: 
19948         * gst/debug/gstnavseek.h:
19949         * gst/debug/progressreport.c: 
19950         * gst/debug/testplugin.c:
19951           Port progressreport, navseek, navigationtest, testsink and
19952           breakmydata.
19953
19954 2005-10-05  Edward Hervey  <edward@fluendo.com>
19955
19956         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
19957         (gst_dvdemux_src_query):
19958         Fixes for better conversion
19959
19960 2005-10-04  Michael Smith <msmith@fluendo.com>
19961
19962         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
19963         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19964         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
19965         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
19966           Set state of elements to NULL before removing from bins.
19967           Set state of test element to NULL if we failed to move it to READY
19968
19969 2005-10-04  Edward Hervey  <edward@fluendo.com>
19970
19971         * ext/dv/Makefile.am:
19972         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
19973         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
19974         Corrected the query function for position so it doesn't forget what
19975         format was asked, and calls the conversion functions on the correct pad.
19976
19977 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19978
19979         * configure.ac:
19980           back to development
19981
19982 === release 0.9.3 ===
19983
19984 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19985
19986         * configure.ac:
19987           Releasing 0.9.3, "Aramis"
19988
19989 2005-10-03  Andy Wingo  <wingo@pobox.com>
19990
19991         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
19992         error returns.
19993
19994 2005-10-02  Andy Wingo  <wingo@pobox.com>
19995
19996         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
19997
19998         * ext/flac/gstflacenc.c: Ported to 0.9.
19999
20000         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
20001
20002         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
20003         and link to gsttagedit. Enable flacenc.
20004
20005         * ext/flac/gstflacdec.c: Re-enable tag reading.
20006
20007 2005-09-30  Wim Taymans  <wim@fluendo.com>
20008
20009         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
20010         * gst/rtp/gstrtpgsmparse.c:
20011         * gst/rtp/gstrtph263penc.c:
20012         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20013         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20014         (gst_rtpmp4venc_set_property):
20015         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
20016         Various class and caps fixes from Andre Magalhaes (andrunko)
20017
20018 2005-09-29  Wim Taymans  <wim@fluendo.com>
20019
20020         * gst/level/level-example.c: (main):
20021         Update for new bus API.
20022
20023 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
20024
20025         * configure.ac:
20026           Fix unexpanded autoconf macro GST_DOC, which has been renamed
20027           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
20028
20029 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
20030
20031         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
20032           Fix playback of mono streams (bytes_per_sample should be set
20033           from the sample width and the number of channels negotiated,
20034           and not just be set to 4) (#317338)
20035
20036 2005-09-26  Wim Taymans  <wim@fluendo.com>
20037
20038         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
20039         (gst_rtpmpaenc_handle_buffer):
20040         Set buffer duration correctly.
20041
20042 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
20043
20044         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
20045         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
20046         (gst_avi_demux_change_state):
20047           Don't crash when encountering a stream with an unknown fourcc or
20048           codec id. Instead, create a pad of type video/x-avi-unknown or
20049           audio/x-avi-unknown, which as a side-effect also results in less
20050           confusing error messages in players ('no decoder' vs. 'no streams');
20051           minor fixes to state change function and class_init function.
20052
20053 2005-09-24  Wim Taymans  <wim@fluendo.com>
20054
20055         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20056         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20057         These are sinks.
20058
20059 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20060
20061         * check/elements/level.c: (GST_START_TEST):
20062           fix test for new GstClockTime use
20063         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
20064         (gst_level_transform_ip):
20065         * gst/level/gstlevel.h:
20066           fix up the decay peak, ensuring the decay peak is never lower
20067           than the peak for that interval
20068
20069 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20070
20071         * docs/plugins/gst-plugins-good-plugins.args:
20072         * docs/plugins/inspect/plugin-alpha.xml:
20073         * docs/plugins/inspect/plugin-rtp.xml:
20074         * gst/level/gstlevel.c: (gst_level_set_caps),
20075         (gst_level_transform_ip):
20076           updating docs
20077
20078 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20079
20080         * Makefile.am:
20081         * check/elements/level.c: (GST_START_TEST):
20082         * gst/level/Makefile.am:
20083         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
20084         (gst_level_set_property), (gst_level_get_property),
20085         (gst_level_set_caps), (gst_level_message_new),
20086         (gst_level_transform_ip):
20087         * gst/level/gstlevel.h:
20088         * gst/level/level-example.c: (message_handler), (main):
20089           convert to using GstClockTime for all time values, finally.
20090
20091 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20092
20093         * gst/auparse/Makefile.am:
20094         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20095           fix up build
20096         * configure.ac:
20097         * ext/cairo/Makefile.am:
20098         * ext/dv/Makefile.am:
20099         * ext/esd/Makefile.am:
20100         * ext/flac/Makefile.am:
20101         * ext/gconf/Makefile.am:
20102         * ext/gdk_pixbuf/Makefile.am:
20103         * ext/jpeg/Makefile.am:
20104         * ext/ladspa/Makefile.am:
20105         * ext/libcaca/Makefile.am:
20106         * ext/libmng/Makefile.am:
20107         * ext/libpng/Makefile.am:
20108         * ext/mikmod/Makefile.am:
20109         * ext/pango/Makefile.am:
20110         * ext/raw1394/Makefile.am:
20111         * ext/shout2/Makefile.am:
20112         * ext/speex/Makefile.am:
20113         * gst/alpha/Makefile.am:
20114         * gst/autodetect/Makefile.am:
20115         * gst/avi/Makefile.am:
20116         * gst/cutter/Makefile.am:
20117         * gst/debug/Makefile.am:
20118         * gst/effectv/Makefile.am:
20119         * gst/flx/Makefile.am:
20120         * gst/goom/Makefile.am:
20121         * gst/interleave/Makefile.am:
20122         * gst/law/Makefile.am:
20123         * gst/matroska/Makefile.am:
20124         * gst/median/Makefile.am:
20125         * gst/monoscope/Makefile.am:
20126         * gst/multipart/Makefile.am:
20127         * gst/oldcore/Makefile.am:
20128         * gst/rtp/Makefile.am:
20129         * gst/rtsp/Makefile.am:
20130         * gst/smoothwave/Makefile.am:
20131         * gst/smpte/Makefile.am:
20132         * gst/videobox/Makefile.am:
20133         * gst/videofilter/Makefile.am:
20134         * gst/videomixer/Makefile.am:
20135         * gst/wavenc/Makefile.am:
20136         * gst/wavparse/Makefile.am:
20137         * sys/oss/Makefile.am:
20138         * sys/osxaudio/Makefile.am:
20139         * sys/osxvideo/Makefile.am:
20140           fix up GST_LIBS use
20141
20142 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20143
20144         * gst/auparse/Makefile.am:
20145         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20146           fix build of auparse
20147
20148 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
20149
20150         * configure.ac:
20151         * PORTED_09:
20152         * gst/auparse/gstauparse.c:
20153         * gst/auparse/gstauparse.h:
20154         Auparse ported to 0.9.
20155
20156 2005-09-22  Wim Taymans  <wim@fluendo.com>
20157
20158         * gst/rtp/TODO:
20159         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
20160         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20161         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20162         (gst_rtpmp4venc_set_property):
20163         * gst/rtp/gstrtpmp4venc.h:
20164         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
20165         * gst/rtp/gstrtpmpaenc.h:
20166         Use is_filled to both check MTU and max-ptime of base class.
20167
20168 2005-09-22  Wim Taymans  <wim@fluendo.com>
20169
20170         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20171         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20172         (gst_rtpmp4venc_set_property):
20173         Don't fragment packets with multiple frames.
20174
20175 2005-09-22  Wim Taymans  <wim@fluendo.com>
20176
20177         * gst/rtp/TODO:
20178         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
20179         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20180         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
20181         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
20182         (gst_rtpmp4venc_get_property):
20183         * gst/rtp/gstrtpmp4venc.h:
20184         Remove g_print.
20185         Update TODO
20186         Make payload encoder a bit smarter and more correct with
20187         timestamps.
20188         Added option in payloader to include config string in-band.
20189
20190 2005-09-21  Wim Taymans  <wim@fluendo.com>
20191
20192         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
20193         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
20194         (gst_rtspsrc_send):
20195         Strip spaces for key/value pairs.
20196
20197 2005-09-21  Wim Taymans  <wim@fluendo.com>
20198
20199         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
20200         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
20201         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
20202         (gst_rtspsrc_change_state):
20203         More SDP parsing and caps setting.
20204         Do NO_PREROLL differently.
20205         add pads only after negotiated.
20206
20207         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20208         (gst_udpsrc_getcaps):
20209         Implement the getcaps function.
20210
20211 2005-09-21  Wim Taymans  <wim@fluendo.com>
20212
20213         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
20214         (gst_rtpamrdec_chain):
20215         Handle multiple AMr packets per payload. Handle CRC and
20216         parse ILL/ILP.
20217
20218         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
20219         Make caps params strings for easy SDP mapping.
20220         
20221         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
20222         Handle capsnego better.
20223
20224         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
20225         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
20226         Generate and parse config string in the caps.
20227
20228 2005-09-21  Wim Taymans  <wim@fluendo.com>
20229
20230         * gst/rtp/README:
20231         Update README
20232
20233         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
20234         Make extra params as strings.
20235
20236         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
20237         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
20238         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
20239         Make state change return NO_PREROLL as this is a live
20240         source.
20241
20242         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
20243         Don't unref old caps when NULL.
20244
20245 2005-09-20  Wim Taymans  <wim@fluendo.com>
20246
20247         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
20248         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
20249         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
20250         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
20251         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
20252         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
20253         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
20254         * gst/rtsp/sdpmessage.h:
20255         Add URI handler.
20256         Parse SDP and create caps.
20257
20258 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
20259
20260         * gst/alpha/gstalpha.c:
20261           fix element description
20262
20263 2005-09-19  Wim Taymans  <wim@fluendo.com>
20264
20265         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
20266         Don't check payload for now.
20267
20268 2005-09-19  Wim Taymans  <wim@fluendo.com>
20269
20270         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
20271         (gst_wavparse_init), (gst_wavparse_parse_file_header),
20272         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
20273         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20274         (gst_wavparse_loop), (gst_wavparse_pad_convert),
20275         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
20276         (gst_wavparse_change_state):
20277         * gst/wavparse/gstwavparse.h:
20278         Fix wavparse some more.
20279
20280 2005-09-19  Wim Taymans  <wim@fluendo.com>
20281
20282         * check/elements/level.c: (GST_START_TEST):
20283         Fix for bus API change.
20284
20285 2005-09-19  Wim Taymans  <wim@fluendo.com>
20286
20287         * gst/level/level-example.c: (main):
20288         Fix for new bus API.
20289
20290         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
20291         Set caps on pads.
20292
20293 2005-09-15  Wim Taymans  <wim@fluendo.com>
20294
20295         * gst/rtp/Makefile.am:
20296         * gst/rtp/README:
20297         * gst/rtp/gstrtp.c: (plugin_init):
20298         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
20299         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
20300         (gst_rtpamrdec_change_state):
20301         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
20302         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
20303         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
20304         * gst/rtp/gstrtpamrenc.h:
20305         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20306         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
20307         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
20308         * gst/rtp/gstrtpgsmenc.h:
20309         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
20310         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
20311         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
20312         (gst_rtpgsmparse_change_state):
20313         * gst/rtp/gstrtpgsmparse.h:
20314         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
20315         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
20316         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
20317         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
20318         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
20319         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
20320         * gst/rtp/gstrtph263penc.h:
20321         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
20322         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
20323         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
20324         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
20325         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
20326         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
20327         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
20328         * gst/rtp/gstrtpmp4venc.h:
20329         * gst/rtp/gstrtpmpadec.c:
20330         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
20331         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
20332         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
20333         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
20334         * gst/rtp/gstrtpmpaenc.h:
20335         Updates to payloader/depayloaders, make payloaders use
20336         the base classes.
20337         Updated README with suggested RTP caps and how to convert
20338         to/from SDP.
20339         Added config descriptor in mp4v payloader.
20340
20341 2005-09-15  Andy Wingo  <wingo@pobox.com>
20342
20343         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
20344         * gst/autodetect/gstautovideosink.c
20345         (gst_auto_video_sink_find_best): Update for new registry API.
20346
20347 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20348
20349         * common/c-to-xml.py:
20350         * common/gtk-doc-plugins.mak:
20351           a simple py script to generate valid xml from a C example
20352           probably also need to strip an MIT license when we decide
20353         * docs/plugins/Makefile.am:
20354         * gst/level/Makefile.am:
20355         * gst/level/gstlevel.c: (gst_level_init):
20356         * gst/level/level-example.c: (message_handler), (main):
20357           add an example to level that will show up in the docs
20358         * gst/rtp/TODO:
20359           add a note for the future
20360
20361 2005-09-14  Michael Smith <msmith@fluendo.com>
20362
20363         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
20364           Actually define the debug object being used in wavenc. Fixes #316205
20365
20366 2005-09-14  Michael Smith <msmith@fluendo.com>
20367
20368         * gst/smpte/Makefile.am:
20369           Link against GST_BASE_LIBS, to get it linked against libgstbase;
20370           needed to build on windows (bug 316204)
20371
20372 2005-09-12  Andy Wingo  <wingo@pobox.com>
20373
20374         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
20375
20376 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
20377
20378         * configure.ac:
20379         * gst/fdsrc/Makefile.am:
20380         * gst/fdsrc/gstfdsrc.c:
20381         * gst/fdsrc/gstfdsrc.h:
20382           Move fdsrc back into gstreamer core elements.
20383
20384         * gst/level/gstlevel.c: (gst_level_class_init),
20385         (gst_level_transform_ip):
20386         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
20387           Basetransform changes.
20388
20389 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20390
20391         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
20392         * ext/jpeg/smokecodec.c: (find_best_size):
20393           fix compiler warnings
20394
20395 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20396
20397         * gst-plugins-good.spec.in:
20398           spec file fixes
20399         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
20400         (gst_multiudpsink_render), (gst_multiudpsink_add),
20401         (gst_multiudpsink_clear):
20402           it actually helps to actually stream if we hook up the
20403           "add" signal to an actual implementation
20404         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
20405           some debugging
20406
20407 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20408
20409         * ext/jpeg/Makefile.am:
20410         * ext/jpeg/gstjpeg.c
20411         * ext/jpeg/gstjpegenc.c:
20412         * ext/jpeg/gstsmokeenc.c:
20413
20414 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
20415
20416         * ext/flac/gstflacdec.c:
20417         * ext/flac/gstflacenc.c:
20418         * ext/flac/gstflactag.c:
20419         * ext/speex/gstspeexenc.c:
20420           gsttaginterface.h -> gsttagsetter.h
20421
20422 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
20423
20424         * configure.ac:
20425         * gst/debug/Makefile.am:
20426         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
20427         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
20428         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
20429         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
20430         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
20431           Port to 0.9 and re-enable efence plugin.
20432
20433 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
20434
20435         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
20436         (gst_flacdec_write), (gst_flacdec_convert_src):
20437         * ext/flac/gstflacdec.h:
20438           Add support for flac files with 24/32 bits per sample; and misc.
20439           minor clean-ups. Seeking is still partly broken (for me at least).
20440
20441 2005-09-06  Wim Taymans  <wim@fluendo.com>
20442
20443         * gst/rtp/Makefile.am:
20444         * gst/rtp/gstrtp.c: (plugin_init):
20445         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
20446         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
20447         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
20448         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
20449         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
20450         (gst_rtpmp4vdec_plugin_init):
20451         * gst/rtp/gstrtpmp4vdec.h:
20452         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
20453         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
20454         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
20455         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
20456         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
20457         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
20458         * gst/rtp/gstrtpmp4venc.h:
20459         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
20460         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
20461         Added mpeg4 video payload encoder/decoder.
20462         Added some docs in mpa payloader.
20463
20464 === release 0.9.1 ===
20465
20466 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20467
20468         * NEWS:
20469         * README:
20470         * RELEASE:
20471         * autogen.sh:
20472         * configure.ac:
20473           releasing 0.9.1, "Blondie"
20474
20475 2005-09-05  Andy Wingo  <wingo@pobox.com>
20476
20477         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
20478         here from the state change handler, so we fire signals without
20479         holding the state lock.
20480
20481 2005-09-02  Andy Wingo  <wingo@pobox.com>
20482
20483         * All plugins updated for element state changes.
20484
20485 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20486
20487         * Makefile.am:
20488         * check/.cvsignore:
20489         * check/Makefile.am:
20490         * check/elements/.cvsignore:
20491         * check/elements/level.c: (setup_level), (cleanup_level),
20492         (GST_START_TEST), (level_suite), (main):
20493           add a test for level
20494         * common/release.mak:
20495           move the enum checking to release.mak
20496         * configure.ac:
20497           add valgrind and check checking
20498         * gst/level/gstlevel.c: (gst_level_transform):
20499         * gst/level/gstlevel.h:
20500           fix Andy's cast bug
20501           convert a field to int
20502           fix the arithmetic to int when checking for emit so that a
20503           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
20504
20505 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20506
20507         * Makefile.am:
20508         * configure.ac:
20509           add docs to build
20510         * common/plugins.xsl:
20511           wrap Description into a refsect2
20512         * docs/Makefile.am:
20513         * docs/plugins/Makefile.am:
20514         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20515         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20516         * gst/goom/Makefile.am:
20517         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
20518         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
20519         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
20520         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
20521         (gst_goom_change_state):
20522         * gst/goom/gstgoom.h:
20523           GstGOOM -> GstGoom
20524           add an example launch line
20525         * gst/level/gstlevel.h:
20526         * gst/monoscope/gstmonoscope.c:
20527           cleanups
20528
20529 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20530
20531         * configure.ac:
20532         * docs/plugins/Makefile.am:
20533         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20534         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20535         * docs/plugins/gst-plugins-good-plugins.types:
20536           document elements and plugins.  Shazam !
20537
20538 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20539
20540         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
20541           be found under doc/random/ChangeLog-0.8