configure.ac: Commit 0.10.10.2 pre-release bump that actually went out on 2008-10-11
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
2
3         * configure.ac:
4         Commit 0.10.10.2 pre-release bump that actually went
5         out on 2008-10-11
6
7 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
8
9         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
10         Skip entries for streams that don't have a output pad yet, thereby
11         avoiding calling pad functions with a NULL pad.
12         Fixes #556424
13
14 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
15
16         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
17         * tests/check/elements/icydemux.c: (icydemux_found_pad):
18         Remove problematic and useless refcount check.
19         Fixes #556381
20
21 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
22
23         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
24         Remove problematic and useless refcount check.
25         Fixes #556381
26
27 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
28
29         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
30         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
31         Cast some size_t arguments to guint to avoid compiler
32         warnings on 64-bit systems.
33
34 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
35
36         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
37         Return TRUE instead of FALSE from the event handler when we swallowed the
38         event.
39
40 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
41
42         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
43         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
44         Reset header state. Fixes #555321.
45
46 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
47
48         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
49         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
50         * gst/avi/gstavidemux.h:
51         For timestamping audio packets we need to take into account the
52         amount of blocks in one entry using the blockalign. Fixes some sync
53         issues with zero-padded audio blocks in the beginning of avi files.
54
55 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
56
57         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
58         (gst_multi_file_src_query):
59         Implement DEFAULT and BUFFER position queries. See #555260.
60
61 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
62
63         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
64         Fix build for systems that don't have XDamage.
65
66 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
67
68         * tests/examples/rtp/client-H263p.sdp:
69         * tests/examples/rtp/client-H263p.sh:
70         * tests/examples/rtp/server-VTS-H263p.sh:
71         Add some more H263p server and client examples.
72
73 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
74
75         * configure.ac::
76           Depend on released versions of core and base.
77
78 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
79
80         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
81         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
82         Return -1 instead of 0 in error cases. Fixes #554771.
83
84 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
85
86         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
87         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
88         Stop leaking the cursor image.
89         Unref the last_ximage and the cached cursor image on shutdown.
90         Fixes #551570.
91
92 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
93
94         * sys/v4l2/gstv4l2object.h:
95         Getting the Class from an instance is not just a matter of casting it to
96         the class struct but it involves calling G_OBJECT_GET_CLASS on the
97         instance. Fixes #549784.
98
99 2008-10-01  Michael Smith <msmith@songbirdnest.com>
100
101         * configure.ac:
102           Fix libs for linking directsound.
103         * sys/directsound/gstdirectsoundsink.c:
104           Fix buffer sizing to prevent racing the ringbuffer at startup.
105           Add volume property.
106
107 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
108
109         * ext/pulse/pulsesink.c:
110         Fix problems with pulsesink randomly erroring with code 'OK' after a
111         format change on the stream by waiting when disconnecting the stream.
112
113 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
114
115         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
116         (gst_rtp_amr_depay_process):
117         Mark DISCONT on output buffers when the marker bit signals a new talk
118         spurt.
119
120         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
121         Set the marker bit for buffers with a DISCONT flag to signal a talk
122         spurt.
123
124 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
125
126         * gst/rtp/Makefile.am:
127         * gst/rtp/gstrtp.c: (plugin_init):
128         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
129         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
130         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
131         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
132         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
133         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
134         * gst/rtp/gstrtpmp4apay.h:
135         Added MP4A-LATM payloader to match the depayloader.
136
137 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
138
139         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
140         (gst_videomixer_sink_event):
141         Handle segments a little better. Fixes #537361.
142
143 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
144
145         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
146         Don't assume the server supports PAUSE by default. Fixes #551048.
147
148 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
149
150         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
151         (gst_udpsrc_set_uri), (gst_udpsrc_start):
152         Switch on the socket family to get the addrlen size right.
153
154 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
155
156         Patch by: Daniel Franke <df at dfranke dot us>
157
158         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
159         OS X's bind() implementation is picky about its addrlen parameter and
160         fails with EINVAL if it is larger than expected for the socket's address
161         family. Set the length to the expected length instead. Fixes #553191.
162
163 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
164
165         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
166         Handle the case where we cannot do desribe or when the describe result
167         does not contain a valid SDP message.
168
169 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
170
171         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
172         Fix setting the qos.
173
174 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
175
176         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
177         (gst_qtdemux_chain):
178         Some 'broken' files out there have atom lengths of zero...
179         which basically results in qtdemux consuming that atom again and again
180         until the *end of night* !
181         Detect that and emits an adequate element error message.
182
183 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
184
185         * gst/interleave/Makefile.am:
186         * gst/matroska/Makefile.am:
187         Fix build flags order.
188
189         * tests/check/elements/audioamplify.c: (GST_START_TEST):
190         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
191         * tests/check/elements/audioinvert.c: (GST_START_TEST):
192         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
193         Format fixes.
194
195         * tests/check/elements/multifile.c:
196         Pull in unistd.h
197
198 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
199
200         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
201         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
202         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
203         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
204         (gst_rtp_mp4g_depay_change_state):
205         * gst/rtp/gstrtpmp4gdepay.h:
206         Handle interleaved streams by reordering AU in a queue.
207
208 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
209
210         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
211         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
212         Change some of the ranges in the caps, mostly for the amount of bits we
213         can use.
214         Added a little bitstream parse and use it to parse the AU header fields.
215         Check for malformed and wrongly sized packets better.
216         Implement more header field parsing.
217         Handle the size of fragmented packets correctly.
218
219 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
220
221         Patch by: Jonathan Matthew <notverysmart@gmail.com>
222         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
223         Add mapping for 'tiff' => image/tiff
224         Fixes #552213
225
226 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
227
228
229         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
230         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
231           Pretend to care about the result of write() which works around
232           compiler warnings.
233
234 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
235
236         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
237           Make sure the desired default values are actually set, not only
238           registered as defaults (actual problem is that the stereo-specific
239           values are only updated if channels==2, which is not the case yet
240           when the object is created, so the default values for the
241           mid-side-stereo and loose-mid-side-stereo settings are never
242           set in _update_quality()). Makes flacenc create smaller files by
243           default (for stereo input), and fixes #550791.
244
245 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
246
247         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
248         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
249         (qtdemux_parse_trak), (qtdemux_video_caps):
250         * gst/qtdemux/qtdemux.h:
251         * gst/qtdemux/qtdemux_fourcc.h:
252         * gst/qtdemux/qtdemux_types.c:
253         Add support for video/mj2 mime-type and its additional atoms/boxes.
254         Fixes #550646.
255
256 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
257
258         * gst/debug/gsttaginject.c:
259           Add warning when tags parameter is unparsable and give example for
260           quoting in the docs.
261
262 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
263
264         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
265         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
266         Add some alternative byteswapped mappings that seem to pop up sometimes.
267         Fixes #550288.
268
269 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
270
271         * po/LINGUAS:
272         * po/POTFILES.in:
273         * po/POTFILES.skip:
274           Add 'ca' to LINGUAS; add some more files with translations and some
275           files which should be ignored by translation tools.
276
277 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
278
279         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
280         * ext/speex/gstspeexdec.h:
281         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
282         * ext/speex/gstspeexenc.h:
283         Use integer encoding and decoding functions instead of converting
284         the integer input to float in the element. The libspeex integer
285         functions are doing this for us already or, if libspeex was compiled
286         in integer mode, they're doing everything using integer arithmetics.
287         Also saves some copying around.
288
289 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
290
291         * configure.ac:
292           Fix --disable-external
293
294 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
295
296         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
297         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
298         * ext/wavpack/gstwavpackenc.h:
299         Handle non-zero start timestamps and stream discontinuities
300         correctly. This only has an effect if we're muxing into
301         a container format as the raw WavPack stream must contain
302         continous sample numbers.
303
304 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
305
306         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
307         Correct the timestamp and granulepos calculation by one Speex
308         frame.
309
310 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
311
312         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
313         Correctly take the granulepos from upstream if possible and
314         correctly handle the granulepos in various calculations: the
315         granulepos is the sample number of the _last_ sample in a frame, not
316         the first.
317
318         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
319         (gst_speex_enc_encode), (gst_speex_enc_chain),
320         (gst_speex_enc_change_state):
321         * ext/speex/gstspeexenc.h:
322         Handle non-zero start timestamps in the encoder and detect/handle
323         stream discontinuities. Fixes bug #547075.
324
325 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
326
327         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
328
329         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
330         Fix compiler warnings caused by passing a string as format string
331         instead of "%s" and then the string. This is only exposed by -Wformat=2
332         as used by default on Ubuntu. Fixes bug #550015.
333
334 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
335
336         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
337         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
338         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
339         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
340         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
341           (gst_ebml_read_element_length):
342         * gst/matroska/matroska-demux.c:
343           (gst_matroska_demux_check_subtitle_buffer):
344           Make stuff compile with GST_DISABLE_GST_DEBUG.
345
346 2008-08-28  Michael Smith <msmith@songbirdnest.com>
347
348         * gst/law/alaw.c:
349         * gst/law/mulaw.c:
350           Ref caps before passing to gst_pad_template_new(), since that takes
351           ownership.
352
353 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
354
355         Patch by: Mersad Jelacic <mersad at axis dot com>
356
357         * gst/multipart/multipartdemux.c:
358         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
359         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
360         demuxer. Fixes #549551.
361
362 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
363
364         * sys/osxaudio/gstosxaudiosink.c:
365         (gst_osx_audio_sink_select_device):
366         * sys/osxaudio/gstosxaudiosrc.c:
367         (gst_osx_audio_src_create_ringbuffer),
368         (gst_osx_audio_src_select_device):
369         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
370         Fix the build on macosx.
371
372 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
373
374         * gst/icydemux/gsticydemux.c:
375           Small docs fix: in the example pipeline, we need to pass
376           iradio-mode=true to the source, so the server actually sends
377           an ICY stream.
378
379 2008-08-26  Michael Smith <msmith@songbirdnest.com>
380
381         * sys/osxaudio/gstosxaudio.c:
382           Oops. Revert more completely.
383
384 2008-08-26  Michael Smith <msmith@songbirdnest.com>
385
386         * sys/osxaudio/gstosxaudio.c:
387           Revert accidental element rename from testing.
388
389 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
390
391         * gst-plugins-good.doap:
392         Pull in 0.10.10 doap entry from release branch
393
394 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
395
396         * configure.ac:
397         Update version number to reflect 0.10.10 release from
398         branch.
399
400 2008-08-26  Michael Smith <msmith@songbirdnest.com>
401
402         * sys/osxaudio/Makefile.am:
403         * sys/osxaudio/gstosxaudio.c:
404         * sys/osxaudio/gstosxaudiosink.c:
405         * sys/osxaudio/gstosxaudiosink.h:
406         * sys/osxaudio/gstosxaudiosrc.c:
407         * sys/osxaudio/gstosxaudiosrc.h:
408         * sys/osxaudio/gstosxringbuffer.c:
409         * sys/osxaudio/gstosxringbuffer.h:
410           Rewrite caps setting and ring buffer initialisation.
411           Previously we never told CoreAudio what format we were going to send it,
412           so it only worked due to luck, and not at all on some hardware.
413           Now we explicitly advertise what formats the hardware supports, and then
414           configure the selected one correctly.
415
416 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
417
418         * sys/v4l2/gstv4l2object.c:
419         * sys/v4l2/gstv4l2src.c:
420         * sys/v4l2/gstv4l2src.h:
421         * sys/v4l2/v4l2_calls.c:
422         * sys/v4l2/v4l2src_calls.c:
423           Fix memory leaks. Small code cleanups : No need for empty _init(). No
424           need to memset instance structures. Some more FIXME's and comments.
425
426 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
427
428         * tests/icles/.cvsignore:
429           Ignore more.
430
431 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
432
433         * gst/goom/.cvsignore:
434         * gst/goom2k1/.cvsignore:
435           Ignore files.
436
437 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
438
439         * ext/cairo/gsttextoverlay.c:
440           Fix compiler warning.
441
442 2008-08-25  David Schleef  <ds@schleef.org>
443
444         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
445
446 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
447
448         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
449         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
450         * gst/matroska/matroska-mux.c:
451         (gst_matroska_mux_video_pad_setcaps),
452         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
453         Add Real[Audio|Video] support to Matroska containers.
454         It works fine for:
455         * decoding real audio/video streams contained in mkv
456         * 'transmuxing' real (.rm) files into .mkv files
457         It will not work though for encoding real[audio/video] streams that
458         don't contain the 'mdpr_data' extra data on the caps.
459         The reason why this will not work is because I never intended to
460         duplicate virtually all the 'mdpr' block creation into mkvmux.
461         Fixes #536067
462
463 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
464
465         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
466         * gst/law/mulaw-conversion.c:
467         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
468         (gst_mulawenc_chain):
469         The encoder can't really renegotiate at the time they perform a
470         pad-alloc so make the srcpads use fixed caps.
471         Check the buffer size after a pad-alloc because the returned size might
472         not be right when the downstream element does not know the size of the
473         new buffer (capsfilter). Fixes #549073.
474
475 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
476
477         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
478
479         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
480         v4l2src doesn't have a property named "norm" so don't try to notify
481         about changes to that property. The "norm" property and related
482         code are commented out currently. Fixes bug #549090.
483
484 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
485
486         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
487
488         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
489         Reprobe devices again instead of taking a cached list as new
490         devices could've been plugged in. Fixes bug #549062.
491
492 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
493
494         * gst/autodetect/Makefile.am:
495         Don't link the autodetect plugin with GConf as it doesn't
496         use GConf. Fixes bug #545463.
497
498 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
499
500         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
501         (gst_ebml_read_element_length), (gst_ebml_read_uint),
502         (gst_ebml_read_sint), (gst_ebml_read_float),
503         (gst_ebml_read_header):
504         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
505         possible to ignore errors and not post any ERROR messages on
506         the bus.
507
508         * gst/matroska/matroska-demux.c:
509         (gst_matroska_demux_parse_contents):
510         Ignore any errors and not just EOS when parsing the contents of
511         a SeekHead. Errors here are usually caused by truncated files
512         and playback of the file works fine. Fixes playback of the
513         audio_only_chapter_seekbroken.mka file from the MPlayer samples
514         archive.
515
516 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
517
518         * gst/multipart/multipartdemux.c:
519         * gst/multipart/multipartmux.c:
520         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
521
522 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
523
524         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
525           gst_directdraw_sink_bufferpool_clear):
526           Fix two more buffer ref leaks.
527
528 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
529
530         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
531
532         * sys/directdraw/gstdirectdrawsink.c:
533           (gst_directdraw_sink_show_frame):
534           Fix buffer ref leak.
535
536 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
537
538         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
539         Revert the last commit. wavenc still supports width!=depth for 32 bit
540         width. Thanks Tim.
541
542 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
543
544         * gst/matroska/matroska-demux.c:
545         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
546         If the duration of a block is unknown only use the timestamp for the
547         first lace and use GST_CLOCK_TIME_NONE as duration for the following
548         laces. Otherwise every lace has the same timestamp which leads to
549         various problems. Really fixes bug #548831.
550
551 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
552
553         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
554         If we're not allowing width!=depth in wavenc we should also disable
555         the code that was added to support width!=depth.
556
557 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
558
559         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
560         Don't calculate the default duration of a frame from the audio sampling
561         rate. This only works for raw audio if every frame contains a single
562         sample and results in broken buffer durations for other formats
563         if no specified default duration is given or the blocks have no
564         duration. Fixes bug #548831.
565
566 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
567
568         * gst/matroska/matroska-demux.c:
569         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
570         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
571         are used for text/plain subtitles as a gap-filler in some files.
572
573 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
574
575         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
576         (gst_v4l2_get_caps_info):
577         Add S910 and PWC formats with a low priority.
578
579         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
580         (gst_v4l2src_probe_caps_for_format):
581         Add more debugging.
582
583 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
584
585         * ext/flac/gstflacenc.c:
586           Fix compilation against older libflac versions.
587
588 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
589
590         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
591         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
592         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
593         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
594         (gst_pulsemixer_ctrl_set_volume):
595         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
596         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
597         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
598         (gst_pulsesink_init), (gst_pulsesink_open),
599         (gst_pulsesink_prepare), (gst_pulsesink_write),
600         (gst_pulsesink_delay), (gst_pulsesink_reset):
601         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
602         (gst_pulsesrc_init):
603         Use GST_BOILERPLATE everywhere and fix coding style at some places.
604         Fix a locking issue in pulsesink's prepare function.
605
606         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
607         Check if the created channel layout is valid for GStreamer.
608
609 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
610
611         * gst/rtsp/gstrtspgoogle.c:
612         Things that can happen when your brain is in google mode trying to
613         deal with their google rtsp server extensions and trying to type your
614         google mail account.
615
616 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
617
618         * gst/rtsp/Makefile.am:
619         * gst/rtsp/gstrtsp.c: (plugin_init):
620         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
621         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
622         (_do_init), (gst_rtsp_google_base_init),
623         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
624         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
625         (gst_rtsp_google_extension_init):
626         * gst/rtsp/gstrtspgoogle.h:
627         Add google RTSP extension, it can only handle udp and responds with
628         unsupported if we do anything else. Fixes #546465.
629
630         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
631         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
632         (gst_rtspsrc_create_transports_string),
633         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
634         (gst_rtspsrc_close), (gst_rtspsrc_pause):
635         Make transport setup code a bit better using GString.
636         Add some more debug.
637         Check for closed connections before doing anything on them.
638
639 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
640
641         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
642         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
643         (gst_pulsesrc_prepare):
644         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
645         (gst_pulse_channel_map_to_gst):
646         * ext/pulse/pulseutil.h:
647         If downstream provides no channel layout and >2 channels should be
648         used use the default layout that pulseaudio chooses and also
649         add this layout to the caps. Fixes bug #547258.
650
651 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
652
653         Patch by: Peter Kjellerstedt <pkj at axis com>
654
655         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
656         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
657         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
658         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
659         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
660         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
661         (gst_udpsrc_set_property):
662         Avoid leaking internally allocated file descriptors when setting
663         custom file descriptors. Fixes #543101.
664
665 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
666
667         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
668         Don't try to configure RTCP back to the server when the server did not
669         give us a valid port number.
670
671 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
672
673         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
674         Use new basetransform method to renegotiate. Fixes #544956.
675
676         * tests/icles/Makefile.am:
677         * tests/icles/videobox-test.c: (make_pipeline), (main):
678         Add videobox renegotiation example.
679
680 2008-08-19  David Schleef  <ds@schleef.org>
681
682         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
683         with sane values.  Fixes #548530.
684
685 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
686
687         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
688         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
689         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
690         are already filled with the correct values by
691         gst_ring_buffer_parse_caps() so there's no need to set them again
692         with wrong values.
693
694 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
695
696         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
697         (gst_avi_demux_read_subindexes_push):
698         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
699         and instead of using the 'ix##' nomenclature, use '##ix'.
700         They're still valid though, this fixes the duration and indexes for
701         virtually all the ODML files I have.
702
703 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
704
705         Patch by: Olivier Crete <tester at tester dot ca>
706
707         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
708         (gst_rtp_vorbis_depay_process):
709         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
710         Update the vorbis RTP pay/depay to RFC 5215.
711         Fixes #547842.
712
713 2008-08-14  David Schleef  <ds@schleef.org>
714
715         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
716           with 3:2 pulldown, i.e., 24p.
717
718 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
719
720         * tests/check/elements/level.c: (GST_START_TEST):
721         Fix compilation some more.
722
723 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
724
725         * configure.ac::
726           Require -base CVS for wavparse acid chunk parsing.
727
728 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
729
730         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
731         (gst_pulsesink_init), (gst_pulsesink_finalize),
732         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
733         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
734         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
735         * ext/pulse/pulsesink.h:
736         Add "device-name" property to pulsesink too and currently commented
737         out and not working support for a "volume" property.
738
739 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
740
741         * configure.ac:
742         Remove more cdio stuff (moved to ugly)
743
744 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
745
746         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
747
748         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
749         (gst_pulsesrc_get_property):
750         Add "device-name" property, which provides a human readable string
751         for the audio device, to make it more consisten with other audio
752         sources. Fixes bug #547519.
753
754 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
755
756         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
757         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
758         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
759         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
760         * ext/pulse/pulsemixerctrl.h:
761         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
762         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
763         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
764         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
765         * ext/pulse/pulseprobe.h:
766         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
767         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
768         (gst_pulsesrc_change_state):
769         Improve debugging a bit by including the parent object in pulsemixerctrl
770         and pulseprobe objects and using GST_WARNING_OBJECT instead of
771         GST_WARNING.
772
773         Use the parent GObject subclass instead of a random struct as GObject
774         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
775         when probing for another property than "device".
776
777 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
778
779         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
780
781         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
782         Fix property probing after the device property is set by calling
783         set_server when the server property changes. Fixes bug #547518.
784
785 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
786
787         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
788
789         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
790         (gst_pulsesink_implements_interface_init),
791         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
792         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
793         (gst_pulsesink_get_type):
794         * ext/pulse/pulsesink.h:
795         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
796         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
797         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
798         * ext/pulse/pulsesrc.h:
799         Implement GstPropertyProbe interface on pulsesink for detecting
800         sink devices and on pulsesrc for detecting source devices.
801         Fixes bugs #547227 and #547217.
802
803 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
804
805         * gst/spectrum/gstspectrum.c:
806           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
807
808 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
809
810         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
811         Properly set the maximum latency value, in the same way it is done in
812         v4lsrc.
813         * sys/v4l2/v4l2src_calls.c:
814         Simplify fraction equality check, no need to use GValues for this.
815
816 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
817
818         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
819         Add warning messages stating exactly why the latency query failed.
820         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
821         In some cases, the negotiated framerate might be the default one which
822         is already set internally. But we still need to mark it down in fps_n
823         and fps_d so that the latency query can happen properly.
824
825 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
826
827         * docs/plugins/inspect/plugin-1394.xml:
828         Whoops, forgot one doc file for people who can't/don't build the
829         raw1394 plugin.
830
831 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
832
833         * docs/plugins/Makefile.am:
834         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
835         * docs/plugins/gst-plugins-good-plugins-sections.txt:
836         * docs/plugins/inspect/plugin-cdio.xml:
837         * ext/Makefile.am:
838         * ext/cdio/Makefile.am:
839         * ext/cdio/gstcdio.c:
840         * ext/cdio/gstcdio.h:
841         * ext/cdio/gstcdiocddasrc.c:
842         * ext/cdio/gstcdiocddasrc.h:
843
844         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
845         CDDA source to -ugly.
846
847         * po/LINGUAS:
848         * po/POTFILES.in:
849         * po/id.po:
850         Pull in new translation from 0.10.9.2 release branch.
851
852 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
853
854         * docs/plugins/Makefile.am:
855         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
856         * docs/plugins/gst-plugins-good-plugins-sections.txt:
857         * docs/plugins/gst-plugins-good-plugins.args:
858         * docs/plugins/gst-plugins-good-plugins.hierarchy:
859         * docs/plugins/gst-plugins-good-plugins.interfaces:
860         Integrate documentation for new hdv1394src element.
861
862 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
863
864         * ext/raw1394/Makefile.am:
865         * ext/raw1394/gst1394.c: (plugin_init):
866         * ext/raw1394/gsthdv1394src.c: (_do_init),
867         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
868         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
869         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
870         (gst_hdv1394src_from_raw1394handle),
871         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
872         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
873         (gst_hdv1394src_start), (gst_hdv1394src_stop),
874         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
875         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
876         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
877         (gst_hdv1394src_uri_handler_init):
878         * ext/raw1394/gsthdv1394src.h:
879         mpeg2-ts (HDV) variant of firewire capture element.
880         Fixes #350830
881
882 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
883
884         * gst/level/gstlevel.c: (gst_level_message_new):
885          Fix compilation (also known as the classic 'fix code that someone
886          committed without compiling it first').
887
888 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
889
890         * tests/check/elements/level.c:
891           Add a test for level in stereo mode.
892
893 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
894
895         * tests/examples/spectrum/demo-audiotest.c:
896         * tests/examples/spectrum/demo-osssrc.c:
897           Demo how to draw analyzer results synced to the clock.
898
899 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
900
901         * gst/level/gstlevel.c:
902           Little renaming (l -> level).
903
904         * gst/spectrum/gstspectrum.c:
905         * gst/spectrum/gstspectrum.h:
906           Also send full timestamp/duration details here.
907
908 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
909
910         * gst/level/gstlevel.c:
911         * gst/level/gstlevel.h:
912           Send same timestamp/duration details as videoanalysis. This gives
913           applications better chance to sync analysis results with playback.
914
915 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
916
917         * gst/matroska/matroska-mux.c:
918         (gst_matroska_mux_handle_sink_event),
919         (flac_streamheader_to_codecdata):
920         We need to drop one additional buffer for FLAC as the fLaC
921         marker and STREAMINFO block are merged into one buffer in the caps.
922
923         Also don't pretend to support NEWSEGMENT events, otherwise we
924         will most probably write some invalid data.
925
926 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
927
928         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
929         (gst_matroska_mux_audio_pad_setcaps):
930         Add support for muxing FLAC into Matroska containers.
931         Fixes bug #311586.
932
933 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
934
935         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
936         Actually provide the variables required for the format string.
937
938 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
939
940         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
941         (gst_matroska_demux_element_send_event),
942         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
943         * gst/matroska/matroska-demux.h:
944         Close the current segment if we're doing a non-flushing seek and send
945         the close-segment and the new segment of the seek from the streaming
946         thread.
947
948 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
949
950         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
951         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
952         (gst_flac_enc_change_state):
953         * ext/flac/gstflacenc.h:
954         Handle non-zero start timestamps correctly, mark header packets as
955         IN_CAPS and print a warning and suggest using audiorate if stream
956         discontinuities are detected. When FLAC supports flushing the encoder
957         somehow this should be done for discontinuities instead.
958
959         Remove some unused variables from the instance struct.
960
961 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
962
963         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
964         If seeking failed return the appropiate return value to FLAC.
965         Otherwise it thinks seeking was successfull and tries to rewrite
966         parts of the headers which then get appended to the output.
967
968 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
969
970         Patch by: Frederic Crozat <fcrozat@mandriva.org>
971
972         * ext/esd/gstesd.c: (plugin_init):
973         * ext/flac/gstflac.c: (plugin_init):
974         * ext/shout2/gstshout2.c: (plugin_init):
975         * ext/wavpack/gstwavpack.c: (plugin_init):
976         * sys/oss/gstossaudio.c: (plugin_init):
977         * sys/v4l2/gstv4l2.c: (plugin_init):
978         Make sure gettext returns translations in UTF-8 encoding rather
979         than in the current locale encoding (#546822).
980
981 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
982
983         * ext/flac/gstflacdec.c:
984         Add FIXME for 0.11 to simply output everything with width=32 as given
985         by FLAC and let audioconvert handle the conversions instead of doing
986         them in flacdec.
987
988 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
989
990         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
991         When outputting a pad template range for the size, include a framerate
992         range too, to avoid 'not a real subset of template caps' errors.
993
994 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
995
996         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
997
998         * ext/flac/Makefile.am:
999         * ext/flac/gstflac.c: (plugin_init):
1000         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
1001         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
1002         (gst_flac_tag_dispose), (gst_flac_tag_init),
1003         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
1004         (gst_flac_tag_change_state):
1005         * ext/flac/gstflactag.h:
1006         Port flactag to 0.10, add documentation for it and clean it up a bit.
1007         Fixes bug #413841.
1008
1009         * docs/plugins/Makefile.am:
1010         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1011         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1012         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1013         * docs/plugins/gst-plugins-good-plugins.interfaces:
1014         * docs/plugins/gst-plugins-good-plugins.prerequisites:
1015         * docs/plugins/inspect/plugin-flac.xml:
1016         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
1017         * ext/flac/gstflacdec.h:
1018         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
1019         * ext/flac/gstflacenc.h:
1020         Add flactag and flacenc to the documentation and mark
1021         the private parts of the flacdec instance structure as private.
1022
1023         Also use gst_element_class_set_details_simple() in flacdec and
1024         flacenc.
1025
1026 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1027
1028         * gst/qtdemux/qtdemux.c:
1029           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
1030           for it but ffmpeg does not.
1031
1032 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1033
1034         * gst/wavparse/gstwavparse.c:
1035           Handle the list chunk and use gst_riff_parse_info() to parse the info
1036           sub-chunk.
1037
1038 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1039
1040         * gst/wavparse/gstwavparse.c:
1041           Handle the acid chunk and send tempo as part of tags. Other fields are
1042           interesting too, but need more tag-definitions. Fixes #545433.
1043
1044 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1045
1046         * gst/wavparse/gstwavparse.c:
1047           Refactor wavparse. Call _reset() from dispose() and move old code from
1048           dispose into reset. This way we don't leak taglists when we abort
1049           parsing. Fix some comments. Move code for skipping a chunk into extra
1050           function. Replace chunk sizes with a const to ease readability.         
1051
1052 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1053
1054         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
1055
1056         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
1057         Improve udp port setup. Fixes #545710.
1058
1059 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1060
1061         * gst/rtp/Makefile.am:
1062         * gst/rtp/gstrtp.c: (plugin_init):
1063         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
1064         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
1065         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
1066         (gst_rtp_mp1s_depay_set_property),
1067         (gst_rtp_mp1s_depay_get_property),
1068         (gst_rtp_mp1s_depay_change_state),
1069         (gst_rtp_mp1s_depay_plugin_init):
1070         * gst/rtp/gstrtpmp1sdepay.h:
1071         Add MP1S depayloader.
1072
1073         * gst/rtsp/URLS:
1074         Some more sample rtsp streams.
1075
1076 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1077
1078         * gst/rtsp/URLS:
1079         Add another URL.
1080
1081         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
1082         * tests/check/elements/rglimiter.c: (GST_START_TEST):
1083         Add some more debug info.
1084
1085 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1086
1087         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
1088         Provide cbSize field for audio extra_data size, and take care to
1089         pad extra_data.
1090
1091 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1092
1093         * gst/qtdemux/qtdemux.c:
1094           Return the result of gst_pad_{start,stop}_task instead of hard-coded
1095           TRUE.
1096
1097 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1098
1099         * gst/qtdemux/qtdemux.c:
1100         * gst/qtdemux/qtdemux_fourcc.h:
1101           Add keyword tag support. Fixes #520694 for qtdemux.
1102
1103 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1104
1105         * gst/qtdemux/qtdemux.c:
1106           Add support for tmpo tag (BPM).
1107
1108 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1109
1110         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
1111         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
1112         Set an estimate for the total number of samples that will be encoded
1113         if possible to help decoders if the streaminfo can't be rewritten
1114         later (like when muxing into Ogg containers).
1115
1116         Add a warning if we get header packets after data packets as those
1117         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
1118         work.
1119
1120 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1121
1122         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1123         (gst_flac_dec_write):
1124         Support decoding of all depths between 4 and 32 bits and read the
1125         depth from the streaminfo header if needed. Also support all sampling
1126         rates between 1 and 655350 Hz.
1127
1128         * ext/flac/gstflacenc.c:
1129         (gst_flac_enc_caps_append_structure_with_widths),
1130         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
1131         (gst_flac_enc_chain):
1132         * ext/flac/gstflacenc.h:
1133         Support encoding in all bit depths supported by the streamable
1134         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
1135         between 1 Hz and 655350 Hz.
1136
1137 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1138
1139         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
1140         (gst_flac_enc_sink_getcaps):
1141         Support encoding of up to 8 channels.
1142
1143 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
1144
1145         * ext/soup/gstsouphttpsrc.c:
1146         * ext/soup/gstsouphttpsrc.h:
1147         Fix seeking race condition in #540300
1148         Patch By: Wouter Cloetens  <wouter at mind be>
1149
1150 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1151
1152         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
1153         (gst_matroska_demux_element_send_event),
1154         (gst_matroska_demux_handle_seek_event),
1155         (gst_matroska_demux_handle_src_event):
1156         When receiving a SEEK event on a specific pad first search for a seek
1157         table entry for the stream of the pad and then fall back to an entry
1158         for a different stream.
1159
1160 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1161
1162         * configure.ac:
1163         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
1164         * gst/matroska/matroska-ids.h:
1165         Build depend on core CVS for the attachment tag.
1166
1167 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1168
1169         * configure.ac:
1170         * gst/matroska/Makefile.am:
1171         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
1172         (copy_backptr), (lzo1x_decode), (main):
1173         * gst/matroska/lzo.h:
1174         * gst/matroska/matroska-demux.c:
1175         (gst_matroska_demux_read_track_encoding),
1176         (gst_matroska_decompress_data), (gst_matroska_decode_data),
1177         (gst_matroska_decode_buffer),
1178         (gst_matroska_decode_content_encodings),
1179         (gst_matroska_demux_read_track_encodings),
1180         (gst_matroska_demux_add_stream),
1181         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1182         * gst/matroska/matroska-ids.h:
1183         Decode the codec private data and following ContentEncoding if
1184         necessary.
1185
1186         Support bzip2, lzo and header stripped compression. For lzo use the
1187         ffmpeg lzo implementation as liblzo is GPL licensed.
1188         
1189         Fix zlib decompression.
1190
1191 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1192
1193         * gst/matroska/matroska-mux.c:
1194         (gst_matroska_mux_audio_pad_setcaps):
1195         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
1196         duration of a frame with the new mpegaudioversion caps field.
1197
1198 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1199
1200         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
1201         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
1202         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
1203         (gst_matroska_demux_stream_from_num),
1204         (gst_matroska_demux_tracknumber_unique),
1205         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
1206         (gst_matroska_demux_handle_seek_event),
1207         (gst_matroska_demux_sync_streams),
1208         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1209         (gst_matroska_demux_loop):
1210         * gst/matroska/matroska-demux.h:
1211         Allow an infinite number of stream inside Matroska containers and use
1212         a GPtrArray for storing them instead of allowing "only" 127 streams.
1213
1214 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1215
1216         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
1217         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
1218         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
1219         (gst_ebml_read_element_length), (gst_ebml_peek_id),
1220         (gst_ebml_read_get_length), (gst_ebml_read_skip),
1221         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
1222         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
1223         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
1224         (gst_ebml_read_master), (gst_ebml_read_binary),
1225         (gst_ebml_read_header):
1226         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
1227         (gst_ebml_write_element_size), (gst_ebml_write_uint),
1228         (gst_ebml_write_sint), (gst_ebml_write_ascii),
1229         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
1230         (gst_ebml_replace_uint):
1231         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1232         (gst_matroska_demux_read_track_encoding),
1233         (gst_matroska_demux_read_track_encodings),
1234         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
1235         (gst_matroska_demux_send_event),
1236         (gst_matroska_demux_element_send_event),
1237         (gst_matroska_demux_handle_seek_event),
1238         (gst_matroska_demux_handle_src_event),
1239         (gst_matroska_demux_init_stream),
1240         (gst_matroska_demux_parse_tracks),
1241         (gst_matroska_demux_parse_index_cuetrack),
1242         (gst_matroska_demux_parse_index_pointentry),
1243         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
1244         (gst_matroska_demux_parse_metadata_id_simple_tag),
1245         (gst_matroska_demux_parse_metadata_id_tag),
1246         (gst_matroska_demux_parse_metadata),
1247         (gst_matroska_demux_parse_attached_file),
1248         (gst_matroska_demux_parse_attachments),
1249         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
1250         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
1251         (gst_matroska_demux_push_flac_codec_priv_data),
1252         (gst_matroska_demux_push_xiph_codec_priv_data),
1253         (gst_matroska_demux_push_dvd_clut_change_event),
1254         (gst_matroska_demux_add_mpeg_seq_header),
1255         (gst_matroska_demux_add_wvpk_header),
1256         (gst_matroska_demux_check_subtitle_buffer),
1257         (gst_matroska_decode_buffer),
1258         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1259         (gst_matroska_demux_parse_cluster),
1260         (gst_matroska_demux_parse_contents_seekentry),
1261         (gst_matroska_demux_parse_contents),
1262         (gst_matroska_demux_loop_stream_parse_id),
1263         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
1264         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
1265         (gst_matroska_demux_subtitle_caps),
1266         (gst_matroska_demux_change_state):
1267         * gst/matroska/matroska-ids.c:
1268         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
1269         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
1270         (gst_matroska_mux_video_pad_setcaps),
1271         (xiph3_streamheader_to_codecdata),
1272         (vorbis_streamheader_to_codecdata),
1273         (theora_streamheader_to_codecdata),
1274         (gst_matroska_mux_audio_pad_setcaps),
1275         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
1276         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
1277         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
1278         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
1279         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
1280         Fix indention everywhere. A broken indent version has added newlines
1281         after every single declaration some time ago.
1282
1283 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1284
1285         * gst/matroska/matroska-demux.c:
1286         (gst_matroska_demux_loop_stream_parse_id):
1287         If no Tracks are found error out instead of trying it again until the
1288         end of time.
1289
1290 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1291
1292         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
1293         Fix demuxing of raw integer audio. The samples are unsigned only for 8
1294         bit and signed otherwise, not the other way around.
1295
1296 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1297
1298         * gst/matroska/matroska-mux.c:
1299         Add more raw YUV formats to the list of supported formats.
1300
1301 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1302
1303         * gst/matroska/matroska-mux.c:
1304         (gst_matroska_mux_audio_pad_setcaps):
1305         Add support for muxing raw float audio now that the spec defines the
1306         endianness and add support for muxing raw integer audio with 24 and
1307         32 bits.
1308
1309         Allow muxing of more than 8 audio channels.
1310
1311 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1312
1313         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
1314         (gst_matroska_mux_reset), (gst_matroska_mux_start):
1315         Add locking to the global array of used track UIDs to prevent random
1316         crashes if more than a single matrosmux instance is used.
1317
1318         Use 64 bit values for the track UIDs.
1319
1320         Use the global GRandom of GLib instead of creating our own one
1321         for the few random numbers we need every single time.
1322
1323 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1324
1325         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
1326         (gst_flac_dec_setup_stream_decoder),
1327         (gst_flac_dec_update_metadata):
1328         Always post the audio-codec tag, not only if other tags are present.
1329
1330 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
1331
1332         * configure.ac:
1333         Back to development -> 0.10.9.1
1334
1335 === release 0.10.9 ===
1336
1337 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
1338
1339         * configure.ac:
1340           releasing 0.10.9, "Steam Train Rolling"
1341
1342 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
1343
1344         * ext/soup/gstsouphttpsrc.c:
1345         Don't throw an error when soup completes a msg with status
1346         'cancelled', as that indicates we cancelled a request while
1347         shutting down or seeking, and it's not an error.
1348         Fixes: #540300 again.
1349
1350 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
1351
1352         * configure.ac:
1353         0.10.8.4 pre-release
1354
1355 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1356
1357         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
1358         Fix segment-stop regression.
1359         Add documentation regarding segments in quicktime files by Wim Taymans.
1360         Fixes #544509
1361
1362 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
1363
1364         * configure.ac:
1365         0.10.8.3 pre-release
1366
1367         * po/LINGUAS:
1368         * po/pt_BR.po:
1369         Add pt_BR translation
1370
1371 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1372
1373         * gst/goom/convolve_fx.c:
1374         * gst/goom/filters.c:
1375         * gst/goom/goom_config.h:
1376         * gst/goom/goom_core.c:
1377         * gst/goom/goom_tools.h:
1378           Fix build with MSVC: include glib.h to define inline appropriately,
1379           use header guards where needed.
1380         * gst/udp/gstudpnetutils.c:
1381         * gst/udp/gstudpsrc.c:
1382           Fix build with MSVC: use WSA* constants/functions where appropriate, use
1383           g_snprintf rather than snprintf.
1384           Fixes #544433.
1385
1386 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
1387
1388         * gst/debug/gsttaginject.c:
1389         * gst/debug/gsttaginject.h:
1390           Sent tags in _transform_ip() instead of _start(). Fixes #543404
1391           partially.
1392
1393 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1394
1395         * configure.ac:
1396         0.10.8.2 pre-release
1397
1398 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1399
1400         * ext/Makefile.am:
1401         Finish hooking up pulseaudio plugin to the build.
1402
1403         * ext/pulse/pulsemixerctrl.c:
1404         Fix compilation error.
1405
1406 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1407
1408         * po/LINGUAS:
1409         * po/lt.po:
1410         Add new lithunian translation, and add french to the LINGUAS
1411         file.
1412
1413 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1414
1415         * ext/soup/gstsouphttpsrc.c:
1416         Fix Soup HTTP source seeking.
1417         Patch By: Wouter Cloetens  <wouter at mind be>
1418         Fixes: #540300
1419
1420         * tests/check/elements/.cvsignore:
1421         Ignore new check programs.
1422
1423 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1424
1425         * configure.ac:
1426         * docs/plugins/Makefile.am:
1427         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1428         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1429         * docs/plugins/gst-plugins-good-plugins.args:
1430         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1431         * docs/plugins/gst-plugins-good-plugins.interfaces:
1432         * docs/plugins/gst-plugins-good-plugins.prerequisites:
1433         * docs/plugins/inspect/plugin-interleave.xml:
1434         * docs/plugins/inspect/plugin-replaygain.xml:
1435         * tests/check/Makefile.am:
1436
1437         Move replaygain and interleave plugins from -bad.
1438         Fixes: #543406
1439         Fixes: #536228
1440
1441 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1442
1443         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
1444         (qtdemux_parse_trak):
1445         Revert ISO base media spec based pixel-aspect-ratio calculation.
1446         Fixes #543300.
1447
1448 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1449
1450         * sys/osxvideo/osxvideosink.m:
1451         Fix minor build issues on macosx.
1452         Fixes #543054
1453
1454 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
1455
1456         * configure.ac::
1457         * ext/taglib/Makefile.am::
1458           Only use -Wno-attributes (which is there to work around a
1459           bug in the taglib 1.5 headers) if the c++ compiler actually
1460           supports it (#543255).
1461
1462 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
1463
1464         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
1465
1466         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
1467           Avoid compiler warning by initialising variable to NULL (#543259).
1468
1469 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
1470
1471         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
1472         Don't pass NULL taglists to gst_tag_list_is_empty().
1473
1474 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
1475
1476         * tests/check/elements/cmmldec.c: (GST_START_TEST):
1477         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
1478         (rtp_pipeline_run):
1479         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
1480         Don't use declarations after statements.
1481
1482 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1483
1484         * ext/jpeg/gstjpegdec.c:
1485         Align documentation with reality.
1486
1487 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1488
1489         * gst/udp/gstudpnetutils.c:
1490         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
1491         old value (1) if it's not defined which should not cause any problems
1492         as we're using it internal only anyway.
1493
1494 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1495
1496         Patch by: Alessandro Decina <alessandro at nnva dot org>
1497
1498         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
1499         Fix build of avidemux on big endian architectures.
1500
1501 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1502
1503         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
1504
1505         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1506         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
1507
1508 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1509
1510         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
1511         (qtdemux_parse_trak):
1512         Set pixel-aspect-ratio in caps using display width and height
1513         provided in track.
1514
1515 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1516
1517         * configure.ac:
1518         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
1519         flags that are invalid for C++. Fixes bug #516509.
1520
1521 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1522
1523         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
1524         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
1525         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
1526         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
1527         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1528         * tests/examples/equalizer/demo.c: (message_handler):
1529         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
1530         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
1531         Don't use declarations after statements and variable length arrays.
1532
1533 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1534
1535         Patch by: Daniel Drake <dsd at gentoo dot org>
1536
1537         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
1538         (gst_v4l2src_get_nearest_size):
1539         Try progressive video if interlaced fails. Fixes bug #541956
1540         and the usage of v4l2src on OLPC.
1541
1542 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1543
1544         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1545         (gst_rtp_speex_depay_process):
1546         * gst/rtp/gstrtpspeexdepay.h:
1547         Revert last change: Only the jitterbuffer is able to convert RTP to
1548         Gstreamer timestamps and normal (de)payloaders should simply copy it.
1549         Reopens bug #541787.
1550
1551 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
1552
1553         * gst/rtp/gstrtpvrawdepay.c:
1554           Include stdlib.h for atoi().
1555
1556         * gst/rtsp/gstrtspsrc.c:
1557           Use floating point math for latencies < 0 sec in log output.
1558
1559 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1560
1561         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
1562
1563         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1564         (gst_rtp_speex_depay_process):
1565         * gst/rtp/gstrtpspeexdepay.h:
1566         Take timestamp from the RTP packet as a first step to fix problems
1567         with transmission over RTP when the network is not reliable.
1568         Fixes bug #541787.
1569
1570 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1571
1572         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
1573
1574         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
1575         Fix parsing of udp:// URIs containing IPv6 addresses.
1576         Fixes bug #541650.
1577
1578 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1579
1580         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
1581         Do not leak incoming buffers.
1582
1583 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1584
1585         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1586
1587         * configure.ac:
1588         Fix build of the RTP plugin with mingw32 by linking to ws2_32
1589         for htons() and htonl(). Fixes bug #541412.
1590
1591 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1592
1593         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
1594         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
1595         (gst_matroska_demux_element_query),
1596         (gst_matroska_demux_handle_src_query),
1597         (gst_matroska_demux_handle_seek_event):
1598         Handle position and duration query in DEFAULT format if the
1599         pad's track has a default frame duration set.
1600
1601         Fix seeking now that the segment's duration doesn't contain the
1602         (possibly wrong or inaccurate) duration of the Matroska file.
1603
1604 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1605
1606         * gst/matroska/ebml-read.c: (_ext2dbl):
1607         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
1608         in math.h except on MSVC where it is defined in xmath.h.
1609         Fixes compilation with MSVC.
1610
1611 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1612
1613         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1614         (gst_matroska_demux_handle_src_query),
1615         (gst_matroska_demux_parse_info),
1616         (gst_matroska_demux_loop_stream_parse_id):
1617         * gst/matroska/matroska-demux.h:
1618         Don't set the segment duration to the duration from the Matroska
1619         header as this value could be wrong and is just informational.
1620
1621 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1622
1623         * gst/matroska/matroska-demux.c:
1624         (gst_matroska_demux_loop_stream_parse_id):
1625         If no Tracks element is found until the first Cluster is found
1626         search it and error out if none is found in the complete file.
1627
1628 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1629
1630         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
1631         Resync non-subtitle tracks too if a too large gap compared to other
1632         tracks is detected.
1633
1634 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1635
1636         * gst/rtp/Makefile.am:
1637         * gst/rtp/gstrtp.c: (plugin_init):
1638         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
1639         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
1640         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
1641         (gst_rtp_vraw_depay_change_state),
1642         (gst_rtp_vraw_depay_plugin_init):
1643         * gst/rtp/gstrtpvrawdepay.h:
1644         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
1645         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
1646         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
1647         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
1648         (gst_rtp_vraw_pay_plugin_init):
1649         * gst/rtp/gstrtpvrawpay.h:
1650         Add raw video pay and depayloaders, see RFC4175.
1651
1652 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
1653
1654         * ext/libpng/gstpngdec.c:
1655         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
1656         whatever it returned.
1657
1658 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1659
1660         * gst/avi/avi-ids.h:
1661         Add vprp chunk related structures.
1662         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
1663         (gst_avi_demux_parse_stream):
1664         Parse optional vprp chunk and add calculated pixel-aspect-ratio
1665         to caps.  Fixes #539482.
1666         * gst/avi/gstavimux.h:
1667         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
1668         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
1669         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
1670
1671 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1672
1673         * tests/check/elements/avimux.c: (check_avimux_pad):
1674         Adjust avimux unit test according to increased streamheader size.
1675
1676 2008-06-27  David Schleef  <ds@schleef.org>
1677
1678         * gst/qtdemux/qtdemux.c: Add Dirac stream type
1679
1680 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1681
1682         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
1683         * gst/avi/gstavimux.h:
1684         Add 8 bytes to current streamheader to make for a complete one
1685         and to make more players happy.  Fixes #519460.
1686
1687 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
1688
1689         * sys/v4l2/v4l2_calls.c::
1690           Don't include unused gstv4l2xoverlay.h. Fixes build
1691           in case where X11 headers are not installed.
1692
1693 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1694
1695         * ext/dv/gstdv.c: (plugin_init):
1696         Fix compilation.
1697
1698 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1699
1700         * ext/dv/gstdv.c: (plugin_init):
1701         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
1702         DV decoder available.
1703         Fixes #532393
1704
1705 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1706
1707         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1708         Call getsockname() after the call to bind() to get updated values
1709         for the port, etc. This fixes the usage of udpsrc on anonymous
1710         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
1711         Thanks to Aurelien Grimaud for pointing out the obvious fix.
1712
1713 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1714
1715         * tests/check/pipelines/wavpack.c: (bus_handler):
1716         Remove workaround for a bug in identity that is fixed in 0.10.20.
1717
1718 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1719
1720         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
1721
1722         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
1723         Fix HTTP auth support with user/password passed via the URI.
1724         Fixes bug #540067.
1725
1726 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
1727
1728         * configure.ac:
1729           Depend on released versions of core and -base.
1730
1731 2008-06-23  Julien Moutte  <julien@fluendo.com>
1732
1733         * gst/matroska/matroska-demux.c:
1734         (gst_matroska_demux_read_track_encoding),
1735         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
1736         format strings in macros. (makes it build on OS X again...)
1737
1738 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1739
1740         * gst/rtp/gstrtptheorapay.c:
1741         * gst/udp/gstmultiudpsink.c:
1742           Added debug.
1743
1744 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
1745
1746         * configure.ac: switch v4l2src over to the normal build instead of
1747         being 'experimental'. Fixes bug #536831.
1748
1749 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
1750
1751         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
1752         Remove unused variable so that we can compile again.
1753
1754 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
1755
1756         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
1757         No need to check for audio/G723 and audio/32KADPCM here as they are
1758         no longer supported.
1759
1760 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
1761
1762         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
1763         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
1764         Use G_GINT64_CONSTANT, this fixes the duration query on files without
1765         known length.
1766
1767 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
1768
1769         * gst/matroska/matroska-demux.c:
1770         (gst_matroska_demux_add_wvpk_header),
1771         (gst_matroska_demux_audio_caps):
1772         * gst/matroska/matroska-ids.h:
1773         Fix demuxing of WavPack files. Muxing is still broken.
1774
1775 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
1776
1777         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
1778         (gst_matroska_demux_add_mpeg_seq_header),
1779         (gst_matroska_demux_add_wvpk_header),
1780         (gst_matroska_demux_check_subtitle_buffer),
1781         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1782         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
1783         (gst_matroska_demux_subtitle_caps):
1784         * gst/matroska/matroska-ids.h:
1785         Add a "vfunc" to the track context for postprocessing frames and
1786         convert the wavpack and subtitle postprocessing to this vfunc.
1787         Copy buffer flags in those functions to the new buffers too.
1788
1789         Parse CodecState elements of Blocks.
1790
1791         Add a postprocessing function for MPEG video that adds the sequence
1792         header from the codec private data or codec state to the frames if
1793         it's not already there.
1794
1795 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
1796
1797         * gst/matroska/matroska-demux.c:
1798         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1799         If a gap of more than 1/2 second is found in one stream send a
1800         NEWSEGMENT event to not stall the pipeline if the gap is too large.
1801         This also fixes Matroska files where the first buffer doesn't start
1802         at timestamp 0. Fixes bug #429322.
1803
1804         The duration of a block is the default duration multiplied with the
1805         number of laces. Every lace is one frame and the default duration
1806         is the duration of one frame. This fixes playback of files that use
1807         lacing for some tracks.
1808
1809 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
1810
1811         * gst/matroska/matroska-demux.c:
1812         (gst_matroska_demux_parse_contents_seekentry):
1813         Update FIXME/TODOs and only ignore EOS at the central, important place
1814         instead of several places.
1815
1816 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
1817
1818         * gst/rtp/gstrtpg726pay.c:
1819         Fix caps, See #538891.
1820
1821 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
1822
1823         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1824         (gst_matroska_demux_stream_from_num),
1825         (gst_matroska_demux_encoding_cmp),
1826         (gst_matroska_demux_encoding_order_unique),
1827         (gst_matroska_demux_read_track_encoding),
1828         (gst_matroska_demux_read_track_encodings),
1829         (gst_matroska_demux_tracknumber_unique),
1830         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
1831         (gst_matroska_demux_parse_tracks),
1832         (gst_matroska_demux_parse_index_cuetrack),
1833         (gst_matroska_demux_parse_index_pointentry),
1834         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
1835         (gst_matroska_demux_parse_metadata_id_simple_tag),
1836         (gst_matroska_demux_parse_metadata_id_tag),
1837         (gst_matroska_demux_parse_metadata),
1838         (gst_matroska_demux_parse_attached_file),
1839         (gst_matroska_demux_parse_attachments),
1840         (gst_matroska_demux_parse_chapters),
1841         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
1842         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1843         (gst_matroska_demux_parse_cluster),
1844         (gst_matroska_demux_parse_contents_seekentry),
1845         (gst_matroska_demux_parse_contents),
1846         (gst_matroska_demux_loop_stream_parse_id),
1847         (gst_matroska_demux_loop):
1848         Improve debug output everywhere and fix the EOS logic.
1849
1850         Check the values of the ContentEncoding elements more strictly and
1851         don't use tracks for which it's invalid.
1852
1853         Check that the track number is unique for this stream.
1854
1855         Check that seek positions are below G_MAXINT64 as our seeks are
1856         int64-based and overflows will fail badly.
1857
1858         After seeks also don't push SimpleBlocks until the first one
1859         containing a keyframe is found. Before this was done only for normal
1860         Blocks.
1861
1862         Update some FIXME/TODOs.
1863         
1864         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
1865         (gst_ebml_read_utf8), (gst_ebml_read_header):
1866         Improve debug output.
1867
1868         * gst/matroska/matroska-ids.c:
1869         (gst_matroska_track_init_video_context):
1870         * gst/matroska/matroska-ids.h:
1871         * gst/matroska/matroska-mux.c:
1872         (gst_matroska_mux_video_pad_setcaps):
1873         Remove eye mode and don't parse it anymore. We can't use that
1874         information in GStreamer yet so it's useless.
1875
1876
1877 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
1878
1879         Patch by: Mersad Jelacic <mersad at axis dot com>
1880
1881         * gst/rtp/Makefile.am:
1882         * gst/rtp/gstrtp.c: (plugin_init):
1883         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
1884         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
1885         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
1886         (gst_rtp_g726_depay_plugin_init):
1887         * gst/rtp/gstrtpg726depay.h:
1888         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
1889         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
1890         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
1891         * gst/rtp/gstrtpg726pay.h:
1892         Added G726 pay/depayloaders. Fixes #538891.
1893
1894 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
1895
1896         * gst/rtsp/URLS:
1897         Some more urls.
1898
1899         * gst/smpte/barboxwipes.c:
1900         Add a comment
1901
1902         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
1903         Fix typo, add audioresample to the pipeline.
1904
1905 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
1906
1907         * ext/libmng/Makefile.am:
1908         * ext/libmng/gstmng.c: (plugin_init):
1909         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
1910         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
1911         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
1912         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
1913         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
1914         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
1915         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
1916         (gst_mng_dec_change_state):
1917         * ext/libmng/gstmngdec.h:
1918         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
1919         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
1920         (gst_mng_enc_init), (gst_mng_enc_chain),
1921         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
1922         * ext/libmng/gstmngenc.h:
1923         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
1924         bits ifdeffed out still.
1925
1926 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
1927
1928         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
1929         When comparing index elements with the same time compare their
1930         block number.
1931
1932 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
1933
1934         * gst/matroska/matroska-demux.c:
1935           (gst_matroska_demux_parse_attached_file)
1936           Init variable to NULL to avoid compiler warning.
1937
1938 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
1939
1940         * gst/matroska/Makefile.am:
1941         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1942         (gst_matroska_demux_parse_attached_file),
1943         (gst_matroska_demux_parse_attachments),
1944         (gst_matroska_demux_parse_contents_seekentry),
1945         (gst_matroska_demux_loop_stream_parse_id):
1946         * gst/matroska/matroska-demux.h:
1947         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
1948         * gst/matroska/matroska-ids.h:
1949         * gst/matroska/matroska.c: (plugin_init):
1950         Parse Attachments and post them as GST_TAG_IMAGE if we detect
1951         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
1952         and description of the attachments in the caps. Fixes bug #537622.
1953
1954 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
1955
1956         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
1957         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
1958         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
1959         (gst_speex_enc_src_query), (gst_speex_enc_init),
1960         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
1961         (gst_speex_enc_chain), (gst_speex_enc_get_property),
1962         (gst_speex_enc_set_property):
1963         Add mode property.
1964         Some cleanups, add more debug info.
1965         Add latency query.
1966
1967 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
1968
1969         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
1970         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
1971         If we get less bytes than requested we can't do anything except doing
1972         our EOS logic.
1973
1974 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
1975
1976         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1977         (gst_matroskademux_do_index_seek),
1978         (gst_matroska_demux_parse_index_cuetrack),
1979         (gst_matroska_demux_parse_index_pointentry),
1980         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
1981         (gst_matroska_demux_parse_metadata):
1982         * gst/matroska/matroska-demux.h:
1983         * gst/matroska/matroska-ids.h:
1984         Use a GArray for storing the Cue (i.e. seek) information, store
1985         the CueTrackPositions for every track, store the block number
1986         and optimize searching in the array by sorting it after the last
1987         element was added.
1988
1989         Fix a small memory leak when trying to parse a tags element that was
1990         already parsed.
1991
1992 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
1993
1994         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
1995         (gst_matroska_mux_start), (gst_matroska_mux_finish),
1996         (gst_matroska_mux_write_data):
1997         * gst/matroska/matroska-mux.h:
1998         Don't write another SeekHead which indexes all Clusters to the end of
1999         the file. This isn't useful for anything and just increases filesize.
2000
2001 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2002
2003         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
2004         Prevent unaligned memory access when reading floats.
2005
2006 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2007
2008         * gst/matroska/ebml-read.c:
2009         * gst/matroska/ebml-read.h:
2010         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2011         (gst_matroska_demux_parse_metadata):
2012         * gst/matroska/matroska-demux.h:
2013         Make sure that every Tags element is only parsed once and it's
2014         containing tags are only posted once.
2015
2016 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2017
2018         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
2019         (gst_ebml_read_header):
2020         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
2021         (gst_matroska_demux_parse_tracks),
2022         (gst_matroska_demux_parse_index_cuetrack),
2023         (gst_matroska_demux_parse_index_pointentry),
2024         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2025         (gst_matroska_demux_parse_metadata_id_simple_tag),
2026         (gst_matroska_demux_parse_metadata_id_tag),
2027         (gst_matroska_demux_parse_metadata),
2028         (gst_matroska_demux_parse_attachments),
2029         (gst_matroska_demux_parse_chapters),
2030         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2031         (gst_matroska_demux_parse_cluster),
2032         (gst_matroska_demux_parse_contents_seekentry),
2033         (gst_matroska_demux_parse_contents),
2034         (gst_matroska_demux_loop_stream_parse_id):
2035         Handle EBML elements like Void or CRC32 in the EbmlRead base class
2036         already. They're not useful in the matroska parser and only cause
2037         additional code.
2038
2039 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
2040
2041         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
2042         (gst_ebml_finalize), (gst_ebml_read_change_state),
2043         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
2044         * gst/matroska/matroska-demux.c:
2045         (gst_matroska_demux_parse_contents_seekentry):
2046         Reverse the level list as we usually are only interested in the
2047         first element or want to add a new first element. Having the
2048         first element stored at the end and calling g_list_last() and
2049         g_list_append() is more expensive.
2050
2051         Also use GSlice for allocating the GstEbmlLevel structs.
2052
2053 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
2054
2055         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
2056           (gst_tag_inject_class_init), (gst_tag_inject_init):
2057           Don't unref NULL taglist in finalize. Don't use c++ style
2058           comments.
2059
2060 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2061
2062         * gst/matroska/matroska-demux.c:
2063         (gst_matroska_demux_parse_metadata_id_simple_tag):
2064         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
2065         (gst_matroska_mux_write_data):
2066         Use gst_value_serialize() and gst_value_deserialize() for transforming
2067         tags from some GType to a string and the other way around. The default
2068         transformations in GLib don't include transformations from string to
2069         number types.
2070
2071 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2072
2073         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2074         (gst_matroska_demux_parse_tracks),
2075         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2076         (gst_matroska_demux_parse_attachments),
2077         (gst_matroska_demux_parse_chapters),
2078         (gst_matroska_demux_parse_contents_seekentry),
2079         (gst_matroska_demux_loop_stream_parse_id):
2080         * gst/matroska/matroska-demux.h:
2081         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
2082         Tags multiple times. The first ones can appear more than once but must
2083         contain the same content as the first for backup purposes so we ignore
2084         all but the first one. Tags can appear multiple times with different
2085         content.
2086
2087         Jump to all elements except Clusters that are available from a
2088         SeekHead to make it more likely to have all required informations
2089         before getting to the first Clusters.
2090
2091         Add dummy functions for parsing Attachments and Chapters.
2092
2093 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2094
2095         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2096         (gst_udpsrc_create), (gst_udpsrc_set_property),
2097         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
2098         * gst/udp/gstudpsrc.h:
2099         Add property to control automatic join/leave of multicast groups.
2100         Add G_LIKELY.
2101         Remove setting caps on buffers explicitly, basesrc does that for us now.
2102         Improve debug info.
2103         Convert some non-fatal error into warnings.
2104         Use g_ntohs for better portability.
2105         Leave multicast groups when stopping.
2106         When using external sockets, use getsockname() on them to fill up the
2107         addr structure before calling methods that use the structure.
2108         Should all fix #536903.
2109         API: GstUDPSrc::auto-multicast property
2110
2111 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2112
2113         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
2114         Use g_ntohl for better portability.
2115
2116 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2117
2118         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
2119         (gst_multiudpsink_remove):
2120         Fix a typo and do some small cleanups.
2121
2122 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2123
2124         Patch by: Olivier Crete <tester at tester dot ca>
2125
2126         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
2127         Make the delivery-method mandatory on the caps and only accept inline
2128         for now.
2129         Reverse strcmp checks for delivery-method.
2130
2131         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
2132         Make delivery method optional when parsing caps and note this in the
2133         caps.
2134         Reverse strcmp checks for delivery-method.
2135
2136         * gst/rtp/gstrtpvorbispay.c:
2137         Update a comment to note that the delivery-method is optional, 
2138         Fixes #537675.
2139
2140 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2141
2142         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
2143         Set udpsrc for receiving data from multicast groups to PAUSED instead of
2144         leaving them in READY. Fixes #537832.
2145
2146 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2147
2148         * gst/avi/gstavimux.c:
2149           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
2150           for a random constant in tagmuxing code.
2151
2152 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
2153
2154         * gst/debug/gsttaginject.c:
2155         * gst/debug/gsttaginject.h:
2156           Now actually adding the new element.
2157
2158 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
2159
2160         * docs/plugins/Makefile.am:
2161         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2162         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2163         * docs/plugins/gst-plugins-good-plugins.args:
2164         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2165         * docs/plugins/gst-plugins-good-plugins.interfaces:
2166         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2167         * docs/plugins/inspect/plugin-aasink.xml:
2168         * docs/plugins/inspect/plugin-alaw.xml:
2169         * docs/plugins/inspect/plugin-alpha.xml:
2170         * docs/plugins/inspect/plugin-alphacolor.xml:
2171         * docs/plugins/inspect/plugin-annodex.xml:
2172         * docs/plugins/inspect/plugin-apetag.xml:
2173         * docs/plugins/inspect/plugin-audiofx.xml:
2174         * docs/plugins/inspect/plugin-auparse.xml:
2175         * docs/plugins/inspect/plugin-autodetect.xml:
2176         * docs/plugins/inspect/plugin-avi.xml:
2177         * docs/plugins/inspect/plugin-cacasink.xml:
2178         * docs/plugins/inspect/plugin-cairo.xml:
2179         * docs/plugins/inspect/plugin-cdio.xml:
2180         * docs/plugins/inspect/plugin-cutter.xml:
2181         * docs/plugins/inspect/plugin-debug.xml:
2182         * docs/plugins/inspect/plugin-dv.xml:
2183         * docs/plugins/inspect/plugin-efence.xml:
2184         * docs/plugins/inspect/plugin-effectv.xml:
2185         * docs/plugins/inspect/plugin-equalizer.xml:
2186         * docs/plugins/inspect/plugin-esdsink.xml:
2187         * docs/plugins/inspect/plugin-flac.xml:
2188         * docs/plugins/inspect/plugin-flxdec.xml:
2189         * docs/plugins/inspect/plugin-gamma.xml:
2190         * docs/plugins/inspect/plugin-gconfelements.xml:
2191         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2192         * docs/plugins/inspect/plugin-goom.xml:
2193         * docs/plugins/inspect/plugin-goom2k1.xml:
2194         * docs/plugins/inspect/plugin-halelements.xml:
2195         * docs/plugins/inspect/plugin-icydemux.xml:
2196         * docs/plugins/inspect/plugin-id3demux.xml:
2197         * docs/plugins/inspect/plugin-jpeg.xml:
2198         * docs/plugins/inspect/plugin-level.xml:
2199         * docs/plugins/inspect/plugin-matroska.xml:
2200         * docs/plugins/inspect/plugin-monoscope.xml:
2201         * docs/plugins/inspect/plugin-mulaw.xml:
2202         * docs/plugins/inspect/plugin-multifile.xml:
2203         * docs/plugins/inspect/plugin-multipart.xml:
2204         * docs/plugins/inspect/plugin-navigationtest.xml:
2205         * docs/plugins/inspect/plugin-ossaudio.xml:
2206         * docs/plugins/inspect/plugin-png.xml:
2207         * docs/plugins/inspect/plugin-quicktime.xml:
2208         * docs/plugins/inspect/plugin-rtp.xml:
2209         * docs/plugins/inspect/plugin-rtsp.xml:
2210         * docs/plugins/inspect/plugin-smpte.xml:
2211         * docs/plugins/inspect/plugin-soup.xml:
2212         * docs/plugins/inspect/plugin-spectrum.xml:
2213         * docs/plugins/inspect/plugin-speex.xml:
2214         * docs/plugins/inspect/plugin-taglib.xml:
2215         * docs/plugins/inspect/plugin-udp.xml:
2216         * docs/plugins/inspect/plugin-video4linux2.xml:
2217         * docs/plugins/inspect/plugin-videobalance.xml:
2218         * docs/plugins/inspect/plugin-videobox.xml:
2219         * docs/plugins/inspect/plugin-videocrop.xml:
2220         * docs/plugins/inspect/plugin-videoflip.xml:
2221         * docs/plugins/inspect/plugin-videomixer.xml:
2222         * docs/plugins/inspect/plugin-wavenc.xml:
2223         * docs/plugins/inspect/plugin-wavpack.xml:
2224         * docs/plugins/inspect/plugin-wavparse.xml:
2225         * docs/plugins/inspect/plugin-ximagesrc.xml:
2226         * gst/debug/Makefile.am:
2227         * gst/debug/breakmydata.c:
2228         * gst/debug/efence.c:
2229         * gst/debug/gstdebug.c:
2230         * gst/debug/gstnavseek.c:
2231         * gst/debug/gstpushfilesrc.c:
2232         * gst/debug/gstpushfilesrc.h:
2233         * gst/debug/negotiation.c:
2234         * gst/debug/progressreport.c:
2235         * gst/debug/progressreport.h:
2236         * gst/debug/rndbuffersize.c:
2237         * gst/debug/testplugin.c:
2238           Remove dummy plugin_init. Remove some undefined entries from doc-
2239           section file. Add taginject element and rebuild docs for it.
2240
2241 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2242
2243         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
2244         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
2245         Update the counter for the number of streams when pads are added or
2246         removed. This will make sure that a seek table is generated for
2247         files with just one audio stream.
2248
2249 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2250
2251         * gst/matroska/matroska-demux.c:
2252         (gst_matroska_demux_parse_metadata_id_simple_tag):
2253         * gst/matroska/matroska-ids.h:
2254         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
2255         Add some more tags, improve debugging a bit and make sure that
2256         GValue transformation has succeeded before using the result
2257         as a tag.
2258
2259 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2260
2261         Patch by: Olivier Crete <tester at tester dot ca>
2262
2263         * gst/rtp/gstrtptheorapay.c:
2264         The Theora RTP payloader only supports the "inline" delievery method
2265         so let's declare this on the caps of the static pad template.
2266         Fixes bug #537675.
2267
2268 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
2269
2270         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
2271         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
2272         Remove bogus check.
2273
2274 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
2275
2276         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
2277         (gst_videomixer_blend_buffers):
2278         Use stream_time to synchronize the object properties.
2279         Use running_time of the master pad to timestamp outgoing buffers.
2280         Fix the initial segment event to extend an unknown amount of time.
2281         Fixes #537361.
2282
2283 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
2284
2285         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
2286         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
2287         (gst_avi_demux_calculate_durations_from_index),
2288         (gst_avi_demux_stream_header_push),
2289         (gst_avi_demux_stream_header_pull):
2290         Try to ignore unparsable/unknown streams and give a warning instead of
2291         erroring out. Fixes #537377.
2292
2293 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2294
2295         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
2296         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
2297
2298         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
2299         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2300         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
2301         (gst_matroska_demux_read_track_encodings),
2302         (gst_matroska_demux_add_stream),
2303         (gst_matroska_demux_handle_src_query),
2304         (gst_matroska_demux_init_stream),
2305         (gst_matroska_demux_parse_index_cuetrack),
2306         (gst_matroska_demux_parse_index_pointentry),
2307         (gst_matroska_demux_parse_info),
2308         (gst_matroska_demux_parse_metadata_id_simple_tag),
2309         (gst_matroska_demux_parse_metadata),
2310         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
2311         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2312         (gst_matroska_demux_parse_cluster),
2313         (gst_matroska_demux_parse_contents_seekentry),
2314         (gst_matroska_demux_loop_stream_parse_id),
2315         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
2316         (gst_matroska_demux_audio_caps),
2317         (gst_matroska_demux_subtitle_caps):
2318         * gst/matroska/matroska-demux.h:
2319         * gst/matroska/matroska-ids.c:
2320         (gst_matroska_track_init_subtitle_context):
2321         * gst/matroska/matroska-ids.h:
2322         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
2323         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
2324         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
2325         (gst_matroska_mux_video_pad_setcaps),
2326         (gst_matroska_mux_audio_pad_setcaps),
2327         (gst_matroska_mux_subtitle_pad_setcaps),
2328         (gst_matroska_mux_request_new_pad),
2329         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2330         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2331         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
2332         (gst_matroska_mux_set_property):
2333         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
2334         elements, do some checks for valid values in the demuxer, handle
2335         tracktimecodescale in the demuxer, set correct default values for all
2336         settings in the demuxer, review and add all missing matroska
2337         IDs and some more raw YUV formats, and some trivial cleanup.
2338
2339 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2340
2341         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
2342         (gst_pulsemixer_class_init):
2343         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
2344         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
2345         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2346         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
2347         (gst_pulsesrc_prepare):
2348         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
2349         gst_element_class_set_details_simple() and fix coding style a bit
2350         more.
2351
2352 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2353
2354         * docs/plugins/Makefile.am:
2355         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2356         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2357         * docs/plugins/gst-plugins-good-plugins.args:
2358         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2359         * docs/plugins/gst-plugins-good-plugins.interfaces:
2360         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2361         * docs/plugins/inspect/plugin-aasink.xml:
2362         * docs/plugins/inspect/plugin-alaw.xml:
2363         * docs/plugins/inspect/plugin-alpha.xml:
2364         * docs/plugins/inspect/plugin-alphacolor.xml:
2365         * docs/plugins/inspect/plugin-annodex.xml:
2366         * docs/plugins/inspect/plugin-apetag.xml:
2367         * docs/plugins/inspect/plugin-audiofx.xml:
2368         * docs/plugins/inspect/plugin-auparse.xml:
2369         * docs/plugins/inspect/plugin-autodetect.xml:
2370         * docs/plugins/inspect/plugin-avi.xml:
2371         * docs/plugins/inspect/plugin-cacasink.xml:
2372         * docs/plugins/inspect/plugin-cairo.xml:
2373         * docs/plugins/inspect/plugin-cdio.xml:
2374         * docs/plugins/inspect/plugin-cutter.xml:
2375         * docs/plugins/inspect/plugin-debug.xml:
2376         * docs/plugins/inspect/plugin-dv.xml:
2377         * docs/plugins/inspect/plugin-efence.xml:
2378         * docs/plugins/inspect/plugin-effectv.xml:
2379         * docs/plugins/inspect/plugin-equalizer.xml:
2380         * docs/plugins/inspect/plugin-esdsink.xml:
2381         * docs/plugins/inspect/plugin-flac.xml:
2382         * docs/plugins/inspect/plugin-flxdec.xml:
2383         * docs/plugins/inspect/plugin-gamma.xml:
2384         * docs/plugins/inspect/plugin-gconfelements.xml:
2385         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2386         * docs/plugins/inspect/plugin-goom.xml:
2387         * docs/plugins/inspect/plugin-goom2k1.xml:
2388         * docs/plugins/inspect/plugin-halelements.xml:
2389         * docs/plugins/inspect/plugin-icydemux.xml:
2390         * docs/plugins/inspect/plugin-id3demux.xml:
2391         * docs/plugins/inspect/plugin-jpeg.xml:
2392         * docs/plugins/inspect/plugin-level.xml:
2393         * docs/plugins/inspect/plugin-matroska.xml:
2394         * docs/plugins/inspect/plugin-monoscope.xml:
2395         * docs/plugins/inspect/plugin-mulaw.xml:
2396         * docs/plugins/inspect/plugin-multifile.xml:
2397         * docs/plugins/inspect/plugin-multipart.xml:
2398         * docs/plugins/inspect/plugin-navigationtest.xml:
2399         * docs/plugins/inspect/plugin-ossaudio.xml:
2400         * docs/plugins/inspect/plugin-png.xml:
2401         * docs/plugins/inspect/plugin-pulseaudio.xml:
2402         * docs/plugins/inspect/plugin-quicktime.xml:
2403         * docs/plugins/inspect/plugin-rtp.xml:
2404         * docs/plugins/inspect/plugin-rtsp.xml:
2405         * docs/plugins/inspect/plugin-smpte.xml:
2406         * docs/plugins/inspect/plugin-soup.xml:
2407         * docs/plugins/inspect/plugin-spectrum.xml:
2408         * docs/plugins/inspect/plugin-speex.xml:
2409         * docs/plugins/inspect/plugin-taglib.xml:
2410         * docs/plugins/inspect/plugin-udp.xml:
2411         * docs/plugins/inspect/plugin-video4linux2.xml:
2412         * docs/plugins/inspect/plugin-videobalance.xml:
2413         * docs/plugins/inspect/plugin-videobox.xml:
2414         * docs/plugins/inspect/plugin-videocrop.xml:
2415         * docs/plugins/inspect/plugin-videoflip.xml:
2416         * docs/plugins/inspect/plugin-videomixer.xml:
2417         * docs/plugins/inspect/plugin-wavenc.xml:
2418         * docs/plugins/inspect/plugin-wavpack.xml:
2419         * docs/plugins/inspect/plugin-wavparse.xml:
2420         * docs/plugins/inspect/plugin-ximagesrc.xml:
2421         * ext/pulse/plugin.c:
2422         * ext/pulse/pulsemixer.c:
2423         * ext/pulse/pulsesink.c:
2424         * ext/pulse/pulsesrc.c:
2425         Add documentation to the pulseaudio plugin and run make update
2426         in docs/plugins.
2427
2428 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2429
2430         Patch by: Brian Cameron <brian.cameron at sun dot com>
2431
2432         * sys/sunaudio/gstsunaudiomixerctrl.c:
2433         (gst_sunaudiomixer_ctrl_get_volume),
2434         (gst_sunaudiomixer_ctrl_set_volume):
2435         Improvements for the SunAudio mixer by handling mute as no gain
2436         for tracks that have a gain property but no mute property.
2437         Fixes bug #536067.
2438
2439 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2440
2441         * configure.ac:
2442         * ext/pulse/Makefile.am:
2443         * ext/pulse/plugin.c: (plugin_init):
2444         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
2445         (gst_pulsemixer_implements_interface_init),
2446         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
2447         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
2448         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
2449         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
2450         * ext/pulse/pulsemixer.h:
2451         * ext/pulse/pulsemixerctrl.c:
2452         (gst_pulsemixer_ctrl_context_state_cb),
2453         (gst_pulsemixer_ctrl_sink_info_cb),
2454         (gst_pulsemixer_ctrl_source_info_cb),
2455         (gst_pulsemixer_ctrl_subscribe_cb),
2456         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
2457         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
2458         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
2459         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
2460         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
2461         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
2462         * ext/pulse/pulsemixerctrl.h:
2463         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
2464         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
2465         * ext/pulse/pulsemixertrack.h:
2466         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
2467         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
2468         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
2469         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
2470         (gst_pulseprobe_new), (gst_pulseprobe_free),
2471         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
2472         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
2473         (gst_pulseprobe_set_server):
2474         * ext/pulse/pulseprobe.h:
2475         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
2476         (gst_pulsesink_class_init), (gst_pulsesink_init),
2477         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
2478         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
2479         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
2480         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
2481         (gst_pulsesink_stream_request_cb),
2482         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
2483         (gst_pulsesink_close), (gst_pulsesink_prepare),
2484         (gst_pulsesink_unprepare), (gst_pulsesink_write),
2485         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
2486         (gst_pulsesink_reset), (gst_pulsesink_change_title),
2487         (gst_pulsesink_event), (gst_pulsesink_get_type):
2488         * ext/pulse/pulsesink.h:
2489         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2490         (gst_pulsesrc_implements_interface_init),
2491         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
2492         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
2493         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
2494         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
2495         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
2496         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
2497         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
2498         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
2499         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
2500         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
2501         (gst_pulsesrc_get_type):
2502         * ext/pulse/pulsesrc.h:
2503         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
2504         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
2505         * ext/pulse/pulseutil.h:
2506         Add pulseaudio GStreamer element from gst-pulse. Development will
2507         continue here instead of pulseaudio SVN. Fixes bug #400679.
2508         Only changes over gst-pulse SVN are added copyright to the top of
2509         files and coding style changes.
2510
2511 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
2512
2513         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
2514
2515         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
2516           (gst_cdio_add_cdtext_album_tags):
2517         * ext/cdio/gstcdio.h:
2518         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
2519           Also extract album title and album genre from CD-TEXT if
2520           available (#537021).
2521
2522 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
2523
2524         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2525
2526         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2527         Improve negotiation a bit more by picking the smallest possible
2528         resolution that is larger than the resolution specified in the
2529         first caps entry of the peer caps. Fixes bug #536994.
2530
2531 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
2532
2533         Patch by: Bastien Nocera <hadess at hadess dot net>
2534
2535         * sys/v4l2/gstv4l2vidorient.c:
2536         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
2537         Fix compilation with newer GIT kernels that deprecated
2538         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
2539
2540 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
2541
2542         * configure.ac:
2543         * ext/cdio/gstcdio.c:
2544         * ext/cdio/gstcdio.h:
2545         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
2546           Require libcdio >= 0.76.
2547
2548 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
2549
2550         * gst/avi/gstavidemux.c:
2551         Catch UNEXPECTED when downstream has reached end of
2552         segment in reverse mode.
2553
2554 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
2555
2556         * gst/avi/gstavidemux.c:
2557         Fix typo in comment
2558
2559 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
2560
2561         * gst/avi/gstavidemux.c:
2562         Because we don't know the frame order we need to push till
2563         the next keyframe
2564
2565 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2566
2567         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2568
2569         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
2570         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
2571         Provide a custom negotiation function to make sure to pick the highest
2572         possible framerate and resolution. Fixes bug #536646.
2573
2574 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
2575
2576         * gst/avi/gstavidemux.c:
2577         Set EOS when going out of the segment in reverse playback
2578
2579 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2580
2581         * ext/taglib/Makefile.am::
2582           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
2583           taglib headers (with gcc 4.3.1).
2584
2585 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2586
2587         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
2588         Use the new gst_rtsp_connection_get_ip() to access the IP address
2589         of a GstRTSPConnection since it is a private member.
2590
2591 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2592
2593         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
2594         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
2595           Use new utility functions in libgsttag to process coverart (#512333).
2596
2597 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2598
2599         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
2600         We actually support left/side, right/side and mid/side files. The
2601         conversion to normal, interleaved stereo is done by libflac.
2602
2603 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2604
2605         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
2606         (gst_ebml_write_set_cache):
2607         Unref the write cache in finalize if it was set and add add "FIXME"
2608         to a comment that needs it.
2609
2610 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2611
2612         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
2613
2614         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
2615         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
2616         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
2617         (gst_avi_demux_process_next_entry):
2618         * gst/avi/gstavidemux.h:
2619         Implement reverse playback. Fixes #535300.
2620         Small cleanups.
2621
2622 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
2623
2624         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
2625         (gst_videomixer_query_latency):
2626         When using gst_element_iterate_pads() one has to unref every pad
2627         after usage.
2628
2629 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
2630
2631         Patch by: Bastien Nocera <hadess at hadess dot net>
2632         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
2633         (qtdemux_parse_udta):
2634         * gst/qtdemux/qtdemux_fourcc.h:
2635         Improve meta-data handling, add 'comment', 'description' and
2636         'copyright' tag handling.
2637         Fixes #535935
2638
2639 2008-05-31  Julien Moutte  <julien@fluendo.com>
2640
2641         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
2642         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
2643         (gst_qtdemux_seek_to_previous_keyframe),
2644         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
2645         we don't clip the segment's stop using the main segment duration as
2646         that could crop quite some video frames. Make reverse playback support
2647         more robust and support edit lists. Support seeking to the last frame,
2648         and fix reverse looping playback. Add some debugging.
2649         * win32/common/config.h: Updated.
2650
2651 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
2652
2653         * gst/equalizer/gstiirequalizer.c:
2654         (gst_iir_equalizer_transform_ip):
2655         Don't clip float/double samples, correctly unset passthrough mode
2656         and use better rounding for integer samples.
2657
2658 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
2659
2660         * gst/equalizer/gstiirequalizer.c:
2661         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
2662         (setup_filter), (set_passthrough), (update_coefficients),
2663         (gst_iir_equalizer_compute_frequencies),
2664         (gst_iir_equalizer_transform_ip):
2665         * gst/equalizer/gstiirequalizer.h:
2666         Update the filter coefficients only when needed in the transform_ip
2667         function and correctly set the element into passthrough mode if the
2668         gain of all bands is 0.
2669
2670 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
2671
2672         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
2673
2674         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
2675         (gst_alpha_set_property), (gst_alpha_get_property),
2676         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
2677         Try to skip pixels or areas that are too dark or too bright for us to do
2678         meaningfull color detection.
2679         Added properties to control the sensitivity to light and darkness.
2680         Added some small cleanups. Fixes #512345.
2681
2682 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
2683
2684         * docs/plugins/.cvsignore:
2685         * tests/check/elements/.cvsignore:
2686         Ignore some more generated things
2687
2688         * tests/check/Makefile.am:
2689         Ignore OSS elements in the state changes test too.
2690
2691 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2692
2693         * docs/plugins/Makefile.am:
2694         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2695         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2696         Add SMPTE effect elements to docs.
2697
2698 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
2699
2700         * docs/plugins/Makefile.am:
2701         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2702         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2703         * ext/raw1394/gstdv1394src.c:
2704           Document whats first shown on the fdo plugin docs page :)
2705
2706 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
2707
2708         * docs/plugins/Makefile.am:
2709         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2710         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2711         * docs/plugins/gst-plugins-good-plugins.args:
2712         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2713         * docs/plugins/inspect/plugin-audiofx.xml:
2714         * gst/audiofx/Makefile.am:
2715         * gst/audiofx/audiofx.c:
2716         * gst/audiofx/audiokaraoke.c:
2717         * gst/audiofx/audiokaraoke.h:
2718         * gst/audiofx/audiovoice.c:
2719         * gst/audiofx/audiovoice.h:
2720           Rename audiovoice to audiokaraoke and add it to the docs.
2721
2722 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
2723
2724         * REQUIREMENTS:
2725         * docs/plugins/Makefile.am:
2726         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2727         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2728         * docs/plugins/gst-plugins-good-plugins.args:
2729         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2730         * docs/plugins/gst-plugins-good-plugins.interfaces:
2731         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2732         * docs/plugins/inspect/plugin-aasink.xml:
2733         * docs/plugins/inspect/plugin-alaw.xml:
2734         * docs/plugins/inspect/plugin-alpha.xml:
2735         * docs/plugins/inspect/plugin-alphacolor.xml:
2736         * docs/plugins/inspect/plugin-annodex.xml:
2737         * docs/plugins/inspect/plugin-apetag.xml:
2738         * docs/plugins/inspect/plugin-audiofx.xml:
2739         * docs/plugins/inspect/plugin-auparse.xml:
2740         * docs/plugins/inspect/plugin-autodetect.xml:
2741         * docs/plugins/inspect/plugin-avi.xml:
2742         * docs/plugins/inspect/plugin-cacasink.xml:
2743         * docs/plugins/inspect/plugin-cairo.xml:
2744         * docs/plugins/inspect/plugin-cdio.xml:
2745         * docs/plugins/inspect/plugin-cutter.xml:
2746         * docs/plugins/inspect/plugin-debug.xml:
2747         * docs/plugins/inspect/plugin-dv.xml:
2748         * docs/plugins/inspect/plugin-efence.xml:
2749         * docs/plugins/inspect/plugin-effectv.xml:
2750         * docs/plugins/inspect/plugin-equalizer.xml:
2751         * docs/plugins/inspect/plugin-esdsink.xml:
2752         * docs/plugins/inspect/plugin-flac.xml:
2753         * docs/plugins/inspect/plugin-flxdec.xml:
2754         * docs/plugins/inspect/plugin-gamma.xml:
2755         * docs/plugins/inspect/plugin-gconfelements.xml:
2756         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2757         * docs/plugins/inspect/plugin-goom.xml:
2758         * docs/plugins/inspect/plugin-goom2k1.xml:
2759         * docs/plugins/inspect/plugin-halelements.xml:
2760         * docs/plugins/inspect/plugin-icydemux.xml:
2761         * docs/plugins/inspect/plugin-id3demux.xml:
2762         * docs/plugins/inspect/plugin-jpeg.xml:
2763         * docs/plugins/inspect/plugin-level.xml:
2764         * docs/plugins/inspect/plugin-matroska.xml:
2765         * docs/plugins/inspect/plugin-monoscope.xml:
2766         * docs/plugins/inspect/plugin-mulaw.xml:
2767         * docs/plugins/inspect/plugin-multifile.xml:
2768         * docs/plugins/inspect/plugin-multipart.xml:
2769         * docs/plugins/inspect/plugin-navigationtest.xml:
2770         * docs/plugins/inspect/plugin-ossaudio.xml:
2771         * docs/plugins/inspect/plugin-png.xml:
2772         * docs/plugins/inspect/plugin-quicktime.xml:
2773         * docs/plugins/inspect/plugin-rtp.xml:
2774         * docs/plugins/inspect/plugin-rtsp.xml:
2775         * docs/plugins/inspect/plugin-smpte.xml:
2776         * docs/plugins/inspect/plugin-soup.xml:
2777         * docs/plugins/inspect/plugin-spectrum.xml:
2778         * docs/plugins/inspect/plugin-speex.xml:
2779         * docs/plugins/inspect/plugin-taglib.xml:
2780         * docs/plugins/inspect/plugin-udp.xml:
2781         * docs/plugins/inspect/plugin-video4linux2.xml:
2782         * docs/plugins/inspect/plugin-videobalance.xml:
2783         * docs/plugins/inspect/plugin-videobox.xml:
2784         * docs/plugins/inspect/plugin-videocrop.xml:
2785         * docs/plugins/inspect/plugin-videoflip.xml:
2786         * docs/plugins/inspect/plugin-videomixer.xml:
2787         * docs/plugins/inspect/plugin-wavenc.xml:
2788         * docs/plugins/inspect/plugin-wavpack.xml:
2789         * docs/plugins/inspect/plugin-wavparse.xml:
2790         * docs/plugins/inspect/plugin-ximagesrc.xml:
2791         * ext/aalib/gstaasink.c:
2792         * ext/libcaca/gstcacasink.c:
2793           Document aasink and cacasink.
2794
2795 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
2796
2797         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
2798         (gst_videomixer_init), (gst_videomixer_query_duration),
2799         (gst_videomixer_query_latency), (gst_videomixer_query),
2800         (gst_videomixer_blend_buffers):
2801         * gst/videomixer/videomixer.h:
2802         Implement position (in time), duration and latency queries.
2803
2804 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
2805
2806         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
2807         (gst_videomixer_init), (gst_videomixer_request_new_pad),
2808         (gst_videomixer_fill_queues), (forward_event_func),
2809         (forward_event), (gst_videomixer_src_event),
2810         (gst_videomixer_sink_event):
2811         * gst/videomixer/videomixer.h:
2812         Implement proper seek/newsegment handling.
2813         Based on adder's implementation.
2814         Fixes #535121
2815
2816 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2817
2818         Patch by: Jan Gerber <j at oil21 dot org>
2819
2820         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2821         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
2822
2823 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2824
2825         * gst/audiofx/Makefile.am:
2826         * gst/audiofx/audiofx.c: (plugin_init):
2827         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
2828         (gst_audio_voice_class_init), (gst_audio_voice_init),
2829         (update_filter), (gst_audio_voice_set_property),
2830         (gst_audio_voice_get_property), (gst_audio_voice_setup),
2831         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
2832         (gst_audio_voice_transform_ip):
2833         * gst/audiofx/audiovoice.h:
2834         Add simple voice removal element. Yay karaoke.
2835
2836 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2837
2838         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
2839
2840         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2841         Fix potential caps leak.
2842         If we can't get the framerate with an ioctl, try to get it with the
2843         current norm. Fixes #520092.
2844
2845 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2846
2847         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
2848
2849         * sys/v4l2/v4l2src_calls.c:
2850         (gst_v4l2src_probe_caps_for_format_and_size):
2851         If we fail to get the frame intervals, simply don't touch the framerates
2852         on the template caps instead of discarding the format. See #520092.
2853
2854 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2855
2856         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
2857
2858         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
2859         (gst_v4l2_get_caps_info):
2860         Add NV12, NV21 and bayer support. See #520092.
2861
2862 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2863
2864         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
2865         (gst_qtdemux_activate_segment):
2866         Unbreak segment activation again. Fixes #531672.
2867
2868 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
2869
2870         * ext/flac/Makefile.am:
2871         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
2872         Set the channel layout when decoding FLAC files with more than 2
2873         channels as defined by the FLAC spec. Fixes bug #534570.
2874
2875         Also don't try to decode left/side, right/side and mid/side files
2876         as we don't support this at all.
2877
2878 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2879
2880         * configure.ac:
2881           We need -base CVS (rtsp).
2882
2883 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2884
2885         * gst/udp/Makefile.am:
2886           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
2887           when including netdb.h when building against glibc >= 2.8.
2888
2889 2008-05-22  Julien Moutte  <julien@fluendo.com>
2890
2891         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
2892         debug statement arguments.
2893         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
2894         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
2895         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
2896         on more platforms.
2897
2898 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2899
2900         * tests/check/elements/avimux.c: (setup_src_pad),
2901         (teardown_src_pad):
2902         * tests/check/elements/icydemux.c: (icydemux_found_pad),
2903         (GST_START_TEST):
2904         * tests/check/elements/matroskamux.c: (setup_src_pad),
2905         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
2906         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
2907         (GST_START_TEST):
2908         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
2909         (setup_wavpackparse), (cleanup_wavpackparse):
2910         Don't use gst_element_get_pad(), it's a bad, bad method.
2911
2912 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2913
2914         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
2915         (do_toggle_element):
2916         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
2917         (do_toggle_element):
2918         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
2919         (do_toggle_element):
2920         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
2921         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
2922         (do_toggle_element):
2923         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
2924         (do_toggle_element):
2925         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
2926         (gst_auto_audio_sink_detect):
2927         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
2928         (gst_auto_video_sink_detect):
2929         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2930         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
2931         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
2932         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
2933         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
2934         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
2935         * tests/icles/videocrop-test.c: (test_with_caps),
2936         (video_crop_get_test_caps):
2937         Don't use gst_element_get_pad(), it's a bad method.
2938
2939 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2940
2941         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
2942         (gst_multiudpsink_add_internal):
2943         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
2944         (gst_udp_join_group):
2945         * gst/udp/gstudpnetutils.h:
2946         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
2947         Joining a multicast group and setting the loop/ttl properties are
2948         totally unrelated tasks are must be separated.
2949
2950 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2951
2952         * gst/avi/gstavimux.c:
2953           Also support alaw/mulaw.
2954
2955 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2956
2957         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2958         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
2959         * gst/udp/gstmultiudpsink.h:
2960         Add a fixme for the auto-multicast property.
2961         Fix some confusing debug messages.
2962         Disable setting a qos value by default.
2963
2964 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2965
2966         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
2967
2968         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
2969         Ignore EPERM errors from sendto. Fixes #533619.
2970
2971 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2972
2973         Patch by: Henrik Eriksson <henriken at axis dot com>
2974
2975         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2976         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
2977         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2978         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
2979         * gst/udp/gstmultiudpsink.h:
2980         Add qos-dscp property to manage the Quality of service. Fixes #469917.
2981
2982 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2983
2984         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
2985         Improve debugging of the ident.
2986
2987 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2988
2989         Patch by: Bruno Santos <brunof at ua dot pt>
2990
2991         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
2992         (gst_udp_join_group), (gst_udp_leave_group),
2993         (gst_udp_is_multicast):
2994         * gst/udp/gstudpnetutils.h:
2995         Provide a bunch of helper methods to deal with IPv4 and IPv6
2996         transparently.
2997
2998         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2999         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
3000         (gst_multiudpsink_get_property), (join_multicast),
3001         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
3002         (gst_multiudpsink_remove):
3003         * gst/udp/gstmultiudpsink.h:
3004         Add multicast TTL and loopback properties.
3005         Use the helper methods to implement ip4 and ip6.
3006
3007         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
3008         * gst/udp/gstudpsrc.h:
3009         Use the helper methods to implement ip4 and ip6.
3010         Fixes #515962.
3011
3012 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3013
3014         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
3015
3016         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
3017         (gst_multipart_demux_get_gstname),
3018         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
3019         * gst/multipart/multipartdemux.h:
3020         Don't blindly copy the mime-type as the caps name because they not
3021         always map directly. Instead use a hashtable with common mappings.
3022         Fixes #533287.
3023
3024 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3025
3026         * ext/esd/esdsink.c: (gst_esdsink_write):
3027         When we post an error, we must return -1 to let the parent know that we
3028         cannot write the segment else it will loop and continue to call us again
3029         forever. Patch by Michael Meeks.
3030
3031 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
3032
3033         * gst/videomixer/videomixer.c:
3034           Add missing incudes.
3035
3036 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
3037
3038         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3039         (gst_rtp_h264_pay_handle_buffer):
3040         * gst/rtp/gstrtph264pay.h:
3041         Correct a typo (sinle -> single).
3042
3043 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3044
3045         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
3046         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
3047         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
3048         (gst_rtp_h264_depay_process):
3049         * gst/rtp/gstrtph264depay.h:
3050         Add experimental support for outputting quicktime-like AVC output in
3051         addition to the existing bytestream output.
3052
3053         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3054         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
3055         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
3056         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
3057         (gst_rtp_h264_pay_get_property):
3058         * gst/rtp/gstrtph264pay.h:
3059         Make the parsing mode configurable, for some inputs we don't need to
3060         scan every byte for start codes.
3061         Only set the marker bit on ACCESS units.
3062
3063 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3064
3065         * gst/equalizer/gstiirequalizer.c:
3066         Use a bigger type in integer mode for the intermediate results to
3067         prevent overflows. This fixes the crippled sound when using the
3068         equalizer in integer mode. Fixes bug #510865.
3069
3070 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
3071
3072         * gst/videomixer/videomixer.c:
3073         * gst/videomixer/videomixer.h:
3074         Instead of a random number for the request pad id's,
3075         use a counter.
3076
3077         Register the videomixerpad class from the element's class_init
3078         where it's safer, and allows the docs generator to scan it.
3079
3080 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3081
3082         * gst/smpte/Makefile.am:
3083         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
3084         * gst/smpte/gstsmpte.h:
3085         * gst/smpte/gstsmptealpha.c:
3086         (gst_smpte_alpha_transition_type_get_type),
3087         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
3088         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
3089         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
3090         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
3091         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
3092         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
3093         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
3094         * gst/smpte/gstsmptealpha.h:
3095         * gst/smpte/plugin.c: (plugin_init):
3096         Add new plugin that adds the SMPTE transition in the alpha channel of
3097         I420 and AYUV frames so that they can be blended with videomixer later
3098         on. Uses all niceties such as using base transform for efficient alloc
3099         and negotiation. It currently requires GstController to control the
3100         position in the transition effect.
3101
3102 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
3103
3104         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3105         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3106         * docs/plugins/gst-plugins-good-plugins.args:
3107         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3108         * docs/plugins/gst-plugins-good-plugins.interfaces:
3109         * docs/plugins/gst-plugins-good-plugins.types:
3110         * gst/videomixer/videomixer.c:
3111           Try using thaytans new mechanism to get extra classes into plugin
3112           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
3113           missing still.
3114
3115 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
3116
3117         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
3118         Set proper rate in avi stream header for PCM audio, and also do some
3119         more sanity checks on caps in this case.  Fixes #511489.
3120
3121 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3122
3123         * sys/v4l2/gstv4l2src.c:
3124         Don't include the gstv4l2xoverlay.h header as the XOverlay support
3125         isn't implemented at all yet and this requires X headers to be
3126         installed. Fixes bug #533264.
3127
3128 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3129
3130         reviewed by: <delete if not using a buddy>
3131
3132         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3133         (gst_ebml_write_set_cache):
3134         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3135         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3136         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3137         (gst_matroska_demux_read_track_encodings),
3138         (gst_matroska_demux_add_stream),
3139         (gst_matroska_demux_handle_src_query),
3140         (gst_matroska_demux_init_stream),
3141         (gst_matroska_demux_parse_index_cuetrack),
3142         (gst_matroska_demux_parse_index_pointentry),
3143         (gst_matroska_demux_parse_info),
3144         (gst_matroska_demux_parse_metadata_id_simple_tag),
3145         (gst_matroska_demux_parse_metadata),
3146         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3147         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3148         (gst_matroska_demux_parse_cluster),
3149         (gst_matroska_demux_parse_contents_seekentry),
3150         (gst_matroska_demux_loop_stream_parse_id),
3151         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3152         (gst_matroska_demux_audio_caps),
3153         (gst_matroska_demux_subtitle_caps):
3154         * gst/matroska/matroska-demux.h:
3155         * gst/matroska/matroska-ids.c:
3156         (gst_matroska_track_init_subtitle_context):
3157         * gst/matroska/matroska-ids.h:
3158         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3159         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
3160         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
3161         * sys/v4l2/gstv4l2src.c:
3162         * tests/check/pipelines/wavpack.c: (bus_handler):
3163         * win32/common/config.h:
3164
3165 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
3166
3167         * ext/wavpack/gstwavpackstreamreader.c:
3168         * tests/examples/spectrum/demo-audiotest.c:
3169         * tests/examples/spectrum/demo-osssrc.c:
3170         Fix some compiler warnings.
3171
3172 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3173
3174         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
3175         Small comment added.
3176
3177         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
3178         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
3179         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
3180         Debug string cleanups (remove trailing \n)
3181         Refactor and clean up the payloader a bit and make sure that we only
3182         put one NAL unit in an RTP packet even if the input buffer contains
3183         multiple NAL units.
3184         Add suport for AVC format input.
3185
3186 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
3187
3188         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
3189         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
3190         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
3191         * gst/rtp/gstrtph264pay.h:
3192         Make it possible to specify profile-level-id and sprop-parameter-sets
3193         using properties in case they are not available in-stream.
3194
3195 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
3196
3197         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3198         * docs/plugins/gst-plugins-good-plugins.args:
3199         * docs/plugins/inspect/plugin-ladspa.xml:
3200           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
3201
3202 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
3203
3204         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
3205         Send an initial BYTE segment to inform downstream of later seeking,
3206         and to forego sync attempts.
3207
3208 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3209
3210         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
3211         Fix wrong caps string.
3212
3213 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3214
3215         Based on patch by: Olivier Crete <tester at tester dot ca>
3216
3217         * gst/rtp/Makefile.am:
3218         * gst/rtp/gstrtp.c: (plugin_init):
3219         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
3220         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
3221         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
3222         (gst_rtp_g729_depay_plugin_init):
3223         * gst/rtp/gstrtpg729depay.h:
3224         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
3225         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
3226         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
3227         * gst/rtp/gstrtpg729pay.h:
3228         Added G729 pay and depayloaders. Fixes #532409.
3229
3230 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3231
3232         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
3233         Fix the calculation of the duration of the concealment packets.
3234
3235 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3236
3237         Based on patch by: Olivier Crete <tester at tester dot ca>
3238
3239         * gst/rtp/Makefile.am:
3240         * gst/rtp/gstrtp.c: (plugin_init):
3241         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
3242         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
3243         (parse_encode), (gst_rtp_dv_depay_setcaps),
3244         (calculate_difblock_location), (gst_rtp_dv_depay_process),
3245         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
3246         (gst_rtp_dv_depay_plugin_init):
3247         * gst/rtp/gstrtpdvdepay.h:
3248         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
3249         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
3250         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
3251         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
3252         (gst_dv_pay_negotiate), (include_dif),
3253         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
3254         * gst/rtp/gstrtpdvpay.h:
3255         Add DV pay and depayloaders. Fixes #532423.
3256
3257 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
3258
3259         * gst/matroska/matroska-demux.c:
3260         (gst_matroska_demux_push_dvd_clut_change_event):
3261         Convert subtitle palette info in VobSub private data from VobSub's
3262         (buggy) RGB to YUV.
3263
3264 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
3265
3266         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
3267         Do not leave fourcc stream header field empty upon reset.
3268         Fixes #519301.
3269
3270 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
3271
3272         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3273         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3274         * docs/plugins/inspect/plugin-goom.xml:
3275         * docs/plugins/inspect/plugin-goom2k1.xml:
3276         * gst/goom/gstgoom.c:
3277         * gst/goom2k1/gstgoom.c:
3278         Add goom2k1 into the docs.
3279
3280 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3281
3282         Based on patch by: Wouter Cloetens  <wouter at mind be>
3283
3284         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3285         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
3286         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
3287         (gst_rtsp_decode_quoted_string),
3288         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
3289         (gst_rtspsrc_setup_auth):
3290         Support Digest authentication. Fixes #532065.
3291
3292 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
3293
3294         * gst/level/gstlevel.c:
3295           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
3296           about whats needed for liboil acceleration. Simplify docs a bit.
3297
3298 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
3299
3300         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3301
3302         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
3303         Update the track duration if the old one was invalid.
3304         Fixes bug #532117.
3305
3306 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3307
3308         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
3309           Use GST_STR_NULL when trying to print sps and pps strings that could
3310           be NULL, as this might crash on some platforms.
3311
3312 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3313
3314         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
3315
3316         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
3317           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
3318           set after creating the clipper.
3319
3320 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3321
3322         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
3323
3324         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
3325           Added checking of surface lost case after an unsuccessful
3326           IDirectDrawSurface7_Lock() call.
3327           If surface is lost, return GST_FLOW_OK.
3328
3329 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3330
3331         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
3332
3333         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
3334           WndProc, gst_directdraw_sink_window_thread):
3335           Improved Windows message loop and fixed window destruction issue.
3336           When the window which DirectDraw is rendering to is destroyed, the
3337           render/show_frame function will return GST_FLOW_ERROR.
3338           Partially fixes #520885.
3339
3340 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3341
3342         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
3343
3344         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
3345           Fixed mid stream resolution change bug, the offscreen surface is now
3346           released when set_caps is called.
3347           Partially fixes #520885.
3348
3349 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3350
3351         * sys/directdraw/gstdirectdrawsink.c
3352           (gst_directdraw_sink_buffer_alloc):
3353           Make it so that gst_directdraw_sink_buffer_alloc uses the right
3354           width/height.
3355
3356           Especially when looking through the pool of buffers, make sure that
3357           the width/height of caps is used instead of the already negotiated
3358           dimensions.
3359           For example if a buffer with different caps is requested, i.e.
3360           higher resolution, the caller would get a buffer with the old
3361           dimensions and thus corrupt the heap.
3362
3363 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3364
3365         * sys/directdraw/gstdirectdrawsink.c
3366           (gst_directdraw_sink_buffer_alloc):
3367           Clear the flags on recycled buffers from buffer_alloc.
3368           Partially fixes #520885.
3369
3370 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3371
3372         * gst/rtp/gstrtpilbcpay.c:
3373           Added missing stdlib.h include for strtol(), and made include ordering and
3374           style consistent with the corresponding depayloader.
3375
3376 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3377
3378         * configure.ac:
3379           Error out if we don't have the required core/base versions.
3380
3381 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3382
3383         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3384
3385         * sys/osxvideo/cocoawindow.m:
3386         Fix compiler warnings on PPC64. Fixes bug #499318.
3387
3388 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
3389
3390         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3391
3392         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
3393         Don't leak file descriptors on error. Fixes #531532.
3394
3395 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
3396
3397         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
3398         (gst_gconf_audio_src_change_state):
3399         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
3400         (gst_gconf_video_sink_change_state):
3401         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
3402         (gst_gconf_video_src_change_state):
3403         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
3404         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
3405         When we can't create a fakesink/fakesrc complain instead of unreffing
3406         NULL pointers and crashing later. See bug #530535.
3407
3408 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3409
3410         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
3411         Add some more debug info and guard against small payloads.
3412
3413         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
3414         Set duration on outgoing buffers because we can.
3415
3416 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3417
3418         Patch by: Olivier Crete <tester at tester dot ca>
3419
3420         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
3421         (gst_speex_enc_init), (gst_speex_enc_chain):
3422         Add negotiation for the speex channels and rate. Fixes #465146.
3423
3424 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3425
3426         Patch by: Olivier Crete <tester at tester dot ca>
3427
3428         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
3429         (gst_rtp_speex_pay_getcaps):
3430         Add negotiation for the speex channels and rate. See #465146.
3431
3432 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3433
3434         Patch by: Olivier Crete <tester at tester dot ca>
3435
3436         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
3437         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
3438         Add negotiation for the ILBC mode. See #465146.
3439
3440 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
3441
3442         * ext/soup/gstsouphttpsrc.c:
3443           Include stdlib to fix the build. Use g_free instead of free, libsoup
3444           uses glib.
3445
3446 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3447
3448         Patch by: j^ <j@bootlab.org>
3449
3450         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3451         Add more mpeg2 variants. Fixes #530886.
3452
3453 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
3454
3455         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
3456
3457         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
3458           Don't error out if we get an ICMP destination-unreachable
3459           message when trying to read packets on win32 (#529454).
3460
3461 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3462
3463         * configure.ac:
3464         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3465           Use new error code for encrypted streams (which requires core CVS).
3466
3467 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3468
3469         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
3470           (gst_qtdemux_audiosrc_template):
3471           Fix swapped pad template names, spotted by Thiago Sousa Santos.
3472
3473 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
3474
3475         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
3476         (speex_dec_chain_parse_data):
3477         Produce concealment data when time progresses in a segment update.
3478
3479 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3480
3481         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
3482         (speex_dec_chain):
3483         Try to preserve input timestamps when we can.
3484         Do beginnings of error concealment.
3485
3486 2008-04-28  Michael Smith <msmith@songbirdnest.com>
3487
3488         * gst/debug/gstnavigationtest.c:
3489           MSVC doesn't provide rint(), define an adequate replacement locally as
3490           elsewhere.
3491
3492 2008-04-28  Julien Moutte  <julien@fluendo.com>
3493
3494         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
3495         format to pacify Mac OSX's gcc.
3496
3497 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3498
3499         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
3500           (DEFAULT_MAX), (src_template), (sink_template),
3501           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
3502           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
3503           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
3504           Bring rndbuffersize element into a state that doesn't require us
3505           to move it to -bad immediately. For one, fix up default min/max
3506           values so that the element actuall works using the default values.
3507           Also, don't ignore flow return values and do some kind of minimal
3508           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
3509           other gratuitious clean-ups.
3510
3511 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3512
3513         * docs/plugins/Makefile.am:
3514         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3515         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3516         * docs/plugins/gst-plugins-good-plugins.args:
3517         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3518         * docs/plugins/gst-plugins-good-plugins.interfaces:
3519         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3520         * docs/plugins/inspect/plugin-1394.xml:
3521         * docs/plugins/inspect/plugin-aasink.xml:
3522         * docs/plugins/inspect/plugin-alaw.xml:
3523         * docs/plugins/inspect/plugin-alpha.xml:
3524         * docs/plugins/inspect/plugin-alphacolor.xml:
3525         * docs/plugins/inspect/plugin-annodex.xml:
3526         * docs/plugins/inspect/plugin-apetag.xml:
3527         * docs/plugins/inspect/plugin-audiofx.xml:
3528         * docs/plugins/inspect/plugin-auparse.xml:
3529         * docs/plugins/inspect/plugin-autodetect.xml:
3530         * docs/plugins/inspect/plugin-avi.xml:
3531         * docs/plugins/inspect/plugin-cacasink.xml:
3532         * docs/plugins/inspect/plugin-cairo.xml:
3533         * docs/plugins/inspect/plugin-cdio.xml:
3534         * docs/plugins/inspect/plugin-cutter.xml:
3535         * docs/plugins/inspect/plugin-debug.xml:
3536         * docs/plugins/inspect/plugin-dv.xml:
3537         * docs/plugins/inspect/plugin-efence.xml:
3538         * docs/plugins/inspect/plugin-effectv.xml:
3539         * docs/plugins/inspect/plugin-equalizer.xml:
3540         * docs/plugins/inspect/plugin-esdsink.xml:
3541         * docs/plugins/inspect/plugin-flac.xml:
3542         * docs/plugins/inspect/plugin-flxdec.xml:
3543         * docs/plugins/inspect/plugin-gamma.xml:
3544         * docs/plugins/inspect/plugin-gconfelements.xml:
3545         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3546         * docs/plugins/inspect/plugin-goom.xml:
3547         * docs/plugins/inspect/plugin-halelements.xml:
3548         * docs/plugins/inspect/plugin-icydemux.xml:
3549         * docs/plugins/inspect/plugin-id3demux.xml:
3550         * docs/plugins/inspect/plugin-jpeg.xml:
3551         * docs/plugins/inspect/plugin-level.xml:
3552         * docs/plugins/inspect/plugin-matroska.xml:
3553         * docs/plugins/inspect/plugin-monoscope.xml:
3554         * docs/plugins/inspect/plugin-mulaw.xml:
3555         * docs/plugins/inspect/plugin-multifile.xml:
3556         * docs/plugins/inspect/plugin-multipart.xml:
3557         * docs/plugins/inspect/plugin-navigationtest.xml:
3558         * docs/plugins/inspect/plugin-ossaudio.xml:
3559         * docs/plugins/inspect/plugin-png.xml:
3560         * docs/plugins/inspect/plugin-quicktime.xml:
3561         * docs/plugins/inspect/plugin-rtp.xml:
3562         * docs/plugins/inspect/plugin-rtsp.xml:
3563         * docs/plugins/inspect/plugin-shout2send.xml:
3564         * docs/plugins/inspect/plugin-smpte.xml:
3565         * docs/plugins/inspect/plugin-spectrum.xml:
3566         * docs/plugins/inspect/plugin-speex.xml:
3567         * docs/plugins/inspect/plugin-taglib.xml:
3568         * docs/plugins/inspect/plugin-udp.xml:
3569         * docs/plugins/inspect/plugin-video4linux2.xml:
3570         * docs/plugins/inspect/plugin-videobalance.xml:
3571         * docs/plugins/inspect/plugin-videobox.xml:
3572         * docs/plugins/inspect/plugin-videocrop.xml:
3573         * docs/plugins/inspect/plugin-videoflip.xml:
3574         * docs/plugins/inspect/plugin-videomixer.xml:
3575         * docs/plugins/inspect/plugin-wavenc.xml:
3576         * docs/plugins/inspect/plugin-wavpack.xml:
3577         * docs/plugins/inspect/plugin-wavparse.xml:
3578         * docs/plugins/inspect/plugin-ximagesrc.xml:
3579           Add docs for gdkpixbufsink; update docs to CVS version.
3580
3581 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3582
3583         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3584         Remove test sync-offset by default.
3585
3586 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3587
3588         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
3589         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
3590         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3591           Use GLib versions of htonl, htons, ntohl and ntohs in order
3592           to avoid problems on win32 (#529707).
3593
3594 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3595
3596         Patch by: Jesús Corrius <jesus at softcatala org>
3597
3598         * gst/goom/filters.c: (zoomVector):
3599         * gst/goom/goom_core.c: (init_buffers):
3600           Fix build with mingw32: use rand() instead of random() and
3601           replace bzero() with memset(). Fixes #529692.
3602
3603 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3604
3605         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
3606         Fix typo in comments.
3607
3608         * tests/examples/rtp/client-H263p-PCMA.sdp:
3609         * tests/examples/rtp/client-H263p-PCMA.sh:
3610         * tests/examples/rtp/client-H264-PCMA.sdp:
3611         * tests/examples/rtp/client-H264-PCMA.sh:
3612         * tests/examples/rtp/client-H264.sdp:
3613         * tests/examples/rtp/client-H264.sh:
3614         * tests/examples/rtp/client-PCMA.sdp:
3615         * tests/examples/rtp/client-PCMA.sh:
3616         * tests/examples/rtp/server-alsasrc-PCMA.sh:
3617         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
3618         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3619         Add some more docs and fix examples.
3620
3621 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
3622
3623         * tests/check/elements/multifile.c:
3624         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
3625         declared in the former, some have it declared in the latter.
3626
3627 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
3628
3629         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
3630         * gst/debug/tests.c: (md5_get_value):
3631         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
3632         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
3633         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3634         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3635         Stop using deprecated GLib functions.
3636
3637 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
3638
3639         * configure.ac:
3640         Back to development -> 0.10.8.1
3641
3642 === release 0.10.8 ===
3643
3644 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
3645
3646         * configure.ac:
3647           releasing 0.10.8, "One For The Money"
3648
3649 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
3650
3651         * configure.ac:
3652         0.10.7.4 pre-release
3653
3654 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
3655
3656         * gst/goom/config_param.c: (goom_plugin_parameters_free):
3657         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
3658         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
3659         * gst/goom/flying_stars_fx.c: (fs_free):
3660         * gst/goom/goom_config_param.h:
3661         * gst/goom/goom_core.c: (goom_init), (goom_close):
3662         * gst/goom/goom_plugin_info.h:
3663         * gst/goom/gstgoom.c: (gst_goom_finalize):
3664         * gst/goom/lines.c: (goom_lines_free):
3665         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
3666         * gst/goom/surf3d.c: (grid3d_free):
3667         * gst/goom/surf3d.h:
3668         * gst/goom/tentacle3d.c: (tentacle_free):
3669         Free a bunch of stuff, and initialise things to fix leaks
3670         and valgrind warnings in the testsuite.
3671
3672         Fixes: #529268
3673
3674 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3675
3676         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
3677         (gst_rtspsrc_configure_caps):
3678         Ref caps as the return value for the request_pt_map signal.
3679         Remove some caps weirdness when configuring a stream. See #528245.
3680
3681 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3682
3683         * tests/icles/gdkpixbufsink-test.c:
3684           Add cast to placate gcc 4.1.2.
3685
3686 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
3687
3688         * configure.ac:
3689         0.10.7.3 pre-release
3690
3691 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
3692
3693         * tests/check/Makefile.am:
3694         Disable some more elements in the state test.
3695         Add a define so the soup test can find the test files
3696         it needs at runtime.
3697
3698         * tests/check/elements/souphttpsrc.c: (run_server):
3699
3700         Add a define so the soup test can find the test files
3701         it needs at runtime.
3702
3703 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
3704
3705         * gst/goom/convolve_fx.c: (convolve_apply):
3706         Don't ever draw the GOOM logo.
3707         Fixes: #528615
3708
3709 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
3710
3711         * ext/cdio/gstcdiocddasrc.c:
3712         * ext/dv/gstdvdemux.c: 
3713         gst_atomic_int_set ==> g_atomic_int_set
3714
3715 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
3716
3717         * configure.ac:
3718         * gst/goom/Makefile.am:
3719         * gst/goom/convolve_fx.c:
3720         * gst/goom/default_scripts.h:
3721         * gst/goom/goom.h:
3722         * gst/goom/goom_core.c: (choose_a_goom_line):
3723         * gst/goom/goom_plugin_info.h:
3724         * gst/goom/goomsl.c:
3725         * gst/goom/goomsl.h:
3726         * gst/goom/goomsl_hash.c:
3727         * gst/goom/goomsl_hash.h:
3728         * gst/goom/goomsl_heap.c:
3729         * gst/goom/goomsl_heap.h:
3730         * gst/goom/goomsl_private.h:
3731         * gst/goom/plugin_info.c:
3732           Strip out the config/script parsing stuff, we don't need it.
3733           Fixes #527999.
3734
3735 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
3736
3737         * gst/goom/plugin_info.c: (setOptimizedMethods):
3738           Disable altivec optimisations for 32-bit PPC as well to make
3739           things build properly on all PPC systems. Fixes #528143
3740
3741 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3742
3743         * gst-plugins-good.spec.in:
3744           Update for souphttpsrc plugin which has moved to -good.
3745
3746 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
3747
3748         * gst/matroska/matroska-demux.c:
3749         (gst_matroska_demux_handle_seek_event):
3750         Fix open-ended seeks in matroskademux
3751         Patch by: Mark Nauwelaerts <manauw skynet be>
3752         Fixes: #526557
3753
3754 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
3755
3756         * tests/check/Makefile.am:
3757         Add soup test certificates to the dist.
3758
3759 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
3760
3761         * ext/Makefile.am:
3762         Remove LADSPA reference I missed.
3763
3764 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
3765
3766         * ext/soup/gstsouphttpsrc.c: (plugin_init):
3767         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
3768         over gnome-vfs and everything else. Fixes bug #527848.
3769
3770 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
3771
3772         * configure.ac:
3773         * ext/Makefile.am:
3774         Remove LADSPA plugin. Fixes: #515978
3775
3776 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
3777
3778         * configure.ac:
3779         * docs/plugins/Makefile.am:
3780         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3781         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3782         * docs/plugins/gst-plugins-good-plugins.args:
3783         * docs/plugins/inspect/plugin-soup.xml:
3784         * ext/Makefile.am:
3785         * tests/check/Makefile.am:
3786         Move soup plugin from -bad (Fixes: #523124)
3787
3788 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
3789
3790         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
3791         Fix bounds checking of mode in Speex header, which may
3792         produce negative numbers in speex <= 1.1.12
3793
3794 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
3795
3796         * gst/goom/Makefile.am:
3797         * gst/goom/gfontlib.c:
3798         * gst/goom/gfontlib.h:
3799         * gst/goom/gfontrle.c:
3800         * gst/goom/gfontrle.h:
3801         * gst/goom/goom.h:
3802         * gst/goom/goom_core.c: (goom_update):
3803         * gst/goom/goom_plugin_info.h:
3804         * gst/goom/gstgoom.c: (gst_goom_chain):
3805         * gst/goom/plugin_info.c:
3806           Remove a bunch of font/text related code that we don't need.
3807
3808 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
3809
3810         * gst/goom/ppc_drawings.s:
3811         * gst/goom/ppc_zoom_ultimate.s:
3812           Change license of these files to LGPL, as permitted by the
3813           author, Guillaume Borios. See #515073.
3814
3815 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
3816
3817         * gst/goom/convolve_fx.c:
3818         * gst/goom/motif_goom1.h:
3819         * gst/goom/motif_goom2.h:
3820           As hinted in Bug #518213, revert one change and fix warnings properly.
3821           This fixes both #518213 and #520073 for me.     
3822
3823 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
3824
3825         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
3826         * gst/matroska/matroska-demux.c:
3827         (gst_matroska_demux_handle_seek_event),
3828         (gst_matroska_demux_parse_contents_seekentry),
3829         (gst_matroska_demux_loop):
3830         Fix the Forte build by making function declaration signatures
3831         match the implementations.
3832
3833 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
3834
3835         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
3836         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
3837         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
3838           More logging when probing (see #518474), some comments in _reset().
3839
3840 2008-04-07  Julien Moutte  <julien@fluendo.com>
3841
3842         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
3843         because of a bad argument number.
3844
3845 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3846
3847         * tests/icles/.cvsignore:
3848         * tests/icles/Makefile.am:
3849         * tests/icles/gdkpixbufsink-test.c:
3850           Interactive test app for gdkpixbufsink.
3851
3852 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3853
3854         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3855
3856         * configure.ac:
3857         Actually build dlls when cross-compiling with mingw32.
3858         Fixes bug #526247.
3859
3860 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
3861
3862         * ext/hal/hal.c: (gst_hal_get_alsa_element):
3863           Don't munge device string to 'default:x' for capture devices.
3864           Fixes #525833.
3865
3866 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
3867
3868         * ext/wavpack/gstwavpackparse.c:
3869         (gst_wavpack_parse_index_entry_free):
3870         Always use GSlice as we actually depend on GLib 2.12 already.
3871
3872 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
3873
3874         * configure.ac:
3875           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
3876           Also bump the GLib requirement to the current de-facto requirement
3877           (ie. 2.12).
3878
3879 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
3880
3881         * gst/rtp/gstrtph264pay.c: (encode_base64),
3882         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
3883         * gst/rtp/gstrtph264pay.h:
3884         Parse codec_data for future AVC compatibility.
3885         Fail when we encounter AVC data for now.
3886
3887 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
3888
3889         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
3890           (gst_spectrum_init), (gst_spectrum_set_property),
3891           (gst_spectrum_get_property), (gst_spectrum_message_new):
3892           Rename property enums and default defines for the properties to match
3893           the property names and rephrase property descriptions to make them a
3894           bit clearer (hopefully). See #518188.
3895
3896 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3897
3898         * tests/check/Makefile.am:
3899         * tests/check/elements/.cvsignore:
3900         * tests/check/elements/gdkpixbufsink.c:
3901           Add unit test for gdkpixbufsink element.
3902
3903 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3904
3905         * ext/gdk_pixbuf/Makefile.am:
3906         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
3907         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
3908           (gst_gdk_pixbuf_sink_base_init),
3909           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
3910           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
3911           (gst_gdk_pixbuf_sink_set_caps),
3912           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
3913           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
3914           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
3915           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
3916           (gst_gdk_pixbuf_sink_get_property):
3917         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
3918           Add gdkpixbufsink element for easy snapshotting (#525946).
3919
3920 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3921
3922         * tests/check/pipelines/wavpack.c: (wavpack_suite):
3923         Bump timeout from 3 to 60 seconds.
3924
3925 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3926
3927         * tests/check/pipelines/.cvignore:
3928         Remove useless file.
3929
3930         * tests/check/pipelines/.cvsignore:
3931         Add new test to .cvsignore.
3932
3933 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3934
3935         * tests/check/Makefile.am:
3936         * tests/check/pipelines/wavpack.c: (bus_handler),
3937         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
3938         (wavpack_suite), (main):
3939         Add unit test that encodes and decodes some data, checks that it
3940         is still the same and that all timestamps/offsets are perfect.
3941
3942 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3943
3944         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
3945         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
3946         * ext/wavpack/gstwavpackparse.c:
3947         (gst_wavpack_parse_index_entry_new),
3948         (gst_wavpack_parse_index_entry_free),
3949         (gst_wavpack_parse_base_init),
3950         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
3951         Use GSlice for allocating index entries and use
3952         gst_element_class_set_details_simple().
3953
3954 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
3955
3956         Patch by: Brian Cameron <brian.cameron at sun dot com>
3957
3958         * sys/sunaudio/gstsunaudio.c:
3959         * sys/sunaudio/gstsunaudiomixer.c:
3960         * sys/sunaudio/gstsunaudiomixer.h:
3961         * sys/sunaudio/gstsunaudiomixerctrl.c:
3962         * sys/sunaudio/gstsunaudiomixerctrl.h:
3963         * sys/sunaudio/gstsunaudiomixertrack.c:
3964         * sys/sunaudio/gstsunaudiomixertrack.h:
3965         * sys/sunaudio/gstsunaudiosink.c:
3966         * sys/sunaudio/gstsunaudiosink.h:
3967         * sys/sunaudio/gstsunaudiosrc.c:
3968         * sys/sunaudio/gstsunaudiosrc.h:
3969           Fix up copyrights (#525860).
3970
3971 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
3972
3973         * gst/goom/goomsl.c: (gsl_read_file):
3974           Check return value of fread() to avoid compiler warnings.
3975
3976 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
3977
3978         Based on patch by: Mersad Jelacic <mersad at axis dot com>
3979
3980         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
3981         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
3982         * gst/law/alaw-decode.h:
3983         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
3984         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
3985         (gst_mulawdec_chain), (gst_mulawdec_change_state):
3986         * gst/law/mulaw-decode.h:
3987         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
3988         Make negotiation a bit modern.
3989         Use pad_alloc. Fixes #525359.
3990
3991 2008-03-31  David Schleef  <ds@schleef.org>
3992
3993         * gst/goom/xmmx.c: Fix constraints on asm code so that it
3994           compiles consistently.  Fixes #522278.
3995
3996 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
3997
3998         Patch by: Brian Cameron <brian.cameron at sun dot com>
3999
4000         * sys/sunaudio/gstsunaudiomixerctrl.c:
4001           (gst_sunaudiomixer_ctrl_get_volume),
4002           (gst_sunaudiomixer_ctrl_set_volume):
4003         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
4004           Fix up the mixer tracks to use a volume range of 0-255, which is what
4005           the sun audio API uses. This simplifies the code and avoids rounding
4006           errors. Fixes #524593.
4007
4008 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
4009
4010         * sys/v4l2/gstv4l2object.c:
4011         * sys/v4l2/gstv4l2object.h:
4012         Add device-fd property to make it possible to apps to call ioctl's.
4013
4014 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4015
4016         * gst/qtdemux/qtdemux.c: (next_entry_size):
4017         Unbreak streaming mode again.
4018
4019 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
4020
4021         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
4022           Remove superfluous DEBUG macro.
4023
4024 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
4025
4026         Based on patch by: William M. Brack <wbrack at mmm com hk>
4027
4028         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
4029           (gst_v4l2src_set_capture):
4030           Check whether the device supports setting the framerate before
4031           trying to set it and then posting a warning or error if it doesn't
4032           work (#516649, #520092). Also compare fractions more correctly.
4033
4034 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4035
4036         * gst/goom/Makefile.am:
4037           Remove ppc assembler optimisations from the build until they
4038           actually build (they also seem to have GPL headers).
4039
4040 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4041
4042         * m4/Makefile.am:
4043           Better not dist files that don't exist any longer (lrint*m4).
4044
4045 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4046
4047         * configure.ac:
4048         * m4/lrint.m4:
4049         * m4/lrintf.m4:
4050         Remove lrint/lrintf checks. We don't use it anywhere.
4051
4052 2008-03-18  Andy Wingo  <wingo@pobox.com>
4053
4054         * sys/osxvideo/osxvideosink.m
4055         (gst_osx_video_sink_osxwindow_destroy)
4056         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4057         task, whoopdee.
4058         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4059         2 ms.
4060
4061 2008-03-18  Andy Wingo  <wingo@pobox.com>
4062
4063         * sys/osxvideo/osxvideosink.m
4064         (gst_osx_video_sink_osxwindow_destroy)
4065         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4066         task, whoopdee.
4067         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4068         2 ms.
4069         
4070 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4071
4072         Patch by: William M. Brack <wbrack at mmm com hk>
4073
4074         * sys/v4l2/v4l2src_calls.c:
4075           (gst_v4l2src_probe_caps_for_format_and_size),
4076           (gst_v4l2src_probe_caps_for_format):
4077           Make sure the probed frame sizes are reversed in the resulting
4078           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
4079           highest resolution first); also remove unused variable.
4080           (Partly fixes #520092)
4081
4082 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4083
4084         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4085
4086         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4087         (gst_rtspsrc_finalize):
4088         Call WSAStartup() and WSACleanup before using the Winsock API.
4089         See #520808.
4090
4091 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4092
4093         * gst/avi/gstavidemux.c:
4094           Erm, the buffer-size is just guint, no need for the special format
4095           specifier.
4096
4097 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
4098
4099         * gst/goom/plugin_info.c:
4100         * gst/goom/ppc_zoom_ultimate.h:
4101           Small fixes to build more on PPC: ifdef out code that uses unknown
4102           define; add newline at end of header file to avoid compiler warning.
4103           Assembler code still doesn't build though.
4104
4105 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4106
4107         * gst/avi/gstavidemux.c:
4108           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
4109           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
4110
4111 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4112
4113         * gst/avi/gstavidemux.c:
4114           Chunksize is uint32. Fix format specifier.
4115
4116 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
4117
4118         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
4119         mistake. Return file to pure MIT text.
4120
4121 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4122
4123         * gst/audiofx/audiofx.c:
4124         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
4125         of hardcoding values.
4126
4127 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
4128
4129         Patch by: Mark Nauwelaerts <manauw skynet be>
4130
4131         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
4132           (gst_oss_src_close):
4133         * sys/oss/gstosssrc.h:
4134           Cache probed caps, so _get_caps() during recording doesn't cause
4135           ioctl calls which may disrupt the recording (fixes #521875).
4136
4137 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4138
4139         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
4140         (gst_qtdemux_activate_segment),
4141         (gst_qtdemux_prepare_current_sample),
4142         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
4143         Make sure we always send a DISCONT after a seek by setting the sample
4144         index to an undefined value after a seek.
4145
4146 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
4147
4148         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
4149           (GST_IS_AVI_SUBTITLE_CLASS):
4150           Fix up IS_FOO macros, which makes gtk-doc much happier.
4151
4152 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
4153
4154         * tests/icles/Makefile.am:
4155           Move the -lgstfoo where it belongs.
4156
4157 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4158
4159         * gst/matroska/ebml-ids.h:
4160         Add ID for EBML CRC32 elements.
4161
4162         * gst/matroska/Makefile.am:
4163         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
4164         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
4165         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
4166         (gst_ebml_read_header):
4167         Support reading 80bit floats, add finalize method to clean up
4168         in any case, support reading length/id elements with any length
4169         as long as it's smaller than our supported maximum, don't leak
4170         buffers if reading as much data as we wanted failed and some
4171         smaller cleanup.
4172
4173 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4174
4175         Patch by: Olivier Crete <tester at tester dot ca>
4176
4177         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4178         Check that a buffer is large enough before reading from it.
4179         Fixes bug #521102.
4180         
4181 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4182
4183         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4184         Fix compilation after removing the GstPollMode from the
4185         constructor.
4186
4187 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
4188
4189         * configure.ac:
4190         * gst/audiofx/Makefile.am:
4191         * gst/audiofx/audiochebband.c:
4192         * gst/audiofx/audiocheblimit.c:
4193         * gst/audiofx/math_compat.h:
4194         Check for sinh(), cosh() and asinh() and define our own
4195         implementations if they're not available. Fixes bug #520880.
4196
4197 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
4198
4199         Patch by: Olivier Crete <tester at tester dot ca>
4200
4201         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
4202         Unref the buffers only once when handling not-negotiated errors.
4203         Fixes bug #520764.
4204
4205 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4206
4207         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4208
4209         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
4210         (gst_udpsrc_stop):
4211         Properly balance WSA_Cleanup with WSA_Startup.
4212         Also make the poll controllable on windows. Fixes #520888.
4213
4214 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4215
4216         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
4217         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
4218         (gst_ebml_read_element_length), (gst_ebml_peek_id),
4219         (gst_ebml_read_skip), (gst_ebml_read_buffer),
4220         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
4221         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
4222         (gst_ebml_read_date), (gst_ebml_read_master),
4223         (gst_ebml_read_binary), (gst_ebml_read_header):
4224         * gst/matroska/ebml-read.h:
4225         * gst/matroska/matroska-demux.c:
4226         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
4227         (gst_matroska_demux_read_track_encodings),
4228         (gst_matroska_demux_add_stream),
4229         (gst_matroska_demux_handle_src_query),
4230         (gst_matroska_demux_handle_seek_event),
4231         (gst_matroska_demux_init_stream),
4232         (gst_matroska_demux_parse_tracks),
4233         (gst_matroska_demux_parse_index_cuetrack),
4234         (gst_matroska_demux_parse_index_pointentry),
4235         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
4236         (gst_matroska_demux_parse_metadata_id_simple_tag),
4237         (gst_matroska_demux_parse_metadata_id_tag),
4238         (gst_matroska_demux_parse_metadata),
4239         (gst_matroska_demux_sync_streams),
4240         (gst_matroska_demux_push_hdr_buf),
4241         (gst_matroska_demux_push_flac_codec_priv_data),
4242         (gst_matroska_demux_push_xiph_codec_priv_data),
4243         (gst_matroska_demux_add_wvpk_header),
4244         (gst_matroska_demux_check_subtitle_buffer),
4245         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4246         (gst_matroska_demux_parse_cluster),
4247         (gst_matroska_demux_parse_contents_seekentry),
4248         (gst_matroska_demux_parse_contents),
4249         (gst_matroska_demux_loop_stream_parse_id),
4250         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
4251         * gst/matroska/matroska-demux.h:
4252         * gst/matroska/matroska-ids.h:
4253         Handle return values from pull_range in a more granular way to properly
4254         shut down on seeks.
4255         Combine return values from push.
4256         Implement proper error handling.
4257         Prepare for handling seeking correctly.
4258
4259 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
4260
4261         * gst/matroska/ebml-read.c:
4262         Use GINT64 formatting constants from GLIB.
4263
4264         * gst/matroska/matroska-demux.c:
4265         Add some guards to avoid a possible division by 0 and crashing
4266         with NULL events on some systems.
4267         Use gst_gdouble_to_guint64 somewhere instead of an implicit
4268         conversion. 
4269
4270         * gst/matroska/matroska-mux.c:
4271         Check for invalid timestamps in a bunch of places to avoid
4272         writing bogus durations into the output file.
4273         Fix some double<->gint64 conversions that weren't using
4274         gst_guint64_to_gdouble
4275
4276 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4277
4278         * configure.ac:
4279         Move the checks for bison, flex and as to the program section and the
4280         check for gcc inline asm to the compiler characteristics section.
4281
4282 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4283
4284         * configure.ac:
4285         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4286         plug-ins are included/excluded. (#498222)
4287
4288 2008-02-29  Michael Smith <msmith@fluendo.com>
4289
4290         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
4291           Don't call gst_object_sync_values() unless we have a valid timestamp.
4292
4293 2008-02-28  David Schleef  <ds@schleef.org>
4294
4295         * gst/matroska/matroska-demux.c:
4296         * gst/matroska/matroska-ids.h:
4297         * gst/matroska/matroska-mux.c:
4298           Fix Dirac mapping.  I had previously added a VfW-type
4299           mapping, but it looks like Dirac will get a native Matroska
4300           mapping, and this is the most likely method.
4301
4302 2008-02-28  David Schleef  <ds@schleef.org>
4303
4304         * gst/avi/gstavimux.c: Add Dirac encoding
4305
4306 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4307
4308         Patch by: Peter Kjellerstedt <pkj at axis com>
4309
4310         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
4311         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
4312         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
4313         * gst/udp/gstudpsrc.h:
4314         Port to GstPoll. See #505417.
4315
4316 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
4317
4318         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
4319         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
4320         yet on the srcpad. We need rate and channels before we
4321         can do any processing. Fixes bug #519088.
4322
4323 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
4324
4325         * configure.ac:
4326         Detect and indicate if GCC inline assembly syntax is
4327         available.
4328
4329         * gst/goom/Makefile.am:
4330         * gst/goom/convolve_fx.c:
4331         * gst/goom/flying_stars_fx.c:
4332         * gst/goom/goom_config.h:
4333         * gst/goom/goom_core.c:
4334         * gst/goom/goomsl.c:
4335         * gst/goom/ifs.c:
4336         * gst/goom/mmx.c:
4337         * gst/goom/plugin_info.c:
4338         * gst/goom/xmmx.c:
4339         Fix various GCC-isms, and only build the inline assembly
4340         with compilers that support GCC inline assembly.
4341
4342         Fix a couple of other warnings shown with Forte.
4343
4344 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
4345
4346         * gst/goom/xmmx.c:
4347           Use 'emms' instead of 'femms' to not crash on cpus that do not
4348           implement this 3dnow specific instruction.
4349
4350 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4351
4352         * gst/goom/plugin_info.c: (setOptimizedMethods):
4353         Use extended MMX for draw_line() too if available, not only
4354         normal MMX.
4355
4356 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4357
4358         * ext/jpeg/gstjpeg.c: (plugin_init):
4359         Remove (commented out) smoke typefinder. This is in base now.
4360
4361 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
4362
4363         * gst/goom2k1/Makefile.am:
4364         * gst/goom2k1/gstgoom.c:
4365
4366         Rename the installed library, and don't register the same 
4367         GType name as the new goom.
4368
4369 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4370
4371         * configure.ac:
4372         * ext/taglib/Makefile.am:
4373           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
4374           when building C++ code (#516509).
4375
4376 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4377
4378         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
4379         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
4380           (setOptimizedMethods):
4381           Call oil_init(), otherwise oil_get_cpu_flags() won't return
4382           anything useful. Export goom debug category so we can get
4383           rid of the VERBOSE define and the printfs.
4384
4385 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4386
4387         * gst/goom/goomsl_heap.c: (align_it):
4388         * gst/goom/plugin_info.c: (setOptimizedMethods):
4389           Compile fixes for x86-64.
4390
4391 2008-02-23  Bastien Nocera  <hadess@hadess.net>
4392
4393         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
4394         with warnings, but add other CFLAGS
4395
4396         * gst/goom/goomsl.c (gsl_instr_set_namespace),
4397         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
4398         (calculate_labels), (gsl_read_file):
4399         * gst/goom/goomsl_lex.l:
4400         * gst/goom/goomsl_yacc.y:
4401         * gst/goom/plugin_info.c: Remove a few live printf, and
4402         fprintf, replace exit() calls with g_assert_not_reached()
4403         if it not optimal for a library
4404
4405 2008-02-23  Bastien Nocera  <hadess@hadess.net>
4406
4407         * gst/goom/Makefile.am: Remove the warnings being disabled,
4408         fix linkage on x86, spotted by Sebastian Dröge
4409         <slomo@circular-chaos.org>
4410
4411         * gst/goom/convolve_fx.c (convolve_init),
4412         (create_output_with_brightness), (convolve_apply):
4413         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
4414         * gst/goom/goomsl.c:
4415         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
4416         * gst/goom/plugin_info.c:
4417         * gst/goom/tentacle3d.c (tentacle_fx_create):
4418         Fix warnings, and disable the motifs in the convolve_fx
4419         plugin (they were causing warnings, and they were just
4420         "Goom" in funny letterring)
4421
4422 2008-02-23  Bastien Nocera  <hadess@hadess.net>
4423
4424         * configure.ac: Add checks for Flex/Yacc/Bison and other
4425         furry animals, for the new goom 2k4 based plugin
4426
4427         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
4428         CPU optimisations (not working yet), move the old plugin to...
4429
4430         * gst/goom2k1/*: ... here, in case somebody is sick enough
4431
4432         Fixes #515073
4433
4434 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4435
4436         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
4437         Post the server response code in an error message instead of a generic
4438         'error' message. Fixes #517237.
4439
4440 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4441
4442         * tests/check/Makefile.am:
4443         Ignore gconfaudiosrc for the states unit test too. It will fallback
4444         to alsasrc if the gconf settings can't be read and not everybody has
4445         alsa.
4446
4447 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4448
4449         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
4450         (gst_wavpack_parse_create_src_pad):
4451         * ext/wavpack/gstwavpackparse.h:
4452         Always report the duration if we know it in push mode and don't
4453         return 0 just to make totem believe we can't seek in push mode.
4454         Newer totem version use the SEEKING query which properly reports
4455         if we can seek or not.
4456
4457 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4458
4459         Patch by: Jens Granseuer <jensgr at gmx dot net>
4460
4461         * tests/examples/equalizer/demo.c: (main):
4462         C89 fix, moving variable declarations to the beginning of
4463         the block. Fixes bug #517933.
4464
4465 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
4466
4467         * configure.ac:
4468         Back to development...
4469
4470 === release 0.10.7 ===
4471
4472 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
4473
4474         * configure.ac:
4475           releasing 0.10.7, "Red Door Black"
4476
4477 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4478
4479         * gst/alpha/Makefile.am:
4480         Link alpha plugin with libgstbase. Fixes bug #517386.
4481
4482 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4483
4484         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
4485         Init values to -1 instead of the default 0 value.
4486         Fixes #516524.
4487
4488 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
4489
4490         * tests/examples/spectrum/spectrum-example.c:
4491         Add missing include to fix compilation when libxml usage is disabled.
4492         Fixes: #516371
4493
4494 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
4495
4496         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
4497         fixes: #514889
4498
4499         * gst/rtp/gstrtph264pay.c:
4500         * gst/rtp/gstrtpmp4gdepay.c:
4501         * gst/rtp/gstrtpmp4gpay.c:
4502         * gst/rtp/gstrtpmp4gpay.h:
4503         * gst/rtp/gstrtptheorapay.c:
4504         * gst/rtp/gstrtpvorbispay.c:
4505
4506         Fix various leaks shown up in valgrind
4507         - free sprops and buffer in error cases in H264 payloader
4508         - fix leak in mp4g depayloader when construction the caps
4509         - don't leak config string in the mp4g payloader
4510         - don't leak buffers and headers in theora and vorbis payloaders
4511
4512         * tests/check/elements/rtp-payloading.c:
4513
4514         Fix the RTP data test
4515         - Actually send valid amr data to the payloader instead of 20
4516         zero-bytes
4517         - The mp4g payloader expects codec_data on the caps
4518
4519 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
4520
4521         * win32/MANIFEST:
4522         Add libgstpng.dsp to MANIFEST.
4523         * win32/vs6/libgstaudiofx.dsp:
4524         Add new source files to VS project file.
4525
4526 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
4527
4528         * sys/ximage/gstximagesrc.c:
4529         Initialise variables when opening the X display rather
4530         than in _start(), as the display can be opened before that.
4531
4532         Fixes: #515985
4533
4534 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4535
4536         * sys/directdraw/gstdirectdrawsink.c:
4537         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
4538         (gst_directdraw_sink_finalize):
4539         Properly chain up finalize functions. Fixes bug #515980.
4540
4541 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4542
4543         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
4544         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
4545         (gst_v4l2_buffer_pool_class_init):
4546         Chain up the finalize functions. Fixes bug #515984.
4547
4548 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
4549
4550         * sys/ximage/ximageutil.c:
4551         Chain up in the finalize function for our custom
4552         buffer sub-class.
4553         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
4554         Fixes: #515706
4555
4556 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4557
4558         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
4559         (gst_fenced_buffer_class_init):
4560         Properly chain up finalize method. Fixes bug #515979.
4561
4562 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
4563
4564         * sys/ximage/gstximagesrc.c:
4565         Free allocated Damage memory before closing our connection to the
4566         X server. Partially fixes: #515706
4567
4568 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4569
4570         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
4571         * tests/check/Makefile.am:
4572         * tests/check/gst-plugins-good.supp:
4573         Add a few libjpeg suppressions and initialize a variable to
4574         make smokeenc valgrind clean. Fixes bug #515701.
4575
4576 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
4577
4578         * gst/avi/gstavidemux.c:
4579         Revert patch which sends timestamps only on keyframes, as it
4580         breaks playback with current gst-ffmpeg.
4581
4582         Fixes: #515562
4583
4584 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4585
4586         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
4587         * tests/check/elements/multifile.c: (GST_START_TEST):
4588         Close some memory leaks spotted by the unit test. Fixes bug #515697.
4589
4590 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4591
4592         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
4593         Use and unset the GError when pipeline creation fails instead of
4594         simply leaking it. Fixes bug #515704.
4595
4596 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
4597
4598         * gst/audiofx/audioamplify.c:
4599         * gst/audiofx/audiochebband.c:
4600         * gst/audiofx/audiocheblimit.c:
4601         * gst/audiofx/audiodynamic.c:
4602         * gst/audiofx/audioinvert.c:
4603         * gst/audiofx/audiopanorama.c:
4604         * gst/audiofx/audiowsincband.c:
4605         * gst/audiofx/audiowsinclimit.c:
4606         Fix long description of audiofx elements. Fixes bug #515457.
4607
4608 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
4609
4610         * docs/plugins/Makefile.am:
4611         * gst/spectrum/gstspectrum.c:
4612         * tests/examples/spectrum/.cvsignore:
4613         * tests/examples/spectrum/Makefile.am:
4614         * tests/examples/spectrum/spectrum-example.c:
4615
4616         Add a simple example application for the spectrum element, include it
4617         in the docs, and fix some documentation ambiguities.
4618
4619         Fixes: #348085
4620
4621 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4622
4623         * gst/equalizer/Makefile.am:
4624         * gst/spectrum/Makefile.am:
4625         Fix includes order
4626
4627         * tests/check/Makefile.am:
4628         Exclude v4l2src from the states test - it takes too long to start.
4629
4630         * tests/check/elements/spectrum.c:
4631         Make the test run properly with CK_FORK=no
4632
4633 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
4634
4635         * gst/audiofix/Makefile.am: add missing header files 
4636
4637 2008-02-08  Julien Moutte  <julien@fluendo.com>
4638
4639         * gst/matroska/matroska-demux.c:
4640         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
4641         keyframe and delta units correctly when dealign with a BlockGroup.
4642         Fixes: #514397
4643
4644 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4645
4646         * tests/check/elements/.cvsignore:
4647         Spell the new tests correctly in .cvsignore
4648
4649 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
4650
4651         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
4652           Need to use gsize here for the size, fixes compiler warning.
4653
4654         * tests/examples/equalizer/.cvsignore:
4655         * tests/examples/equalizer/Makefile.am:
4656         * tests/examples/spectrum/.cvsignore:
4657         * tests/examples/spectrum/Makefile.am:
4658           Add missing files to fix the build.
4659
4660 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4661
4662         * configure.ac:
4663         * docs/plugins/Makefile.am:
4664         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4665         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4666         * docs/plugins/gst-plugins-good-plugins.args:
4667         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4668         * docs/plugins/inspect/plugin-multifile.xml:
4669         * tests/check/Makefile.am:
4670         * tests/check/elements/.cvsignore:
4671
4672         Move multifile plugin from -bad.
4673         Fixes: #490283
4674
4675 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4676
4677         * configure.ac:
4678         * docs/plugins/Makefile.am:
4679         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4680         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4681         * docs/plugins/gst-plugins-good-plugins.args:
4682         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4683         * docs/plugins/inspect/plugin-spectrum.xml:
4684         * gst/spectrum/Makefile.am:
4685         * tests/check/Makefile.am:
4686         * tests/check/elements/.cvsignore:
4687         * tests/examples/Makefile.am:
4688
4689         Move spectrum plugin from -bad.
4690         Move examples into tests/examples/spectrum.
4691
4692 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4693
4694         * configure.ac:
4695         * docs/plugins/Makefile.am:
4696         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4697         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4698         * docs/plugins/gst-plugins-good-plugins.args:
4699         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4700         * docs/plugins/gst-plugins-good-plugins.interfaces:
4701         * docs/plugins/inspect/plugin-equalizer.xml:
4702         * gst/equalizer/Makefile.am:
4703         * tests/check/Makefile.am:
4704         * tests/examples/Makefile.am:
4705         Move the equalizer plugin across from -bad
4706
4707         * tests/check/elements/.cvsignore:
4708         Add equalizer, audiosincwband and audiosincwlimit
4709
4710         * tests/check/elements/equalizer.c:
4711         Fix compiler warnings
4712
4713         Fixes: #415627
4714
4715 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4716
4717         * configure.ac:
4718         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
4719         are treated like releases and build without it.
4720
4721 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4722
4723         * docs/plugins/Makefile.am:
4724         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4725         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4726         * docs/plugins/gst-plugins-good-plugins.args:
4727         * docs/plugins/inspect/plugin-audiofx.xml:
4728         * gst/audiofx/Makefile.am:
4729         * gst/audiofx/audiofx.c:
4730         * gst/audiofx/audiowsincband.c:
4731         * gst/audiofx/audiowsincband.h:
4732         * gst/audiofx/audiowsinclimit.c:
4733         * gst/audiofx/audiowsinclimit.h:
4734         * tests/check/Makefile.am:
4735         * tests/check/elements/audiowsincband.c:
4736         * tests/check/elements/audiowsinclimit.c:
4737
4738         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
4739         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
4740         respectively.
4741
4742         Fixes: #467666
4743
4744 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4745
4746         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
4747         * tests/check/elements/icydemux.c:
4748           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
4749           caps, and add a somewhat useful debug message. Plus test.
4750
4751 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
4752
4753         * gst/rtsp/gstrtspsrc.c:
4754         Include unistd.h only if HAVE_UNISTD_H is defined
4755         * win32/common/config.h.in:
4756         * win32/common/config.h:
4757         Define socklen_t as it seems it's not defined in default 
4758         Visual Studio headers.
4759         * win32/vs6/libgstalpha.dsp:
4760         * win32/vs6/libgstapetag.dsp:
4761         * win32/vs6/libgstavi.dsp:
4762         * win32/vs6/libgstrtp.dsp:
4763         * win32/vs6/libgstrtsp.dsp:
4764         * win32/vs6/libgstvideomixer.dsp:
4765         Update project file dependencies and add new source files       
4766
4767 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
4768
4769         Patch by: Bjarne Rosengren <bjarne at axis dot com>
4770
4771         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
4772         Don't leak buffers when we don't push them downstream.
4773         Fixes bug #514965.
4774
4775 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4776
4777         * configure.ac:
4778           Bump requirements to (good) released versions to avoid
4779           confusion and make implicit core requirement explicit.
4780
4781 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
4782
4783         * docs/plugins/Makefile.am:
4784         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4785         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4786         * docs/plugins/gst-plugins-good-plugins.args:
4787         * docs/plugins/inspect/plugin-audiofx.xml:
4788         * gst/audiofx/Makefile.am:
4789         * gst/audiofx/audiochebband.c:
4790         * gst/audiofx/audiochebband.h:
4791         * gst/audiofx/audiocheblimit.c:
4792         * gst/audiofx/audiocheblimit.h:
4793         * gst/audiofx/audiochebyshevfreqband.c:
4794         * gst/audiofx/audiochebyshevfreqband.h:
4795         * gst/audiofx/audiochebyshevfreqlimit.c:
4796         * gst/audiofx/audiochebyshevfreqlimit.h:
4797         * gst/audiofx/audiofx.c:
4798         * tests/check/Makefile.am:
4799         * tests/check/elements/.cvsignore:
4800         * tests/check/elements/audiochebband.c:
4801         * tests/check/elements/audiocheblimit.c:
4802         * tests/check/elements/audiochebyshevfreqband.c:
4803         * tests/check/elements/audiochebyshevfreqlimit.c:
4804
4805         Rename audiochebyshevfreqband -> audiochebband and
4806         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
4807         surgery.
4808
4809         Closes: #491811
4810
4811 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4812
4813         Patch by: Orjan Friberg <orjanf at axis dot com>
4814
4815         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
4816         Fix caps memory leak. Fixes #514573.
4817
4818 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
4819
4820         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
4821         If there's no entries in the subindex, don't try to do anything stupid,
4822         just return.
4823
4824 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4825
4826         Patch by: John Millikin <jmillikin at gmail dot com>
4827
4828         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
4829           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
4830           Fix extraction of picture blocks with newer libflac versions again:
4831           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
4832
4833 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4834
4835         * tests/check/Makefile.am:
4836           Add rtp-payloading test to VALGRIND_TO_FIX.
4837
4838         * tests/check/elements/rtp-payloading.c:
4839           Add semicolons after GST_TEST_END so gst-indent gets the
4840           formatting right; make test less verbose in general, but
4841           more verbose in the error case (which should probably
4842           make the test fail anyway).
4843
4844 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
4845
4846         * docs/plugins/Makefile.am:
4847         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4848         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4849         * gst/avi/gstavisubtitle.c:
4850         Add documentation for avisubtitle and change class to
4851         Codec/Parser/Subtitle
4852
4853 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
4854
4855         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4856         Treat ENOTTY (driver does not implement ioctl) the same as
4857         EINVAL since it implies there are no available standards.
4858
4859         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
4860         (gst_v4l2src_get_nearest_size):
4861         Replace gst_v4l2src_get_size_limits with 2 calls to new function
4862         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
4863         probe if the driver does not support VIDIOC_TRY_FMT for whatever
4864         reason, and if we aren't yet actively capturing.
4865
4866         * sys/v4l2/v4l2src_calls.h:
4867         Remove replaced function declaration.
4868
4869 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
4870
4871         * configure.ac:
4872         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
4873         API.
4874
4875 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
4876
4877         * configure.ac:
4878         Fix typo.
4879
4880 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4881
4882         * gst/alpha/Makefile.am:
4883         * gst/alpha/gstalpha.c:
4884
4885         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
4886         some stuff, and making buffer-alloc and resizing work automatically.
4887         No longer crashes on odd frame widths and heights, although there
4888         seems to be a disagreement with ffmpegcolorspace about what size
4889         an AYUV frame with odd height should be.
4890
4891 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4892
4893         Patch by: Alessandro Decina <alessandro at nnva dot org>
4894
4895         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
4896         * ext/libpng/gstpngenc.h:
4897         Preallocate the output buffer so that g_memdup() and
4898         gst_buffer_merge() aren't needed anymore. This greatly improves
4899         performances and fixes #512544.
4900
4901 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4902
4903         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
4904         (gst_avi_demux_stream_data):
4905         GStreamer timestamps are PTS values while AVI only knows about DTS
4906         timestamps. Make sure we only copy the DTS as the buffer timestamp when
4907         we are dealing with a key frame.
4908
4909 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
4910
4911         * tests/check/Makefile.am:
4912         * tests/check/elements/.cvsignore:
4913         * tests/check/elements/rtp-payloading.c:
4914           Add add testsuite for the rtp-payloader that tries simulating
4915           dataflow. Needs more test data.
4916
4917 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
4918
4919         * tests/check/elements/alphacolor.c:
4920           Remove two unused variables.
4921
4922 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
4923
4924         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
4925           Use g_ascii_strtoll() instead of atoll, which is only
4926           available in C99.
4927
4928 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
4929
4930         * gst/rtp/Makefile.am:
4931         * gst/rtp/gstrtp.c:
4932         * gst/rtp/gstrtpmpvpay.c:
4933         * gst/rtp/gstrtpmpvpay.h:
4934         Add MPEG2 video payloader
4935
4936 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
4937
4938         * gst/level/gstlevel.c:
4939         Use #include <math.h> instead of #include "math.h".
4940
4941 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
4942
4943         * tests/check/Makefile.am:
4944         Fix up some CFLAGS sets.
4945         Don't include gconfvideosrc in the states test.
4946
4947         * tests/check/elements/autodetect.c: (GST_START_TEST):
4948         Add some error strings to fail_unless arguments to fix some weird
4949         compiler errors on Solaris.
4950
4951 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
4952
4953         * configure.ac:
4954         Detect video4linux headers on Solaris too.
4955         * sys/v4l2/gstv4l2colorbalance.h:
4956         * sys/v4l2/gstv4l2object.h:
4957         * sys/v4l2/v4l2_calls.c:
4958         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
4959         (gst_v4l2_buffer_new):
4960
4961         Make v4l2 build on Solaris.
4962         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4963         Fixes: #510505
4964
4965 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
4966
4967         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4968           Update list from (still local) scanning script.
4969
4970 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
4971
4972         Based on a patch by:
4973             Victor STINNER <victor dot stinner at haypocalc dot com>
4974
4975         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4976         Set variable to NULL after freeing it to prevent double frees
4977         or make failures by another use of it afterwards more obvious
4978         and fix use of it after the freeing. Fixes bug #510592.
4979
4980 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
4981
4982         * gst/udp/gstmultiudpsink.c:
4983         use GST_WARNING for logging
4984
4985 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
4986
4987         * gst/udp/gstmultiudpsink.c:
4988         Don't try to leave a multicast group with an invalid socket
4989
4990 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
4991
4992         * ext/flac/gstflacdec.c:
4993           Fix compilation against flac 1.1.2 (as on debian stable), where
4994           the picture metadata defines and structs don't exist yet.
4995           Fixes #509301.
4996
4997 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4998
4999         Patch by: Olivier Crete <tester at tester dot ca>
5000
5001         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
5002         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
5003         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
5004         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
5005         * gst/udp/gstmultiudpsink.h:
5006         Add property to automatically join a multicast group or not. This can be
5007         useful when sharing a socket between multiple elements.
5008         Fixes #509531.
5009
5010 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5011
5012         * gst/videomixer/Makefile.am:
5013           Add controller flags.
5014
5015 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5016
5017         * gst/videomixer/videomixer.c:
5018           Also commit the missing gst_object_sync_values().
5019
5020 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5021
5022         * docs/plugins/Makefile.am:
5023           Remove duplicate entry.
5024
5025 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5026
5027         * docs/plugins/Makefile.am:
5028         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5029         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5030         * docs/plugins/inspect/plugin-gamma.xml:
5031         * docs/plugins/inspect/plugin-monoscope.xml:
5032         * docs/plugins/inspect/plugin-video4linux2.xml:
5033           Add 3 more plugins to docs.
5034
5035 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5036
5037         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5038         * sys/osxvideo/osxvideosink.h:
5039           Revert previous change caused by a file that got stuck on an old
5040           revision.
5041
5042 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5043
5044         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5045         * gst/multipart/Makefile.am:
5046         * gst/multipart/multipartdemux.c:
5047         * gst/multipart/multipartdemux.h:
5048         * gst/multipart/multipartmux.c:
5049         * gst/multipart/multipartmux.h:
5050           Re-add multipartdemux to the docs. Last round of section cleanup.
5051
5052 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5053
5054         * docs/plugins/Makefile.am:
5055         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5056         * sys/osxaudio/gstosxaudiosink.h:
5057         * sys/osxvideo/osxvideosink.h:
5058           Managed to resolve most unused declarations. Filed a bug for one left.          
5059
5060 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5061
5062         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5063           Cleanup section file.
5064
5065 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5066
5067         * docs/plugins/Makefile.am:
5068         * docs/plugins/gst-plugins-good-plugins.args:
5069         * docs/plugins/gst-plugins-good-plugins.signals:
5070         * docs/plugins/inspect/plugin-alaw.xml:
5071         * docs/plugins/inspect/plugin-alpha.xml:
5072         * docs/plugins/inspect/plugin-alphacolor.xml:
5073         * docs/plugins/inspect/plugin-annodex.xml:
5074         * docs/plugins/inspect/plugin-apetag.xml:
5075         * docs/plugins/inspect/plugin-audiofx.xml:
5076         * docs/plugins/inspect/plugin-auparse.xml:
5077         * docs/plugins/inspect/plugin-autodetect.xml:
5078         * docs/plugins/inspect/plugin-avi.xml:
5079         * docs/plugins/inspect/plugin-cairo.xml:
5080         * docs/plugins/inspect/plugin-cdio.xml:
5081         * docs/plugins/inspect/plugin-cutter.xml:
5082         * docs/plugins/inspect/plugin-debug.xml:
5083         * docs/plugins/inspect/plugin-dv.xml:
5084         * docs/plugins/inspect/plugin-efence.xml:
5085         * docs/plugins/inspect/plugin-effectv.xml:
5086         * docs/plugins/inspect/plugin-flac.xml:
5087         * docs/plugins/inspect/plugin-flxdec.xml:
5088         * docs/plugins/inspect/plugin-gconfelements.xml:
5089         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5090         * docs/plugins/inspect/plugin-goom.xml:
5091         * docs/plugins/inspect/plugin-halelements.xml:
5092         * docs/plugins/inspect/plugin-icydemux.xml:
5093         * docs/plugins/inspect/plugin-id3demux.xml:
5094         * docs/plugins/inspect/plugin-jpeg.xml:
5095         * docs/plugins/inspect/plugin-ladspa.xml:
5096         * docs/plugins/inspect/plugin-level.xml:
5097         * docs/plugins/inspect/plugin-matroska.xml:
5098         * docs/plugins/inspect/plugin-mulaw.xml:
5099         * docs/plugins/inspect/plugin-multipart.xml:
5100         * docs/plugins/inspect/plugin-navigationtest.xml:
5101         * docs/plugins/inspect/plugin-png.xml:
5102         * docs/plugins/inspect/plugin-quicktime.xml:
5103         * docs/plugins/inspect/plugin-rtp.xml:
5104         * docs/plugins/inspect/plugin-rtsp.xml:
5105         * docs/plugins/inspect/plugin-shout2send.xml:
5106         * docs/plugins/inspect/plugin-smpte.xml:
5107         * docs/plugins/inspect/plugin-speex.xml:
5108         * docs/plugins/inspect/plugin-taglib.xml:
5109         * docs/plugins/inspect/plugin-udp.xml:
5110         * docs/plugins/inspect/plugin-videobalance.xml:
5111         * docs/plugins/inspect/plugin-videobox.xml:
5112         * docs/plugins/inspect/plugin-videocrop.xml:
5113         * docs/plugins/inspect/plugin-videoflip.xml:
5114         * docs/plugins/inspect/plugin-videomixer.xml:
5115         * docs/plugins/inspect/plugin-wavenc.xml:
5116         * docs/plugins/inspect/plugin-wavpack.xml:
5117         * docs/plugins/inspect/plugin-wavparse.xml:
5118           Update plugin docs.
5119
5120         * gst/videomixer/Makefile.am:
5121         * gst/videomixer/videomixer.c:
5122         * gst/videomixer/videomixer.h:
5123         * gst/videomixer/videomixerpad.h:
5124           Split out header to fix warnings from the doc-build.
5125
5126 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5127
5128         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
5129
5130         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
5131         Use atoll to parse the rtptime with enough precision. Fixes #509329.
5132
5133 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
5134
5135         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
5136         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
5137           Initialise variables to work around (false) 'foo might be used
5138           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
5139
5140 2008-01-11  David Schleef  <ds@schleef.org>
5141
5142         * docs/plugins/.cvsignore:
5143         * tests/check/pipelines/.cvsignore:
5144           Ignore more files for the buildbot.
5145
5146 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5147
5148         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
5149         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
5150         Generate the image-type values correctly. Leave them out of the caps
5151         when outputting a "preview image" tag, since it only makes sense
5152         to have one of those - the type is irrelevant.
5153
5154         * sys/sunaudio/gstsunaudiomixerctrl.c:
5155         (gst_sunaudiomixer_ctrl_open):
5156         If we can, mark the mixer multiple open when we use it, in case
5157         (for some reason) the process wants to open it again elsewhere.
5158
5159 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5160
5161         Patch by: Olivier Crete <tester at tester dot ca>
5162
5163         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
5164         * gst/rtp/gstrtptheorapay.c:
5165         Fix the clock rate to 90000 as required by the RFC.
5166         Fixes #508644.
5167
5168 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
5169
5170         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
5171           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
5172
5173 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5174
5175         * autogen.sh:
5176           Add -Wno-portability to the automake parameters to stop warnings
5177           about GNU make extensions being used. We require GNU make in almost
5178           every Makefile anyway.
5179           
5180         * configure.ac:
5181           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5182           at the same time is required for per target flags.
5183
5184 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
5185
5186         * gst/videomixer/videomixer.c: (gst_videomixer_init):
5187         Fix error from my last commit.
5188
5189 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
5190
5191         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
5192
5193         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
5194           Make sure the ISO 639-X language code in ID3v2 COMM frames
5195           is actually valid UTF-8 (or rather: ASCII), so we don't end
5196           up with non-UTF8 strings in tags if there's garbage in the
5197           language field. Also make sure the language code is always
5198           lower case. Fixes: #508291.
5199
5200 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
5201
5202         * ChangeLog:
5203           Fix ChangeLog typo.
5204
5205 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
5206
5207         * Makefile.am:
5208           Include lcov.mak to allow building coverage reports. Guard
5209           check-torture target like in the other packages.
5210
5211 2008-01-09  Sameer Naik  <sameer@damagehead.com>
5212
5213         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
5214
5215         * gst/videomixer/videomixer.c:
5216         (gst_videomixer_set_master_geometry), (_do_init),
5217         (gst_videomixer_child_proxy_get_child_by_index),
5218         (gst_videomixer_child_proxy_get_children_count),
5219         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
5220         (gst_videomixer_init), (gst_videomixer_request_new_pad),
5221         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
5222         Implement GstChildProxy interface.
5223         Send newsegment at the right moment
5224         Fixes #488879
5225
5226 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
5227
5228         * gst/alpha/Makefile.am:
5229         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
5230         (gst_alpha_sink_event), (gst_alpha_chain),
5231         (gst_alpha_change_state), (plugin_init):
5232         Make the various properties of 'alpha' controllable. This allows doing
5233         niceties like fade-in/fade-out.
5234
5235 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
5236
5237         * gst/rtp/gstasteriskh263.c:
5238         * gst/rtp/gstrtpL16depay.c:
5239         * gst/rtp/gstrtpac3depay.c:
5240         * gst/rtp/gstrtpamrpay.c:
5241         * gst/rtp/gstrtpdepay.c:
5242         * gst/rtp/gstrtpgsmdepay.c:
5243         * gst/rtp/gstrtph263depay.c:
5244         * gst/rtp/gstrtph263pdepay.c:
5245         * gst/rtp/gstrtph263ppay.c:
5246         * gst/rtp/gstrtph264depay.c:
5247         * gst/rtp/gstrtph264pay.c:
5248         * gst/rtp/gstrtpmp2tdepay.c:
5249         * gst/rtp/gstrtpmp4adepay.c:
5250         * gst/rtp/gstrtpmp4gdepay.c:
5251         * gst/rtp/gstrtpmp4gpay.c:
5252         * gst/rtp/gstrtpmp4vdepay.c:
5253         * gst/rtp/gstrtpmpadepay.c:
5254         * gst/rtp/gstrtpmpvdepay.c:
5255         * gst/rtp/gstrtpsv3vdepay.c:
5256         * gst/rtp/gstrtptheoradepay.c:
5257         * gst/rtp/gstrtptheorapay.c:
5258         * gst/rtp/gstrtpvorbisdepay.c:
5259         * gst/rtp/gstrtpvorbispay.c:
5260           Remove copy/paste unused code (property setters and getter) found by
5261           the coverage suite (yay, saves ~20k on disk).
5262
5263 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5264
5265         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
5266           (videosink_templ):
5267           Also fix up pad templates to indicate that image/jpeg doesn't
5268           absolutely require the framerate property to be set (#504081).
5269
5270 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5271
5272         Based on patch by: Wouter Cloetens  <wouter at mind be>
5273
5274         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
5275           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
5276           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
5277         * gst/matroska/matroska-mux.h:
5278           Keep track of first and last timestamps for each incoming stream,
5279           so we can calculate the total duration for live sources and other
5280           input where we can't query the duration from the start or where
5281           there's no constant framerate from which we can deduce the
5282           duration; also use calculated/observed duration if it is bigger
5283           than the previously queried duration. Furthermore, use
5284           gst_pad_query_peer_duration() and take into account that it may
5285           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
5286           screws up comparisons when using unsigned integers. Fixes #504081.
5287
5288 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
5289
5290         * configure.ac:
5291         * gst/audiofx/audioamplify.c:
5292         (gst_audio_amplify_clipping_method_get_type),
5293         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
5294         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
5295         (gst_audio_dynamic_transform_ip):
5296         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
5297         (gst_audio_invert_transform_ip):
5298         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
5299         (gst_audio_panorama_transform):
5300         * gst/level/gstlevel.c: (gst_level_init):
5301         Make elements GST_BUFFER_FLAG_GAP aware and call
5302         gst_base_transform_set_gap_aware for this.
5303         Bump core requirement to CVS.
5304         
5305         * gst/audiofx/audiochebyshevfreqband.c:
5306         (gst_audio_chebyshev_freq_band_transform_ip):
5307         * gst/audiofx/audiochebyshevfreqlimit.c:
5308         (gst_audio_chebyshev_freq_limit_transform_ip):
5309         Also sync GObject properties to the controller if operating
5310         in passthrough mode.
5311
5312 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5313
5314         * sys/directdraw/gstdirectdrawsink.c:
5315           (gst_directdraw_sink_window_thread):
5316           FALSE is not a gpointer.
5317
5318 2008-01-05  Julien Moutte  <julien@fluendo.com>
5319
5320         * sys/directdraw/gstdirectdrawsink.c:
5321         (gst_directdraw_sink_set_window_id),
5322         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
5323         (gst_directdraw_sink_buffer_alloc),
5324         (gst_directdraw_sink_draw_borders),
5325         (gst_directdraw_sink_show_frame),
5326         (gst_directdraw_sink_setup_ddraw),
5327         (gst_directdraw_sink_window_thread),
5328         (gst_directdraw_sink_get_ddrawcaps),
5329         (gst_directdraw_sink_surface_create): Make sure we create our
5330         internal window only when we need it. That will give a chance to
5331         the application to get the prepare-xwindow-id bus message. Draw
5332         black borders when keeping aspect ratio. Handle the case where our
5333         rendering window disappears (closed or errors) like other sinks
5334         do. Various 80 columns fixes, improve state change order. That
5335         element could need some more love.
5336
5337 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
5338
5339         * ext/taglib/gstapev2mux.h:
5340         * ext/taglib/gstid3v2mux.h:
5341         Remove useless typedefs without new type name. Fixes a warning with
5342         gcc 4.3.
5343
5344 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
5345
5346         Patch by: John Millikin <jmillikin at gmail dot com>
5347
5348         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
5349         (gst_flac_dec_setup_stream_decoder),
5350         (gst_flac_normalize_picture_mime_type),
5351         (gst_flac_extract_picture_buffer),
5352         (gst_flac_dec_metadata_callback):
5353         Emit metadata messages when a PICTURE block is encountered.
5354         Fixes #506715.
5355
5356 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
5357
5358         * gst/avi/gstavi.c:
5359         increase rank because no known issues anymore ...
5360         * gst/avi/gstavisubtitle.c:
5361         send subtitle name to the srcpad
5362
5363 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5364
5365         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
5366         * gst/rtsp/gstrtspsrc.h:
5367         Implement redirect for the DESCRIBE reply. Fixes #506025.
5368
5369 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5370
5371         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
5372         Fix 'xyz may be used uninitialized' compiler warnings caused
5373         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5374         abort() in any case but properly report the error.
5375
5376 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
5377
5378         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
5379         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
5380         * sys/ximage/gstximagesrc.c: (composite_pixel):
5381           Fix 'xyz may be used uninitialized' compiler warnings caused
5382           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
5383           not really nice to abort in any case). Fixes #505745.
5384
5385 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
5386
5387         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
5388           Small unit test fix (has no practical impact at the moment,
5389           since we're only feeding utf8 and hence just create a sub-
5390           buffer for the output).
5391
5392 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
5393
5394         * gst/avi/gstavisubtitle.c:
5395         * tests/check/elements/avisubtitle.c:
5396         Add seeking support for avi subtitle
5397
5398 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5399
5400         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
5401         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
5402         (gst_flac_dec_write):
5403         * ext/flac/gstflacdec.h:
5404         Remove some unused vars.
5405         Do more cleanup of leftover events and tags.
5406         Output tags after the segment event. Fixes #504018.
5407
5408 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
5409
5410         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
5411           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
5412           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
5413           Detect other UTF byte order markers and convert to UTF-8 as
5414           appropriate.
5415
5416 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
5417
5418         * gst/avi/gstavisubtitle.c: (src_template),
5419           (gst_avi_subtitle_extract_utf8_file),
5420           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
5421           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
5422           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
5423         * gst/avi/gstavisubtitle.h:
5424           Refactor a bit; fix name extraction; don't assume all the data
5425           in the chunk is actually subtitle data, there may be padding at
5426           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
5427           file so it's there to send again after a seek (for future use).
5428
5429 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5430
5431         * gst/avi/Makefile.am:
5432         * gst/avi/gstavi.c:
5433         * gst/avi/gstavisubtitle.c:
5434         * gst/avi/gstavisubtitle.h:
5435         * tests/check/Makefile.am:
5436         * tests/check/elements/avisubtitle.c:
5437         * win32/common/config.h:
5438                 Add avi subtitle element for bug #442034. Need seeking support
5439                 and more support for character conversion.
5440
5441 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
5442
5443         * Makefile.am:
5444           Include common/win32.mak for CRLF check of win32 project
5445           files (see #393626).
5446
5447         * win32/vs6/libgstpng.dsp:
5448           Fix line endings and do cvs admin -kb.
5449
5450 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5451
5452         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
5453         Actually drop the buffers which are outside the currently configured
5454         segment instead of just emitting a WARNING.
5455
5456 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5457
5458         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
5459         (gst_flac_dec_write):
5460         * ext/flac/gstflacdec.h:
5461         Send segments from the streaming thread. Fixes #502187.
5462         Fix segment seeking and a bunch of other seeking cases.
5463
5464 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
5465
5466         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
5467           Parse WOAF frames and put the result into GST_TAG_CONTACT,
5468           which is where it would end up if the same information was
5469           put in a vorbis comment (don't think it's worth adding a
5470           new URI tag for this). Fixes #488112.
5471
5472 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5473
5474         * configure.ac:
5475           We need core/base 0.10.15 or later.
5476
5477 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5478
5479         Patch by: Mark Nauwelaerts <manauw skynet be>
5480
5481         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
5482         Fix regression in stream numbering. Fixes #502655.
5483
5484 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5485
5486         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
5487
5488         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
5489         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
5490         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
5491         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
5492         (gst_rtp_h264_pay_handle_buffer):
5493         * gst/rtp/gstrtph264pay.h:
5494         Use higher performance start-code searching.
5495         Parse NALs and store SPS, PPS and profile in the caps so that they can
5496         be used in the SDP. Fixes #502814.
5497
5498 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5499
5500         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5501         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
5502           Init some structs to zero before we pass them to ioctl, which
5503           avoids valgrind warnings.  Also fix a small memory leak.
5504
5505 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5506
5507         Patch by: Wouter Cloetens <wouter at mind dot be>
5508
5509         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
5510         Copy timestamp from input to output. Not very perfect yet but better
5511         than nothing. Fixes #503023.
5512
5513 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5514
5515         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
5516           Also print a useful error message with the old Wavpack API
5517           if possible.
5518
5519 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
5520
5521         * ext/wavpack/gstwavpackdec.c:
5522           More build fixes for old libwavpack versions: include config.h so
5523           that WAVPACK_OLD_API is actually defined as detected; only use
5524           WavpackGetErrorMessage if it is available. This fixes the build
5525           on debian stable for me.
5526
5527 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5528
5529         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
5530         * ext/wavpack/gstwavpackparse.c:
5531           (gst_wavpack_parse_create_src_pad):
5532           Workaround the non-existance of WavpackGetChannelMask in Wavpack
5533           versions below 4.40.0.
5534
5535 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5536
5537         * configure.ac:
5538           And now do it right for real...
5539
5540 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5541
5542         * configure.ac:
5543           Correctly reset $LIBS to not contain -lm.
5544
5545 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5546
5547         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
5548
5549         * configure.ac:
5550         * ext/cairo/gsttimeoverlay.c:
5551           (gst_cairo_time_overlay_print_smpte_time):
5552           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
5553           and checking for rint() and implementing it ourself if it doesn't
5554           exist. Fixes #497293.
5555
5556 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5557
5558         * configure.ac:
5559           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5560
5561 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
5562
5563         * sys/oss/gstosshelper.c:
5564         Verify that the format returned after the ioctl is the one
5565         we requested. It is valid for the ioctl to succeed while
5566         substituting an alternate 'supported' sample format.
5567
5568 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
5569
5570         * sys/oss/gstossaudio.c: (plugin_init):
5571         * sys/oss/gstosssink.c: (gst_oss_sink_open):
5572         * sys/oss/gstosssrc.c: (gst_oss_src_open):
5573           Post decent (and translated) error message when we can't
5574           open the audio device for some reason.
5575
5576 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
5577
5578         * sys/oss/gstosssink.c:
5579         * sys/oss/gstosssrc.c:
5580         Allow the AUDIODEV environment variable to redirect us
5581         to a different default OSS device, like sunaudiosink does
5582         on Solaris (makes audio play automatically on SunRays).
5583
5584 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
5585
5586         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
5587         * gst/audiofx/audiochebyshevfreqband.c:
5588         (gst_audio_chebyshev_freq_band_transform_ip):
5589         * gst/audiofx/audiochebyshevfreqlimit.c:
5590         (gst_audio_chebyshev_freq_limit_transform_ip):
5591         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
5592         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
5593         The transform_ip() methods should do nothing if in passthrough mode.
5594         It might get non-writable buffers in that case but the buffer might
5595         as well be writable.
5596
5597         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
5598         The transform() methods won't be called in passthrough mode and
5599         otherwise the buffer is always writable so don't check here.
5600
5601 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
5602
5603         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
5604           Fix seeking in .wav files again (#501775).  Some people seem to think
5605           they don't need to test their changes when they're just 'reflowing'
5606           some code.
5607
5608 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5609
5610         * gst/autodetect/gstautovideosink.c:
5611         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
5612         (gst_auto_video_sink_init),
5613         (gst_auto_video_sink_create_element_with_pretty_name),
5614         (gst_auto_video_sink_find_best),
5615         (gst_auto_video_sink_set_property),
5616         (gst_auto_video_sink_get_property):
5617         * gst/autodetect/gstautovideosink.h:
5618         Fix docs.
5619         Use same error reporting code as autoaudiosink.
5620         Add property to filter sinks based on caps. Only select raw video sinks
5621         by default for backwards compat.
5622         API: GstAutoVideoSink::filter-caps
5623
5624 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5625
5626         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
5627
5628         * gst/autodetect/gstautoaudiosink.c:
5629         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
5630         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
5631         (gst_auto_audio_sink_set_property),
5632         (gst_auto_audio_sink_get_property):
5633         * gst/autodetect/gstautoaudiosink.h:
5634         Add property to filter sinks based on caps. Only select raw audio sinks
5635         by default for backwards compat.  Fixes #417420.
5636         API: GstAutoAudioSink::filter-caps
5637
5638 2007-11-29  Michael Smith <msmith@fluendo.com>
5639
5640         Patch by: Arek Korbik <arkadini@gmail.com>
5641
5642         * gst/videobox/gstvideobox.c: (plugin_init):
5643           Initialise liboil in plugin_init()
5644
5645 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
5646
5647         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
5648         Post error before sending EOS. Fixes #499178.
5649
5650 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
5651
5652         * win32/vs6/gst_plugins_good.dsw:
5653         * win32/vs6/libgstpng.dsp:
5654         Add a project file for libgstpng
5655
5656 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
5657
5658         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
5659         (gst_rtp_h263_depay_process):
5660         Code beautification.
5661         Added debug statements.
5662         Don't bit-shift everything, just do operations on last/first byte
5663         instead.
5664
5665 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
5666
5667         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
5668
5669         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
5670         Fix wrong comparison in overrun check. Fixes #499239 some more.
5671
5672 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
5673
5674         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
5675         (gst_rtp_h263_depay_process):
5676         * gst/rtp/gstrtph263depay.h:
5677         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
5678         stream.
5679
5680 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
5681
5682         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
5683
5684         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
5685         (gst_rtp_mp4a_depay_process):
5686         * gst/rtp/gstrtpmp4adepay.h:
5687         Fix depayloading when multiple frames are inside one RTP packet.
5688         Fixes #499239.
5689
5690 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5691
5692         * gst/level/gstlevel.c:
5693           Add GAP-flag support.
5694
5695 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
5696
5697         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
5698         Read the I flag for Mode A h263 rtp stream and set the
5699         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
5700         Fixes #499383
5701
5702 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5703
5704         * gst/level/gstlevel.c:
5705           Remove some dead code and do cleanups.
5706
5707 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5708
5709         * tests/check/pipelines/simple-launch-lines.c:
5710           Improve the tests by allowing to set a target state.
5711
5712 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
5713
5714         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
5715         Don't check the caps of the output buffer if they're equal some
5716         other caps. The caps can change in a backward compatible way
5717         and did at this point.
5718
5719 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5720
5721         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
5722         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
5723         (gst_qtdemux_seek_to_previous_keyframe),
5724         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
5725         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
5726         reverse playback support.
5727
5728 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
5729
5730         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
5731         Also set the channel layout on the Wavpack caps if we're having
5732         a mono layout. Of course only do it for "audio/x-wavpack".
5733
5734 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
5735
5736         * ext/wavpack/gstwavpackcommon.c:
5737         (gst_wavpack_get_default_channel_mask),
5738         (gst_wavpack_set_channel_layout),
5739         (gst_wavpack_get_default_channel_positions),
5740         (gst_wavpack_get_channel_mask_from_positions),
5741         (gst_wavpack_set_channel_mapping):
5742         * ext/wavpack/gstwavpackcommon.h:
5743         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
5744         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
5745         * ext/wavpack/gstwavpackdec.h:
5746         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
5747         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
5748         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
5749         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
5750         (gst_wavpack_enc_rewrite_first_block),
5751         (gst_wavpack_enc_sink_event):
5752         * ext/wavpack/gstwavpackenc.h:
5753         * ext/wavpack/gstwavpackparse.c:
5754         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
5755         (gst_wavpack_parse_scan_to_find_sample),
5756         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
5757         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
5758         * ext/wavpack/gstwavpackparse.h:
5759         Add support for encoding, parsing and decoding multichannel
5760         files with up to 8 channels. This also improves the robustness
5761         of parsing quite a bit.
5762
5763         * ext/wavpack/gstwavpackstreamreader.c:
5764         (gst_wavpack_stream_reader_read_bytes),
5765         (gst_wavpack_stream_reader_get_pos),
5766         (gst_wavpack_stream_reader_set_pos_abs),
5767         (gst_wavpack_stream_reader_set_pos_rel),
5768         (gst_wavpack_stream_reader_push_back_byte),
5769         (gst_wavpack_stream_reader_get_length),
5770         (gst_wavpack_stream_reader_can_seek),
5771         (gst_wavpack_stream_reader_write_bytes):
5772         Improve debugging.
5773
5774 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
5775
5776         * ext/libpng/gstpngdec.c:
5777         * ext/libpng/gstpngdec.h:
5778           Don't release the png-memory from within the callback.
5779
5780 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
5781
5782         Patch by: René Stadler <mail at renestadler dot de>
5783
5784         * ext/libpng/gstpngenc.c:
5785           Don't leak buffer data memory. Fixes #498395.
5786
5787 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
5788
5789         Patch by: René Stadler <mail at renestadler dot de>
5790
5791         * tests/check/pipelines/simple-launch-lines.c:
5792           Tests for #498395.
5793
5794 2007-11-20  Julien MOUTTE  <julien@moutte.net>
5795
5796         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
5797         (gst_tag_lib_mux_adjust_event_offsets):
5798         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
5799         * sys/osxaudio/Makefile.am:
5800         * sys/osxvideo/cocoawindow.h:
5801         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
5802
5803 2007-11-15  David Schleef  <ds@schleef.org>
5804
5805         * ext/cairo/gsttextoverlay.c:
5806           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
5807
5808 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
5809
5810         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
5811
5812         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
5813         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
5814         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
5815         * gst/rtp/gstrtpmp2tpay.h:
5816         Fill the MTU with as many packets as possible. Fixes #491323.
5817
5818 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
5819
5820         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
5821
5822         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5823         Fix some more leaks. Fixes #497007.
5824
5825 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
5826
5827         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
5828
5829         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
5830         (gst_rtspsrc_stream_configure_tcp):
5831         Fix 3 pad leaks. Fixes #496983.
5832
5833 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
5834
5835         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
5836
5837         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
5838         Fix small leak. Fixes #497017.
5839
5840 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
5841
5842         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
5843         (gst_qtdemux_prepare_current_sample),
5844         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
5845         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
5846         * gst/qtdemux/qtdemux_fourcc.h:
5847         * gst/qtdemux/qtdemux_types.c:
5848         Add suppport for theora in quicktime according to XiphQT.
5849
5850 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
5851
5852         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5853         (gst_v4l2src_init), (gst_v4l2src_set_property),
5854         (gst_v4l2src_get_property):
5855         * sys/v4l2/gstv4l2src.h:
5856         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
5857           Always copy buffers by default (handle safer with bugged drivers)
5858           and added a property to make it possible to use mmap effectively (no
5859           copy if possible) when application wants to. Fixes: #480557.
5860
5861 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
5862
5863         * gst/id3demux/id3tags.c:
5864         * gst/id3demux/id3tags.h:
5865         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
5866           We don't want the same string multiple times in a tag list for the
5867           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
5868           this doesn't happen and remove special-case code for GST_TAG_GENRE.
5869
5870 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
5871
5872         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
5873           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
5874           into ID3v2 TXXX frames (fixes #347848).
5875
5876 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
5877
5878         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
5879           Don't leak sdp message contents (fixes #496773).
5880
5881         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
5882           Don't leak URI string.
5883
5884 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
5885
5886         Patch by: Julien Puydt <julien dot puydt at laposte net>
5887
5888         * ext/raw1394/Makefile.am:
5889         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
5890           (gst_1394_property_probe_get_properties),
5891           (gst_1394_property_probe_probe_property),
5892           (gst_1394_property_probe_needs_probe),
5893           (gst_1394_property_probe_get_values),
5894           (gst_1394_property_probe_interface_init),
5895           (gst_1394_type_add_property_probe_interface):
5896         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
5897         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
5898           (gst_dv1394src_init), (gst_dv1394src_dispose),
5899           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
5900           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
5901           (gst_dv1394src_update_device_name):
5902         * ext/raw1394/gstdv1394src.h:
5903           Implement GstPropertyProbe interface and add "device-name" property,
5904           so applications can use this to probe for available devices in the
5905           same way they can already with v4lsrc and v4l2src (however horrible
5906           this property probe interface may be). Fixes #358841.
5907
5908 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
5909
5910         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
5911
5912         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
5913           (gst_rtspsrc_parse_range):
5914           Don't leak event, don't leak range (fixes #496752).
5915
5916 2007-11-14  Michael Smith <msmith@fluendo.com>
5917
5918         Patch by: Arek Korbik <arkadini@gmail.com>
5919
5920         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
5921           Detect RGBA/BGRA correctly on little endian systems.
5922
5923 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
5924
5925         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
5926           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
5927           corresponding ioctl() call fails even though the driver claims to
5928           support this format, just fall back to the pre-2.6.19 kernel
5929           routine that creates caps with suitable height and width ranges
5930           (see #448278).
5931
5932 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
5933
5934         Patch by: Mark Nauwelaerts <manauw skynet be>
5935
5936         * gst/matroska/matroska-demux.c:
5937           (gst_matroska_demux_push_dvd_clut_change_event),
5938           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5939           (gst_matroska_demux_subtitle_caps):
5940         * gst/matroska/matroska-ids.h:
5941           Extract palette data for dvd subpicture streams and send it
5942           downstream as custom gstreamer dvd event (fixes #453417).
5943
5944 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
5945
5946         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
5947           Implement minimal parsing of the passed pango font description
5948           string, so passing a font size works the same as with the
5949           pango textoverlay plugin; fixes #455086.
5950           (Maybe we could just use pangocairo here at some point).
5951
5952 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
5953
5954         * gst/avi/gstavidemux.c:
5955         * gst/wavparse/gstwavparse.c:
5956           Return the result in _activate_pull(). Don't ref element there.
5957
5958 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
5959
5960         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5961         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5962         (gst_wavparse_srcpad_event):
5963           Ref the element when we should, but not when we its not needed. Reflow
5964           the event_handling to not leak the event.       
5965
5966 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
5967
5968         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
5969         (qtdemux_parse_samples):
5970         Properly free QTDemuxSamples array.
5971         Protect table write with a sensible check, some files apparently DO contain
5972         stts values starting with 0 :(
5973
5974 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
5975
5976         * gst/avi/gstavidemux.c:
5977         * gst/qtdemux/qtdemux.c:
5978           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
5979           previous commit messed up.
5980
5981 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
5982
5983         * gst/avi/gstavidemux.c:
5984         * gst/qtdemux/qtdemux.c:
5985           Sync _handle_src_event() with oggdemux. In avidemux also ref the
5986           element when we should, but not when we its not needed.
5987
5988 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
5989
5990         * gst/wavparse/gstwavparse.c:
5991           Return FALSE if we can't handle a query instead of changing the
5992           format. Ignore fact when dealing with mpeg audio.
5993
5994 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5995
5996         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5997
5998         * configure.ac:
5999         * gst/udp/gstdynudpsink.c:
6000         * gst/udp/gstdynudpsink.h:
6001         * gst/udp/gstmultiudpsink.c:
6002         * gst/udp/gstmultiudpsink.h:
6003         * gst/udp/gstudpsink.c:
6004         * gst/udp/gstudpsink.h:
6005           Fix includes for MSVC and GLib-2.14.0 (#492388).
6006
6007         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6008           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
6009
6010 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
6011
6012         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
6013         (gst_mulawdec_chain):
6014         * gst/law/mulaw-decode.h:
6015         Calculate outgoing buffer duration if incoming buffer didn't have a
6016         valid duration.
6017
6018 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6019
6020         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
6021         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
6022         Smarter combine_flow code that also deals with downstream elements
6023         returning UNEXPECTED when they receive data out of the segment
6024         boundaries. Fixes #491305.
6025
6026 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6027
6028         * sys/v4l2/v4l2src_calls.c:
6029           Fix 'unused variable' compiler warning when compiling against
6030           older kernel headers.
6031
6032 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6033
6034         * ext/taglib/gstid3v2mux.cc (add_funcs):
6035           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
6036
6037 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
6038
6039         * tests/check/pipelines/simple-launch-lines.c:
6040            Improve the tests a little more.
6041
6042 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
6043
6044         patch by: Yun Zheng Hu
6045
6046         * sys/osxaudio/gstosxaudiosrc.c:
6047         Use default input device instead of default output device and
6048         only memcpy actual available bytes.
6049
6050 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
6051
6052         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6053           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
6054           early. It is temporary until we find something better.
6055
6056 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6057
6058         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6059
6060         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
6061         Fix race when pausing a RTSP stream in interleaved.
6062         Fixes #475784.
6063
6064 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6065
6066         Patch by: Peter Kjellerstedt <pkj at axis com>
6067
6068         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
6069         Use correct unref function for buffers. #488844.
6070
6071 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
6072
6073         * gst/avi/gstavimux.c:
6074         * tests/check/elements/avimux.c:
6075           Add some debug and sync tests with the fix.     
6076
6077 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6078
6079         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
6080
6081         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6082         When the socket is used by the app for other purposes, don't generate an
6083         error if there is activaty on the socket that is not data related.
6084         Fixes #487488.
6085
6086 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6087
6088         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6089         (gst_v4l2src_grab_frame):
6090         Add some more debug info. Generate an error when we run out of buffers
6091         for some reason. See #480557.
6092
6093 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6094
6095         Patch by: Anders Skargren <anders dot skargren at axis dot com>
6096
6097         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
6098         Set marker bit correctly.
6099
6100 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
6101
6102         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6103         Use allowed name for the GstStructure.
6104
6105 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
6106
6107         * ext/gconf/gstswitchsink.c:
6108         * gst/autodetect/gstautoaudiosink.c:
6109           Use new gst_bus_pop_filtered().
6110
6111 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
6112
6113         * sys/v4l2/gstv4l2src.c:
6114         * sys/v4l2/v4l2src_calls.c:
6115           When probing the formats and sizes a camera supports, make
6116           sure the best ones (highest resolution, prefered format)
6117           end up at the beginning of the probed caps and the less
6118           desirable ones at the end.  This is important because the
6119           order within the caps matters for things like fixation and
6120           negotiation, ie. what format is chosen in the end.
6121           With recent kernels, the current probing code will end up
6122           querying the supported sizes from lowest resolution to
6123           highest resolution, adding them to the probed caps in that
6124           order, resulting to v4l2src fixating to the lowest possible
6125           resolution if downstream does not express a size preference.
6126           Also make up a somewhat random ranking of prefered output
6127           formats for the same reason. Fixes #485828.
6128         
6129 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6130
6131         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
6132
6133         * gst/id3demux/id3v2frames.c:
6134           Extract license/copyright URIs from ID3v2 WCOP frames
6135           (Fixes #447000).
6136
6137         * tests/check/elements/id3demux.c:
6138         * tests/files/Makefile.am:
6139         * tests/files/id3-447000-wcop.tag:
6140           Add simple unit test.
6141
6142 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6143
6144         * ext/taglib/gstid3v2mux.cc:
6145           Add support for license/copyright URI tags (ID3v2 WCOP frame).
6146           Prerequisite for #447000.
6147
6148 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6149
6150         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
6151         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
6152         a GstClockTime.
6153
6154 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6155
6156         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
6157         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
6158         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
6159         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
6160         (gst_rtspsrc_change_state):
6161         More seeking fixes, mostly passing around the new playback segment in
6162         order to configure it properly.
6163         Also reset base_time of udp sources when setting them back to PLAYING as
6164         a temporary hack until core supports seek in live sources properly.
6165
6166 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6167
6168         * gst/rtp/gstrtpmp4adepay.c:
6169         Fix caps as to not confuse autopluggers.
6170
6171 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6172
6173         * gst/id3demux/gstid3demux.c:
6174         * gst/id3demux/gstid3demux.h:
6175         * gst/id3demux/id3tags.c:
6176         * gst/id3demux/id3tags.h:
6177         * gst/id3demux/id3v2frames.c:
6178           Port ID3 tag demuxer over to the new GstTagDemux in -base
6179           (now would be a good time to test re-importing your music
6180           collection).
6181
6182 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6183
6184         * gst/apetag/Makefile.am:
6185         * gst/apetag/gstapedemux.c:
6186         * gst/apetag/gstapedemux.h:
6187         * gst/apetag/gsttagdemux.c:
6188         * gst/apetag/gsttagdemux.h:
6189           Port APE tag demuxer over to the new GstTagDemux in -base.
6190
6191 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
6192
6193         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
6194         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
6195         (gst_rtspsrc_handle_internal_src_query),
6196         (gst_rtspsrc_handle_src_query), (new_session_pad),
6197         (gst_rtspsrc_stream_configure_tcp),
6198         (gst_rtspsrc_stream_configure_transport),
6199         (gst_rtspsrc_loop_send_cmd):
6200         Improve flushing behaviour.
6201         Set state of the udp sources to PAUSE/PLAYING correctly.
6202         Handle events and queries for UDP and TCP transport now.
6203
6204 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6205
6206         * gst/rtp/gstrtpgsmdepay.c:
6207         * gst/rtp/gstrtpgsmpay.c:
6208           Add log category.
6209
6210 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6211
6212         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
6213
6214         * tests/check/Makefile.am:
6215         * tests/check/pipelines/simple-launch-lines.c:
6216           Add unit tests for payloaders/depayloaders.
6217
6218 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6219
6220         * gst/avi/gstavimux.c:
6221         * gst/avi/gstavimux.h:
6222           Also save codec data for audio streams. Fixes #482495.
6223
6224 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6225
6226         * gst/avi/gstavimux.c:
6227           Fix "Index entry has invalid stream nr 1".
6228           Add support for muxing aac - work in progress (see #482495).
6229
6230 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6231
6232         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
6233         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
6234         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
6235         * gst/rtsp/gstrtspsrc.h:
6236         Parse bandwidth modifiers, they are not yet configured in the session
6237         manager because we don't have an API for that yet.
6238
6239 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6240
6241         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
6242         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
6243         Use shiny new function in -base to get the default clock-rate.
6244         Update some docs.
6245
6246 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
6247
6248         * win32/MANIFEST:
6249         Add files to win32 manifest.
6250         * win32/vs6/libgstaudiofx.dsp:
6251         * win32/vs6/libgstqtdemux.dsp:
6252         * win32/vs6/libgstrtp.dsp:
6253         * win32/vs6/libgstrtsp.dsp:
6254         Update project files.
6255
6256 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
6257
6258         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
6259         (gst_rtspsrc_play):
6260         * gst/rtsp/gstrtspsrc.h:
6261         In TCP mode, only timestamp the first buffer. TCP is not real time and
6262         it does not make sense to try to skew compensate, also some servers send
6263         the first batch of data in a burst.
6264
6265 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
6266
6267         * gst/matroska/matroska-demux.c:
6268           Fix setting the discont flag on the first buffer
6269           pushed downstream for formats with private codec
6270           data that needs to be deserialised into buffers
6271           (such as vorbis and FLAC when in a matroska container).
6272
6273 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
6274
6275         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
6276
6277         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
6278         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
6279         (gst_rtp_mp4v_pay_handle_buffer):
6280         * gst/rtp/gstrtpmp4vpay.h:
6281         Free the config string. Fixes #480707.
6282         Clean up the timestamp code a little.
6283
6284 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6285
6286         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6287         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
6288         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
6289         * gst/rtsp/gstrtspsrc.h:
6290         Set timestamps on RTP buffers in interleaved mode.
6291         Mark first buffers with a DISCONT.
6292         Remove flush hack now that sync for live sources has been figured out.
6293
6294 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6295
6296         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6297         Update documentation.
6298
6299 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6300
6301         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
6302         (gst_rtp_xqt_depay_change_state):
6303         * gst/qtdemux/gstrtpxqtdepay.h:
6304         Fail if we don't know the quicktime format.
6305
6306 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
6307
6308         * ext/flac/gstflacenc.c:
6309         * ext/flac/gstflacenc.h:
6310           Save the flow return from the last gst_pad_push() and
6311           make sure we pass the right flow return value upstream
6312           in the case of failure; minor clean-ups.
6313
6314 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6315
6316         * ext/taglib/gstapev2mux.cc:
6317         * ext/taglib/gstid3v2mux.cc:
6318         * gst/apetag/gstapedemux.c:
6319           Add support for the new GST_TAG_COMPOSER (#459809).
6320
6321 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6322
6323         * gst/law/alaw-decode.c:
6324         * gst/law/alaw-decode.h:
6325         * gst/law/alaw-encode.c:
6326         * gst/law/alaw-encode.h:
6327         * gst/law/alaw.c:
6328         * gst/law/mulaw-conversion.h:
6329           Compulsive clean-ups: use boilerplate macros, add debug
6330           categories, fix up things to conform to symbol nomenklatura,
6331           etc.
6332
6333 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6334
6335         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
6336
6337         * gst/law/alaw-decode.c:
6338         * gst/law/alaw-encode.c:
6339           Use static tables for A-Law decoding and encoding; this makes
6340           A-Law decoding and encoding less CPU-intensive, but increases
6341           the binary size a bit. Leaving old code around for now,
6342           selectable by a define in the code. Fixes #435435.
6343
6344 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6345
6346         * configure.ac:
6347         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
6348         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
6349         in configure.ac.
6350
6351 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6352
6353         Patch by: Jan Gerber <j at bootlab dot org>
6354
6355         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6356         Add fourccs for MPEG2 HDV streams. Fixes #479960.
6357
6358 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
6359
6360         * sys/oss/gstosshelper.c:
6361           Use GST_WARNING instead of a g_critical. This situation is not caused
6362           by the application.
6363
6364 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6365
6366         * po/LINGUAS:
6367         * po/nl.po:
6368           Updated translations.
6369
6370 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6371
6372         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
6373
6374         * po/eu.po:
6375           Added Basque translation.
6376
6377 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6378
6379         translated by: Abel Cheung <abelcheung@gmail.com>
6380
6381         * po/zh_HK.po:
6382         * po/zh_TW.po:
6383           Added Chinese (traditional and Hong Kong) translation.
6384
6385 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6386
6387         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6388
6389         * po/pl.po:
6390           Added Polish translation.
6391
6392 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6393
6394         translated by: Ilkka Tuohela <hile@iki.fi>
6395
6396         * po/fi.po:
6397           Added Finnish translation.
6398
6399 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6400
6401         translated by: Jorge González González <aloriel@gmail.com>
6402
6403         * po/es.po:
6404           Added Spanish translation.
6405
6406 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6407
6408         translated by: Mogens Jaeger <mogens@jaeger.tf>
6409
6410         * po/da.po:
6411           Added Danish translation.
6412
6413 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6414
6415         translated by: Funda Wang <fundawang@linux.net.cn>
6416
6417         * po/zh_CN.po:
6418           Added Chinese (simplified) translation.
6419
6420 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6421
6422         translated by: Alexander Shopov <ash@contact.bg>
6423
6424         * po/bg.po:
6425           Added Bulgarian translation.
6426
6427 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6428
6429         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
6430         Set outgoing packet duration because we can. Fixes #478244 some more.
6431
6432 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6433
6434         * ext/cairo/gsttextoverlay.c:
6435           Add info about static leak.
6436         
6437         * tests/check/Makefile.am:
6438         * tests/check/generic/states.c:
6439           Improved state change unit test.
6440
6441 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6442
6443         * docs/plugins/.cvsignore:
6444         * tests/check/.cvsignore:
6445           Ignore registries in any format.
6446
6447 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6448
6449         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
6450         Removed some unused code.
6451
6452         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
6453         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
6454         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
6455         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
6456         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
6457         (gst_rtp_theora_pay_flush_packet):
6458         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
6459         Try to preserve the incomming buffer duration on the outgoing
6460         packets. Fixes #478244.
6461
6462 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
6463
6464         * ext/taglib/gstapev2mux.cc:
6465         * ext/taglib/gstid3v2mux.cc:
6466           Work around compiler warnings with g++-4.2 when assigning a
6467           string constant to a gchar * (partially fixes #478092).
6468
6469 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
6470
6471         * configure.ac:
6472           We require core CVS now for gst_base_src_set_do_timestamp().
6473
6474 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6475
6476         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
6477         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6478         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
6479         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
6480         (gst_rtspsrc_handle_message):
6481         Fix compiler warnings shown with Forte.
6482
6483 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6484
6485         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
6486         (gst_rtspsrc_dup_printf):
6487         Give meaningfull error when all streams failed to configure for some
6488         reason.
6489
6490 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6491
6492         * gst/rtp/README:
6493         Update README with the design for synchronisation rules of RTP on
6494         sender and receiver.
6495
6496 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
6497
6498         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
6499         (gst_wavparse_chain):
6500         Don't push EOS from the chain function, the element
6501         driving the pipeline is responsible for this. The bug
6502         this was meant to fix seems to be queue not forwarding
6503         EOS in all cases (see #476514).
6504
6505 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6506
6507         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
6508         (gst_level_transform_ip):
6509         * gst/level/gstlevel.h:
6510         Use basetransform segment so that it is correctly managed on flushes and
6511         start/stop.
6512         Report message timestamp as stream time, which is what an application
6513         can understand.
6514
6515 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
6516
6517         * ext/taglib/gstapev2mux.cc:
6518         * ext/taglib/gstapev2mux.h:
6519         * ext/taglib/gsttaglibmux.c:
6520         * tests/check/elements/apev2mux.c:
6521         Update my mail address.
6522
6523 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
6524
6525         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
6526         (gst_wavparse_loop), (gst_wavparse_chain):
6527         Add EOS logic for the push-based mode too. Fixes #476514.
6528
6529 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
6530
6531         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
6532         * gst/law/alaw-encode.h:
6533         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
6534         (gst_mulawenc_chain):
6535         * gst/law/mulaw-encode.h:
6536         Fix law encoder timestamps.
6537
6538 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
6539
6540         * ext/gconf/gstgconfaudiosink.c:
6541           Fix warning when building without debug.
6542
6543         * sys/oss/gstossmixertrack.c:
6544           Use const like in alsamixertrack.c (fixes warnings).
6545
6546 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6547
6548         * sys/v4l2/v4l2src_calls.c:
6549         (gst_v4l2src_probe_caps_for_format_and_size):
6550         Fix framerate detection code some more.
6551         Handle the case where there is a weird step in the stepwise framerates.
6552         Don't overwrite the min interval with the framerate, use a temp variable
6553         instead.
6554         Use max in the Continuous framerate intervals instead of step, which is
6555         1 according to the docs. Fixes #475424.
6556
6557 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6558
6559         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
6560         Make udpsrc timestamp outgoing buffers based on when they were received.
6561         Also make it output a segment in time.
6562
6563 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6564
6565         * gst/avi/gstavidemux.c:
6566           Plug a little leak. Little code cleanups.
6567
6568 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
6569
6570         * configure.ac:
6571           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
6572           flac versions, 's good for cross-compilation karma.
6573
6574 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6575
6576         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
6577
6578         * gst/rtp/gstrtph263pay.c:
6579           Fix up header structure so that compilers don't add padding
6580           between the structure fields, since that would lead to us
6581           sending RTP packets with broken headers (as is currently the
6582           case when compiling with MSVC). Also see similar fixes in
6583           libgstrtp in gst-plugins-base. (#474616; #471194)
6584
6585 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
6586
6587         * sys/v4l2/v4l2src_calls.c:
6588         (gst_v4l2src_probe_caps_for_format_and_size):
6589         Don't overwrite our GValue with 0 but instead use the previously
6590         computed value. Fixes #471823 some more.
6591
6592 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
6593
6594         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6595           No tabs in this file please, or gtk-doc will end up documenting
6596           rather absurd class hierarchies.
6597
6598 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
6599
6600         * ext/gconf/gstswitchsink.c:
6601           If the new kid element fails to change state for some reason
6602           (e.g. esdsink not being able to connect to the sound server),
6603           forward the error message it posted on the bus instead of just
6604           posting a generic 'Internal state change error: please file a
6605           bug' error message. Fixes #471364.
6606
6607 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6608
6609         * gst/qtdemux/Makefile.am:
6610         * gst/qtdemux/qtdemux.c:
6611           Don't assume tags are encoded as UTF-8 (#473670).
6612
6613 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6614
6615         * sys/v4l2/gstv4l2src.c:
6616         * sys/v4l2/gstv4l2src.h:
6617         * sys/v4l2/v4l2src_calls.c:
6618           Implement LATENCY queries in the crudest way possible so I don't
6619           have to use sync=false any longer when testing with videosinks.
6620
6621 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6622
6623         * configure.ac:
6624           Fix build.
6625
6626 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6627
6628         * sys/v4l2/v4l2src_calls.c:
6629         (gst_v4l2src_probe_caps_for_format_and_size):
6630         Add some more debugging in the framerate function.
6631         Iterate stepwise framerate up to and _including_ the max and if nothing
6632         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
6633         don't end up with an empty list. Fixes #471823
6634
6635 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6636
6637         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6638         (gst_multiudpsink_set_clients_string),
6639         (gst_multiudpsink_get_clients_string),
6640         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
6641         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
6642         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
6643         (gst_multiudpsink_clear):
6644         Add property do configure destination address/port pairs
6645         API:GstMultiUDPSink::clients
6646
6647 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6648
6649         * tests/examples/Makefile.am:
6650         * tests/examples/rtp/Makefile.am:
6651         * tests/examples/rtp/client-H263p-AMR.sh:
6652         * tests/examples/rtp/client-H263p-PCMA.sdp:
6653         * tests/examples/rtp/client-H263p-PCMA.sh:
6654         * tests/examples/rtp/client-H264-PCMA.sdp:
6655         * tests/examples/rtp/client-H264-PCMA.sh:
6656         * tests/examples/rtp/client-PCMA.sh:
6657         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
6658         * tests/examples/rtp/server-alsasrc-PCMA.sh:
6659         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
6660         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
6661         Added some RTP example scripts for sending and receiving RTP streams.
6662
6663 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6664
6665         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
6666         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
6667         Restructure the setcaps function so that we can also compute the
6668         expected GStreamer output size of the video frames.
6669         Set frame_byte_size correctly so that read-based devices have a chance
6670         of working correctly.
6671         When grabbing a frame, discard frames that are not of the expected size.
6672         Some cameras don't output the right framesize for the first buffer.
6673         Try only a couple of times to get a valid frame, else error out.
6674
6675         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
6676         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
6677         Add some more debug info when scanning the device.
6678
6679         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
6680         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
6681         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
6682         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
6683         Add some more debug info when dequeing a frame.
6684
6685 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
6686
6687         * gst/wavparse/gstwavparse.c:
6688           More code cleanups. Add some more comment and improve debugs logs.
6689
6690 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
6691
6692         * gst/wavparse/gstwavparse.c:
6693         * gst/wavparse/gstwavparse.h:
6694           Implement seek-query. Refactor duration calculations. Appropriate use
6695           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
6696           out of loops.
6697
6698 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
6699
6700         * gst/avi/gstavidemux.c:
6701           Implement seek-query.
6702
6703 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
6704
6705         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
6706         (gst_rtspsrc_dup_printf):
6707         Use new basesink async property to make sparse RTCP packet not wait for
6708         preroll.
6709
6710 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
6711
6712         * gst/audiofx/Makefile.am:
6713         Dist the right file.
6714
6715 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
6716
6717         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
6718         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
6719         Make sure we generate and parse floating point values in the POSIX
6720         locale instead of the current locale. 
6721
6722 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
6723
6724         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
6725         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
6726         (gst_rtspsrc_play):
6727         * gst/rtsp/gstrtspsrc.h:
6728         Fix method detection again.
6729         Keep track of when we must send a Range header.
6730         Use segment values for Range, Speed and Scale headers.
6731         Parse Speed and Scale headers to update the segment values.
6732
6733 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
6734
6735         patch by: Mark Nauwelaerts <manauw@skynet.be>
6736
6737         * sys/v4l2/v4l2src_calls.c:
6738           Handle optional v4l2 ioctls gracefully.
6739
6740 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
6741
6742         * gst/rtp/Makefile.am:
6743         * gst/rtp/gstrtp.c: (plugin_init):
6744         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
6745         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
6746         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
6747         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
6748         (gst_rtp_h263_depay_get_property),
6749         (gst_rtp_h263_depay_change_state),
6750         (gst_rtp_h263_depay_plugin_init):
6751         * gst/rtp/gstrtph263depay.h:
6752         Added an H263 depayloader. Fixes #369392.
6753
6754         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6755         (gst_rtp_h263p_depay_process):
6756         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
6757         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
6758         Make the H263+ pay/depayloader support H263-1998 and H263-2000
6759         payloads.
6760         Also alow plain H263 on the h263p payloaders. Fixes #465040.
6761
6762 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
6763
6764         * gst/audiofx/audiochebyshevfreqband.c:
6765         * gst/audiofx/audiochebyshevfreqlimit.c:
6766         Add small comparision with the windowed sinc filters in the docs.
6767
6768 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
6769
6770         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
6771         (audiochebyshevfreqband_suite):
6772         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
6773         (audiochebyshevfreqlimit_suite):
6774         Also test 32 bit float mode and the type 2 variants of the filters.
6775
6776 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
6777
6778         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
6779         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
6780         (gst_rtspsrc_loop):
6781         Refactor the udp and interleaved loop function a bit.
6782
6783 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
6784
6785         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
6786         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
6787         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
6788         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
6789         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
6790         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
6791         * gst/rtsp/gstrtspsrc.h:
6792         Protect connection activity with a new lock, avoids deadlocks when going
6793         to PAUSED. Fixes #455808.
6794
6795 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
6796
6797         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
6798         Fix debug statement.
6799
6800 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
6801
6802         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
6803         Fix stray %u in debug line as spotted by Saur on IRC.
6804
6805 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
6806
6807         * gst/audiofx/audiochebyshevfreqband.c:
6808         (gst_audio_chebyshev_freq_band_class_init):
6809         * gst/audiofx/audiochebyshevfreqlimit.c:
6810         (gst_audio_chebyshev_freq_limit_class_init):
6811         Use generator macros for the process functions for the different
6812         sample types, add lower upper boundaries for the GObject properties
6813         so automatically generated UIs can use sliders and add a note about
6814         the number of poles as a too high number of poles combined with
6815         very low or very high frequencies will produce only noise.
6816         * docs/plugins/gst-plugins-good-plugins.args:
6817         Regenerated for the property changes.
6818
6819 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
6820
6821         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
6822         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
6823         (gst_rtspsrc_stream_configure_udp_sink),
6824         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
6825         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
6826         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
6827         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
6828         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
6829         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
6830         * gst/rtsp/gstrtspsrc.h:
6831         Improve timeout handling.
6832         Use the same socket for sending and receiving RTCP packets so that some
6833         servers can track clients better.
6834         Improve connection closed handling. Try to reconnect.
6835         Don't overwrite our content base with NULL.
6836         Improve debugging.
6837         Improve range parsing and handling.
6838         Remove flushing hack now that core does the right thing.
6839
6840 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
6841
6842         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6843         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
6844         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
6845         (gst_multiudpsink_close), (gst_multiudpsink_add):
6846         * gst/udp/gstmultiudpsink.h:
6847         Add support for getting and setting the socket to use.
6848
6849         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
6850         (gst_udpsrc_create), (gst_udpsrc_get_property):
6851         Add support for getting the currently used socket.
6852
6853 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
6854
6855         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6856
6857         * gst/audiofx/Makefile.am:
6858         * gst/audiofx/audiochebyshevfreqband.c:
6859         (gst_audio_chebyshev_freq_band_mode_get_type),
6860         (gst_audio_chebyshev_freq_band_base_init),
6861         (gst_audio_chebyshev_freq_band_dispose),
6862         (gst_audio_chebyshev_freq_band_class_init),
6863         (gst_audio_chebyshev_freq_band_init),
6864         (generate_biquad_coefficients), (calculate_gain),
6865         (generate_coefficients),
6866         (gst_audio_chebyshev_freq_band_set_property),
6867         (gst_audio_chebyshev_freq_band_get_property),
6868         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
6869         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
6870         (gst_audio_chebyshev_freq_band_start):
6871         * gst/audiofx/audiochebyshevfreqband.h:
6872         * gst/audiofx/audiochebyshevfreqlimit.c:
6873         (gst_audio_chebyshev_freq_limit_mode_get_type),
6874         (gst_audio_chebyshev_freq_limit_base_init),
6875         (gst_audio_chebyshev_freq_limit_dispose),
6876         (gst_audio_chebyshev_freq_limit_class_init),
6877         (gst_audio_chebyshev_freq_limit_init),
6878         (generate_biquad_coefficients), (calculate_gain),
6879         (generate_coefficients),
6880         (gst_audio_chebyshev_freq_limit_set_property),
6881         (gst_audio_chebyshev_freq_limit_get_property),
6882         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
6883         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
6884         (gst_audio_chebyshev_freq_limit_start):
6885         * gst/audiofx/audiochebyshevfreqlimit.h:
6886         * gst/audiofx/audiofx.c: (plugin_init):
6887         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
6888         Fixes #464800.
6889
6890         * tests/check/Makefile.am:
6891         * tests/check/elements/.cvsignore:
6892         * tests/check/elements/audiochebyshevfreqband.c:
6893         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
6894         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
6895         * tests/check/elements/audiochebyshevfreqlimit.c:
6896         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
6897         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
6898         Add unit tests for the chebyshev filters.
6899
6900         * docs/plugins/Makefile.am:
6901         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6902         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6903         * docs/plugins/gst-plugins-good-plugins.args:
6904         * docs/plugins/inspect/plugin-1394.xml:
6905         * docs/plugins/inspect/plugin-audiofx.xml:
6906         * docs/plugins/inspect/plugin-dv.xml:
6907         * docs/plugins/inspect/plugin-flac.xml:
6908         * docs/plugins/inspect/plugin-jpeg.xml:
6909         * docs/plugins/inspect/plugin-png.xml:
6910         * docs/plugins/inspect/plugin-rtp.xml:
6911         * docs/plugins/inspect/plugin-shout2send.xml:
6912         * docs/plugins/inspect/plugin-wavpack.xml:
6913         And add docs for the chebyshev filters. While doing
6914         that also run make update in docs/plugins.
6915
6916 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
6917
6918         * ext/annodex/gstcmmltag.c:
6919         * gst/rtp/gstrtpvorbispay.c:
6920           Make ro memory to share.
6921
6922 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
6923
6924         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6925         Improve UDP performance by avoiding a select() when we have data
6926         available immediatly.
6927
6928 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
6929
6930         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
6931         (gst_rtp_dec_class_init):
6932         * gst/rtsp/gstrtpdec.h:
6933         Add (dummy) SSRC management signals.
6934
6935         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
6936         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
6937         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
6938         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
6939         (on_timeout), (gst_rtspsrc_stream_configure_manager),
6940         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
6941         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
6942         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
6943         * gst/rtsp/gstrtspsrc.h:
6944         Add connection-speed property.
6945         Add find_stream helper functions.
6946         Handle stream EOS based on BYE messages or SSRC timeout.
6947         Returns SUCCESS from the state change function as we hide our async
6948         elements from the parent.
6949
6950 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
6951
6952         * gst/debug/rndbuffersize.c:
6953           Fix da leak.
6954
6955 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
6956
6957         * gst/debug/Makefile.am:
6958         * gst/debug/breakmydata.c:
6959         * gst/debug/gstdebug.c:
6960         * gst/debug/negotiation.c:
6961         * gst/debug/progressreport.c:
6962         * gst/debug/rndbuffersize.c:
6963         * gst/debug/testplugin.c:
6964           Add new test element and clean-up the others a little.
6965
6966 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
6967
6968         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
6969         Fix parsing of mp4a version 0 atoms. Fixes #465774.
6970
6971 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
6972
6973         * gst/rtp/gstrtpilbcdepay.c:
6974           Include stdlib.
6975
6976 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
6977
6978         * gst/rtp/gstrtpmpvdepay.c:
6979         Set the mpegversion in the caps so that autoplugging does not get
6980         confused.
6981
6982 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6983
6984         * po/hu.po:
6985         * po/uk.po:
6986         * po/vi.po:
6987           Updated translations.
6988
6989 2007-08-08  Michael Smith <msmith@fluendo.com>
6990
6991         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
6992           Render right border in the correct location.
6993
6994 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
6995
6996         Patch by: Olivier Crete <tester at tester dot ca>
6997
6998         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
6999         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
7000         Make mode property a string. Fixes #464475.
7001
7002 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
7003
7004         * ext/flac/gstflacenc.c:
7005           Widen caps to match decoder a bit and add more FIXMEs.
7006
7007 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
7008
7009         patch by: Mark Nauwelaerts <manauw@skynet.be>
7010
7011         * gst/avi/gstavimux.c:
7012           Fix ODML index tag numbering. Fixes #463624.
7013
7014 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7015
7016         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
7017         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7018         (gst_rtspsrc_stream_configure_tcp),
7019         (gst_rtspsrc_stream_configure_udp_sink):
7020         Fix default clock-rate for realmedia.
7021         Fix parsing of transport.
7022         Don't try to link NULL pads.
7023
7024 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
7025
7026         * po/POTFILES.skip:
7027           Add POTFILES.skip with list of source files that aren't disted at the
7028           moment but contain translatable strings. Should hopefully pacify
7029           broken tools and make it clearer that these files are left out
7030           intentionally (#461600).
7031
7032 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
7033
7034         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
7035         If the buffer was entirely clipped ... don't try sending it :)
7036
7037 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7038
7039         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
7040         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
7041         (gst_rtspsrc_create_transports_string),
7042         (gst_rtspsrc_prepare_transports):
7043         If we don't hav a session manager, set the caps on outgoing buffers
7044         ourselves.
7045         Force PAUSE/PLAY methods for now until the extensions can overwrite.
7046         Append final bit of the transport string even when it does not contain a
7047         placeholder.
7048
7049 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7050
7051         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
7052         (gst_rtsp_ext_list_connect):
7053         * gst/rtsp/gstrtspext.h:
7054         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7055         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
7056         Clean up the interface list.
7057         Allow connecting to interface signals for the extensions.
7058         Remove old extension code.
7059         Free list on cleanup.
7060         Allow extensions to send additional RTSP messages.
7061
7062 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7063
7064         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
7065         Handle a NULL gconf key gracefully by rendering the default element.
7066
7067 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7068
7069         * gst/rtsp/gstrtspext.h:
7070         Fix include path for extension interface.
7071
7072 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7073
7074         * gst/audiofx/audioamplify.h:
7075         Also remove a now unecessary variable here.
7076
7077 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7078
7079         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
7080         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
7081         * gst/audiofx/audiodynamic.c:
7082         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
7083         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
7084         * gst/audiofx/audiodynamic.h:
7085         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
7086         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
7087         * gst/audiofx/audioinvert.h:
7088         Don't save format information ourselves, this is already saved in
7089         GstAudioFilter.
7090
7091 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7092
7093         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7094         (gst_rtsp_ext_list_stream_select):
7095         * gst/rtsp/gstrtspext.h:
7096         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7097         Use rank to filter out extensions.
7098         Add url to stream_select interface call.
7099
7100 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7101
7102         * gst/rtsp/Makefile.am:
7103         * gst/rtsp/base64.c:
7104         * gst/rtsp/base64.h:
7105         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7106         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
7107         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
7108         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
7109         (gst_rtsp_ext_list_setup_media),
7110         (gst_rtsp_ext_list_configure_stream),
7111         (gst_rtsp_ext_list_get_transports),
7112         (gst_rtsp_ext_list_stream_select):
7113         * gst/rtsp/gstrtspext.h:
7114         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7115         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7116         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7117         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7118         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
7119         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
7120         (gst_rtspsrc_stream_configure_tcp),
7121         (gst_rtspsrc_stream_configure_mcast),
7122         (gst_rtspsrc_stream_configure_udp),
7123         (gst_rtspsrc_stream_configure_udp_sink),
7124         (gst_rtspsrc_stream_configure_transport),
7125         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7126         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7127         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
7128         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
7129         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7130         (gst_rtspsrc_parse_methods),
7131         (gst_rtspsrc_create_transports_string),
7132         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
7133         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
7134         (gst_rtspsrc_play), (gst_rtspsrc_pause),
7135         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
7136         * gst/rtsp/gstrtspsrc.h:
7137         * gst/rtsp/rtsp.h:
7138         * gst/rtsp/rtspconnection.c:
7139         * gst/rtsp/rtspconnection.h:
7140         * gst/rtsp/rtspdefs.c:
7141         * gst/rtsp/rtspdefs.h:
7142         * gst/rtsp/rtspext.h:
7143         * gst/rtsp/rtspextwms.c:
7144         * gst/rtsp/rtspextwms.h:
7145         * gst/rtsp/rtspmessage.c:
7146         * gst/rtsp/rtspmessage.h:
7147         * gst/rtsp/rtsprange.c:
7148         * gst/rtsp/rtsprange.h:
7149         * gst/rtsp/rtsptransport.c:
7150         * gst/rtsp/rtsptransport.h:
7151         * gst/rtsp/rtspurl.c:
7152         * gst/rtsp/rtspurl.h:
7153         * gst/rtsp/sdp.h:
7154         * gst/rtsp/sdpmessage.c:
7155         * gst/rtsp/sdpmessage.h:
7156         * gst/rtsp/test.c:
7157         Use shiny new RTSP and SDP library.
7158         Implement RTSP extensions using the new interface.
7159         Remove a lot of old code.
7160
7161 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
7162
7163         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7164         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
7165
7166 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
7167
7168         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7169         Don't unref the outgoing buffer twice when dropping it because it's
7170         outside of the segment.
7171
7172 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
7173
7174         * configure.ac:
7175         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7176         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
7177         Use the new buffer clipping function from gstaudio here and
7178         require gst-plugins-base CVS.
7179         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
7180         For framed Wavpack buffers we require a valid timestamp.
7181
7182 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7183
7184         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7185         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
7186         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
7187         Clip raw audio and video when we can, keep track of current output
7188         segment.
7189         Don't leak buffers and events when there is no output pad.
7190         Improve debugging here and there.
7191
7192 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7193
7194         * configure.ac:
7195           Sync liboil check with plugins-base.
7196
7197 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7198
7199         * ext/annodex/Makefile.am:
7200           Fix CFLAGS/LIBS.
7201
7202         * ext/cdio/gstcdiocddasrc.c:
7203         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
7204           Include stdlib
7205
7206         * ext/cairo/Makefile.am:
7207         * gst/videofilter/Makefile.am:
7208         * tests/examples/level/Makefile.am:
7209           Use $(LIBM) instead of -lm
7210
7211 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7212
7213         * sys/v4l2/gstv4l2src.c:
7214           Add another example pipeline.
7215
7216 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7217
7218         Patch by: Alexander Eichner <alexeichi@yahoo.de>
7219
7220         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
7221           Use define here.
7222
7223         * sys/v4l2/gstv4l2tuner.c:
7224         (gst_v4l2_tuner_set_frequency_and_notify):
7225           Don't touch the property - its still disabled.
7226
7227         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
7228         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
7229         * sys/v4l2/v4l2src_calls.h:
7230           Improve fallback format negotionation. Fixes #451388
7231
7232 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7233
7234         * tests/check/elements/videocrop.c: (GST_START_TEST):
7235           Fix the test.
7236
7237 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7238
7239         * docs/plugins/Makefile.am:
7240         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7241         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7242         * docs/plugins/inspect/plugin-jpeg.xml:
7243         * docs/plugins/inspect/plugin-png.xml:
7244         * ext/jpeg/gstjpegdec.c:
7245         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
7246         (gst_pngdec_sink_setcaps):
7247           More docs. More logs in pngdec.
7248
7249 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
7250
7251         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
7252           Initialize num_buffers with minimum value.
7253
7254         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
7255         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
7256           Handle frame-size query failure gracefully.
7257
7258 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7259
7260         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
7261         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
7262         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
7263         of qt/aac files.
7264
7265 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
7266
7267         * ext/wavpack/gstwavpackdec.c:
7268         (gst_wavpack_dec_clip_outgoing_buffer):
7269         Fix buffer clipping to correctly clip to the segment stop.
7270
7271 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7272
7273         * configure.ac:
7274         * tests/Makefile.am:
7275         Remove bogus check for libcheck, since we check for
7276         gstreamer-check and it pulls in the required info from there,
7277         and we weren't actually _using_ the information for libcheck
7278         ourselves anyway.
7279
7280 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
7281
7282         * configure.ac:
7283           Use pkg-config to locate check.
7284
7285 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
7286
7287         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7288         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7289         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
7290         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7291         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
7292         * gst/effectv/gstaging.c: (gst_agingtv_transform):
7293         * gst/effectv/gstdice.c: (gst_dicetv_transform):
7294         * gst/effectv/gstedge.c: (gst_edgetv_transform):
7295         * gst/effectv/gstquark.c: (gst_quarktv_transform):
7296         * gst/effectv/gstrev.c: (gst_revtv_transform):
7297         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
7298         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
7299         * gst/effectv/gstwarp.c: (gst_warptv_transform):
7300         * gst/matroska/matroska-demux.c:
7301         (gst_matroska_demux_add_wvpk_header),
7302         (gst_matroska_demux_check_subtitle_buffer),
7303         (gst_matroska_decode_buffer):
7304         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
7305           Fix build against core CVS.
7306
7307 2007-07-10  Edward Hervey  <bilboed@gmail.com>
7308
7309         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
7310         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
7311         don't have enough granularity to convert that boolean into a
7312         GstFlowReturn.
7313
7314 2007-07-06  Michael Smith <msmith@fluendo.com>
7315
7316         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
7317         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
7318         (gst_alawdec_change_state):
7319         * gst/law/alaw-decode.h:
7320         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7321         (gst_mulawdec_class_init), (gst_mulawdec_init),
7322         (gst_mulawdec_chain), (gst_mulawdec_change_state):
7323         * gst/law/mulaw-decode.h:
7324           Fix capsnego bogosity in *law decoders. 
7325
7326 2007-07-06  Michael Smith <msmith@fluendo.com>
7327
7328         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
7329         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
7330         (gst_smokeenc_change_state):
7331         * ext/jpeg/gstsmokeenc.h:
7332           Remove stupidity in get/set caps functions.
7333           Fix some refcounting problems.
7334
7335 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
7336
7337         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
7338         Remove endianness-flipping hack that seems to have been required
7339         only because of a bug in ffmpegcolorspace.
7340         Partially Fixes: #451908
7341
7342 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
7343
7344         * docs/plugins/Makefile.am:
7345           Simplify --extra-dir as gtkdoc scans recursively.
7346
7347 2007-07-03  Wim Taymans  <wim@fluendo.com>
7348
7349         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7350
7351         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
7352         Set the encoding-name in the rtp caps to all uppercase, as required by
7353         the caps spec.
7354         Some small cleanups in the error paths. Fixes #453037.
7355
7356 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
7357
7358         * ext/wavpack/gstwavpackparse.c:
7359         (gst_wavpack_parse_index_get_last_entry),
7360         (gst_wavpack_parse_index_get_entry_from_sample),
7361         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
7362         (gst_wavpack_parse_scan_to_find_sample):
7363         * ext/wavpack/gstwavpackparse.h:
7364         Use a GSList for the GArray that is used like a list anyway.
7365
7366 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
7367
7368         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
7369         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
7370         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
7371           Add state change function where we set 0/1 as default framerate in
7372           case our setcaps function isn't called, like it might not in a
7373           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
7374           gdkpixbufdec trying to create caps with a 0/0 framerate.
7375           Also post an error message on the bus if gst_pad_push() fails when
7376           called from our sink event handler (+1 for flow returns for event
7377           functions in 0.11) instead of failing silently.
7378
7379 2007-06-27  Wim Taymans  <wim@fluendo.com>
7380
7381         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
7382         Cast stack args to the proper types. Fixes #451249.
7383
7384 2007-06-27  Wim Taymans  <wim@fluendo.com>
7385
7386         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7387         (new_session_pad), (gst_rtspsrc_setup_streams):
7388         * gst/rtsp/gstrtspsrc.h:
7389         For container formats we only need to activate one of the streams so
7390         that we correctly signal no-more-pads. Fixes #451015.
7391
7392 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
7393
7394         * docs/plugins/gst-plugins-good-plugins.args:
7395         * docs/plugins/inspect/plugin-aasink.xml:
7396         * docs/plugins/inspect/plugin-alaw.xml:
7397         * docs/plugins/inspect/plugin-alpha.xml:
7398         * docs/plugins/inspect/plugin-alphacolor.xml:
7399         * docs/plugins/inspect/plugin-annodex.xml:
7400         * docs/plugins/inspect/plugin-apetag.xml:
7401         * docs/plugins/inspect/plugin-audiofx.xml:
7402         * docs/plugins/inspect/plugin-auparse.xml:
7403         * docs/plugins/inspect/plugin-autodetect.xml:
7404         * docs/plugins/inspect/plugin-avi.xml:
7405         * docs/plugins/inspect/plugin-cacasink.xml:
7406         * docs/plugins/inspect/plugin-cairo.xml:
7407         * docs/plugins/inspect/plugin-cdio.xml:
7408         * docs/plugins/inspect/plugin-cutter.xml:
7409         * docs/plugins/inspect/plugin-debug.xml:
7410         * docs/plugins/inspect/plugin-efence.xml:
7411         * docs/plugins/inspect/plugin-effectv.xml:
7412         * docs/plugins/inspect/plugin-esdsink.xml:
7413         * docs/plugins/inspect/plugin-flac.xml:
7414         * docs/plugins/inspect/plugin-flxdec.xml:
7415         * docs/plugins/inspect/plugin-gconfelements.xml:
7416         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
7417         * docs/plugins/inspect/plugin-goom.xml:
7418         * docs/plugins/inspect/plugin-halelements.xml:
7419         * docs/plugins/inspect/plugin-icydemux.xml:
7420         * docs/plugins/inspect/plugin-id3demux.xml:
7421         * docs/plugins/inspect/plugin-jpeg.xml:
7422         * docs/plugins/inspect/plugin-ladspa.xml:
7423         * docs/plugins/inspect/plugin-level.xml:
7424         * docs/plugins/inspect/plugin-matroska.xml:
7425         * docs/plugins/inspect/plugin-mulaw.xml:
7426         * docs/plugins/inspect/plugin-multipart.xml:
7427         * docs/plugins/inspect/plugin-navigationtest.xml:
7428         * docs/plugins/inspect/plugin-ossaudio.xml:
7429         * docs/plugins/inspect/plugin-png.xml:
7430         * docs/plugins/inspect/plugin-quicktime.xml:
7431         * docs/plugins/inspect/plugin-rtp.xml:
7432         * docs/plugins/inspect/plugin-rtsp.xml:
7433         * docs/plugins/inspect/plugin-smpte.xml:
7434         * docs/plugins/inspect/plugin-speex.xml:
7435         * docs/plugins/inspect/plugin-taglib.xml:
7436         * docs/plugins/inspect/plugin-udp.xml:
7437         * docs/plugins/inspect/plugin-videobalance.xml:
7438         * docs/plugins/inspect/plugin-videobox.xml:
7439         * docs/plugins/inspect/plugin-videocrop.xml:
7440         * docs/plugins/inspect/plugin-videoflip.xml:
7441         * docs/plugins/inspect/plugin-videomixer.xml:
7442         * docs/plugins/inspect/plugin-wavenc.xml:
7443         * docs/plugins/inspect/plugin-wavparse.xml:
7444         * docs/plugins/inspect/plugin-ximagesrc.xml:
7445           Update docs with caps info.
7446
7447 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
7448
7449         * po/POTFILES.in:
7450           Add more files with translatable strings (#450878).
7451
7452 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
7453
7454         * MAINTAINERS:
7455         Updating all the maintainers files
7456
7457 2007-06-22  Edward Hervey  <edward@fluendo.com>
7458
7459         * ext/flac/gstflactag.c: (gst_flac_tag_init):
7460         * gst/interleave/deinterleave.c: (deinterleave_init),
7461         (deinterleave_sink_link):
7462         * gst/interleave/interleave.c: (interleave_init):
7463         * gst/median/gstmedian.c: (gst_median_init):
7464         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
7465         Fix memory leaks.
7466         * tests/check/elements/id3demux.c: (pad_added_cb):
7467         Remove unused variable.
7468
7469 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
7470
7471         * ext/gconf/gconf.h:
7472         Make the prototype of gst_gconf_get_key_for_sink_profile
7473         match the implementation.
7474         Patch by: Damien Carbery <damien dot carbery at sun dot com>
7475         Fixes: #449747
7476
7477 2007-06-20  Michael Smith <msmith@fluendo.com>
7478
7479         * gst/rtp/gstrtpdepay.c:
7480           Fix description - rtpdepay is not a payloader.
7481
7482 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
7483
7484         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
7485         (qtdemux_video_caps):
7486         * gst/qtdemux/qtdemux_fourcc.h:
7487           Add MJPG to the variants of motion jpeg.
7488
7489 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
7490
7491         * tests/check/Makefile.am:
7492         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
7493         * tests/check/elements/videocrop.c: (GST_START_TEST):
7494         * tests/check/elements/videofilter.c:
7495         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
7496         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
7497           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
7498           error flags are included and it errors out on compiler warnings
7499           for CVS builds; remove unused variables in various unit tests.
7500
7501 2007-06-19  Wim Taymans  <wim@fluendo.com>
7502
7503         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
7504         (rtsp_connection_close), (rtsp_connection_free):
7505         Use threadsafe inet_ntop to convert an ip number to a string. 
7506         Fixes #447961.
7507         Don't leak fd (and ip) when freeing a connection without first closing
7508         it.
7509
7510 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
7511
7512         * configure.ac:
7513         Back to CVS
7514
7515         * gst-plugins-good.doap:
7516         Add 0.10.6 to the doap file.
7517
7518 === release 0.10.6 ===
7519
7520 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
7521
7522         * configure.ac:
7523           releasing 0.10.6, "Wobble Board"
7524
7525 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
7526
7527         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
7528         (rtsp_connection_free):
7529           Revert previous commit again, since we are frozen (sorry).
7530
7531 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
7532
7533         Patch by: Peter Kjellerstedt <pkj at axis com>
7534
7535         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
7536         (rtsp_connection_free):
7537           inet_ntoa() uses a static buffer internally, so we need to copy the
7538           returned string if we want to store it for later (#447961).
7539
7540 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
7541
7542         * win32/vs6/autogen.dsp:
7543         * win32/vs6/gst_plugins_good.dsw:
7544         * win32/vs6/libgstalaw.dsp:
7545         * win32/vs6/libgstalpha.dsp:
7546         * win32/vs6/libgstalphacolor.dsp:
7547         * win32/vs6/libgstapetag.dsp:
7548         * win32/vs6/libgstaudiofx.dsp:
7549         * win32/vs6/libgstauparse.dsp:
7550         * win32/vs6/libgstautodetect.dsp:
7551         * win32/vs6/libgstavi.dsp:
7552         * win32/vs6/libgstcutter.dsp:
7553         * win32/vs6/libgstdirectdraw.dsp:
7554         * win32/vs6/libgstdirectsound.dsp:
7555         * win32/vs6/libgsteffectv.dsp:
7556         * win32/vs6/libgstflx.dsp:
7557         * win32/vs6/libgstgoom.dsp:
7558         * win32/vs6/libgsticydemux.dsp:
7559         * win32/vs6/libgstid3demux.dsp:
7560         * win32/vs6/libgstinterleave.dsp:
7561         * win32/vs6/libgstjpeg.dsp:
7562         * win32/vs6/libgstlevel.dsp:
7563         * win32/vs6/libgstmatroska.dsp:
7564         * win32/vs6/libgstmedian.dsp:
7565         * win32/vs6/libgstmonoscope.dsp:
7566         * win32/vs6/libgstmulaw.dsp:
7567         * win32/vs6/libgstmultipart.dsp:
7568         * win32/vs6/libgstqtdemux.dsp:
7569         * win32/vs6/libgstrtp.dsp:
7570         * win32/vs6/libgstrtsp.dsp:
7571         * win32/vs6/libgstsmpte.dsp:
7572         * win32/vs6/libgstspeex.dsp:
7573         * win32/vs6/libgstudp.dsp:
7574         * win32/vs6/libgstvideobalance.dsp:
7575         * win32/vs6/libgstvideobox.dsp:
7576         * win32/vs6/libgstvideocrop.dsp:
7577         * win32/vs6/libgstvideoflip.dsp:
7578         * win32/vs6/libgstvideomixer.dsp:
7579         * win32/vs6/libgstwaveform.dsp:
7580         * win32/vs6/libgstwavenc.dsp:
7581         * win32/vs6/libgstwavparse.dsp:
7582         Mark *.dsp & *.dsw as binary files and convert to DOS line
7583         endings, as they don't load into VS6 correctly otherwise.
7584
7585 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
7586
7587         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7588         (rtsp_connection_connect):
7589         Fix the MingW build. 
7590         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
7591         Fixes: #446981
7592
7593 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
7594
7595         * tests/check/elements/.cvsignore:
7596         * tests/icles/.cvsignore:
7597         Hush the buildbots up
7598
7599 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
7600
7601         * configure.ac:
7602         * sys/Makefile.am:
7603         * sys/directdraw/Makefile.am:
7604         * sys/directsound/Makefile.am:
7605         * sys/waveform/Makefile.am:
7606         Make sure to dist everything needed for win32 builds.
7607
7608 2007-06-14  Edward Hervey  <edward@fluendo.com>
7609
7610         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
7611         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
7612         caps.
7613         Fixes #447458
7614
7615 2007-06-13  Wim Taymans  <wim@fluendo.com>
7616
7617         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
7618         Make sure we allocate enough memory for the codec_data.
7619         Fixes #447210.
7620
7621 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
7622
7623         * win32/MANIFEST:
7624         Add videocrop project file to the win32 manifest.
7625         * win32/vs6/gst_plugins_good.dsw:
7626         Add qtdemux,videocrop and waveform projects to the workspace.
7627         * win32/vs6/libgstqtdemux.dsp:
7628         Add zlib to the link list of qtdemux.
7629         * win32/vs6/libgstvideocrop.dsp:
7630         Add a project file for videocrop.
7631
7632 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
7633
7634         * po/POTFILES.in:
7635         Add qtdemux for translation
7636
7637 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
7638
7639         * configure.ac:
7640         * docs/plugins/Makefile.am:
7641         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7642         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7643         * docs/plugins/inspect/plugin-videocrop.xml:
7644         * gst-plugins-good.spec.in:
7645         * sys/Makefile.am:
7646         * tests/check/Makefile.am:
7647         * tests/icles/Makefile.am:
7648         * tests/icles/videocrop-test.c:
7649         Move videocrop and osxvideo from -bad.
7650
7651 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
7652
7653         * configure.ac:
7654         * docs/plugins/Makefile.am:
7655         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7656         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7657         * docs/plugins/gst-plugins-good-plugins.args:
7658         * docs/plugins/inspect/plugin-qtdemux.xml:
7659         * docs/plugins/inspect/plugin-quicktime.xml:
7660         * win32/MANIFEST:
7661         Move qtdemux from -bad.
7662
7663         * gst-plugins-good.spec.in:
7664         Update spec file to reflect moving of qtdemux and wavpack
7665
7666 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
7667         
7668         * win32/MANIFEST:
7669         * docs/plugins/Makefile.am:
7670         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7671         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7672         * docs/plugins/inspect/plugin-directdraw.xml:
7673         * docs/plugins/inspect/plugin-directsound.xml:
7674         * docs/plugins/inspect/plugin-waveform.xml:
7675         Move the waveform plugin from -bad too. Update the inspect xml
7676         files to mention Plugins Good instead of Plugins Bad.
7677
7678 2007-06-12  Andy Wingo  <wingo@pobox.com>
7679
7680         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
7681         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
7682         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
7683         finalization and resuscitation. No longer public.
7684         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
7685         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
7686         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
7687         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
7688         miniobject semantics, and be threadsafe.
7689         (gst_v4l2src_queue_frame): Remove this function, as we just call
7690         the ioctls directly in the two places where we queue buffers.
7691         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
7692         directly.
7693         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
7694         to allocate the pool, which also preallocates the GstBuffers.
7695         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
7696         queueing the frames directly.
7697         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
7698         mmap buffers have been dequeued.
7699
7700         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
7701         real MiniObject instead of rolling our own refcounting and
7702         finalizing. Give it a lock.
7703         (struct _GstV4l2Buffer): Remove one intermediary object, having
7704         the buffers hold the struct v4l2_buffer directly.
7705
7706         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
7707         capture_init so that it can set them on the buffers that it will
7708         create.
7709         (gst_v4l2src_get_read): For better or for worse, include the
7710         timestamping and offsetting code here; really we should be using
7711         bufferalloc though.
7712         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
7713         preallocated, mmap'd buffers.
7714
7715 2007-06-11  Wim Taymans  <wim@fluendo.com>
7716
7717         Patch by: daniel fischer <dan at f3c dot com>
7718
7719         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
7720         (gst_ximage_src_get_caps):
7721         Actually use the display_name property so that we can dump any
7722         available X display. Fixes #445905.
7723
7724 2007-06-11  Wim Taymans  <wim@fluendo.com>
7725
7726         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7727
7728         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
7729         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
7730         Add missing rate fields to caps. Fixes #441118.
7731
7732 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
7733
7734         * win32/vs6/gst_plugins_good.dsw:
7735         * win32/vs8/gst-plugins-good.sln:
7736         Add DirectSound and DirectDraw sinks project files to
7737         workspace and solution files.
7738
7739 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
7740
7741         Patch by: Josh Coalson <xflac at yahoo dot com>,
7742         updated by Alexis Ballier <aballier at gentoo dot org>:
7743
7744         * configure.ac:
7745         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
7746         (gst_flac_dec_setup_seekable_decoder),
7747         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
7748         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
7749         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
7750         * ext/flac/gstflacdec.h:
7751         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
7752         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
7753         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
7754         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
7755         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
7756         (gst_flac_enc_chain), (gst_flac_enc_set_property),
7757         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
7758         * ext/flac/gstflacenc.h:
7759         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
7760         
7761 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
7762
7763         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
7764         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
7765         not necessary anymore as we need at least that core version. 
7766
7767 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
7768
7769         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7770         (gst_wavpack_dec_chain):
7771         * ext/wavpack/gstwavpackdec.h:
7772         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
7773         (gst_wavpack_parse_push_buffer):
7774         * ext/wavpack/gstwavpackparse.h:
7775         Improve discont handling by checking if the next Wavpack block has
7776         the expected, following block index.
7777
7778 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7779
7780         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
7781           Fix element description.
7782
7783 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7784
7785         * configure.ac:
7786         * docs/plugins/Makefile.am:
7787         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7788         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7789         * docs/plugins/gst-plugins-good-plugins.args:
7790         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7791         * docs/plugins/gst-plugins-good-plugins.signals:
7792         * docs/plugins/inspect/plugin-autodetect.xml:
7793         * docs/plugins/inspect/plugin-gconfelements.xml:
7794         * docs/plugins/inspect/plugin-ladspa.xml:
7795         * docs/plugins/inspect/plugin-rtp.xml:
7796         * docs/plugins/inspect/plugin-wavpack.xml:
7797         * ext/Makefile.am:
7798         * tests/check/Makefile.am:
7799           move wavpack plugin.  See #352605.
7800
7801 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
7802
7803         * configure.ac:
7804         * docs/plugins/Makefile.am:
7805         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7806         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7807         * docs/plugins/gst-plugins-good-plugins.args:
7808         * sys/Makefile.am:
7809         * win32/MANIFEST:
7810         Add DirectDraw & DirectSound plugins to the build and docs.
7811
7812 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
7813
7814         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
7815         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
7816           When operating in pull mode, error out correct on not-linked.
7817
7818 2007-06-06  Andy Wingo  <wingo@pobox.com>
7819
7820         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
7821         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
7822         format and size if the ioctls are defined; should fix compilation
7823         on Linux < 2.16.19.
7824
7825 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
7826
7827         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
7828           Printf fixes in debug statements; use LOG level for debug statements
7829           that are printed for each and every frame; convert c++ comments to
7830           C-style comments; not much point using g_try_malloc() if we then not
7831           even check the return value.
7832
7833 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
7834
7835         * configure.ac:
7836           Bump requirements to released versions (core and base 0.10.13).
7837
7838         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
7839           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
7840           own implementation.
7841
7842 2007-06-05  Andy Wingo  <wingo@pobox.com>
7843
7844         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
7845         some useless comments.
7846
7847         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
7848         frames before calling STREAMON, that might leave them in a state
7849         where they can't be dequeued if we go back to NULL without calling
7850         STREAMON, according to the docs.
7851         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
7852         before we call STREAMON.
7853         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
7854         failures. (For me this code hung.) The pool refcounting is still
7855         crack; added a note to that effect.
7856
7857 2007-06-05  Wim Taymans  <wim@fluendo.com>
7858
7859         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
7860         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
7861         Add support for mapping gst structure names to the MIME type equivalent.
7862         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
7863
7864 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
7865
7866         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
7867         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
7868         (gst_wavenc_chain), (gst_wavenc_change_state):
7869         * gst/wavenc/gstwavenc.h:
7870         Properly write wav files with width!=depth by having the depth most
7871         significant bytes set and all others zero. Fixes #442535.
7872
7873 2007-06-01  Wim Taymans  <wim@fluendo.com>
7874
7875         * gst/rtsp/rtspconnection.c:
7876         Add include to make buildbot happy.
7877
7878 2007-06-01  Wim Taymans  <wim@fluendo.com>
7879
7880         Patch by: Peter Kjellerstedt  <pkj at axis com>
7881
7882         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7883         (rtsp_connection_connect), (add_date_header),
7884         (rtsp_connection_send), (parse_response_status),
7885         (parse_request_line), (parse_line), (rtsp_connection_receive):
7886         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
7887         * gst/rtsp/rtspdefs.h:
7888         * gst/rtsp/rtspmessage.c: (key_value_foreach),
7889         (rtsp_message_init_request), (rtsp_message_init_response),
7890         (rtsp_message_remove_header), (rtsp_message_append_headers),
7891         (rtsp_message_dump):
7892         * gst/rtsp/rtspmessage.h:
7893         Improves version checking, allowing an RTSP server to reply with "505
7894         RTSP Version not supported.
7895         Adds a Date header to all messages.
7896         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
7897         want to be able to send a response even if something in the request was
7898         invalid. EINVAL is only used when passing wrong arguments to functions.
7899         Do not handle an invalid method in parse_request_line(). Defer this to
7900         the caller so it can respond with "405 Method Not Allowed".
7901         Improves parsing of the timeout parameter to the Session header,
7902         allowing whitespace after the semicolon. 
7903         Avoids a compiler warning due to variables shadowing a function argument.
7904
7905 2007-06-01  Wim Taymans  <wim@fluendo.com>
7906
7907         Based on Patch by: Daniel Charles <dcharles at ti dot com>
7908
7909         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
7910         (gst_rtp_amr_depay_process):
7911         * gst/rtp/gstrtpamrdepay.h:
7912         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
7913         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
7914         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
7915         * gst/rtp/gstrtpamrpay.h:
7916         Add support for AMR-WB.
7917         Small cleanups such as using BOILERPLATE.
7918
7919 2007-05-31  Wim Taymans  <wim@fluendo.com>
7920
7921         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
7922         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
7923
7924 2007-05-30  Andy Wingo  <wingo@pobox.com>
7925
7926         * sys/v4l2/gstv4l2object.h: 
7927         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
7928         unintended changes.
7929
7930         * sys/v4l2/v4l2src_calls.h: 
7931         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
7932         the format list in the order that the driver gives it to us.
7933         (gst_v4l2src_probe_caps_for_format_and_size)
7934         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
7935         based on the capabilities of the device.
7936         (gst_v4l2src_grab_frame): Update for object variable renaming.
7937         (gst_v4l2src_set_capture): Update to be strict in its parameters,
7938         as in the set_caps below.
7939         (gst_v4l2src_capture_init): Update for object variable renaming,
7940         and reflow.
7941         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
7942         (gst_v4l2src_capture_deinit): Update for object variable renaming.
7943         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
7944         (gst_v4l2src_get_fps): Remove; these functions don't have much
7945         meaning outside of an atomic set_caps method.
7946         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
7947         known.
7948
7949         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
7950         call to update_fps; not sure about this change.
7951         (gst_v4l2_tuner_set_norm): Work around the fact that for the
7952         moment we don't have an update_fps_func.
7953
7954         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
7955         structures in the object, just store what we need. Do store the
7956         probed caps of the device. Don't store the current frame rate.
7957
7958         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
7959         update_fps_function, for now. Update for new object variable
7960         naming.
7961         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
7962         new object variable naming.
7963         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
7964         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
7965         (gst_v4l2src_get_caps): Rework to probe the device for supported
7966         frame sizes and frame rates.
7967         (gst_v4l2src_set_caps): Rework to be strict in the given
7968         parameters: if someone asks us to have a certain size and rate,
7969         that is what we configure.
7970         (gst_v4l2src_get_read): Update for object variable naming. Don't
7971         leak buffers on short reads.
7972         (gst_v4l2src_get_mmap): Update for object variable naming, and add
7973         comments.
7974         (gst_v4l2src_create): Update for object variable naming.
7975
7976 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
7977
7978         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
7979         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
7980         * gst/avi/gstavidemux.h:
7981           Parse subtitle text streams instead of erroring out (#442034). Still
7982           needs a parser for the subtitles to actually show up.
7983
7984 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
7985
7986         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
7987         (gst_avi_demux_loop):
7988           Make _push_event() return TRUE if the event could be pushed on at
7989           least one pad and not only if it could be pushed on all pads,
7990           otherwise we'll end up posting an error message on EOS if one or
7991           more source pads are not connected.
7992
7993 2007-05-28  Wim Taymans  <wim@fluendo.com>
7994
7995         * gst/rtsp/rtsptransport.c:
7996         Use renamed RTP bin.
7997
7998 2007-05-28  Wim Taymans  <wim@fluendo.com>
7999
8000         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
8001
8002         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
8003         (gst_video_box_set_property), (gst_video_box_transform_caps),
8004         (video_box_recalc_transform), (gst_video_box_set_caps),
8005         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
8006         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
8007         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
8008         (gst_video_box_i420_i420), (gst_video_box_transform),
8009         (plugin_init):
8010         Add AYUV->AYUV and AYUV->I420 formats. 
8011         Fix negotiation and I420->AYUV conversion.
8012         Fixes #429329.
8013
8014 2007-05-26  Wim Taymans  <wim@fluendo.com>
8015
8016         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
8017         Use different variables for nested for loops so that the outer loop
8018         functions properly and speex files with multiple frames per buffer work
8019         properly.
8020         Fixes #441408.
8021
8022 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8023
8024         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
8025           Don't leak newsegment events.
8026
8027 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8028
8029         * gst/wavparse/Makefile.am:
8030           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
8031           drags it in.
8032
8033 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8034
8035         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8036         (notgst_value_array_append_buffer),
8037         (gst_flac_enc_process_stream_headers),
8038         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
8039         (gst_flac_enc_change_state):
8040         * ext/flac/gstflacenc.h:
8041           Collect headers, add "streamheader" field to output caps and set
8042           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
8043           produces output according to the official FLAC-to-Ogg mapping
8044           instead of completely broken files. Fixes #426044.
8045
8046 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8047
8048         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
8049         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
8050         (gst_id3demux_sink_event):
8051         * gst/id3demux/gstid3demux.h:
8052         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
8053         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
8054         (gst_tag_demux_send_new_segment):
8055         Handle and adjust new-segment events so that downstream really
8056         sees a stream with the tag pieces stripped off the front and back.
8057         Fixes strangeness in seeking when mp3 decoders use the new-segment
8058         byte position to estimate their current playback position timestamp
8059         and then the arriving buffers don't match up.
8060
8061 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8062
8063         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
8064           Don't unnecessarily perform a READY->NULL->READY transition on the
8065           detected audio sink when starting up. Fixes: #440127
8066
8067 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8068
8069         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
8070         (gst_flac_enc_chain):
8071           Don't crash in chain function if setcaps hasn't been called.
8072
8073 2007-05-24  Wim Taymans  <wim@fluendo.com>
8074
8075         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
8076         Init value to avoid infinte loops.
8077
8078 2007-05-24  Wim Taymans  <wim@fluendo.com>
8079
8080         Patch by: Peter Kjellerstedt  <pkj at axis com>
8081
8082         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
8083         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
8084         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
8085         (gst_rtspsrc_play):
8086         (rtsp_connection_send), (rtsp_connection_receive):
8087         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
8088         Fix for new API.
8089
8090         * gst/rtsp/rtspconnection.c: (add_auth_header),
8091         Only add authorisation and session headers when sending messages.
8092
8093         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
8094         (rtsp_message_init_request), (rtsp_message_init_response),
8095         (rtsp_message_unset), (rtsp_message_add_header),
8096         (rtsp_message_remove_header), (rtsp_message_get_header),
8097         (rtsp_message_append_headers), (dump_key_value),
8098         (rtsp_message_dump):
8099         * gst/rtsp/rtspmessage.h:
8100         Add support for multiple headers of the same type by storing the parsed
8101         headers in a GArray instaed of a hashtable.
8102
8103 2007-05-21  Wim Taymans  <wim@fluendo.com>
8104
8105         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
8106         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
8107         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
8108         safer shutdown.
8109
8110 2007-05-21  Wim Taymans  <wim@fluendo.com>
8111
8112         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
8113         * gst/rtsp/gstrtpdec.h:
8114         Added signal for backwards compat.
8115
8116 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
8117         
8118         Patch by: René Stadler <mail at renestadler dot de>
8119
8120         * configure.ac:
8121         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
8122         (gst_au_parse_parse_header), (gst_au_parse_chain):
8123         * gst/auparse/gstauparse.h:
8124         Use audioconvert for converting from non-native endianness floats
8125         in auparse instead of doing it ourself. Fixes #424527.
8126         This needs the audioconvert from plugins-base CVS.
8127         
8128 2007-05-21  Wim Taymans  <wim@fluendo.com>
8129
8130         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8131         (gst_rtp_h263p_pay_flush):
8132         Fix enum registration.
8133
8134 2007-05-21  Wim Taymans  <wim@fluendo.com>
8135
8136         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
8137
8138         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8139         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
8140         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
8141         (gst_rtp_h263p_pay_flush):
8142         * gst/rtp/gstrtph263ppay.h:
8143         Add new fragmentation mode base on GOB headers. Fixes #438940.
8144
8145 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
8146
8147         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
8148           Printf format fix.
8149
8150 2007-05-18  Wim Taymans  <wim@fluendo.com>
8151
8152         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8153         Don't crash when an unsupported transport error was returned by the
8154         server, just try to configure the next stream. Fixes #439255.
8155
8156 2007-05-18  Wim Taymans  <wim@fluendo.com>
8157
8158         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8159         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8160         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
8161         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8162         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
8163         * gst/rtsp/gstrtspsrc.h:
8164         Add TCP timeout property and use it for all TCP connection.
8165
8166         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8167         (rtsp_connection_write), (rtsp_connection_next_timeout),
8168         (rtsp_connection_reset_timeout):
8169         Make connect and writes cancelable and make them use the timeout.
8170
8171 2007-05-18  Wim Taymans  <wim@fluendo.com>
8172
8173         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
8174         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8175         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8176         (gst_rtspsrc_setup_streams):
8177         Refactor timeout handling.
8178         Also send keep-alive when dealing with TCP transport.
8179
8180         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8181         (rtsp_connection_free), (rtsp_connection_next_timeout),
8182         (rtsp_connection_reset_timeout):
8183         * gst/rtsp/rtspconnection.h:
8184         Use a timer to handle the session timeouts, add some methods to deal
8185         with timeouts.
8186
8187 2007-05-17  Wim Taymans  <wim@fluendo.com>
8188
8189         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
8190         (gst_rtspsrc_setup_streams):
8191         Ignore streams that fail the setup command, we will retry with a
8192         different transport later on.
8193
8194         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
8195         (rtsp_ext_wms_configure_stream):
8196         Fix encoding name case.
8197
8198 2007-05-16  Edward Hervey  <edward@fluendo.com>
8199
8200         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
8201         Fix build on macosx.
8202
8203 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
8204
8205         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
8206         Replace direct comparison of a string with the string literal "" with
8207         a comparison of the first character with '\0'. Fixes #438926.
8208
8209 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8210
8211         * gst/debug/breakmydata.c (gst_break_my_data_init):
8212           One more try. This should be the proper fix now.
8213
8214 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8215
8216         * gst/debug/breakmydata.c:
8217           Ooops, no // comments please.
8218
8219 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8220
8221         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
8222         (gst_break_my_data_init):
8223           Fix gst_buffer_is_writable() assertion.
8224
8225 2007-05-14  David Schleef  <ds@schleef.org>
8226
8227         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
8228           video/x-raw-bayer.  Fixes #314160.
8229
8230 2007-05-14  Wim Taymans  <wim@fluendo.com>
8231
8232         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
8233         (gst_rtp_theora_depay_parse_configuration):
8234         * gst/rtp/gstrtptheorapay.c: (encode_base64),
8235         (gst_rtp_theora_pay_finish_headers),
8236         (gst_rtp_theora_pay_handle_buffer):
8237         Update theora pay/depayloader in a similar to vorbis.
8238
8239         * gst/rtp/gstrtpvorbisdepay.c:
8240         (gst_rtp_vorbis_depay_parse_configuration):
8241         Update docs.
8242
8243 2007-05-14  Wim Taymans  <wim@fluendo.com>
8244
8245         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
8246         When we try to execute a method that is not supported by the server,
8247         don't error out but remove the method from the accepted methods so that
8248         we never try to perform this method again.
8249
8250 2007-05-14  Wim Taymans  <wim@fluendo.com>
8251
8252         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
8253         Remove annoying _dump_mem.
8254
8255 2007-05-14  Wim Taymans  <wim@fluendo.com>
8256
8257         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
8258         Parse range correctly.
8259
8260         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
8261         The baseurl now always has a '/' at the start.
8262
8263 2007-05-14  Wim Taymans  <wim@fluendo.com>
8264
8265         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
8266         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
8267         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
8268         Factor out caps configuration and configure more stuff such as the time
8269         ranges and speed/scale values.
8270
8271         * gst/rtsp/rtsptransport.c:
8272         Add Copyright after non-trival fixes.
8273
8274 2007-05-12  Wim Taymans  <wim@fluendo.com>
8275
8276         Patch by: Peter Kjellerstedt  <pkj at axis com>
8277
8278         * gst/rtsp/gstrtspsrc.h:
8279         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
8280         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
8281         (rtsp_message_get_header):
8282         * gst/rtsp/rtspmessage.h:
8283         Make channel guint8 where possible.
8284         Make rtsp_message_init_data() take the channel as a guint8.
8285
8286         * gst/rtsp/rtspdefs.c:
8287         Fixed a typo: Timout -> Timeout
8288
8289         * gst/rtsp/rtspdefs.h:
8290         Make RTSP_CHECK() behave as a statement.
8291
8292         * gst/rtsp/sdpmessage.c:
8293         Avoid a compiler warning in INIT_ARRAY().
8294         Fixes #437692.
8295
8296 2007-05-12  Wim Taymans  <wim@fluendo.com>
8297
8298         Patch by: Peter Kjellerstedt  <pkj at axis com>
8299
8300         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
8301         (rtsp_url_get_request_uri):
8302         * gst/rtsp/rtspurl.h:
8303         Add support for query parameters to RTSP URLs.
8304
8305 2007-05-12  Wim Taymans  <wim@fluendo.com>
8306
8307         Patch by: Peter Kjellerstedt  <pkj at axis com>
8308
8309         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
8310         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
8311         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
8312         (rtsp_transport_parse), (rtsp_transport_as_text):
8313         * gst/rtsp/rtsptransport.h:
8314         Add validation to rtsp_transport_parse().
8315         Add rtsp_transport_as_text() to generate an RTSP header from an
8316         RTSPTransport.
8317         Change ssrc to guint (was a string) since that is what it is, even
8318         though it is sent as a hex string.
8319         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
8320         incorrect, which can be seen when looking at the examples in the RFC).
8321         Fixes #437670.
8322
8323 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
8324
8325         Patch by: Eric Anholt
8326
8327         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
8328           gst_ximage_src_ximage_get):
8329         Use union of all damage between frames to make it faster.
8330         Fixes bug #342463.
8331         Also fix crasher when cursor is at bottom right of window.
8332
8333 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
8334
8335         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
8336           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
8337           streaming mode regression for file from #343837 with 'bext' chunk
8338           before the 'fmt' chunk.
8339
8340 2007-05-11  Wim Taymans  <wim@fluendo.com>
8341
8342         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
8343         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
8344         (gst_rtspsrc_handle_src_event),
8345         (gst_rtspsrc_stream_configure_manager),
8346         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
8347         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
8348         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
8349         * gst/rtsp/gstrtspsrc.h:
8350         * gst/rtsp/rtspdefs.h:
8351         Preliminary seek support.
8352         Activate internal pads so that we can receive events on them.
8353         Don't try to parse a range string when it's NULL.
8354
8355 2007-05-11  Wim Taymans  <wim@fluendo.com>
8356
8357         * gst/rtp/README:
8358         Update README with new RTP variables that will be used for
8359         synchronisation.
8360
8361         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
8362         (gst_rtp_vorbis_depay_parse_configuration),
8363         (gst_rtp_vorbis_depay_process):
8364         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
8365         (gst_rtp_vorbis_pay_finish_headers),
8366         (gst_rtp_vorbis_pay_handle_buffer):
8367         Update vorbis pay and depayloader to draft-04.
8368
8369 2007-05-11  Wim Taymans  <wim@fluendo.com>
8370
8371         * gst/rtsp/rtsptransport.c:
8372         UDP MCAST is actually the default for RTP/AVP.
8373 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
8374
8375         * gst/level/gstlevel.c: (gst_level_transform_ip):
8376         Use guint8 * instead of gpointer then vs6 can build 
8377         in_data += (filter->width / 8).
8378
8379 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
8380
8381         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
8382           gst_ximage_src_ximage_get):
8383         * sys/ximage/gstximagesrc.h (last_ximage):
8384         When using Damage actually keep the last frame, and not assume
8385         that the buffer we get already has the last frame on it.
8386         Copy the cursor over if we specify a non-zero start x and
8387         start y.
8388
8389 2007-05-11  Wim Taymans  <wim@fluendo.com>
8390
8391         * gst/rtsp/rtsptransport.c:
8392         Make UDP the default transport when not specified.
8393
8394 2007-05-09  David Schleef  <ds@schleef.org>
8395
8396         * gst/level/gstlevel.c:
8397           Revert last change.
8398
8399 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
8400
8401         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
8402         (gst_level_transform_ip):
8403         Use guint8 * instead of gpointer then vs6 know the size of data
8404         pointed when moving the pointer.
8405         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
8406         Move instructions after variables declaration.
8407         * win32/vs6/autogen.dsp:
8408         * win32/vs6/libgstrtp.dsp:
8409         * win32/vs6/libgstrtsp.dsp:
8410         Update vs6 project files.
8411
8412 2007-05-09  Wim Taymans  <wim@fluendo.com>
8413
8414         * gst/rtsp/Makefile.am:
8415         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
8416         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
8417         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
8418         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
8419         (rtsp_range_free):
8420         * gst/rtsp/rtsprange.h:
8421         Add code to parse time ranges.
8422         Report DURATION on the stream when possible.
8423
8424 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
8425
8426         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
8427         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
8428         (gst_videomixer_collected):
8429           Fix strides calculation for AYUV (it's just width*4) (#436910).
8430
8431 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
8432
8433         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
8434         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
8435         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
8436         Sync the GObject properties before each processing step to properly
8437         work with the controller.
8438
8439 2007-05-04  Wim Taymans  <wim@fluendo.com>
8440
8441         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
8442         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8443         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
8444         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
8445         (gst_rtspsrc_change_state):
8446         Let more error state trickle down so that we can catch more error
8447         cases.
8448         Handle keep-alive a little smarter by selecting a method the server
8449         actually supports.
8450         Fix a race in UDP streaming shutdown.
8451
8452 2007-05-04  Wim Taymans  <wim@fluendo.com>
8453
8454         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
8455         Ignore errors when trying to use the keep-alive messages.
8456
8457 2007-05-04  Wim Taymans  <wim@fluendo.com>
8458
8459         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
8460         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
8461         (gst_rtspsrc_stream_configure_manager),
8462         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
8463         (gst_rtspsrc_stream_configure_mcast),
8464         (gst_rtspsrc_stream_configure_udp),
8465         (gst_rtspsrc_stream_configure_udp_sink),
8466         (gst_rtspsrc_stream_configure_transport):
8467         Send RTCP messages back to the server over the TCP connection.
8468
8469         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
8470         (rtsp_connection_send), (rtsp_connection_read), (read_body),
8471         (rtsp_connection_receive):
8472         * gst/rtsp/rtspconnection.h:
8473         Factor out and expose lowlevel _write and _read methods.
8474         Implement sending data messages to the server.
8475
8476 2007-05-03  Wim Taymans  <wim@fluendo.com>
8477
8478         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
8479         (gst_multipart_mux_collected):
8480         Fix timestamps on outgoing buffers.
8481
8482 2007-05-03  Wim Taymans  <wim@fluendo.com>
8483
8484         * gst/multipart/multipartmux.c:
8485         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
8486         (gst_multipart_mux_change_state):
8487         Emit NEWSEGMENT events before pushing the first buffer.
8488
8489 2007-05-03  Wim Taymans  <wim@fluendo.com>
8490
8491         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
8492         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
8493         (gst_rtspsrc_handle_src_query),
8494         (gst_rtspsrc_stream_configure_manager),
8495         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
8496         (gst_rtspsrc_stream_configure_mcast),
8497         (gst_rtspsrc_stream_configure_udp),
8498         (gst_rtspsrc_stream_configure_udp_sink),
8499         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
8500         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
8501         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
8502         (gst_rtspsrc_pause):
8503         Refactor transport configuration code.
8504         Create internal pads for TCP transport so that we can implement events
8505         and queries.
8506         Handle events and queries.
8507         Parse range from the SDP.
8508         Fix race in pause handler where the connection could still be flushing.
8509
8510 2007-05-02  Wim Taymans  <wim@fluendo.com>
8511
8512         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8513         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
8514         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
8515         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
8516         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
8517         (gst_rtspsrc_change_state):
8518         * gst/rtsp/gstrtspsrc.h:
8519         Fix race when multiple udp sources post timeouts, just act on the first
8520         received timeout.
8521         Protect stream list with a recursive lock to fix some races.
8522         Flush connection when we need to do a reconnect or stop.
8523         Make state lock recursive.
8524
8525         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8526         (rtsp_connection_close):
8527         Some small cleanups.
8528
8529 2007-05-02  Wim Taymans  <wim@fluendo.com>
8530
8531         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8532         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
8533         Only set DISCONT when there actually is a discont or when we just
8534         started.
8535
8536 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
8537
8538         * ext/flac/gstflac.c: (plugin_init):
8539         Call bindtextdomain() to get localized strings.
8540
8541 2007-05-02  Wim Taymans  <wim@fluendo.com>
8542
8543         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8544         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
8545         (gst_wavparse_stream_data):
8546         * gst/wavparse/gstwavparse.h:
8547         Be a bit more clever when dealing with VBR files with FACT tags, we
8548         don't want to timestamp buffers in that case but the estimated BPS can
8549         be used for seeking.
8550         Only send close segment in the streaming thread.
8551
8552 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
8553
8554         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
8555         Correctly post an error on the bus if something went wrong in the loop
8556         function. This fixes a few cases where the task was paused and nothing
8557         happened anymore.
8558
8559 2007-05-02  Wim Taymans  <wim@fluendo.com>
8560
8561         * gst/rtsp/test.c: (main):
8562         Fix compilation of deprecated test just because I'm too lazy to delete
8563         it.
8564
8565 2007-05-02  Wim Taymans  <wim@fluendo.com>
8566
8567         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8568         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
8569         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
8570         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
8571         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
8572         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
8573         * gst/rtsp/gstrtspsrc.h:
8574         Fix sending RTCP to the right place.
8575         Fix bug in reffing the wrong UDP element.
8576         Use new pad names for the session manager.
8577         Implement handling server requests in interleaved and UDP modes.
8578         Handle session keep-alive in UDP modes.
8579         Remove GCond for handling UDP timeouts.
8580
8581         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8582         (rtsp_connection_send), (rtsp_connection_read), (read_body),
8583         (rtsp_connection_receive), (rtsp_connection_close):
8584         * gst/rtsp/rtspconnection.h:
8585         Store connection IP address for later.
8586         Add timeout args to all operations that might block forever.
8587         Parse session timeout.
8588         Only close sockets when not already closed.
8589
8590         * gst/rtsp/rtspdefs.c:
8591         * gst/rtsp/rtspdefs.h:
8592         Add timeout return value and error string.
8593
8594         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
8595         Add small comment.
8596
8597 2007-05-01  Wim Taymans  <wim@fluendo.com>
8598
8599         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8600
8601         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
8602         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
8603         * gst/rtp/gstrtpmp4vpay.h:
8604         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
8605
8606 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
8607
8608         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8609           Remove v4l2src from docs, since it breaks the docs build, and the
8610           plugin is only built if --enable-experimental is used anyway.
8611
8612         * docs/plugins/Makefile.am:
8613           Spaces => tab.
8614
8615 2007-04-29  Wim Taymans  <wim@fluendo.com>
8616
8617         * gst/udp/gstmultiudpsink.c: (leave_multicast),
8618         (gst_multiudpsink_add), (gst_multiudpsink_remove):
8619         Add code to drop membership of a multicast group.
8620
8621         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
8622         (gst_udpsink_set_uri):
8623         Implement URI handler.
8624
8625         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
8626         (gst_rtspsrc_parse_rtpinfo):
8627         Use URI handler to make udpsink instace.
8628         Improve code to configure port and destination.
8629
8630 2007-04-29  Wim Taymans  <wim@fluendo.com>
8631
8632         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
8633         Fix multicast detection.
8634         Don't try to join a multicast group if the address is not multicast.
8635
8636         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
8637         Small debug improvement.
8638
8639 2007-04-27  Wim Taymans  <wim@fluendo.com>
8640
8641         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
8642         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
8643         (gst_rtspsrc_handle_message):
8644         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
8645         parent.
8646
8647 2007-04-27  Wim Taymans  <wim@fluendo.com>
8648
8649         * gst/rtp/gstrtpilbcdepay.h:
8650         Fix mode property when specified as an arg.
8651
8652 2007-04-26  Edward Hervey  <edward@fluendo.com>
8653
8654         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8655         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8656         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8657         * docs/plugins/inspect/plugin-osxaudio.xml:
8658         Add documentation for osxaudio plugin.
8659
8660 2007-04-26  Wim Taymans  <wim@fluendo.com>
8661
8662         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8663         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
8664         (gst_rtspsrc_open), (gst_rtspsrc_close),
8665         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
8666         (gst_rtspsrc_pause):
8667         * gst/rtsp/gstrtspsrc.h:
8668         Protect state changes with a lock.
8669
8670         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8671         (parse_line):
8672         * gst/rtsp/rtspconnection.h:
8673         Remove some unused stuff.
8674
8675 2007-04-26  Wim Taymans  <wim@fluendo.com>
8676
8677         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8678         Handle the case where there are exactly 0 bytes to read and the ioctl
8679         did not report an error. Fixes #433530.
8680
8681 2007-04-26  Wim Taymans  <wim@fluendo.com>
8682
8683         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8684         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
8685         * gst/wavparse/gstwavparse.h:
8686         Apply DISCONT to buffers.
8687         Only apply timestamp to the first sample after a DISCONT, too many VBR
8688         files cause random jitter in the timestamps. Fixes #433119.
8689
8690 2007-04-25  Wim Taymans  <wim@fluendo.com>
8691
8692         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
8693         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
8694         (gst_rtp_dec_get_property):
8695         * gst/rtsp/gstrtpdec.h:
8696         Add dummy latency property to be backwards compat with rtpbin.
8697
8698         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8699         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8700         (gst_rtspsrc_stream_configure_transport),
8701         (gst_rtspsrc_parse_rtpinfo):
8702         * gst/rtsp/gstrtspsrc.h:
8703         Add latency property and configure in the session manager.
8704         Don't set invalid clock-base and seqnum-base on caps, some servers
8705         sometimes don't send them.
8706
8707 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
8708
8709         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
8710         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
8711           Double-check that RGB input caps are really RGBA caps (apparently
8712           the core doesn't always catch it if those caps aren't a subset of
8713           our template caps, also see #421543). Fixes #429319 in a way.
8714           Also, don't leak the pad template in the transform_caps function.
8715
8716         * tests/check/Makefile.am:
8717         * tests/check/elements/.cvsignore:
8718         * tests/check/elements/alphacolor.c: (setup_alphacolor),
8719         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
8720         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
8721         (GST_START_TEST), (alphacolor_suite):
8722           Add some basic unit tests for alphacolor.
8723
8724 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
8725
8726         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8727           If we get a fatal flow return in the loop function, first post the
8728           error message and only then send the EOS event downstream, otherwise
8729           applications might get an eos message before the error message and
8730           think everything was ok (related to #429319).
8731
8732 2007-04-25  Wim Taymans  <wim@fluendo.com>
8733
8734         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
8735         Read the channel byte as an unsigned byte.
8736
8737 2007-04-25  Wim Taymans  <wim@fluendo.com>
8738
8739         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
8740         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
8741         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
8742         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
8743         (gst_rtp_gsm_depay_setcaps):
8744         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
8745         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
8746         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
8747         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
8748         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
8749         (gst_ilbc_depay_get_property):
8750         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
8751         * gst/rtp/gstrtpmp4adepay.c:
8752         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
8753         (gst_rtp_pcma_depay_setcaps):
8754         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
8755         (gst_rtp_pcmu_depay_setcaps):
8756         Make sure we configure the clock_rate in the baseclass in the setcaps
8757         function. Fixes #431282.
8758
8759 2007-04-25  Wim Taymans  <wim@fluendo.com>
8760
8761         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
8762         (gst_rtspsrc_stream_free), (request_pt_map),
8763         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
8764         * gst/rtsp/gstrtspsrc.h:
8765         Parse server address from SDP.
8766         Hook up a udpsink to send RTCP back to the server.
8767
8768         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8769         * gst/rtsp/rtsptransport.h:
8770         Add some docs.
8771
8772 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
8773
8774         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
8775           Make header field check conditional. Fixes #433135
8776
8777 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
8778
8779         * docs/plugins/Makefile.am:
8780         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8781         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8782         * docs/plugins/inspect/plugin-alphacolor.xml:
8783         * gst/alpha/Makefile.am:
8784         * gst/alpha/gstalphacolor.c:
8785         * gst/alpha/gstalphacolor.h:
8786           Add minimal docs blurb to alphacolor; split out headers into
8787           separate header file for gtk-doc.
8788
8789 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
8790
8791         * gst/debug/progressreport.c: (gst_progress_report_report):
8792           Don't try to post NULL message (in case we can't query upstream
8793           position or duration).
8794
8795 2007-04-18  Michael Smith  <msmith@fluendo.com>
8796
8797         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
8798         (gst_cutter_get_caps):
8799         * gst/cutter/gstcutter.h:
8800           Fix some of the most obvious bugs in cutter. Now doesn't leak
8801           everything if input is silent.
8802
8803 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
8804
8805         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
8806         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
8807         * gst/wavenc/gstwavenc.h:
8808         Wav apparently only supports width==GST_ROUND_UP(depth), everything
8809         else results in a invalid block align and invalid files.
8810
8811 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
8812
8813         Patch by: Snaik <snaik32 gmail com>
8814
8815         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
8816           Add missing break statement for BOX_HORIZONTAL case.
8817
8818 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8819
8820         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
8821
8822         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
8823         Use correct format strings for integer types.
8824
8825 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8826
8827         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
8828         (gst_wavparse_create_sourcepad):
8829         Use gst_riff_create_audio_template_caps () instead of the local caps.
8830         This makes updates of the local caps unecessary whenever libgstriff
8831         gets support for new formats.
8832
8833 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
8834
8835         Patch by: Brian Cameron  <brian.cameron at sun dot com>
8836
8837         * sys/sunaudio/gstsunaudio.c:
8838         * sys/sunaudio/gstsunaudiomixer.c:
8839         * sys/sunaudio/gstsunaudiomixer.h:
8840         * sys/sunaudio/gstsunaudiomixerctrl.c:
8841         * sys/sunaudio/gstsunaudiomixerctrl.h:
8842         * sys/sunaudio/gstsunaudiomixertrack.h:
8843         * sys/sunaudio/gstsunaudiosink.c:
8844         * sys/sunaudio/gstsunaudiosink.h:
8845         * sys/sunaudio/gstsunaudiosrc.c:
8846         * sys/sunaudio/gstsunaudiosrc.h:
8847           Fix and/or update copyright attributions (#430228).
8848
8849 2007-04-13  Wim Taymans  <wim@fluendo.com>
8850
8851         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8852         Fix docs.
8853
8854         * gst/rtsp/URLS:
8855         Add some more example urls.
8856
8857         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
8858         (gst_rtp_dec_chain_rtp):
8859         Better debugging.
8860
8861         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
8862         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
8863         (gst_rtspsrc_parse_rtpinfo):
8864         Remove unused code.
8865
8866 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
8867
8868         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
8869         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
8870         (gst_wavparse_stream_data):
8871           Relax the audio/mpeg caps again and add FIXME: comment.
8872
8873 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
8874
8875         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
8876         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
8877         (gst_wavparse_stream_data):
8878         * gst/wavparse/gstwavparse.h:
8879           More sanity check for the header fields. Fix type for 'rate' header
8880           field.
8881
8882 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
8883
8884         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
8885         (gst_icydemux_unicodify):
8886           If the metadata strings we get in the stream are not UTF-8, try to
8887           interpret them according to the character encodings specified in the
8888           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
8889           only fall back to locale/ISO-8859-1 if those aren't set or don't
8890           work. Should fix #428901.
8891
8892 2007-04-12  Wim Taymans  <wim@fluendo.com>
8893
8894         * gst/rtp/gstrtph264depay.c:
8895         Use the proper sync word for SPS and PPS.
8896
8897 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
8898
8899         * gst/rtp/Makefile.am:
8900         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
8901           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
8902         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
8903           Add a simple hashing implementation that we can use to generate
8904           a 24-bit ident value based on the codebooks for vorbis and theora.
8905         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
8906           gst_rtp_theora_pay_handle_buffer):
8907         * gst/rtp/gstrtpvorbisdepay.c
8908           (gst_rtp_vorbis_depay_parse_configuration,
8909           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
8910         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
8911           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
8912           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
8913           Use the hashing function, ensuring that the same codebooks result
8914           in the same ident and thus the same SDP description.
8915           Various log fixes/changes.
8916
8917 2007-04-12  Wim Taymans  <wim@fluendo.com>
8918
8919         Patch by: jerry tan <jerry dot tan at sun dot com>
8920
8921         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
8922         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
8923         application's responsibility to make sure it open the device once.
8924         Remove a careless error if AUDIODEV is set. Fixes #392620.
8925
8926 2007-04-12  Wim Taymans  <wim@fluendo.com>
8927
8928         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
8929         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
8930         * gst/rtsp/gstrtpdec.h:
8931         Make backward compat with rtpbin by adding the request-pt-map signals.
8932
8933         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8934         (new_session_pad), (request_pt_map),
8935         (gst_rtspsrc_stream_configure_transport),
8936         (gst_rtspsrc_stream_configure_caps),
8937         (gst_rtspsrc_activate_streams):
8938         * gst/rtsp/gstrtspsrc.h:
8939         Implement request-pt-map signals instead of setting caps on the buffers
8940         for the session manager.
8941
8942 2007-04-11  Wim Taymans  <wim@fluendo.com>
8943
8944         * gst/udp/gstudp.c: (plugin_init):
8945         Register GstNetBuffer in plugin_init so that the type can be used from
8946         multiple threads without races.
8947
8948 2007-04-10  Wim Taymans  <wim@fluendo.com>
8949
8950         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
8951         (gst_rtp_amr_depay_process):
8952         Fix depayloader clock_rate and some cleanups.
8953
8954         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
8955         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
8956         * gst/rtp/gstrtph264depay.h:
8957         Don't push codec_data in the adapter because it might get flushed when
8958         we get a discont.
8959
8960         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
8961         Handle multiple AU per packet.
8962
8963         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
8964         (gst_rtp_sv3v_depay_plugin_init):
8965         Disable rank, this one does not work.
8966         Remove timestamping, base class does that.
8967
8968 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
8969
8970         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
8971           limit caps to the formats we announce in the template
8972
8973         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
8974         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
8975         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
8976           fix some crashers/asserts when dealing with broken files
8977
8978 2007-04-10  Wim Taymans  <wim@fluendo.com>
8979
8980         Patch by: Peter Kjellerstedt  <pkj at axis com>
8981
8982         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
8983         * gst/rtp/gstrtpL16depay.c:
8984         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
8985         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
8986         (gst_rtp_speex_depay_setcaps):
8987         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8988         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
8989         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
8990         Fix some compiler warnings. Fixes #428182.
8991
8992 2007-04-06  Wim Taymans  <wim@fluendo.com>
8993
8994         * gst/rtsp/Makefile.am:
8995         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
8996         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
8997         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
8998         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
8999         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
9000         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
9001         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
9002         (create_rtcp), (gst_rtp_dec_request_new_pad),
9003         (gst_rtp_dec_release_pad):
9004         * gst/rtsp/gstrtpdec.h:
9005         * gst/rtsp/gstrtsp.c: (plugin_init):
9006         Morph RTPDec into something compatible with RTPBin as a fallback.
9007         Various other style fixes.
9008
9009         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
9010         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
9011         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
9012         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
9013         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9014         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
9015         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
9016         * gst/rtsp/gstrtspsrc.h:
9017         Implement RTPBin session manager handling.
9018         Don't try to add empty properties to caps.
9019         Implement fallback session manager, handling.
9020         Don't combine errors from RTCP streams, just ignore them.
9021
9022         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
9023         * gst/rtsp/rtsptransport.h:
9024         Implement fallback session manager.
9025         Make RTPBin the default one when available.
9026
9027 2007-04-05  Wim Taymans  <wim@fluendo.com>
9028
9029         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9030         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
9031         This element is ready to be autoplugged.
9032
9033 2007-04-05  Julien MOUTTE  <julien@moutte.net>
9034
9035         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
9036         Don't leave the offsets defined by upstream element on the
9037         compressed data buffer we are pushing downstream. Make them
9038         GST_BUFFER_OFFSET_NONE.
9039
9040 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
9041
9042         * gst/avi/README:
9043         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
9044         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
9045         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
9046         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
9047         (gst_avi_demux_calculate_durations_from_index),
9048         (gst_avi_demux_stream_header_push),
9049         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
9050         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
9051           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
9052
9053 2007-04-03  Wim Taymans  <wim@fluendo.com>
9054
9055         * gst/smpte/barboxwipes.c:
9056         Fix error as spotted by Snaik <snaik32 at gmail dot com>
9057
9058 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9059
9060         * gst/wavparse/gstwavparse.c:
9061         Support audio/x-raw-float in wav files. This only works with
9062         plugins-base CVS, using an older version doesn't have any
9063         disadvantages though.
9064
9065 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9066
9067         * configure.ac:
9068         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9069         (gst_au_parse_parse_header), (gst_au_parse_chain):
9070         * gst/auparse/gstauparse.h:
9071         Revert last change as we don't want plugins-good to depend on
9072         plugins-base CVS now.
9073
9074 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9075
9076         * configure.ac:
9077         Require gst-plugins-base CVS for audioconvert with non-native
9078         float support and width/depth fix in libgstriff.
9079
9080         Patch by: René Stadler <mail at renestadler dot de>
9081
9082         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9083         (gst_au_parse_parse_header), (gst_au_parse_chain):
9084         * gst/auparse/gstauparse.h:
9085         Don't swap the floats ourself if they're not in native endianness.
9086         Instead let audioconvert handle this. Fixes #339838.
9087
9088 2007-03-29  Wim Taymans  <wim@fluendo.com>
9089
9090         * gst/rtp/gstasteriskh263.h:
9091         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
9092         (gst_rtp_h263p_depay_change_state):
9093         * gst/rtp/gstrtph263pdepay.h:
9094         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9095         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
9096         (gst_rtp_h264_depay_change_state):
9097         * gst/rtp/gstrtph264depay.h:
9098         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9099         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
9100         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9101         Flush adapter on disconts.
9102
9103 2007-03-29  Wim Taymans  <wim@fluendo.com>
9104
9105         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
9106         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
9107         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
9108         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
9109         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9110         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
9111         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
9112         (gst_rtp_mp4v_depay_process):
9113         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
9114         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
9115         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
9116         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
9117         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
9118         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
9119         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
9120         Use more efficient adapter and rtpbuffer methods when possible.
9121
9122 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9123
9124         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9125         (gst_wavenc_sink_setcaps):
9126         Correctly handle width!=depth input.
9127         * gst/wavparse/gstwavparse.c:
9128         Already export in the caps that width==8 uses unsigned samples and
9129         everything else uses signed samples.
9130
9131 2007-03-29  Wim Taymans  <wim@fluendo.com>
9132
9133         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9134
9135         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
9136         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
9137         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
9138         (gst_dynudpsink_close):
9139         * gst/udp/gstdynudpsink.h:
9140         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9141         (gst_udpsrc_create), (gst_udpsrc_set_property),
9142         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
9143         * gst/udp/gstudpsrc.h:
9144         Rework the socket allocation a bit based on the sockfd argument so that
9145         it becomes usable.
9146         Add a closefd property to instruct the udp elements to close the custom
9147         file descriptors when going to READY. Fixes #423304.
9148         API:GstUDPSrc::closefd property
9149         API:GstDynUDPSink::closefd property
9150
9151 2007-03-29  Wim Taymans  <wim@fluendo.com>
9152
9153         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9154
9155         * gst/rtp/Makefile.am:
9156         * gst/rtp/gstrtp.c: (plugin_init):
9157         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
9158         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
9159         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
9160         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
9161         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
9162         (gst_rtp_h264_pay_plugin_init):
9163         * gst/rtp/gstrtph264pay.h:
9164         Added H264 payloader. Fixes #423782.
9165
9166         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9167         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
9168         Small fixes.
9169
9170 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9171
9172         * gst/wavparse/gstwavparse.c:
9173         Actually support depths from 1 to 32, not only 8 to 32.
9174
9175 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9176
9177         * gst/wavparse/gstwavparse.c:
9178         Add support for wav files containing audio/x-raw-int with random
9179         depths between 1 and 32 bits.
9180
9181 2007-03-28  Wim Taymans  <wim@fluendo.com>
9182
9183         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
9184
9185         * gst/rtp/Makefile.am:
9186         * gst/rtp/gstrtp.c: (plugin_init):
9187         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
9188         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
9189         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
9190         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
9191         (gst_rtp_mp4a_depay_get_property),
9192         (gst_rtp_mp4a_depay_change_state),
9193         (gst_rtp_mp4a_depay_plugin_init):
9194         * gst/rtp/gstrtpmp4adepay.h:
9195         Added MP4A-LATM depayloader. Fixes #417792.
9196
9197         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
9198         (gst_rtp_mp4v_depay_process):
9199         Fixup depayloader, setting codec_data, using more efficient adaptor and
9200         rtpbuffer handling.
9201
9202         * gst/rtsp/URLS:
9203         Add url to test above.
9204
9205 2007-03-25  Wim Taymans  <wim@fluendo.com>
9206
9207         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
9208         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
9209         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
9210         (gst_rtspsrc_media_to_caps),
9211         (gst_rtspsrc_stream_configure_transport),
9212         (gst_rtspsrc_stream_configure_caps),
9213         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
9214         * gst/rtsp/gstrtspsrc.h:
9215         Handle default clock-rates for static payload types, rearrange stuff so
9216         that the rtpmap field in the sdp can override the defaults.
9217         Parse RTP-Info field to get the seqnum and timebase fields that should
9218         go in the caps.
9219         Delay configuring caps after we got the RTP-Info from the PLAY reply from
9220         the server. 
9221
9222 2007-03-22  Wim Taymans  <wim@fluendo.com>
9223
9224         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
9225
9226         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
9227         Accept complex pipeline descriptions as an audio profile instead of just
9228         a single element. Fixes #420658.
9229
9230 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9231
9232         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
9233           Rename registered type in preparation of GstTagDemux moving to
9234           -base at some point in the future.
9235
9236 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
9237
9238         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9239           Streaming mode fixes: don't unref buffer we don't own any longer;
9240           remove bogus adapter flush. Fixes #419338.
9241
9242 2007-03-17  David Schleef  <ds@schleef.org>
9243
9244         * REQUIREMENTS: Change the format to key/value, add a bunch of
9245           information, remove a bunch of requirements that are for
9246           other GStreamer packages.
9247
9248 2007-03-17  David Schleef  <ds@schleef.org>
9249
9250         * REQUIREMENTS: Fix a few things.  This file really needs a
9251         good once-over.
9252
9253 2007-03-15  Edward Hervey  <edward@fluendo.com>
9254
9255         * sys/Makefile.am:
9256         Don't forget to distribute the sys/osxaudio/ directory.
9257
9258 2007-03-15  Edward Hervey  <edward@fluendo.com>
9259
9260         * configure.ac:
9261         * sys/Makefile.am:
9262         * sys/osxaudio/Makefile.am:
9263         * sys/osxaudio/gstosxaudio.c:
9264         * sys/osxaudio/gstosxaudiosink.c:
9265         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
9266         (gst_osx_audio_sink_getcaps),
9267         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
9268         * sys/osxaudio/gstosxaudiosrc.c:
9269         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
9270         (gst_osx_audio_src_create_ringbuffer):
9271         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
9272         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
9273         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
9274         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
9275         * sys/osxaudio/gstosxringbuffer.h:
9276         Activate osxaudio in gst-plugins-good with proper build setup.
9277         Add inlined documentation.
9278         Fix debug statements
9279         Fix ringbuffer when pausing.
9280         Fixes #323471
9281
9282 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9283         * gst/rtp/gstrtppcmapay.c:
9284         * gst/rtp/gstrtppcmapay.h:
9285         * gst/rtp/gstrtppcmupay.c:
9286         * gst/rtp/gstrtppcmupay.h:
9287         Ported mulaw and alaw payloaders to use new base class
9288
9289 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9290
9291         * po/af.po:
9292         * po/az.po:
9293         * po/cs.po:
9294         * po/en_GB.po:
9295         * po/it.po:
9296         * po/nl.po:
9297         * po/or.po:
9298         * po/sq.po:
9299         * po/sr.po:
9300         * po/sv.po:
9301         * po/uk.po:
9302         * po/vi.po:
9303           Update translations.
9304
9305 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9306
9307         * configure.ac:
9308           Fix string replace error (AG_AG_GST_* => AG_GST_*).
9309
9310 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9311
9312         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
9313           Fix handling of -1 values for start and stop values when seeking,
9314           and SEEK_CUR+SEEK_END here as well.
9315
9316 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
9317
9318         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
9319           Fix handling of -1 values for start and stop values when seeking, 
9320           and SEEK_CUR+SEEK_END.
9321
9322 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9323
9324         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9325           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
9326           the image format a variable-length NUL-terminated string; in
9327           versions before that the image format is a fixed-length string of
9328           3 characters (see #348644 for a sample tag).
9329           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
9330
9331 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9332
9333         * win32/MANIFEST:
9334         Add new project files to MANIFEST.
9335         * win32/vs6/libgstaudiofx.dsp:
9336         * win32/vs6/libgstrtp.dsp:
9337         * win32/vs6/libgstrtsp.dsp:
9338         Update project files.
9339         
9340 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9341
9342         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
9343         (gst_avi_demux_parse_index):
9344         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
9345         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
9346           Printf format fixes; also add some missing quotes in translated
9347           strings. Fixes #416728 and #416727.
9348
9349 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
9350
9351         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
9352           Tim and I can't think of any reason the child audio sink needs to 
9353           be set back to NULL after successfully determining that it can 
9354           reach READY - it gets immediately set back to READY by the caller
9355           anyway, causing an unnecessary close/open of any audio devices
9356           involved.
9357
9358 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9359
9360         * po/LINGUAS:
9361         * po/ja.po:
9362           Add ja.po file from #377306.
9363
9364 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9365
9366         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9367         * sys/sunaudio/gstsunaudiomixertrack.c:
9368         (gst_sunaudiomixer_track_new):
9369           Actually translate sunaudio mixer track labels instead of just
9370           marking the strings as translatable (#377306); clean up weird
9371           label string mapping code that serves no apparent purpose. Also
9372           set the 'untranslated-label' property when creating mixer tracks
9373           if the GstMixerTrack base class supports this.
9374
9375         * tests/check/Makefile.am:
9376         * tests/check/elements/.cvsignore:
9377         * tests/check/elements/sunaudio.c: (GST_START_TEST),
9378         (sunaudio_suite):
9379           Very minimalistic unit test for sunaudiomixer element (compiles, but not
9380           actually tested on a system where sunaudiomixer is available).
9381
9382 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
9383
9384         * tests/check/Makefile.am:
9385         Re-enable the states test and see if it works on the buildbots.
9386
9387 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
9388
9389         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
9390         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
9391         (gst_dvdec_change_state):
9392         * ext/dv/gstdvdec.h:
9393         Infer pixel-aspect-ratio from the video frame format if it isn't
9394         provided by the container, as happens when playing DV from AVI
9395         or Quicktime containers.
9396
9397         Patch by: Wim Taymans <wim@fluendo.com>
9398         Fixes #380944
9399
9400 2007-03-09  Wim Taymans  <wim@fluendo.com>
9401
9402         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
9403         When activated, remove the udpsrc timeout, we have dataflow and timeouts
9404         will later be handled by the jitterbuffer.
9405
9406 2007-03-09  Wim Taymans  <wim@fluendo.com>
9407
9408         * ext/taglib/gstid3v2mux.cc:
9409         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9410         Fixes #414496.
9411         
9412         Patch by: Alex Lancaster <alexl at users sourceforge net>
9413
9414 2007-03-09  Wim Taymans  <wim@fluendo.com>
9415
9416         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9417         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
9418         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
9419         (gst_avi_demux_chain):
9420         Fix stream position reporting after a seek. Fixes #416445.
9421
9422 2007-03-08  Wim Taymans  <wim@fluendo.com>
9423
9424         Patch by: René Stadler <mail at renestadler dot de>
9425
9426         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9427         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
9428         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
9429         Make avidemux accept optional header chunks in any order.
9430         Fixes #415446.
9431
9432 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9433
9434         * tests/check/Makefile.am:
9435         Disable the states check until the remaining Valgrind errors
9436         are fixed or suppressed.
9437
9438 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
9439
9440         * tests/check/elements/.cvsignore:
9441           Add audiodynamic check to .cvsignore
9442
9443 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
9444
9445         reviewed by: Stefan Kost  <ensonic@users.sf.net>
9446
9447         * gst/audiofx/Makefile.am:
9448         * gst/audiofx/audiodynamic.c:
9449         (gst_audio_dynamic_characteristics_get_type),
9450         (gst_audio_dynamic_mode_get_type),
9451         (gst_audio_dynamic_set_process_function),
9452         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
9453         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
9454         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
9455         (gst_audio_dynamic_transform_hard_knee_compressor_int),
9456         (gst_audio_dynamic_transform_hard_knee_compressor_float),
9457         (gst_audio_dynamic_transform_soft_knee_compressor_int),
9458         (gst_audio_dynamic_transform_soft_knee_compressor_float),
9459         (gst_audio_dynamic_transform_hard_knee_expander_int),
9460         (gst_audio_dynamic_transform_hard_knee_expander_float),
9461         (gst_audio_dynamic_transform_soft_knee_expander_int),
9462         (gst_audio_dynamic_transform_soft_knee_expander_float),
9463         (gst_audio_dynamic_transform_ip):
9464         * gst/audiofx/audiodynamic.h:
9465         * gst/audiofx/audiofx.c: (plugin_init):
9466         Add new audiodynamic element which can act as a compressor or
9467         expander. Supported are hard-knee and soft-knee operation modes with
9468         user-specified ratio and threshold.
9469         Attack and release parameters are not yet implemented but will follow.
9470         * docs/plugins/Makefile.am:
9471         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9472         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9473         * docs/plugins/gst-plugins-good-plugins.args:
9474         * docs/plugins/inspect/plugin-audiofx.xml:
9475         Integrate audiodynamic into the docs.
9476         * tests/check/Makefile.am:
9477         * tests/check/elements/audiodynamic.c: (setup_dynamic),
9478         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
9479         Add unit test for audiodynamic.
9480
9481 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9482
9483         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
9484         Free handles that we allocated when exiting via the error paths.
9485
9486 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
9487
9488         * gst/level/gstlevel.c: (gst_level_class_init),
9489         (gst_level_set_caps), (gst_level_start), (gst_level_event),
9490         (gst_level_transform_ip):
9491         * gst/level/gstlevel.h:
9492           Resolve message timestamps against the playback segment.
9493
9494 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9495
9496         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
9497         (gst_id3demux_sink_activate):
9498           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
9499           caps passed to it (previously one code path assumed it took ownership
9500           while another one assumed it didn't, while in fact it sometimes did and
9501           sometimes didn't ...).
9502
9503         * configure.ac:
9504         * tests/files/Makefile.am:
9505         * tests/files/id3-407349-1.tag:
9506         * tests/files/id3-407349-2.tag:
9507           Add directory where data for unit tests can be stored.
9508
9509         * tests/Makefile.am:
9510         * tests/check/Makefile.am:
9511         * tests/check/elements/.cvsignore:
9512         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
9513         (read_tags_from_file), (run_check_for_file),
9514         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
9515           Add unit test for id3demux, and in particular for bug #407349. Only
9516           testing pull-mode for now; push mode doesn't work yet because the test
9517           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
9518
9519 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9520
9521         * tests/check/Makefile.am:
9522           Add missing backslash at end of line.
9523
9524 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9525
9526         Trigger rebuild.
9527
9528 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9529
9530         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9531         * gst/id3demux/id3tags.h:
9532         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9533         (parse_obsolete_tdat_frame):
9534           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
9535           the four-digit number will be interpreted as a year, whereas it is
9536           month and day in DDMM format. Instead, parse TDAT frames and fix up
9537           the date in the GST_TAG_DATE tag later if we also extracted a year.
9538           Fixes #407349.
9539
9540 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9541
9542         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
9543         (gst_switch_commit_new_kid):
9544         Fix up the dispose logic so it doesn't leak, and fix setting of 
9545         the child state so that we don't set a child to our current state 
9546         just as we are changing it to something else.
9547
9548 2007-03-06  Wim Taymans  <wim@fluendo.com>
9549
9550         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
9551         (gst_goom_chain):
9552         * gst/goom/gstgoom.h:
9553         Document, fix and improve goom adapter behaviour.
9554         Fixes #407006.
9555
9556 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9557
9558         * ext/esd/esdsink.c: (gst_esdsink_open):
9559         Unref static pad template after using it.
9560
9561 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9562
9563         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
9564         (gst_switch_commit_new_kid):
9565         Fix up the reference counting of the child elements.
9566
9567 2007-03-05  Wim Taymans  <wim@fluendo.com>
9568
9569         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
9570         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
9571         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
9572         Fix encoding-name case.
9573
9574 2007-03-05  Wim Taymans  <wim@fluendo.com>
9575
9576         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
9577         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
9578         (gst_rtp_speex_depay_process):
9579         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
9580         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
9581         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
9582         (gst_rtp_speex_pay_change_state):
9583         * gst/rtp/gstrtpspeexpay.h:
9584         Fix speex (de)payloader. Fixes #358040.
9585
9586 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9587
9588         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
9589         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
9590         Install fakesink in NULL by fixing some broken logic. This obviates
9591         the need to manually set _IS_SINK.
9592         Add some comments and remove a little cruft while I'm at it.
9593
9594 2007-03-05  Wim Taymans  <wim@fluendo.com>
9595
9596         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
9597         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
9598
9599 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
9600
9601         * po/POTFILES.in:
9602           Update.
9603
9604 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9605
9606         * tests/check/Makefile.am:
9607         Gah! Also disable gconfvideosink from the tests, otherwise
9608         it will instantiate autovideosink, and dfbvideosink and
9609         leak on the buildbots.
9610
9611 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9612
9613         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
9614         (gst_cdio_cdda_src_finalize):
9615         Make sure we always destroy our libcdio handle.
9616
9617 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9618
9619         * tests/check/Makefile.am:
9620         Disable autovideosink so the buildbots don't barf over memory
9621         leaked in the directfb sink.
9622
9623 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9624
9625         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
9626         Chain up in dispose
9627
9628 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9629
9630         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
9631         (gst_multipart_find_pad_by_mime):
9632         Use gst_pad_new_from_static_template instead of
9633         static_pad_template_get+pad_new.
9634
9635 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9636
9637         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
9638         Catch the case where no clock has been set.
9639
9640 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9641
9642         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
9643         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
9644         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
9645         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
9646         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
9647         (gst_gconf_audio_src_finalize), (do_toggle_element):
9648         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
9649         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
9650         (do_toggle_element):
9651         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
9652         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
9653         (gst_gconf_video_src_finalize), (do_toggle_element):
9654         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
9655         (gst_switch_sink_reset), (gst_switch_sink_set_child):
9656         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
9657         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
9658         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
9659         (gst_shout2send_init), (gst_shout2send_finalize):
9660         * gst/debug/testplugin.c: (gst_test_class_init),
9661         (gst_test_finalize):
9662         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
9663         (gst_flxdec_dispose):
9664         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
9665         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
9666         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9667         (gst_rtspsrc_finalize):
9668         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
9669         * gst/rtsp/rtspextwms.h:
9670         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
9671         (gst_smpte_finalize):
9672         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
9673         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
9674         (gst_udpsink_finalize):
9675         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
9676         (gst_wavparse_sink_activate):
9677         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
9678         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
9679         (gst_oss_src_finalize):
9680         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
9681         * sys/v4l2/gstv4l2object.h:
9682         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
9683         (gst_v4l2src_finalize):
9684         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9685
9686         Fix a bunch of leaks shown by the newly-added states test.
9687
9688 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9689
9690         * ext/dv/gstdvdec.c: (gst_dvdec_init):
9691         Use gst_pad_new_from_static_template instead of 
9692         static_pad_template_get+pad_new.
9693
9694 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
9695
9696         Patch by: Loïc Minier <lool+gnome at via ecp fr>
9697
9698         * ext/libcaca/Makefile.am:
9699         * gst/debug/Makefile.am:
9700           Don't mix tabs and spaces (#414168).
9701
9702 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
9703
9704         * tests/check/generic/.cvsignore:
9705           Ignore files to please buildbot.
9706
9707 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
9708
9709         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
9710         (gst_wavparse_stream_data):
9711           Unbreak my previous commit (swapped nominator & denominator). Tim,
9712           thanks for spotting.
9713
9714 2007-03-02  Wim Taymans  <wim@fluendo.com>
9715
9716         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
9717         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
9718         (gst_cdio_cdda_src_finalize):
9719         Small code cleanups.
9720         Don't use pad_alloc as the base class cannot deal with the error codes.
9721
9722 2007-03-02  Wim Taymans  <wim@fluendo.com>
9723
9724         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9725         (gst_udpsrc_create):
9726         Fix doc.
9727
9728 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
9729
9730         Patch by: René Stadler <mail@renestadler.de>
9731
9732         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9733         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9734         (gst_wavparse_stream_data):
9735           Handle rounding better to not drop last sample frame. Fixes #356692
9736
9737 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
9738
9739         * tests/check/Makefile.am:
9740         Disable cacasink from the states check too - it also calls exit(1)
9741         on us when it can't find a terminal to talk to.
9742
9743 2007-03-02  Wim Taymans  <wim@fluendo.com>
9744
9745         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
9746
9747         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9748         (gst_udpsrc_create), (gst_udpsrc_set_property),
9749         (gst_udpsrc_get_property):
9750         * gst/udp/gstudpsrc.h:
9751         Add support to strip proprietary headers. Fixes #350296.
9752
9753 2007-03-02  Wim Taymans  <wim@fluendo.com>
9754
9755         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
9756         Fix compilation.
9757
9758 2007-03-02  Wim Taymans  <wim@fluendo.com>
9759
9760         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
9761
9762         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
9763         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
9764         (gst_rtp_mp2t_depay_set_property),
9765         (gst_rtp_mp2t_depay_get_property):
9766         * gst/rtp/gstrtpmp2tdepay.h:
9767         Add support to strip off proprietary headers. Fixes #350278.
9768
9769 2007-03-02  Wim Taymans  <wim@fluendo.com>
9770
9771         * ext/hal/hal.c:
9772         Fix compilation.
9773
9774 2007-03-02  Wim Taymans  <wim@fluendo.com>
9775
9776         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
9777         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
9778         (gst_sunaudiosrc_open):
9779         * sys/sunaudio/gstsunaudiosrc.h:
9780         Remove device-name from GstSunAudioSrc. Fixes #412597.
9781
9782 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
9783
9784         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
9785         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
9786         Having NULL as UDI previously selected the default sink/src. Change
9787         this back but mention it in the debug output.
9788         * ext/hal/hal.c: (gst_hal_get_alsa_element),
9789         (gst_hal_get_oss_element), (gst_hal_get_string),
9790         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
9791         (gst_hal_get_audio_src):
9792         * ext/hal/hal.h:
9793         Refactor a bit, check all error conditions, greatly improve debugging
9794         and fix some possible memory leaks. Also implement OSS support
9795         and allow specifying an UDI that points to a real device. For this the
9796         child device which supports ALSA (preferred) or OSS is used.
9797         As a side effect this makes it impossible now to get a alsasink in
9798         halaudiosrc and a alsasrc in halaudiosink.
9799
9800 2007-03-01  Wim Taymans  <wim@fluendo.com>
9801
9802         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
9803         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
9804         Errors from the udp sources are not fatal unless all of them are in
9805         error.
9806
9807 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
9808
9809         * tests/check/Makefile.am:
9810         Disable aasink in the states test. I suspect this is the element that
9811         is calling exit(1) when it can't proceed.
9812
9813 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
9814
9815         * tests/check/Makefile.am:
9816         Draw plugins in from the build tree sys/ dir, rather than picking
9817         up the already installed versions.
9818
9819 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9820
9821         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
9822         Error out correctly when getting xcontext fails.
9823
9824 2007-03-01  Wim Taymans  <wim@fluendo.com>
9825
9826         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
9827         Make state change to PAUSED NO_PREROLL because that's what it will be in
9828         the future and rtspsrc relies on it.
9829
9830         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9831         (gst_rtspsrc_change_state):
9832         Don't error out when we don't get an error from the state change
9833         function.
9834
9835 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
9836
9837         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
9838         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
9839           Check if the device UDI is set before trying to query HAL
9840           about it and give a useful error message if it wasn't set.
9841         * ext/hal/hal.c: (gst_hal_get_string):
9842           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
9843           gives an assertion failure in D-Bus when running with
9844           DBUS_FATAL_WARNINGS=1.
9845
9846 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9847
9848         * configure.ac:
9849           Convert to new AG_GST style.
9850
9851 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9852
9853         * tests/check/Makefile.am:
9854         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
9855           add test for states
9856
9857 2007-02-28  Wim Taymans  <wim@fluendo.com>
9858
9859         * tests/check/elements/.cvsignore:
9860         Add new videofilter check to .cvsignore.
9861
9862 2007-02-28  Wim Taymans  <wim@fluendo.com>
9863
9864         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
9865         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
9866         (gst_avi_demux_loop), (gst_avi_demux_chain):
9867         Fix combined flow return. Fixes #412608.
9868
9869 2007-02-28  Wim Taymans  <wim@fluendo.com>
9870
9871         * gst/videofilter/Makefile.am:
9872         Dist header..
9873
9874 2007-02-28  Wim Taymans  <wim@fluendo.com>
9875
9876         * gst/videofilter/gstgamma.h:
9877         Add header too.
9878
9879 2007-02-28  Wim Taymans  <wim@fluendo.com>
9880
9881         Patch by: Mark Nauwelaerts <manauw at skynet be>
9882
9883         * gst/videofilter/Makefile.am:
9884         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
9885         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
9886         (gst_gamma_get_property), (gst_gamma_calculate_tables),
9887         (oil_tablelookup_u8), (gst_gamma_set_caps),
9888         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
9889         Port gamma filter to 0.10. Fixes #412704.
9890
9891         * tests/check/Makefile.am:
9892         * tests/check/elements/videofilter.c: (setup_filter),
9893         (cleanup_filter), (check_filter), (GST_START_TEST),
9894         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
9895         Add unit tests for videofilters.
9896
9897 2007-02-28  Wim Taymans  <wim@fluendo.com>
9898
9899         * gst/rtsp/URLS:
9900         Add another interesting test url.
9901
9902         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
9903         Don't allow getting header fields from data packets.
9904
9905 2007-02-28  Michael Smith  <msmith@fluendo.com>
9906
9907         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
9908         (gst_shout2send_init), (gst_shout2send_start),
9909         (gst_shout2send_set_property), (gst_shout2send_get_property):
9910         * ext/shout2/gstshout2.h:
9911           Add a property for username.
9912
9913 2007-02-27  Christian Schallerr <christian@fluendo.com>
9914
9915         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
9916
9917 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
9918
9919         * gst/rtsp/Makefile.am:
9920         Fix make check too.
9921
9922 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
9923
9924         * gst/rtsp/base64.c: (util_base64_encode):
9925         * gst/rtsp/base64.h:
9926         Commit missing files for base64 encoding.
9927
9928 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
9929
9930         Patch by: Loïc Minier <lool+gnome at via ecp fr>
9931
9932         * configure.ac:
9933         * ext/annodex/Makefile.am:
9934         * ext/jpeg/Makefile.am:
9935         * ext/speex/Makefile.am:
9936         * gst/alpha/Makefile.am:
9937         * gst/cutter/Makefile.am:
9938         * gst/debug/Makefile.am:
9939         * gst/effectv/Makefile.am:
9940         * gst/goom/Makefile.am:
9941         * gst/level/Makefile.am:
9942         * gst/smpte/Makefile.am:
9943         * gst/videofilter/Makefile.am:
9944           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
9945
9946 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
9947
9948         * gst/rtsp/Makefile.am:
9949         * gst/rtsp/rtspconnection.c: (append_auth_header),
9950         (rtsp_connection_send), (rtsp_connection_set_auth):
9951         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
9952         from icecast to replace it. Relicensed from GPL courtesy of Mike
9953         Smith.
9954
9955 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
9956
9957         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9958         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
9959         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
9960         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
9961         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9962         (gst_rtspsrc_uri_set_uri):
9963         * gst/rtsp/gstrtspsrc.h:
9964         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9965         (append_auth_header), (rtsp_connection_send),
9966         (rtsp_connection_free), (rtsp_connection_set_auth):
9967         * gst/rtsp/rtspconnection.h:
9968         * gst/rtsp/rtspdefs.h:
9969         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9970         * gst/rtsp/rtspurl.h:
9971
9972         Implement simple Basic Authentication support so that urls like
9973         rtsp://user:pass@hostname/rtspstream work on hosts that require
9974         authentication.
9975
9976 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
9977
9978         * sys/v4l2/gstv4l2object.c:
9979         * sys/v4l2/gstv4l2tuner.c:
9980         * sys/v4l2/v4l2_calls.c:
9981         Fix segfault when oppening a radio device.
9982         
9983 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
9984
9985         * gst/level/gstlevel.c: (gst_level_set_caps),
9986         (gst_level_transform_ip):
9987         * sys/v4l2/README:
9988         * tests/check/elements/level.c: (GST_START_TEST):
9989           Fix level for multi-channel case.
9990
9991 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9992
9993         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
9994         (gst_level_transform_ip):
9995         * gst/level/gstlevel.h:
9996           Use function pointer for process function and add process functions
9997           for float audio.
9998
9999 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
10000
10001         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10002         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10003         (gst_v4l2src_capture_init):
10004           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
10005           fixes #407369
10006
10007 2007-02-18  Wim Taymans  <wim@fluendo.com>
10008
10009         * gst/rtp/Makefile.am:
10010         * gst/rtp/gstrtp.c: (plugin_init):
10011         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
10012         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
10013         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
10014         (gst_rtp_mp2t_pay_plugin_init):
10015         * gst/rtp/gstrtpmp2tpay.h:
10016         Added simple mpeg transport stream payloader.
10017
10018 2007-02-16  Wim Taymans  <wim@fluendo.com>
10019
10020         * gst/rtsp/URLS:
10021         Add example H264 rtsp url.
10022
10023         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10024         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10025         Don't convert values to lowercase or we might mess up base64 encoded
10026         properties.
10027
10028 2007-02-16  Wim Taymans  <wim@fluendo.com>
10029
10030         * gst/rtp/README:
10031         Fix case of string params.
10032
10033         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10034         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10035         Fix depayloader, support more packet types.
10036         Add sync codes to make sure the packetizer can do its job.
10037
10038         * gst/rtp/gstrtpmp4gdepay.c:
10039         * gst/rtp/gstrtpmp4gpay.c:
10040         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10041         Fix caps case again.
10042
10043 2007-02-15  Wim Taymans  <wim@fluendo.com>
10044
10045         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
10046         Set right caps on output buffers.
10047
10048 2007-02-14  Wim Taymans  <wim@fluendo.com>
10049
10050         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
10051         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
10052         Clear stack allocated SDPMedia struct before calling _init() on it.
10053         Clarify this in the docs as well.
10054
10055 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
10056
10057         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
10058         (do_change_child):
10059         Don't reset the profile when going switching states, as it makes
10060         the element non-reusable.
10061
10062 2007-02-14  Wim Taymans  <wim@fluendo.com>
10063
10064         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
10065         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
10066         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
10067         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
10068         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
10069         (sdp_parse_line):
10070         * gst/rtsp/sdpmessage.h:
10071         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
10072         Fix memory management of SDP messages. Fixes #407793.
10073
10074 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
10075
10076         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
10077
10078         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
10079         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
10080
10081 2007-02-14  Wim Taymans  <wim@fluendo.com>
10082
10083         Patch by: jp.liu <jp_liu at astrocom dot cn>
10084
10085         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10086         Fix parsing of password field in url. Fixes #407797.
10087
10088 2007-02-14  Wim Taymans  <wim@fluendo.com>
10089
10090         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10091         (gst_wavparse_reset), (gst_wavparse_init),
10092         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
10093         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10094         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10095         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10096         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10097         (gst_wavparse_loop), (gst_wavparse_chain),
10098         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10099         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
10100         (plugin_init):
10101         * gst/wavparse/gstwavparse.h:
10102         Update docs.
10103         Use boilerplate.
10104         Various code cleanups.
10105         When the bitrate is not known (bps == 0 or compressed formats) let
10106         downstream element guestimate the duration and position and don't
10107         generate timestamps or durations. Fixes #405213.
10108         Fix EOS and ERROR conditions in chain mode, we just need to forward the
10109         error flowreturn upstream.
10110
10111 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
10112
10113         * ext/gconf/Makefile.am:
10114         * ext/gconf/gconf.c: (gst_gconf_get_string),
10115         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
10116         (gst_gconf_render_bin_with_default):
10117         * ext/gconf/gconf.h:
10118         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
10119         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
10120         (gst_gconf_audio_sink_dispose), (do_change_child),
10121         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
10122         (cb_change_child), (gst_gconf_audio_sink_change_state):
10123         * ext/gconf/gstgconfaudiosink.h:
10124         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
10125         (gst_switch_sink_class_init), (gst_switch_sink_reset),
10126         (gst_switch_sink_init), (gst_switch_sink_dispose),
10127         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
10128         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
10129         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
10130         * ext/gconf/gstswitchsink.h:
10131         * gst/autodetect/gstautoaudiosink.c:
10132         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
10133         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
10134         (gst_auto_audio_sink_detect):
10135         * gst/autodetect/gstautovideosink.c:
10136         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
10137         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
10138         (gst_auto_video_sink_detect):
10139         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
10140         and a child that implements the GConf key monitoring. The end goal of
10141         this is an audio sink that can be changed on the fly, but at the 
10142         moment it still only changes on the next READY transition.
10143
10144 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10145
10146         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10147         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
10148         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
10149         (gst_avi_demux_calculate_durations_from_index),
10150         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
10151         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10152         (gst_avi_demux_loop):
10153           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
10154
10155 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10156
10157         * configure.ac:
10158         * docs/plugins/Makefile.am:
10159           Add crossreferences to glib/gobject/gstream docs.
10160
10161 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10162
10163         * gst/monoscope/Makefile.am:
10164         * gst/monoscope/gstmonoscope.c:
10165           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
10166           (but no LIBS, since we only use defines from the headers).
10167
10168 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10169
10170         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
10171
10172         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
10173         (gst_wavparse_stream_data):
10174           Fix massive memory leak when operating in streaming mode due to
10175           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
10176           Fixes #407057.
10177
10178 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10179
10180         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
10181         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
10182         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
10183         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
10184         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
10185         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
10186         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10187         (gst_avi_demux_calculate_durations_from_index),
10188         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
10189         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
10190         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10191         * gst/avi/gstavidemux.h:
10192           Save some memory (8%) by repacking the index entry structure (more to
10193           come). Add more FIXMEs to questionable parts.
10194
10195 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10196
10197         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
10198         (gst_v4l2src_get_caps):
10199         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10200         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10201         (gst_v4l2src_capture_init):
10202           More FIXME comments and messaging changes.
10203
10204 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10205
10206         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10207         (gst_goom_change_state):
10208         * gst/goom/gstgoom.h:
10209           Improved docs and use GST_DEBUG_FUNCPTR.
10210
10211         * gst/level/gstlevel.c: (gst_level_class_init):
10212           Use GST_DEBUG_FUNCPTR.
10213
10214         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
10215         (gst_monoscope_chain), (gst_monoscope_change_state):
10216           Improved docs source cleanups.
10217
10218 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10219
10220         * gst/debug/Makefile.am:
10221         * gst/debug/gstdebug.c: (plugin_init):
10222         * gst/debug/gstpushfilesrc.c:
10223         * gst/debug/gstpushfilesrc.h:
10224           Add code for a pushfilesrc element that implements a pushfile:// URI
10225           handler, to make debugging push-mode operation of demuxer/decoders
10226           that support both easier in connection with seek/playbin/etc.
10227           The element isn't registered at the moment.
10228
10229 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
10230
10231         * gst/avi/gstavimux.c:
10232           Comment a #if 0 in caps template definition as VS6 seems to 
10233         do not support it.
10234         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
10235           Use gst_guint64_to_gdouble for conversion.
10236         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
10237           Move variables declaration before the first instruction.
10238         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
10239           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
10240           And don't include netdb.h for G_OS_WIN32
10241         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
10242           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
10243           by VS6 then use an other way to initialize SDPMedia structure.
10244         * gst/udp/gstdynudpsink.h:
10245         * gst/udp/gstdynudpnetutils.h:
10246           Do not include <sys/time.h> for G_OS_WIN32
10247         * gst/udp/gstudpsrc.c:
10248           Define socklen_t as int for G_OS_WIN32
10249         * win/common/config.h.in:
10250           Undef HAVE_NETINET_IN_H
10251         * win32/vs6/gst_plugins_good.dsw:
10252         * win32/vs6/libgstrtp.dsp:
10253         * win32/vs6/libgstrtsp.dsp:
10254         * win32/vs6/libgstautogen.dsp:
10255         * win32/vs6/libgstaudiofx.dsp:
10256         * win32/vs6/libgstudp.dsp:
10257           Add and update project files.
10258         * win32/common/gstudp-enumtypes.c:
10259         * win32/common/gstudp-enumtypes.h:
10260           Add a copy of udp enumtypes to win32/common as in core 
10261           and base.
10262         
10263 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
10264
10265         * configure.ac:
10266           Activate monoscope when building with --enable-experimental. Fix
10267           --enable-external configure switch description.
10268
10269         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
10270         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
10271           Help gst-indent.
10272
10273 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10274
10275         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
10276           Explicitly cast result of pointer arithmetic to integer in order to
10277           avoid compiler warnings on some 64-bit systems. Should fix #406018.
10278
10279 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10280
10281         * gst/debug/progressreport.c:
10282           Some more docs.
10283
10284 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10285
10286         * docs/plugins/inspect/plugin-rtp.xml:
10287           Update for new elements.
10288
10289         * gst/debug/progressreport.h:
10290           Commit newly-created header file as well.
10291
10292 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10293
10294         * docs/plugins/Makefile.am:
10295         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10296         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10297         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10298         * gst/debug/Makefile.am:
10299         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
10300         (gst_progress_report_do_query), (gst_progress_report_report):
10301           Make progressreport element post messages with the current progress
10302           on the bus. Also add some basic docs for it.
10303
10304 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10305
10306         * ext/hal/hal.c: (gst_hal_get_string):
10307         * ext/hal/hal.h:
10308           Some small cleanups; deal with errors when parsing the HAL ALSA
10309           capabilities a bit better.
10310
10311 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10312
10313         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
10314           Let's try this again and use the right cast this time.
10315
10316 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10317
10318         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
10319           Add cast to avoid compiler warnings with older GLib versions
10320           where the nick/name members in GEnumValue are not declared as
10321           constant strings.
10322
10323 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10324
10325         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
10326         (gst_gconf_render_bin_from_key),
10327         (gst_gconf_get_default_audio_sink):
10328         * ext/gconf/gconf.h:
10329         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
10330         (do_toggle_element), (gst_gconf_audio_sink_set_property),
10331         (gst_gconf_audio_sink_get_property):
10332           In gconfaudiosink, get the right key as the old key in do_toggle
10333           (ie. one dependent on the profile selected). Log some more stuff so
10334           we can see what's actually going on.
10335
10336 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
10337
10338         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
10339         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
10340         (gst_audio_amplify_set_process_function),
10341         (gst_audio_amplify_setup):
10342         * gst/audiofx/audioamplify.h:
10343         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
10344         (gst_audio_invert_class_init), (gst_audio_invert_setup):
10345         * gst/audiofx/audioinvert.h:
10346         Some small cleanups and port both elements to the new GstAudioFilter
10347         base class to save a few lines of common code.
10348         * gst/audiofx/Makefile.am:
10349         Link against libgstaudio for the above changes
10350
10351 2007-01-29  Wim Taymans  <wim@fluendo.com>
10352
10353         * tests/check/elements/.cvsignore:
10354         Some more ignores.
10355
10356 2007-01-26  Wim Taymans  <wim@fluendo.com>
10357
10358         Patch by: charles <charlesg3 at gmail dot com>
10359
10360         * ext/shout2/gstshout2.c: (gst_shout2send_init),
10361         (set_shout_metadata), (gst_shout2send_event):
10362         * ext/shout2/gstshout2.h:
10363         Properly handle tags in shout2send. Fixes #399825.
10364
10365 2007-01-25  Wim Taymans  <wim@fluendo.com>
10366
10367         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10368         (gst_rtspsrc_activate_streams):
10369         Convert SDP fields to upper/lowercase following the rules in the SDP to
10370         caps document. 
10371
10372 2007-01-25  Wim Taymans  <wim@fluendo.com>
10373
10374         * gst/rtp/README:
10375         * gst/rtp/gstrtpilbcdepay.c:
10376         * gst/rtp/gstrtpilbcpay.c:
10377         * gst/rtp/gstrtpmp4gdepay.c:
10378         * gst/rtp/gstrtpmp4gpay.c:
10379         * gst/rtp/gstrtpspeexdepay.c:
10380         * gst/rtp/gstrtpspeexpay.c:
10381         * gst/rtp/gstrtpsv3vdepay.c:
10382         * gst/rtp/gstrtptheoradepay.c:
10383         * gst/rtp/gstrtptheorapay.c:
10384         * gst/rtp/gstrtpvorbisdepay.c:
10385         * gst/rtp/gstrtpvorbispay.c:
10386         Fix case of encoding-name and key/value pairs to match the document.
10387         This is to make interoperation with SDP case-insensitive as required by
10388         the relevant RFCs.
10389
10390 2007-01-25  Wim Taymans  <wim@fluendo.com>
10391
10392         * configure.ac:
10393         Bump required -core/-base to CVS
10394
10395 2007-01-25  Wim Taymans  <wim@fluendo.com>
10396
10397         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
10398         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
10399         * gst/rtp/gstrtpL16pay.h:
10400         Fill up to MTU using adapter.
10401         Timestamp rtp packets.
10402
10403 2007-01-25  Edward Hervey  <edward@fluendo.com>
10404
10405         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
10406         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
10407         Use G_GSIZE_FORMAT in print statements for portability.
10408         Fixes build on macosx.
10409
10410 2007-01-24  Wim Taymans  <wim@fluendo.com>
10411
10412         * gst/rtp/Makefile.am:
10413         * gst/rtp/gstrtp.c: (plugin_init):
10414         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
10415         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
10416         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
10417         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
10418         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
10419         (gst_rtp_L16_depay_plugin_init):
10420         * gst/rtp/gstrtpL16depay.h:
10421         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
10422         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
10423         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
10424         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
10425         (gst_rtp_L16_pay_plugin_init):
10426         * gst/rtp/gstrtpL16pay.h:
10427         Port and enable raw audio payloader/depayloader. Needs a bit more work
10428         on the payloader side.
10429
10430 2007-01-24  Wim Taymans  <wim@fluendo.com>
10431
10432         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
10433         (gst_rtspsrc_stream_configure_transport),
10434         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
10435         * gst/rtsp/gstrtspsrc.h:
10436         Only unblock the udp pads when we linked and activated them all.
10437         Fixes #395688.
10438
10439 2007-01-24  Wim Taymans  <wim@fluendo.com>
10440
10441         * gst/rtp/Makefile.am:
10442         * gst/rtp/gstrtp.c: (plugin_init):
10443         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
10444         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
10445         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
10446         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
10447         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
10448         * gst/rtp/gstrtpac3depay.h:
10449         Added simple AC3 depayloader (RFC 4184).
10450
10451         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
10452         Fix a leak.
10453
10454 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
10455
10456         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10457
10458         * gst/audiofx/Makefile.am:
10459         * gst/audiofx/audioamplify.c:
10460         (gst_audio_amplify_clipping_method_get_type),
10461         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
10462         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
10463         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
10464         (gst_audio_amplify_set_caps),
10465         (gst_audio_amplify_transform_int_clip),
10466         (gst_audio_amplify_transform_int_wrap_negative),
10467         (gst_audio_amplify_transform_int_wrap_positive),
10468         (gst_audio_amplify_transform_float_clip),
10469         (gst_audio_amplify_transform_float_wrap_negative),
10470         (gst_audio_amplify_transform_float_wrap_positive),
10471         (gst_audio_amplify_transform_ip):
10472         * gst/audiofx/audioamplify.h:
10473         * gst/audiofx/audiofx.c: (plugin_init):
10474         Add new element "audioamplify". This allows scaling of raw audio
10475         samples, similar to the "volume" element, but provides different modes
10476         for clipping and allows unlimited amplification. It's mainly targeted
10477         for creative sound design and not as a replacement of the "volume"
10478         element. Fixes #397162
10479         * docs/plugins/Makefile.am:
10480         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10481         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10482         * docs/plugins/gst-plugins-good-plugins.args:
10483         * docs/plugins/inspect/plugin-audiofx.xml:
10484         Add docs for audioamplify and integrate them into the build system
10485         * tests/check/Makefile.am:
10486         * tests/check/elements/audioamplify.c: (setup_amplify),
10487         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
10488         Add fairly extensive unit test suite for audioamplify
10489
10490 2007-01-24  Wim Taymans  <wim@fluendo.com>
10491
10492         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
10493         Unblock pads after adding the pads to the element so that autopluggers
10494         get a change to link something. Possibly fixes #395688.
10495
10496 2007-01-24  Wim Taymans  <wim@fluendo.com>
10497
10498         * gst/rtp/gstrtpamrdepay.c:
10499         * gst/rtp/gstrtpgsmdepay.c:
10500         * gst/rtp/gstrtph263pdepay.c:
10501         * gst/rtp/gstrtph263ppay.c:
10502         * gst/rtp/gstrtph264depay.c:
10503         * gst/rtp/gstrtpilbcdepay.c:
10504         * gst/rtp/gstrtpmp2tdepay.c:
10505         * gst/rtp/gstrtpmp4gdepay.c:
10506         * gst/rtp/gstrtpmp4gpay.c:
10507         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
10508         * gst/rtp/gstrtpmp4vpay.c:
10509         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
10510         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
10511         (gst_rtp_mpa_depay_process):
10512         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
10513         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
10514         * gst/rtp/gstrtppcmadepay.c:
10515         * gst/rtp/gstrtppcmudepay.c:
10516         * gst/rtp/gstrtpspeexdepay.c:
10517         * gst/rtp/gstrtpspeexpay.c:
10518         * gst/rtp/gstrtpsv3vdepay.c:
10519         * gst/rtp/gstrtptheoradepay.c:
10520         * gst/rtp/gstrtptheorapay.c:
10521         * gst/rtp/gstrtpvorbisdepay.c:
10522         * gst/rtp/gstrtpvorbispay.c:
10523         Fix caps with payload numbers.
10524         Add some fixed payload numbers to caps when possible.
10525
10526 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
10527
10528         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10529
10530         * gst/audiofx/Makefile.am:
10531         * gst/audiofx/audiofx.c: (plugin_init):
10532         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
10533         (gst_audio_invert_class_init), (gst_audio_invert_init),
10534         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
10535         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
10536         (gst_audio_invert_transform_float),
10537         (gst_audio_invert_transform_ip):
10538         * gst/audiofx/audioinvert.h:
10539         Add new audiofx element "audioinvert". This element swaps the upper
10540         and lower half of samples and can be used for example for a
10541         wide-stereo effect. Fixes #396057
10542         * docs/plugins/Makefile.am:
10543         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10544         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10545         * docs/plugins/gst-plugins-good-plugins.args:
10546         * docs/plugins/inspect/plugin-audiofx.xml:
10547         Add docs for the audioinvert element and add them to the build system.
10548         * tests/check/Makefile.am:
10549         * tests/check/elements/audioinvert.c: (setup_invert),
10550         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
10551         Add unit test suite for the audioinvert element.
10552
10553 2007-01-23  Wim Taymans  <wim@fluendo.com>
10554
10555         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
10556         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
10557         Parse config params as string and int.
10558         Parse and use AU header length
10559
10560 2007-01-23  Wim Taymans  <wim@fluendo.com>
10561
10562         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
10563         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
10564         * gst/smpte/gstmask.c: (_gst_mask_register):
10565         * gst/smpte/gstmask.h:
10566         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
10567         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
10568         (gst_smpte_paint_triangle_clock):
10569         constify some static structs.
10570         Don't update the mask if nothing changed to the params.
10571         Make sure we never draw outside of the picture. Fixes #398325.
10572
10573 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10574
10575         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
10576           Error out properly when pull_range fails while we're reading the
10577           headers, instead of just pausing the task silently. Fixes #399338.
10578
10579 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10580
10581         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
10582           Some more sanity checks to make sure the input formats match and the
10583           input pads are actually negotiated, in case someone tries to feed
10584           buffers from fakesrc or filesrc. Fixes #398299.
10585           Also const-ify an array, just because we can.
10586
10587 2007-01-19  Edward Hervey  <edward@fluendo.com>
10588
10589         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
10590         Ignore previous commit, that was only valid for widths and heights
10591         that are multiples of 4.
10592         Copy over size/stride macros from jpegdec. This allows the element
10593         to work with any width,height...
10594         ... but puts in evidence that the actual transformations only work
10595         with width/height that are multiples of 4.
10596
10597 2007-01-19  Edward Hervey  <edward@fluendo.com>
10598
10599         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
10600         Allocate buffers of the right size.
10601         The proper size of a I420 buffer in bytes is:
10602         
10603             width * height * 3
10604             ------------------
10605                     2
10606
10607 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10608
10609         * gst/smpte/gstsmpte.c: (gst_smpte_init):
10610           Proxy getcaps on sink pads too, so that we either end up with the
10611           same dimensions on all pads or error out if that's not possible
10612           (seems to work even!). Fixes #398086, I think.
10613
10614 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10615
10616         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10617         * docs/plugins/gst-plugins-good-plugins.args:
10618         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10619           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
10620           fix integer properties with -1 as minimum value.
10621
10622         * docs/plugins/inspect/plugin-1394.xml:
10623         * docs/plugins/inspect/plugin-aasink.xml:
10624         * docs/plugins/inspect/plugin-alaw.xml:
10625         * docs/plugins/inspect/plugin-alpha.xml:
10626         * docs/plugins/inspect/plugin-alphacolor.xml:
10627         * docs/plugins/inspect/plugin-annodex.xml:
10628         * docs/plugins/inspect/plugin-apetag.xml:
10629         * docs/plugins/inspect/plugin-audiofx.xml:
10630         * docs/plugins/inspect/plugin-auparse.xml:
10631         * docs/plugins/inspect/plugin-autodetect.xml:
10632         * docs/plugins/inspect/plugin-avi.xml:
10633         * docs/plugins/inspect/plugin-cacasink.xml:
10634         * docs/plugins/inspect/plugin-cairo.xml:
10635         * docs/plugins/inspect/plugin-cdio.xml:
10636         * docs/plugins/inspect/plugin-cutter.xml:
10637         * docs/plugins/inspect/plugin-debug.xml:
10638         * docs/plugins/inspect/plugin-dv.xml:
10639         * docs/plugins/inspect/plugin-efence.xml:
10640         * docs/plugins/inspect/plugin-effectv.xml:
10641         * docs/plugins/inspect/plugin-esdsink.xml:
10642         * docs/plugins/inspect/plugin-flac.xml:
10643         * docs/plugins/inspect/plugin-flxdec.xml:
10644         * docs/plugins/inspect/plugin-gconfelements.xml:
10645         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
10646         * docs/plugins/inspect/plugin-goom.xml:
10647         * docs/plugins/inspect/plugin-halelements.xml:
10648         * docs/plugins/inspect/plugin-icydemux.xml:
10649         * docs/plugins/inspect/plugin-id3demux.xml:
10650         * docs/plugins/inspect/plugin-jpeg.xml:
10651         * docs/plugins/inspect/plugin-level.xml:
10652         * docs/plugins/inspect/plugin-matroska.xml:
10653         * docs/plugins/inspect/plugin-mulaw.xml:
10654         * docs/plugins/inspect/plugin-multipart.xml:
10655         * docs/plugins/inspect/plugin-navigationtest.xml:
10656         * docs/plugins/inspect/plugin-ossaudio.xml:
10657         * docs/plugins/inspect/plugin-png.xml:
10658         * docs/plugins/inspect/plugin-rtp.xml:
10659         * docs/plugins/inspect/plugin-rtsp.xml:
10660         * docs/plugins/inspect/plugin-shout2send.xml:
10661         * docs/plugins/inspect/plugin-smpte.xml:
10662         * docs/plugins/inspect/plugin-speex.xml:
10663         * docs/plugins/inspect/plugin-taglib.xml:
10664         * docs/plugins/inspect/plugin-udp.xml:
10665         * docs/plugins/inspect/plugin-videobalance.xml:
10666         * docs/plugins/inspect/plugin-videobox.xml:
10667         * docs/plugins/inspect/plugin-videoflip.xml:
10668         * docs/plugins/inspect/plugin-videomixer.xml:
10669         * docs/plugins/inspect/plugin-wavenc.xml:
10670         * docs/plugins/inspect/plugin-wavparse.xml:
10671         * docs/plugins/inspect/plugin-ximagesrc.xml:
10672           Update to CVS.
10673
10674 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
10675
10676         Patch by: Sebastian Dröge <slomo circular-chaos org>
10677
10678         * gst/audiofx/audiopanorama.c:
10679           Fix doc section name (Fixes #397946)
10680
10681 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
10682
10683         * sys/v4l2/gstv4l2object.c:
10684         (gst_v4l2_object_install_properties_helper),
10685         (gst_v4l2_object_set_property_helper),
10686         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
10687         * sys/v4l2/gstv4l2object.h:
10688         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
10689         (gst_v4l2src_init), (gst_v4l2src_set_property),
10690         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
10691         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10692         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10693         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
10694         (gst_v4l2src_capture_deinit):
10695           Fix EIO handing when capturing. Add new property to specify the number of
10696           buffers to enque (and remove the borked num-buffers usage).
10697
10698 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10699
10700         Patch by: Sebastian Dröge <slomo circular-chaos org>
10701
10702         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
10703         (gst_audio_panorama_set_process_function):
10704           Use a function array for process methods, add more docs and define the
10705           startindex of enums.
10706
10707 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
10708
10709         Patch by: Mark Nauwelaerts <manauw at skynet be>
10710
10711         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
10712         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
10713         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10714         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10715         (gst_avi_mux_riff_get_avi_header),
10716         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
10717         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
10718         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
10719         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
10720         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
10721         (gst_avi_mux_change_state):
10722         * gst/avi/gstavimux.h:
10723         * tests/check/elements/avimux.c: (teardown_src_pad):
10724           Add support for more than one audio stream; write better AVIX
10725           header; refactor code a bit; don't announce vorbis caps on our audio
10726           sink pads since we don't support it anyway. Closes #379298.
10727
10728 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
10729
10730         Patch by: Sebastian Dröge <slomo circular-chaos org>
10731
10732         * gst/audiofx/audiopanorama.c:
10733         (gst_audio_panorama_method_get_type),
10734         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
10735         (gst_audio_panorama_set_process_function),
10736         (gst_audio_panorama_set_property),
10737         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
10738         (gst_audio_panorama_transform_m2s_int_simple),
10739         (gst_audio_panorama_transform_s2s_int_simple),
10740         (gst_audio_panorama_transform_m2s_float_simple),
10741         (gst_audio_panorama_transform_s2s_float_simple):
10742         * gst/audiofx/audiopanorama.h:
10743           Add 'method' property and provide a simple (non-psychoacustic)
10744           processing method (#394859).
10745
10746         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
10747         (panorama_suite):
10748           Tests for new method.
10749
10750 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
10751
10752         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
10753         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
10754           Set correct caps on outgoing pulled buffers, or things blow up
10755           after recent core changes.
10756
10757 2007-01-11  Wim Taymans  <wim@fluendo.com>
10758
10759         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
10760
10761         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
10762         (gst_multipart_mux_request_new_pad),
10763         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
10764         (gst_multipart_mux_change_state):
10765         Return FLOW errors ASAP. Fixes #394977.
10766         Misc cleanups.
10767
10768 2007-01-11  Wim Taymans  <wim@fluendo.com>
10769
10770         Patch by: Lutz Mueller <lutz at topfrose dot de>
10771
10772         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10773         Check for stream pad before activating. 
10774
10775 2007-01-10  Wim Taymans  <wim@fluendo.com>
10776
10777         Patch by: Peter Kjellerstedt  <pkj at axis com>
10778
10779         * gst/rtsp/COPYING.MIT:
10780         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
10781         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
10782         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
10783         (gst_rtspsrc_stream_configure_transport),
10784         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10785         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
10786         (gst_rtspsrc_parse_methods),
10787         (gst_rtspsrc_create_transports_string),
10788         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
10789         (gst_rtspsrc_open), (gst_rtspsrc_close):
10790         * gst/rtsp/gstrtspsrc.h:
10791         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10792         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
10793         (parse_request_line), (parse_line), (rtsp_connection_read),
10794         (rtsp_connection_close):
10795         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
10796         (rtsp_method_as_text), (rtsp_header_as_text),
10797         (rtsp_status_as_text), (rtsp_find_header_field),
10798         (rtsp_find_method):
10799         * gst/rtsp/rtspdefs.h:
10800         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
10801         (rtsp_ext_wms_configure_stream):
10802         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
10803         (rtsp_message_new_request), (rtsp_message_init_request),
10804         (rtsp_message_new_response), (rtsp_message_init_response),
10805         (rtsp_message_init_data), (rtsp_message_unset),
10806         (rtsp_message_free), (rtsp_message_add_header),
10807         (rtsp_message_get_header), (rtsp_message_set_body),
10808         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
10809         * gst/rtsp/rtspmessage.h:
10810         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
10811         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
10812         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
10813         (sdp_message_dump):
10814         Allow url to be NULL to be able to use it for server connections.
10815         Can now send responses as well as requests.
10816         No longer hangs in an endless loop if EOF is received.
10817         Can now convert a status code to a text string.
10818         Return RTSP_HDR_INVALID for unknown headers.
10819         Return RTSP_INVALID for unknown methods.
10820         Copy CSeq and Session headers from the request.
10821         Only free memory corresponding to the currently set message type.
10822         Added const to function arguments as appropriate.
10823         Avoid a compiler warning when initializing nmedia.
10824         Use guint rather than gint to avoid compiler warnings.
10825         Fix crasher in wms extension.
10826         Factor out stream setup from open_connection.
10827         Delay activation of streams when actual data is received from the
10828         server, this prepares us to do proper protocol switching.
10829         Added new license.
10830         Fixes #380895.
10831
10832
10833 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
10834
10835         Patch by: Sebastian Dröge <slomo ubuntu com>
10836
10837         * docs/plugins/Makefile.am:
10838         * gst/audiofx/audiopanorama.c:
10839           Some small docs fixes (#394851).
10840
10841 2007-01-09  Wim Taymans  <wim@fluendo.com>
10842
10843         * gst/avi/gstavidemux.c:
10844         Fix docs.
10845
10846 2007-01-09  Wim Taymans  <wim@fluendo.com>
10847
10848         * gst/rtp/Makefile.am:
10849         * gst/rtp/gstrtp.c: (plugin_init):
10850         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
10851         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
10852         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
10853         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
10854         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
10855         * gst/rtp/gstrtpmpvdepay.h:
10856           Added RFC 2250 MPEG Video Depayloader.
10857
10858         * gst/rtp/gstrtpL16depay.h:
10859         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
10860         (gst_rtp_h263p_depay_process):
10861         Fix Header file. Small cleanups.
10862
10863         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
10864         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
10865         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
10866         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
10867         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
10868         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
10869         (gst_rtp_mp4v_depay_change_state):
10870         Remove usused code. Remove Adapter from state Change. Added debug.
10871
10872         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
10873         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
10874         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
10875         * gst/rtp/gstrtpmpadepay.h:
10876         Subclass base depayloader.
10877         Added debug.
10878         Support static payload type assignment as well.
10879
10880         * gst/rtp/gstrtpmpapay.c:
10881         Fix caps.
10882
10883 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10884
10885         Patch by: Vincent Torri  <vtorri at univ-evry fr>
10886
10887         * ext/jpeg/gstjpegdec.c:
10888         * ext/jpeg/gstjpegenc.c:
10889         * ext/jpeg/smokecodec.c:
10890           These libjpeg callbacks should return a 'boolean' (unsigned char
10891           apparently) and not a 'gboolean' (which maps to gint). Fixes
10892           warnings when compiling with MingW (#393427).
10893
10894         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
10895           Use ioctlsocket on win32.
10896
10897         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
10898           Some printf format fixes for win32.
10899
10900 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
10901
10902         * gst/cutter/gstcutter.c: (gst_cutter_chain):
10903           Use gst_guint64_to_gdouble for conversion.
10904         * win32/vs6/libgstmatroska.dsp:
10905           Add zlib to the link.
10906         * win32/vs6/libgstvideobox.dsp:
10907           Update liboil library name (project is linked to 
10908           liboil-0.3-0.lib now).
10909           
10910 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10911
10912         * gst/matroska/Makefile.am:
10913           If zlib is available and used, we must link it explicitly for
10914           things to work on MingW (fixes #392855).
10915
10916 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
10917
10918         * ext/esd/esdsink.c: (gst_esdsink_delay):
10919           Don't return bogus values when esd_get_delay() fails for some
10920           reason (#392189).
10921
10922 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
10923
10924         * sys/ximage/gstximagesrc.c: (composite_pixel):
10925           Fix presumably copy'n'pasto for 16bpp depth.
10926
10927 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
10928
10929         * gst/matroska/matroska-mux.c:
10930         (gst_matroska_mux_audio_pad_setcaps):
10931           The "signed" field in audio caps is of boolean type, trying to use
10932           gst_structure_get_int() to extract it will fail. Fixing this makes
10933           matroskamux accept raw audio input (#387121) (use at your own risk
10934           though, due to the matroska spec being not entirely useful in this
10935           respect).
10936           Also fix up raw audio structures in template caps so that they
10937           represent what our setcaps function will actually accept, so that
10938           converters know what to convert to.
10939           Finally, don't fail if there isn't an "endianness" field in 8-bit
10940           PCM caps.
10941
10942 2006-12-22  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           reapply consistent pad (de)activation
10952
10953 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
10954
10955         * configure.ac:
10956         Back to CVS
10957
10958         * gst-plugins-good.doap:
10959         Add 0.10.5 doap entry
10960
10961 === release 0.10.5 ===
10962
10963 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
10964
10965         * configure.ac:
10966           releasing 0.10.5, "The Path of Thorns"
10967
10968 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
10969
10970         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
10971         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
10972         * tests/check/elements/cmmldec.c: (setup_cmmldec),
10973         (teardown_cmmldec):
10974         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
10975         (teardown_cmmlenc):
10976         * tests/check/elements/level.c: (setup_level), (cleanup_level):
10977           revert my freeze breakage
10978
10979 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
10980
10981         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
10982         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
10983         * tests/check/elements/cmmldec.c: (setup_cmmldec),
10984         (teardown_cmmldec):
10985         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
10986         (teardown_cmmlenc):
10987         * tests/check/elements/level.c: (setup_level), (cleanup_level):
10988           consistent pad (de)activation
10989
10990 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
10991
10992         * configure.ac:
10993         * ext/Makefile.am:
10994         Disable LADPSA, as it has moved to the -bad module for the duration.
10995
10996 2006-12-18  Wim Taymans  <wim@fluendo.com>
10997
10998         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
10999         (gst_signal_processor_event):
11000         Reset flow_state back to _OK after a flush stop so that we exit our
11001         error state after the flush. Fixes #374213
11002
11003 2006-12-16  David Schleef  <ds@schleef.org>
11004
11005         * sys/osxvideo/osxvideosink.h:
11006         * sys/osxvideo/osxvideosink.m:
11007           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
11008
11009 2006-12-16  David Schleef  <ds@schleef.org>
11010
11011         Patch by: Vijay Santhanam <vijay santhanam gmail com>
11012
11013         * sys/osxvideo/Makefile.am:
11014         * sys/osxvideo/osxvideosink.h:
11015         * sys/osxvideo/osxvideosink.m:
11016           Preliminary patch for porting osxvideosink
11017
11018 2006-12-16  Wim Taymans  <wim@fluendo.com>
11019
11020         Patch by: Sjoerd Simons <sjoerd at luon dot net>
11021
11022         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
11023         (gst_videomixer_set_master_geometry),
11024         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
11025         (gst_videomixer_reset), (gst_videomixer_init),
11026         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
11027         (gst_videomixer_release_pad), (gst_videomixer_collected),
11028         (gst_videomixer_change_state):
11029         Introduce some locking around the videomixer state so that it does not
11030         crash when adding/removing pads. Fixes #383043.
11031
11032 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11033
11034         * configure.ac:
11035           Make sure libcaca can actually be used instead of just checking for
11036           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
11037           cross-compiling (fixes #384587).
11038
11039 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11040
11041         * Makefile.am:
11042         * gst-plugins-good.doap:
11043         * gst-plugins-good.spec.in:
11044           adding doap file
11045
11046 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11047
11048         * configure.ac:
11049           libflac-1.1.3 changed API again, but we can't build against it yet,
11050           so make sure our check doesn't use libflac-1.1.3 and add a comment
11051           to this effect.
11052
11053 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11054
11055         * gst/effectv/gstquark.c: (gst_quarktv_transform),
11056         (gst_quarktv_planetable_clear):
11057           Add some NULL pointer checks (possibly related to #385623).
11058
11059 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
11060
11061         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
11062         (gst_tag_demux_chain):
11063         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11064           In streaming mode, if the first buffer we get doesn't have an
11065           offset, fix it up to be 0, otherwise trimming won't work later on
11066           and we'll be typefinding application/x-id3, which may result in
11067           decodebin plugging an endless number of id3demux elements as a
11068           consequence. Fixes #385031.
11069           
11070 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11071
11072         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
11073           Ignore the buffer_time the sound device reports. Turns out it is 
11074           sometimes completely bogus and we're better off without it.
11075
11076 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11077
11078         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11079         (gst_matroska_demux_video_caps):
11080         * gst/matroska/matroska-ids.c:
11081         (gst_matroska_track_init_video_context):
11082         * gst/matroska/matroska-ids.h:
11083           Try harder to extract the framerate for video tracks correctly and
11084           save it directly instead of converting it back and forth a few
11085           times. Mostly makes a difference for very small framerates (<1).
11086           Fixes #380199.
11087
11088 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11089
11090         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
11091         (gst_gconf_audio_src_dispose), (do_toggle_element):
11092         * ext/gconf/gstgconfaudiosrc.h:
11093           Remove gconf notify hook when the gconfaudiosrc element is
11094           destroyed, otherwise the callback may be called on an
11095           already-destroyed instance and bad things happen. Should fix
11096           #378184.
11097           Also ignore gconf key changes when the source is already running.
11098
11099 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11100
11101         Patch by: Sebastian Dröge  <mail at slomosnail de>
11102
11103         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
11104           We need to be able to read and parse any possible floating point string
11105           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
11106           will parse the former only in certain locales though, so we really need
11107           to canonicalise the separator to '.' and then use g_ascii_strtod() to
11108           make sure we can parse either version at all times.
11109           Fixes #382982 for real.
11110
11111 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11112
11113         * sys/sunaudio/gstsunaudiomixerctrl.c:
11114         * sys/sunaudio/gstsunaudiosrc.c:
11115
11116         Use the sunaudio debug category.
11117
11118         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
11119         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
11120         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
11121         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
11122         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
11123         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
11124         (gst_sunaudiosink_reset):
11125         * sys/sunaudio/gstsunaudiosink.h:
11126
11127         Uses the sunaudio debug category for all debug output
11128         Implements the _delay() callback to synchronise video playback better
11129         Change the segtotal and segsize values back to the parent class 
11130           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
11131           respectively)
11132         Measure the samples written to the device vs. played.
11133         Keep track of segments in the device by writing empty eof frames, and
11134         sleep using a GCond when we get too far ahead and risk overrunning the
11135         sink's ringbuffer.
11136
11137         Fixes: #360673
11138
11139 2006-12-08  Wim Taymans  <wim@fluendo.com>
11140
11141         Patch by: Sebastian Dröge  <mail at slomosnail de >
11142
11143         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
11144         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
11145         * gst/audiofx/audiopanorama.h:
11146         Fix audiopanorame with float samples. Fixes #383726.
11147
11148 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11149
11150         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
11151         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
11152         (gst_sunaudiosrc_reset):
11153
11154         Implement reset functions to unblock the src/sink more quickly on 
11155         state change requests.
11156         Patch by: Brian Cameron <brian dot cameron at sun com>
11157
11158 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11159
11160         * sys/sunaudio/gstsunaudiomixer.c:
11161         (gst_sunaudiomixer_change_state):
11162         Construct the correct mixer device name when the AUDIODEV env var
11163         is set.
11164
11165         Patch by: Jerry Tan <jerry.tan at sun dot com>
11166         Fixes: #383596
11167
11168 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11169
11170         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
11171         Apply patch to open the mixer control and set the MULTIPLE_OPEN
11172         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
11173         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
11174         Patch by: Jerry Tan <jerry.tan at sun dot com>
11175         Fixes: #349015
11176
11177 2006-12-07  Wim Taymans  <wim@fluendo.com>
11178
11179         * gst/smpte/gstmask.h:
11180         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
11181         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
11182         (gst_smpte_collected), (gst_smpte_set_property),
11183         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
11184         * gst/smpte/gstsmpte.h:
11185         Port to 0.10 some more. 
11186         Added duration property to specify the duration of the transition.
11187         Make framerate a fraction.
11188         Deprecate fps property, we only use negotiated fps.
11189         Added docs.
11190         Fix collectpad usage.
11191         Reset state in READY.
11192         Send NEWSEGMENT event.
11193         Fix racy updates of object properties.
11194         Added debug category.
11195         Fixes #383323.
11196
11197 2006-12-06  Wim Taymans  <wim@fluendo.com>
11198
11199         Patch by: Sjoerd Simons <sjoerd at luon dot net>
11200
11201         * gst/videomixer/videomixer.c:
11202         (gst_videomixer_set_master_geometry),
11203         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
11204         Don't reset xpos and ypos in the setcaps function because causes
11205         unexpected behaviour.
11206         Fixes #382179.
11207
11208 2006-12-06  Wim Taymans  <wim@fluendo.com>
11209
11210         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
11211         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
11212         Keep track of the buffer timestamp in the collectdata member instead
11213         of modifying the buffer without making the metadata writable first.
11214         Fixes #382277.
11215
11216 2006-12-06  Wim Taymans  <wim@fluendo.com>
11217
11218         Patch by: Rob Taylor <robtaylor at floopily dot org>
11219
11220         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
11221         If using multicast in udpsrc, bind to the multicast address rather than
11222         IN_ADDR_ANY.
11223         This allows the simultanous use of multiple udpsrcs listening on
11224         different multicat addresses. Without this all udpsrcs will receive all
11225         packets from all subscribed multicast addresses.
11226         Fixes #383001.
11227
11228 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
11229
11230         * ext/taglib/gstid3v2mux.cc:
11231         Don't attempt to write a NULL frame into the ID3 tag set when the 
11232         createFrame method returned NULL.
11233         Fixes: #381857
11234         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
11235
11236 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
11237
11238         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
11239         Use g_strtod() instead of sscanf to parse doubles, so that it will
11240         try parsing in the C locale if the current locale fails.
11241         Fixes: #382982
11242         Patch by: Sebastian Dröge  <mail at slomosnail de >
11243
11244 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11245
11246         * win32/MANIFEST:
11247         Fix compilation on win32 under VS8
11248         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11249         Partially fixes #381175
11250
11251 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
11252
11253         * gst/avi/gstavimux.c:
11254           accept all mpegversions,fixes #380825
11255           spotted by: Jerome Alet  
11256
11257 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
11258
11259         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11260         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
11261         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
11262         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
11263           cleanup the error message a bit more
11264
11265 2006-11-28  Wim Taymans  <wim@fluendo.com>
11266
11267         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11268         Fix width and height properties.
11269
11270         * ext/libcaca/gstcacasink.h:
11271         Fix compilation on newer libcaca that require us to include a new
11272         header. Fixes #379918.
11273
11274 2006-11-28  Wim Taymans  <wim@fluendo.com>
11275
11276         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
11277         * gst/rtsp/gstrtspsrc.h:
11278         * gst/rtsp/rtspext.h:
11279         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
11280         (rtsp_ext_wms_get_context):
11281         Add method so that extensions can choose to disable the setup of
11282         a stream.
11283         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
11284
11285 2006-11-27  Wim Taymans  <wim@fluendo.com>
11286
11287         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
11288
11289         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11290         Push header in a separate buffer instead of memcpy:ing all data.
11291         Change LF => CRLF in headers.
11292         Move trailing LF to header. Fixes #379792.
11293
11294 2006-11-27  Wim Taymans  <wim@fluendo.com>
11295
11296         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
11297         Small buffer overflow fix and improve debugging.
11298
11299 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11300
11301         * ext/esd/esdmon.h:
11302         * ext/esd/esdsink.h:
11303           remove obsolete _factory_init protos
11304
11305 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11306
11307         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
11308         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
11309         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
11310         (gst_avi_demux_read_subindexes_push),
11311         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
11312         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11313         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11314         (gst_avi_demux_massage_index),
11315         (gst_avi_demux_calculate_durations_from_index),
11316         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
11317         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
11318         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11319           remove dead code, tweak debugs statements, add comments, use
11320           _uint64_scale instead _uint64_scale_int when using guint64 values,
11321           small optimizations, reflow some error handling
11322
11323 2006-11-22  Edward Hervey  <edward@fluendo.com>
11324
11325         * po/.cvsignore:
11326         We never put .pot files in cvs. Let's ignore them all.
11327
11328 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11329
11330         * po/POTFILES.in:
11331           ... but better exclude files that aren't disted.
11332
11333 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11334
11335         * po/POTFILES.in:
11336           Add v4l2 source files to list of files with translations, so the
11337           strings are actually extracted (however bad they still may be).
11338
11339 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11340
11341         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
11342           Minor clean-ups: const-ify static array, remove trailing comma from
11343           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
11344
11345 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
11346
11347         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
11348         Make sure that g_free always gets called on the same pointer that was 
11349         returned by g_malloc.  Fixes #376594.
11350         Do not leak memory if decompressed size is wrong.
11351         Remove unneeded check of return value of g_malloc.
11352         Patch by: René Stadler <mail@renestadler.de>
11353
11354 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
11355
11356         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
11357           Add missing curly brackets.
11358
11359 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
11360
11361         * sys/v4l2/v4l2src_calls.c:
11362         Fix capture_deinit.
11363
11364 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11365
11366         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
11367         (gst_matroska_mux_request_new_pad):
11368           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
11369
11370         * tests/check/elements/matroskamux.c: (setup_src_pad),
11371         (setup_sink_pad), (GST_START_TEST):
11372         Activate pads before using them.
11373
11374 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11375
11376         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
11377           Initialise variable to get rid of bogus compiler warning.
11378
11379 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
11380
11381         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
11382
11383         * gst/rtp/gstrtph263pay.c:
11384         * gst/rtp/gstrtph263pdepay.c:
11385         * gst/rtp/gstrtph263ppay.c:
11386           Specify H.263 variant and version in the caps (fixes #361637)
11387
11388 2006-11-15  Wim Taymans  <wim@fluendo.com>
11389
11390         * gst/rtsp/rtspconnection.c: (read_body):
11391         Don't set a data pointer to NULL and a size > 0 when we deal
11392         with empty packets.
11393
11394         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
11395         (rtsp_message_init_response), (rtsp_message_init_data),
11396         (rtsp_message_unset), (rtsp_message_free),
11397         (rtsp_message_take_body):
11398         Check that we can't create invalid empty packets. 
11399
11400 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
11401
11402         Patch by: Mark Nauwelaerts  <manauw at skynet be>
11403
11404         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
11405         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
11406         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
11407         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
11408         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
11409         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
11410         * gst/matroska/matroska-mux.h:
11411           Add basic tag writing support; implement releasing pads (#374658).
11412
11413 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
11414
11415         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11416         (gst_matroska_demux_audio_caps):
11417           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
11418
11419 2006-11-14  David Schleef  <ds@schleef.org>
11420
11421         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
11422
11423 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
11424
11425         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11426
11427         * win32/vs8/gst-plugins-good.sln:
11428         * win32/vs8/libgst1394.vcproj:
11429         * win32/vs8/libgstaasink.vcproj:
11430         * win32/vs8/libgstalaw.vcproj:
11431         * win32/vs8/libgstalpha.vcproj:
11432         * win32/vs8/libgstalphacolor.vcproj:
11433         * win32/vs8/libgstannodex.vcproj:
11434         * win32/vs8/libgstapetag.vcproj:
11435         * win32/vs8/libgstaudiofx.vcproj:
11436         * win32/vs8/libgstauparse.vcproj:
11437         * win32/vs8/libgstautodetect.vcproj:
11438         * win32/vs8/libgstavi.vcproj:
11439         * win32/vs8/libgstcacasink.vcproj:
11440         * win32/vs8/libgstcdio.vcproj:
11441         * win32/vs8/libgstcutter.vcproj:
11442         * win32/vs8/libgstdv.vcproj:
11443         * win32/vs8/libgsteffectv.vcproj:
11444         * win32/vs8/libgstflac.vcproj:
11445         * win32/vs8/libgstflxdec.vcproj:
11446         * win32/vs8/libgstgoom.vcproj:
11447         * win32/vs8/libgsticydemux.vcproj:
11448         * win32/vs8/libgstid3demux.vcproj:
11449         * win32/vs8/libgstjpeg.vcproj:
11450         * win32/vs8/libgstladspa.vcproj:
11451         * win32/vs8/libgstlevel.vcproj:
11452         * win32/vs8/libgstmatroska.vcproj:
11453         * win32/vs8/libgstmikmod.vcproj:
11454         * win32/vs8/libgstmng.vcproj:
11455         * win32/vs8/libgstmonoscope.vcproj:
11456         * win32/vs8/libgstmulaw.vcproj:
11457         * win32/vs8/libgstmultipart.vcproj:
11458         * win32/vs8/libgstpng.vcproj:
11459         * win32/vs8/libgstrtp.vcproj:
11460         * win32/vs8/libgstrtsp.vcproj:
11461         * win32/vs8/libgstshout2.vcproj:
11462         * win32/vs8/libgstsmpte.vcproj:
11463         * win32/vs8/libgstspeex.vcproj:
11464         * win32/vs8/libgsttaglib.vcproj:
11465         * win32/vs8/libgstudp.vcproj:
11466         * win32/vs8/libgstvideobalance.vcproj:
11467         * win32/vs8/libgstvideobox.vcproj:
11468         * win32/vs8/libgstvideoflip.vcproj:
11469         * win32/vs8/libgstvideomixer.vcproj:
11470         * win32/vs8/libgstwavenc.vcproj:
11471         * win32/vs8/libgstwavparse.vcproj:
11472           Make end-of-line returns unixy, so that when the files are checked
11473           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
11474           Hopefully fixes #366492.
11475
11476 2006-11-14  Wim Taymans  <wim@fluendo.com>
11477
11478         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
11479         Disable init_frames delay timestamp adjustment, it does not
11480         seem to be needed at all. Fixes #369621.
11481
11482 2006-11-13  Wim Taymans  <wim@fluendo.com>
11483
11484         Patch by: Mark Nauwelaerts  <manauw at skynet be>
11485
11486         * gst/videomixer/videomixer.c:
11487         (gst_videomixer_set_master_geometry),
11488         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
11489         (gst_videomixer_collect_free), (gst_videomixer_reset),
11490         (gst_videomixer_init), (gst_videomixer_finalize),
11491         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
11492         (gst_videomixer_collected), (gst_videomixer_change_state):
11493         Fix memleak by unref'ing collectpads instance (when finalizing)
11494         Implement releasing a request pad. Fixes #374479.
11495
11496 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11497
11498         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11499
11500         * win32/vs8/gst-plugins-good.sln:
11501         * win32/vs8/libgst1394.vcproj:
11502         * win32/vs8/libgstaasink.vcproj:
11503         * win32/vs8/libgstalaw.vcproj:
11504         * win32/vs8/libgstalpha.vcproj:
11505         * win32/vs8/libgstalphacolor.vcproj:
11506         * win32/vs8/libgstannodex.vcproj:
11507         * win32/vs8/libgstapetag.vcproj:
11508         * win32/vs8/libgstaudiofx.vcproj:
11509         * win32/vs8/libgstauparse.vcproj:
11510         * win32/vs8/libgstautodetect.vcproj:
11511         * win32/vs8/libgstavi.vcproj:
11512         * win32/vs8/libgstcacasink.vcproj:
11513         * win32/vs8/libgstcdio.vcproj:
11514         * win32/vs8/libgstcutter.vcproj:
11515         * win32/vs8/libgstdv.vcproj:
11516         * win32/vs8/libgsteffectv.vcproj:
11517         * win32/vs8/libgstflac.vcproj:
11518         * win32/vs8/libgstflxdec.vcproj:
11519         * win32/vs8/libgstgoom.vcproj:
11520         * win32/vs8/libgsticydemux.vcproj:
11521         * win32/vs8/libgstid3demux.vcproj:
11522         * win32/vs8/libgstjpeg.vcproj:
11523         * win32/vs8/libgstladspa.vcproj:
11524         * win32/vs8/libgstlevel.vcproj:
11525         * win32/vs8/libgstmatroska.vcproj:
11526         * win32/vs8/libgstmikmod.vcproj:
11527         * win32/vs8/libgstmng.vcproj:
11528         * win32/vs8/libgstmonoscope.vcproj:
11529         * win32/vs8/libgstmulaw.vcproj:
11530         * win32/vs8/libgstmultipart.vcproj:
11531         * win32/vs8/libgstpng.vcproj:
11532         * win32/vs8/libgstrtp.vcproj:
11533         * win32/vs8/libgstrtsp.vcproj:
11534         * win32/vs8/libgstshout2.vcproj:
11535         * win32/vs8/libgstsmpte.vcproj:
11536         * win32/vs8/libgstspeex.vcproj:
11537         * win32/vs8/libgsttaglib.vcproj:
11538         * win32/vs8/libgstudp.vcproj:
11539         * win32/vs8/libgstvideobalance.vcproj:
11540         * win32/vs8/libgstvideobox.vcproj:
11541         * win32/vs8/libgstvideoflip.vcproj:
11542         * win32/vs8/libgstvideomixer.vcproj:
11543         * win32/vs8/libgstwavenc.vcproj:
11544         * win32/vs8/libgstwavparse.vcproj:
11545           Add VS8 project files (note that many of the plugins in ext are
11546           disabled by default). Fixes #366492.
11547
11548 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
11549
11550         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
11551           we do not translate debug messages
11552
11553 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
11554
11555         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11556           fix categorisation, make short desc more explicit, remove unused code
11557           Fixes #372021
11558
11559 2006-11-08  Wim Taymans  <wim@fluendo.com>
11560
11561         * gst/rtp/gstrtpL16depay.c:
11562         * gst/rtp/gstrtpamrdepay.c:
11563         * gst/rtp/gstrtpamrpay.c:
11564         * gst/rtp/gstrtpgsmdepay.c:
11565         * gst/rtp/gstrtph263pay.c:
11566         * gst/rtp/gstrtph263pdepay.c:
11567         * gst/rtp/gstrtph263ppay.c:
11568         * gst/rtp/gstrtph264depay.c:
11569         * gst/rtp/gstrtpmp2tdepay.c:
11570         * gst/rtp/gstrtpmp4gdepay.c:
11571         * gst/rtp/gstrtpmp4gpay.c:
11572         * gst/rtp/gstrtpmp4vdepay.c:
11573         * gst/rtp/gstrtpmp4vpay.c:
11574         * gst/rtp/gstrtpmpadepay.c:
11575         * gst/rtp/gstrtpmpapay.c:
11576         * gst/rtp/gstrtppcmadepay.c:
11577         * gst/rtp/gstrtppcmapay.c:
11578         * gst/rtp/gstrtppcmudepay.c:
11579         * gst/rtp/gstrtppcmupay.c:
11580         * gst/rtp/gstrtpspeexdepay.c:
11581         * gst/rtp/gstrtpspeexpay.c:
11582         * gst/rtp/gstrtpsv3vdepay.c:
11583         Fix element descriptions.
11584
11585 2006-11-08  Wim Taymans  <wim@fluendo.com>
11586
11587         * gst/rtp/gstrtpvorbisdepay.c:
11588         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
11589         Fix description.
11590         Small cleanup in the payloader.
11591
11592 2006-11-08  Wim Taymans  <wim@fluendo.com>
11593
11594         * gst/rtp/Makefile.am:
11595         * gst/rtp/gstrtp.c: (plugin_init):
11596         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
11597         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
11598         (gst_rtp_theora_depay_finalize),
11599         (gst_rtp_theora_depay_parse_configuration),
11600         (gst_rtp_theora_depay_setcaps),
11601         (gst_rtp_theora_depay_switch_codebook),
11602         (gst_rtp_theora_depay_process),
11603         (gst_rtp_theora_depay_set_property),
11604         (gst_rtp_theora_depay_get_property),
11605         (gst_rtp_theora_depay_change_state),
11606         (gst_rtp_theora_depay_plugin_init):
11607         * gst/rtp/gstrtptheoradepay.h:
11608         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
11609         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
11610         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
11611         (gst_rtp_theora_pay_init_packet),
11612         (gst_rtp_theora_pay_flush_packet),
11613         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
11614         (gst_rtp_theora_pay_handle_buffer),
11615         (gst_rtp_theora_pay_plugin_init):
11616         * gst/rtp/gstrtptheorapay.h:
11617         Add theora pay/depayloaders.
11618
11619 2006-11-06  Wim Taymans  <wim@fluendo.com>
11620
11621         * gst/rtp/Makefile.am:
11622         We depend on gsttag to generate the vorbis comments.
11623
11624         * gst/rtp/gstrtpvorbisdepay.c:
11625         (gst_rtp_vorbis_depay_parse_configuration),
11626         (gst_rtp_vorbis_depay_setcaps),
11627         (gst_rtp_vorbis_depay_switch_codebook),
11628         (gst_rtp_vorbis_depay_process):
11629         * gst/rtp/gstrtpvorbisdepay.h:
11630         Parse configuration string in the depayloader.
11631         Implement selecting and switching to a new codebook.
11632         Receiving vorbis over RTP now works.
11633
11634         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
11635         (gst_rtp_vorbis_pay_init_packet),
11636         (gst_rtp_vorbis_pay_finish_headers),
11637         (gst_rtp_vorbis_pay_handle_buffer):
11638         * gst/rtp/gstrtpvorbispay.h:
11639         Set timestamps on outgoing buffers and RTP packets.
11640         Fix configuration string, prepend number of Packet headers.
11641         Fix encoding of ident string.
11642         Add delivery-method to caps.
11643         Streaming vorbis over RTP now works.
11644
11645 2006-11-06  Wim Taymans  <wim@fluendo.com>
11646
11647         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
11648         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
11649         (gst_rtp_vorbis_pay_handle_buffer):
11650         * gst/rtp/gstrtpvorbispay.h:
11651         Generate a valid configuration string in the caps based on the
11652         vorbis headers.
11653
11654 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
11655
11656         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
11657         * ext/cdio/gstcdio.h:
11658         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
11659           Move CD-TEXT utility function into common file so it can also be
11660           used by a future cdioparanoiasrc.
11661
11662 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
11663         
11664         * sys/v4l2/Makefile.am:
11665         * sys/v4l2/gstv4l2object.c:
11666         * sys/v4l2/gstv4l2src.c:
11667         * sys/v4l2/gstv4l2xoverlay.c:
11668         * sys/v4l2/v4l2_calls.c:
11669         * sys/v4l2/v4l2src_calls.c:
11670         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
11671         xoverlay code that is still not implemented.
11672
11673 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
11674
11675         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
11676           We require a -base more recent than 0.10.9, so it's safe to use
11677           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
11678
11679         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
11680         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
11681           Use _newsegment_full() now that we depend on a recent enough core.
11682
11683         * gst/wavparse/gstwavparse.c:
11684           Remove cruft that we don't need any longer now that we depend on
11685           a recent enough -base.
11686
11687 2006-10-31  Wim Taymans  <wim@fluendo.com>
11688
11689         * gst/rtp/Makefile.am:
11690         * gst/rtp/gstrtp.c: (plugin_init):
11691         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
11692         (gst_rtpilbcpay_setcaps):
11693         Fix and activate ILBC pay and depayloaders. Fixes #368162.
11694
11695 2006-10-31  Wim Taymans  <wim@fluendo.com>
11696
11697         * ext/speex/gstspeexdec.c: (speex_dec_convert),
11698         (speex_dec_sink_event), (speex_dec_chain_parse_header):
11699         Some small cleanups, use _scale.
11700
11701 2006-10-31  Wim Taymans  <wim@fluendo.com>
11702
11703         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
11704         Use higher precision scale function.
11705
11706 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
11707
11708         Patch by: Michal Benes  <michal dot benes at itonis tv>
11709
11710         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
11711         (gst_matroska_demux_read_track_encodings),
11712         (gst_matroska_decode_buffer):
11713           Fix several issues with encoded/compressed/encrypted/signed tracks;
11714           also, remove superfluous newline characters from some debug
11715           statements. (#366155)
11716
11717 2006-10-30  Wim Taymans  <wim@fluendo.com>
11718
11719         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
11720         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
11721         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
11722         (gst_smokedec_change_state):
11723         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
11724         (gst_smokeenc_init), (gst_smokeenc_finalize),
11725         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
11726         (gst_smokeenc_resync), (gst_smokeenc_chain),
11727         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
11728         (gst_smokeenc_change_state):
11729         Various cleanups, capsnego and leak fixes.
11730
11731 2006-10-30  Wim Taymans  <wim@fluendo.com>
11732
11733         Patch by: Mark Nauwelaerts  <manauw at skynet be>
11734
11735         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
11736         Fix videomixer so that it can handle any combination of framerates.
11737         Fixes #367221.
11738
11739 2006-10-28  Wim Taymans  <wim@fluendo.com>
11740
11741         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11742         (gst_avi_demux_parse_file_header),
11743         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
11744         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
11745         (gst_avi_demux_chain):
11746         Fix position query for audio. also fixes timestamps in streaming
11747         mode and bug #364958.
11748         Small cleanups.
11749
11750 2006-10-27  Wim Taymans  <wim@fluendo.com>
11751
11752         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
11753         * ext/libpng/gstpngenc.h:
11754         Fix strides. Fixes #364856.
11755         Cleanup capsnego.
11756         Set caps on outgoing buffers.
11757
11758 2006-10-18  Wim Taymans  <wim@fluendo.com>
11759
11760         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
11761
11762         * gst/rtp/gstrtpgsmpay.c:
11763         * gst/rtp/gstrtph263pay.c:
11764         * gst/rtp/gstrtpmpapay.c:
11765         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
11766         (gst_rtp_pcma_pay_handle_buffer):
11767         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
11768         Add static payload numbers in addition to the dynamic ones.
11769         Fixes #361639.
11770
11771 2006-10-18  Wim Taymans  <wim@fluendo.com>
11772
11773         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
11774         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
11775         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
11776         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
11777         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
11778         * gst/rtsp/rtspdefs.h:
11779         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11780         * gst/rtsp/rtspurl.h:
11781         Reuse already existing enum for lower transport.
11782         Add rtspt and rtspu protocols.
11783         Send redirect to rtspt when udp times out.
11784
11785 2006-10-18  Wim Taymans  <wim@fluendo.com>
11786
11787         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11788         (gst_wavparse_stream_data):
11789         Fix seeking some more, mostly for speed changes.
11790
11791 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11792
11793         Patch by: Fredrik Persson  <frepe at bredband net>
11794
11795         * sys/v4l2/gstv4l2tuner.c:
11796         * sys/v4l2/gstv4l2tuner.h:
11797           Fix _set_channel(): remove useless g_object_notify() for "channel"
11798           property that doesn't exist any longer and therefore now also
11799           useless redirect (#338818).
11800
11801 2006-10-17  Wim Taymans  <wim@fluendo.com>
11802
11803         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
11804         Some drivers do not support unsetting the non-blocking flag once the
11805         device is opened. In those cases, close/open the device in
11806         non-blocking mode. Fixes #362673.
11807
11808 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
11809
11810         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
11811         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
11812         (gst_v4l2src_get_fps):
11813           dear stefan, framespersecond is not frameperiod, reverting but adding
11814           comment
11815
11816 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
11817
11818         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
11819         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
11820         (gst_v4l2src_get_fps):
11821           Numerator is numerator and denominator is denominator. Say that aloud
11822           5 times and retry after next beer.
11823
11824 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
11825
11826         Patch by: Josep Torra Valles  <josep at fluendo com>
11827
11828         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
11829         * ext/esd/esdsink.c: (gst_esdsink_write):
11830         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
11831         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
11832         (gst_flac_dec_send_newsegment):
11833         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
11834         (gst_flac_enc_tell_callback):
11835         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
11836         (smokecodec_parse_header), (smokecodec_decode):
11837         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
11838         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
11839         * gst/goom/Makefile.am:
11840         * gst/goom/gstgoom.c:
11841         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
11842         * gst/rtsp/gstrtspsrc.c:
11843         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
11844         * gst/udp/gstudpsink.c:
11845         * gst/udp/gstudpsrc.c:
11846         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
11847         * sys/sunaudio/gstsunaudiomixertrack.h:
11848           Fix a bunch of problems discovered by the Forte compiler, mostly type
11849           mixups and pointer arithmetics with void pointers. Fixes #362603.
11850
11851 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
11852
11853         * ext/speex/gstspeex.c: (plugin_init):
11854         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
11855         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
11856         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
11857         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
11858         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
11859         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
11860         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
11861         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
11862         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
11863         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
11864         (gst_speex_enc_chain), (gst_speex_enc_get_property),
11865         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
11866         * ext/speex/gstspeexenc.h:
11867           Miscellaneous clean-ups, among other things: speexenc => enc to
11868           enhance code readability; change speexenc => speex_enc; in chain
11869           function unref input buffer in case of error; take reference in
11870           event function; use boilerplate macro; use gst_pad_query_peer_*
11871           convenience functions.
11872
11873 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
11874
11875         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
11876         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
11877         (gst_speexenc_set_header_on_caps):
11878           Fix some mem leaks.
11879
11880 2006-10-11  Wim Taymans  <wim@fluendo.com>
11881
11882         * gst/rtsp/URLS:
11883         Added some other URL.
11884
11885         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
11886         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
11887         (gst_rtspsrc_open), (gst_rtspsrc_play),
11888         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11889         * gst/rtsp/gstrtspsrc.h:
11890         Work on fallback to TCP connection when the UDP socket times out.
11891         Handler server requests, just reply with OK for now.
11892
11893         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
11894         * gst/rtsp/rtspdefs.h:
11895         Added some more Real extension headers.
11896
11897         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11898         Fix parsing of urls with a ':' that is not part of the hostname:port
11899         part of the url.
11900
11901 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
11902
11903         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
11904         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
11905         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11906           Activate pad before adding it to the already-running element.
11907
11908         * tests/check/elements/icydemux.c: (icydemux_found_pad):
11909           Activate newly-created pad too.
11910
11911 2006-10-11  Wim Taymans  <wim@fluendo.com>
11912
11913         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
11914
11915         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
11916         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
11917         (gst_udpsrc_start):
11918         Fix some leaks in caps and uris. Fixes #361252.
11919
11920 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
11921
11922         * gst/wavparse/Makefile.am:
11923           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
11924
11925 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
11926
11927         * sys/v4l2/gstv4l2xoverlay.c:
11928         * sys/v4l2/gstv4l2xoverlay.h:
11929         Fix build as per the patch in #338818 comment 36.
11930
11931 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
11932
11933         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
11934           Activate pads before adding them to the source.
11935
11936 2006-10-06  Wim Taymans  <wim@fluendo.com>
11937
11938         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
11939         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
11940         Activate pads before adding.
11941
11942 2006-10-06  Wim Taymans  <wim@fluendo.com>
11943
11944         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11945         (gst_multipart_find_pad_by_mime):
11946         Activate pads before adding.
11947
11948         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11949         BOILERPLATE sets parent_class for us.
11950
11951 2006-10-06  Wim Taymans  <wim@fluendo.com>
11952
11953         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
11954         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
11955         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
11956         (gst_rtspsrc_alloc_udp_ports),
11957         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
11958         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
11959         (gst_rtspsrc_create_transports_string),
11960         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
11961         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11962         * gst/rtsp/gstrtspsrc.h:
11963         Rework how the transport string is constructed, try to share channels
11964         and udp ports.
11965         Make most of the stuff less dependant on RTP as we are also going to use
11966         it for RDT.
11967         Add support for transport specific session managers.
11968
11969         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
11970         Implement _flush().
11971
11972         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
11973         * gst/rtsp/rtspdefs.h:
11974         Add generic error return code.
11975
11976         * gst/rtsp/rtspext.h:
11977         Add support for pluggable tranport strings.
11978
11979         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
11980         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
11981         (rtsp_ext_wms_get_context):
11982         Detect WMServer and activate the extension.
11983
11984         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
11985         (rtsp_transport_get_manager), (rtsp_transport_parse):
11986         * gst/rtsp/rtsptransport.h:
11987         Added methods to get mime/manager for certain transports.
11988
11989 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
11990
11991         * ext/cairo/gsttimeoverlay.c:
11992         (gst_cairo_time_overlay_update_font_height):
11993         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
11994         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
11995         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
11996         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
11997         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
11998         * ext/libpng/gstpngdec.c: (user_endrow_callback):
11999         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
12000         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
12001         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12002         (gst_avi_demux_stream_data):
12003         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12004         * gst/debug/efence.c: (gst_efence_buffer_alloc),
12005         (gst_fenced_buffer_copy):
12006         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12007         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
12008         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
12009         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
12010         (gst_rtspsrc_handle_message):
12011         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12012         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
12013           Printf format fixes.
12014
12015 2006-10-04  Wim Taymans  <wim@fluendo.com>
12016
12017         * gst/rtsp/Makefile.am:
12018         Dist new .h file too.
12019
12020 2006-10-04  Wim Taymans  <wim@fluendo.com>
12021
12022         * gst/rtsp/Makefile.am:
12023         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
12024         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
12025         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
12026         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
12027         (gst_rtspsrc_parse_rtpmap),
12028         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
12029         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12030         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
12031         * gst/rtsp/gstrtspsrc.h:
12032         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12033         * gst/rtsp/rtspdefs.h:
12034         * gst/rtsp/rtspext.h:
12035         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
12036         (rtsp_ext_wms_get_context):
12037         * gst/rtsp/rtspextwms.h:
12038         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
12039         (rtsp_transport_parse):
12040         * gst/rtsp/rtsptransport.h:
12041         Factor out extension in separate module.
12042         Fix getcaps to filter against the padtemplate.
12043         Use Content-Base if the server gives one.
12044         Rework the transport parsing a bit for future extensions.
12045         Added some Real Header field definitions.
12046
12047 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12048
12049         * docs/plugins/Makefile.am:
12050         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12051         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12052           added v4l2 stubs
12053         * gst-plugins-good.spec.in:
12054           add v4l2
12055
12056 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
12057
12058         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12059           Extract disc/album/medium number and count and try harder
12060           to extract track number/count.
12061
12062 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12063
12064         * configure.ac:
12065         * sys/Makefile.am:
12066           add build stuff for v4l2, needs --enable-experimental until
12067           the last bits are resolved
12068
12069 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12070
12071         * tests/check/Makefile.am:
12072           Disable autodetect test temporarily, so that the build bots
12073           update -bad and the ranks of unreliable video sinks in there.
12074
12075         * tests/check/elements/autodetect.c: (GST_START_TEST):
12076           Skip test if no usable videosink is found.
12077
12078 2006-09-29  Wim Taymans  <wim@fluendo.com>
12079
12080         * gst/rtsp/URLS:
12081         Add some more URLs.
12082
12083         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
12084         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
12085         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
12086         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
12087         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
12088         (gst_rtspsrc_loop), (gst_rtspsrc_send),
12089         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12090         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
12091         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12092         * gst/rtsp/gstrtspsrc.h:
12093         Add timeout property to control UDP timeouts.
12094         Fix error messages.
12095         Also start a loop function when operating in UDP mode so that we can
12096         do some more stuff async.
12097         Handle element messages from udpsrc to detect timeouts. If a timeout
12098         happens we currently generate an error.
12099         API: rtspsrc::timeout property.
12100
12101         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12102         (gst_udpsrc_create):
12103         Really implement the timeout in microseconds and not milliseconds.
12104
12105 2006-09-29  Wim Taymans  <wim@fluendo.com>
12106
12107         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12108         (gst_udpsrc_create), (gst_udpsrc_set_property),
12109         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
12110         * gst/udp/gstudpsrc.h:
12111         Added property to post a message on timeout.
12112         Updated docs.
12113         When restarting the select, initialize the fdsets again.
12114         Init control sockets so we don't accidentally close a random socket.
12115         API: GstUDPSrc::timeout property
12116
12117 2006-09-29  Wim Taymans  <wim@fluendo.com>
12118
12119         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
12120         Fix flag registration.
12121
12122         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12123         Reading 0 also means 'no more commands'
12124
12125 2006-09-29  Wim Taymans  <wim@fluendo.com>
12126
12127         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
12128
12129         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12130         Fix possible infinite loop when shutting down, a read can also return
12131         0 to indicate no more messages are available. Fixes #358156.
12132
12133 2006-09-25  Wim Taymans  <wim@fluendo.com>
12134
12135         * gst/autodetect/gstautoaudiosink.c:
12136         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
12137         (gst_auto_audio_sink_find_best):
12138         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
12139         Small cleanups.
12140         don't try to set "sync" property when it is not available.
12141
12142 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12143
12144         Patch by: Peter Kjellerstedt  <pkj at axis com>
12145
12146         * gst/alpha/gstalpha.c:
12147         * gst/rtp/gstrtpamrdepay.c:
12148         * gst/rtsp/gstrtspsrc.c:
12149         * gst/udp/gstudpsrc.c:
12150         * gst/videomixer/videomixer.c:
12151           Include stdlib.h in some more places, makes things compile
12152           with uClibc and -Werror (#357592).
12153
12154 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12155
12156         * ext/jpeg/gstjpegdec.c:
12157           Set minimum height to 8 (from 16), our code should handle
12158           that fine. Some of the buttons on the apple trailer site
12159           are apparently only 15 pixels high (see #357470).
12160
12161 2006-09-23  Wim Taymans  <wim@fluendo.com>
12162
12163         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
12164         (gst_rtspsrc_open):
12165         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12166         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
12167         (rtsp_connection_receive):
12168         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12169         * gst/rtsp/rtspdefs.h:
12170         Improve error reporting.
12171
12172 2006-09-23  Wim Taymans  <wim@fluendo.com>
12173
12174         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
12175         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
12176         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
12177         * gst/rtp/gstrtpdepay.c:
12178         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
12179         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
12180         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
12181         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
12182         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
12183         (gst_rtp_mp2t_depay_plugin_init):
12184         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
12185         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
12186         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
12187         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
12188         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
12189         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
12190         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
12191         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
12192         Fix klass typos.
12193         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
12194
12195 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12196
12197         * configure.ac:
12198           Need  -base CVS for gst_base_rtp_depayload_push_ts().
12199
12200 2006-09-22  Wim Taymans  <wim@fluendo.com>
12201
12202         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
12203         Don't check for a tag that is never there and check if we read the
12204         correct tag. Fixes seeking again.
12205         We must post an error when all pads are unlinked.
12206
12207 2006-09-22  Wim Taymans  <wim@fluendo.com>
12208
12209         * gst/rtp/Makefile.am:
12210         * gst/rtp/gstrtp.c: (plugin_init):
12211         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
12212         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12213         (gst_rtp_vorbis_pay_reset_packet),
12214         (gst_rtp_vorbis_pay_init_packet),
12215         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
12216         (gst_rtp_vorbis_pay_handle_buffer):
12217         More fixage, set endoder-params correctly in the payloader.
12218
12219 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12220
12221         * gst/autodetect/gstautoaudiosink.c:
12222         (gst_auto_audio_sink_base_init):
12223         * gst/autodetect/gstautovideosink.c:
12224         (gst_auto_video_sink_base_init):
12225           Make static pad templates static to appease valgrind's leak
12226           detector.
12227
12228         * tests/check/Makefile.am:
12229         * tests/check/elements/.cvsignore:
12230         * tests/check/elements/autodetect.c: (GST_START_TEST),
12231         (autodetect_suite):
12232           Add simple test for the ghostpad lockup on shutdown fixed in core
12233           CVS (audio bit disabled because it would need dozens of alsa
12234           suppressions and I'm too lazy to add those now).
12235
12236 2006-09-22  Wim Taymans  <wim@fluendo.com>
12237
12238         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
12239         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
12240         Small cleanups.
12241
12242         * gst/rtp/Makefile.am:
12243         * gst/rtp/gstrtp.c: (plugin_init):
12244         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
12245         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
12246         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
12247         (gst_rtp_vorbis_depay_process),
12248         (gst_rtp_vorbis_depay_set_property),
12249         (gst_rtp_vorbis_depay_get_property),
12250         (gst_rtp_vorbis_depay_change_state),
12251         (gst_rtp_vorbis_depay_plugin_init):
12252         * gst/rtp/gstrtpvorbisdepay.h:
12253         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
12254         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
12255         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
12256         (gst_rtp_vorbis_pay_flush_packet),
12257         (gst_rtp_vorbis_pay_append_buffer),
12258         (gst_rtp_vorbis_pay_handle_buffer),
12259         (gst_rtp_vorbis_pay_plugin_init):
12260         * gst/rtp/gstrtpvorbispay.h:
12261         Add experimental vorbis pay and depayloaders.
12262
12263 2006-09-21  Wim Taymans  <wim@fluendo.com>
12264
12265         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
12266         Fix profile-level-id parsing and setup.
12267
12268 2006-09-21  Wim Taymans  <wim@fluendo.com>
12269
12270         * gst/udp/README:
12271         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
12272         Update README, simple cleanup.
12273
12274 2006-09-21  Wim Taymans  <wim@fluendo.com>
12275
12276         * gst/rtp/README:
12277         Update README with some examples.
12278
12279         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
12280         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
12281         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12282         (gst_rtp_mp4g_pay_setcaps):
12283         * gst/rtp/gstrtpmp4gpay.h:
12284         Make optional RTP parameters of type STRING, as required by the
12285         application/x-rtp caps specification.
12286
12287 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12288
12289         * gst/rtp/gstrtph263pdepay.c:
12290         * gst/rtp/gstrtph263ppay.c:
12291         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
12292         RTP header.
12293
12294 2006-09-20  Wim Taymans  <wim@fluendo.com>
12295
12296         * gst/rtp/Makefile.am:
12297         And makefile too.
12298
12299 2006-09-20  Wim Taymans  <wim@fluendo.com>
12300
12301         * gst/rtp/gstrtp.c: (plugin_init):
12302         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
12303         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
12304         (decode_base64), (gst_rtp_asf_depay_setcaps),
12305         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
12306         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
12307         (gst_rtp_asf_depay_plugin_init):
12308         * gst/rtp/gstrtpasfdepay.h:
12309         Added preliminary ASF depayloader.
12310
12311         * gst/rtp/gstrtph264depay.c: (decode_base64):
12312         Fix base64 decoding.
12313
12314 2006-09-20  Wim Taymans  <wim@fluendo.com>
12315
12316         * gst/rtsp/URLS:
12317         Added some test URLS.
12318
12319         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
12320         (gst_rtspsrc_loop), (gst_rtspsrc_open):
12321         * gst/rtsp/gstrtspsrc.h:
12322         When creating streams, give access to the complete SDP.
12323         Fix some leaks.
12324         Collect and merge global stream properties in stream caps.
12325         Preliminary support for WMServer.
12326
12327         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12328         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
12329         (rtsp_connection_receive):
12330         * gst/rtsp/rtspconnection.h:
12331         Make connection interruptable.
12332         Refactor to make it reconnectable.
12333         Don't fail on short reads when reading data packets.
12334
12335         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
12336         (rtsp_url_get_port):
12337         * gst/rtsp/rtspurl.h:
12338         Add methods for getting/setting the port.
12339
12340         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
12341         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
12342         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
12343         (sdp_media_get_format), (sdp_parse_line),
12344         (sdp_message_parse_buffer):
12345         Fix headers. 
12346         Add methods for getting multiple attributes with the same name.
12347         Increase buffer size when parsing.
12348         Fix parsing of a=foo fields.
12349
12350         * gst/rtsp/test.c: (main):
12351         Update to new connection API.
12352
12353         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12354         (rtsp_message_init_response), (rtsp_message_init_data),
12355         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
12356         * gst/rtsp/rtspmessage.h:
12357         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
12358         * gst/rtsp/rtsptransport.h:
12359         * gst/rtsp/sdp.h:
12360         * gst/rtsp/sdpmessage.h:
12361         * gst/rtsp/gstrtsp.c:
12362         * gst/rtsp/gstrtsp.h:
12363         * gst/rtsp/gstrtpdec.c:
12364         * gst/rtsp/gstrtpdec.h:
12365         * gst/rtsp/rtsp.h:
12366         * gst/rtsp/rtspdefs.c:
12367         * gst/rtsp/rtspdefs.h:
12368         Dual licensed under MIT and LGPL now.
12369
12370 2006-09-19  Wim Taymans  <wim@fluendo.com>
12371
12372         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
12373         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
12374         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
12375         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
12376         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
12377         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12378         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
12379         * gst/rtsp/gstrtspsrc.h:
12380         Reorganize stream parsing and creation.
12381         Detect container formats in interleaved mode.
12382         Keep more state about the streams.
12383         Assume a server also supports PLAY if it does not say.
12384         Add unicast and interleaved properties to TCP transport requests to make
12385         some servers happy (WMServer).
12386
12387         * gst/rtsp/sdpmessage.h:
12388         Add some defines for the standard Bandwidth types.
12389
12390 2006-09-19  Wim Taymans  <wim@fluendo.com>
12391
12392         * gst/rtsp/test.c: (main):
12393         Fix build.
12394
12395 2006-09-19  Wim Taymans  <wim@fluendo.com>
12396
12397         * gst/wavparse/gstwavparse.c:
12398         Add ms-gsm to the src template.
12399
12400 2006-09-18  Wim Taymans  <wim@fluendo.com>
12401
12402         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
12403         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
12404         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
12405         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
12406         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
12407         * gst/rtsp/gstrtspsrc.h:
12408         Small cleanups, added documentation.
12409         Try to clean up the requests and responses.
12410         Refactor parsing the supported methods.
12411
12412         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
12413         (rtsp_connection_create), (rtsp_connection_send),
12414         (parse_response_status), (parse_request_line),
12415         (rtsp_connection_receive), (rtsp_connection_close),
12416         (rtsp_connection_free):
12417         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
12418         (rtsp_transport_init), (rtsp_transport_parse),
12419         (rtsp_transport_free):
12420         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12421         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
12422         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
12423         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
12424         Use g_return_val some more.
12425
12426         * gst/rtsp/rtspdefs.h:
12427         Add more enum values to track initial states.
12428
12429         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
12430         (rtsp_message_init_request), (rtsp_message_new_response),
12431         (rtsp_message_init_response), (rtsp_message_init_data),
12432         (rtsp_message_unset), (rtsp_message_free),
12433         (rtsp_message_add_header), (rtsp_message_remove_header),
12434         (rtsp_message_get_header), (rtsp_message_set_body),
12435         (rtsp_message_take_body), (rtsp_message_get_body),
12436         (rtsp_message_steal_body), (rtsp_message_dump):
12437         * gst/rtsp/rtspmessage.h:
12438         Reorder arguments, object goes as the first one.
12439         Use g_return_val some more.
12440
12441 2006-09-18  Wim Taymans  <wim@fluendo.com>
12442
12443         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
12444         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
12445         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
12446         * gst/rtsp/gstrtspsrc.h:
12447         Export sometimes source pad with correct caps on the template, create
12448         the ghostpad from the template.
12449         Remove RTCP template as we never expose RTCP.
12450         Protect against invalid body size.
12451         Avoid memcpy when creating the output buffer.
12452         Properly post an error and send EOS when the loop function is shut down.
12453
12454 2006-09-18  Wim Taymans  <wim@fluendo.com>
12455
12456         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
12457
12458         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
12459         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
12460         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
12461         * gst/rtsp/gstrtspsrc.h:
12462         Make sure we can never set an invalid location.
12463
12464         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
12465         * gst/rtsp/rtspmessage.h:
12466         Added _steal_body method for future use.
12467
12468         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
12469         Make freeing of NULL url return immediatly.
12470
12471 2006-09-18  Wim Taymans  <wim@fluendo.com>
12472
12473         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
12474
12475         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
12476         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
12477         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
12478         (gst_rtspsrc_change_state):
12479         * gst/rtsp/gstrtspsrc.h:
12480         Use boilerplate.
12481         Make rtspsrc subclass GstBin to make state changes easier.
12482         Add Range header field on the PLAY request.
12483
12484 2006-09-18  Wim Taymans  <wim@fluendo.com>
12485
12486         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
12487
12488         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
12489         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
12490         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
12491         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
12492         * gst/rtsp/rtspconnection.c: (inet_aton):
12493         Small cleanups.
12494         when multicast is selected as the transport, create UDP sources and
12495         connect to the multicast group.
12496         Move parsing and setting of caps to a common place.
12497         Fixes #349894.
12498
12499 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12500
12501         * ext/flac/gstflactag.c:
12502         * gst/alpha/gstalpha.c:
12503         * gst/debug/breakmydata.c:
12504         * gst/debug/negotiation.c:
12505         * gst/debug/testplugin.c:
12506         * gst/effectv/gstaging.c:
12507         * gst/effectv/gstdice.c:
12508         * gst/effectv/gstedge.c:
12509         * gst/effectv/gstquark.c:
12510         * gst/effectv/gstrev.c:
12511         * gst/effectv/gstshagadelic.c:
12512         * gst/effectv/gstvertigo.c:
12513         * gst/effectv/gstwarp.c:
12514         * gst/multipart/multipartdemux.c:
12515         * gst/multipart/multipartmux.c:
12516         * gst/videobox/gstvideobox.c:
12517         * gst/videofilter/gstgamma.c:
12518         * gst/videofilter/gstvideotemplate.c:
12519         * gst/videomixer/videomixer.c:
12520         * sys/sunaudio/gstsunaudiosrc.h:
12521         More G_OBJECT macro fixing.
12522
12523 2006-09-16  Wim Taymans  <wim@fluendo.com>
12524
12525         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
12526
12527         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
12528         Correctly set the dwLength in strh.
12529         With this patch, the file duration is now displayed correctly in window
12530         media player and the AVI plays completely. Fixes #356147
12531
12532 2006-09-15  Wim Taymans  <wim@fluendo.com>
12533
12534         Patch by: Darren Kenny <darren dot kenny at sun dot com>
12535
12536         * sys/sunaudio/gstsunaudiomixerctrl.c:
12537         (gst_sunaudiomixer_ctrl_build_list):
12538         Set the output track as the MASTER so that the gnome-settings-daemon
12539         keybindings for changing the volume using the keyboard works.
12540         Fixes #356142.
12541
12542 2006-09-15  Wim Taymans  <wim@fluendo.com>
12543
12544         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
12545         Fix documentation, it is not possible to control the framerate of jpegdec
12546         using filtered caps yet. Fixes #355210.
12547         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
12548         stop when there is an error.
12549
12550 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
12551
12552         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
12553         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12554           Don't interpret a first buffer with an offset of NONE as
12555           'from the middle of the stream', but only a first buffer
12556           that has a valid buffer offset that's non-zero (see #345449).
12557
12558 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
12559
12560         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
12561         (gst_icydemux_typefind_or_forward):
12562         * gst/icydemux/gsticydemux.h:
12563           When we merge/collect multiple incoming buffers for typefinding
12564           purposes, keep an initial 0 offset on the first outgoing buffer
12565           as well (otherwise id3demux won't work right). Fixes #345449.
12566           Also Make buffer metadata writable before setting buffer caps.
12567
12568         * tests/check/elements/icydemux.c: (typefind_succeed),
12569         (cleanup_icydemux), (push_data), (GST_START_TEST),
12570         (icydemux_suite):
12571           Small test case for the above.
12572
12573 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
12574
12575         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
12576         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
12577         (gst_avi_demux_stream_header_push),
12578         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
12579         (gst_avi_demux_loop):
12580           More code reuse and better logging in _peek_chunk(). Reintroduce check
12581           for chunk sizes before reading them (avoid oom). Better handling for 
12582           invalid chunksizes when streaming.
12583
12584 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
12585
12586         * gst/level/gstlevel.c: (gst_level_set_property):
12587         * gst/level/gstlevel.h:
12588           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
12589           René Stadler
12590
12591 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
12592
12593         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
12594         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
12595         (gst_avi_demux_stream_data):
12596           Revert one change to fix streaming avi (adapter size != data size).
12597
12598 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12599
12600         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
12601
12602         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
12603         (gst_matroska_demux_reset),
12604         (gst_matroska_demux_read_track_encodings),
12605         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
12606         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
12607         (gst_matroska_demux_subtitle_caps):
12608         * gst/matroska/matroska-ids.h:
12609           Add support for VOBSUB subtitle tracks and zlib-compressed
12610           tracks. Make sure we start on a keyframe after a seek. (#343348)
12611
12612 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12613
12614         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
12615         (gst_matroska_demux_push_flac_codec_priv_data),
12616         (gst_matroska_demux_push_xiph_codec_priv_data),
12617         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
12618         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
12619         * gst/matroska/matroska-ids.h:
12620           Add basic FLAC support (#311586), not perfect yet though, needs some
12621           tweaking in flacdec; also, seeking could be better.
12622           Do better bounds checking when deserialising vorbis stream headers
12623           to make sure we don't read beyond the end of the buffer on bad input.
12624
12625 2006-09-04  Wim Taymans  <wim@fluendo.com>
12626
12627         Patch by: Alessandro Decina <alessandro at nnva dot org>
12628
12629         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
12630         Seeking back in a file containing a CMML stream errors out if the seek
12631         goes back up to the CMML headers. This is because after the seek the xml
12632         processing instruction <?xml ...?> is submitted to the xml parser again, 
12633         which results in an error. The attached patch fixes the problem. 
12634         Fixes #353908.
12635
12636         * ext/annodex/gstcmmlenc.h:
12637         Fix authors name.
12638
12639
12640 2006-08-28  Andy Wingo  <wingo@pobox.com>
12641
12642         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
12643         New helper function to lessen the ifdefs.
12644         (GST_INFO_OBJECT): 
12645         (gst_dv1394src_iso_receive): Use it.
12646         (gst_dv1394src_create): Also use the control sockets in iec61883
12647         mode.
12648         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
12649         handle for AVC operations; fixes #348233.
12650
12651 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
12652
12653         * configure.ac:
12654         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12655         * docs/plugins/inspect/plugin-audiofx.xml:
12656         * docs/plugins/inspect/plugin-audiofxgood.xml:
12657         * gst/audiofx/Makefile.am:
12658         * gst/audiofx/audiofx.c:
12659         * gst/audiofxgood/.cvsignore:
12660         * gst/audiofxgood/Makefile.am:
12661         * gst/audiofxgood/audiofx.c:
12662         * gst/audiofxgood/audiopanorama.c:
12663         * gst/audiofxgood/audiopanorama.h:
12664           Rename again (audiofxgood -> audiofx).
12665
12666 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
12667
12668         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
12669         (gst_avi_demux_stream_scan):
12670           Initialze variables.
12671
12672 2006-08-25  Wim Taymans  <wim@fluendo.com>
12673
12674         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
12675         (gst_avi_demux_init), (gst_avi_demux_finalize),
12676         (gst_avi_demux_reset), (gst_avi_demux_index_last),
12677         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
12678         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
12679         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
12680         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
12681         (gst_avi_demux_massage_index),
12682         (gst_avi_demux_calculate_durations_from_index),
12683         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12684         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
12685         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
12686         (gst_avi_demux_change_state):
12687         * gst/avi/gstavidemux.h:
12688         More attempts to turn this into readable code.
12689         Don't leak adapters.
12690         Calculate duration according to index more efficiently.
12691         Don't try to act like we drive the pipeline in chain mode.
12692
12693 2006-08-25  Wim Taymans  <wim@fluendo.com>
12694
12695         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
12696         Fix build.
12697
12698 2006-08-25  Wim Taymans  <wim@fluendo.com>
12699
12700         Patch by: Alessandro Decina <alessandro at nnva dot org>
12701
12702         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
12703         Do some extra sanity checks.
12704         Fixes #350340.
12705
12706         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
12707         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
12708         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
12709         Check if clip->start_time is valid before adding the clip to the
12710         track list.
12711         Reset enc->preamble going from PAUSED to READY.
12712         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
12713         only used for EOS.
12714         Only post an error message if we were the one that created the fatal
12715         GstFlowReturn value.
12716
12717         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
12718         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
12719         Parse the seconds field of the npt-sec time format using %llu rather than
12720         %d and check that the value scaled by GST_SECOND doesn't overflow.
12721         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
12722         Lookup a clip's track with clip->track rather than clip->id which
12723         makes no sense.
12724         Identify a clip by its track and start time and not its xml id.
12725         do some more input checking and make sure we don't do undefined shifts.
12726
12727         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12728         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
12729         (cmml_tag_message_pop), (check_headers), (push_clip_full),
12730         (push_clip), (push_empty_clip), (check_output_clip),
12731         (GST_START_TEST), (cmmldec_suite):
12732         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12733         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
12734         (check_headers), (push_clip), (check_clip_times), (check_clip),
12735         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
12736         Added some more checks.
12737
12738 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
12739
12740         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
12741         (gst_audio_panorama_set_property),
12742         (gst_audio_panorama_get_property),
12743         (gst_audio_panorama_transform_m2s_int),
12744         (gst_audio_panorama_transform_s2s_int),
12745         (gst_audio_panorama_transform_m2s_float),
12746         (gst_audio_panorama_transform_s2s_float):
12747         * gst/audiofxgood/audiopanorama.h:
12748         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
12749           Make also the pan-property float (saves scaling and yields better
12750           resolution)
12751
12752 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
12753
12754         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
12755         (gst_audio_panorama_transform_m2s_float),
12756         (gst_audio_panorama_transform_s2s_float):
12757           ChangeLog surgery to add cymax's real name
12758
12759
12760 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
12761
12762         Patch by: René Stadler <mail@renestadler.de>
12763
12764         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
12765         (gst_audio_panorama_transform_m2s_int),
12766         (gst_audio_panorama_transform_s2s_int),
12767         (gst_audio_panorama_transform_m2s_float),
12768         (gst_audio_panorama_transform_s2s_float),
12769         (gst_audio_panorama_transform):
12770         * gst/audiofxgood/audiopanorama.h:
12771           Added float support
12772
12773 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
12774
12775         * gst/audiofxgood/audiopanorama.c:
12776         (gst_audio_panorama_transform_m2s):
12777           Fix docs & debug category. Add Fixme for volume pan levels.
12778
12779 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
12780
12781         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
12782         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
12783         (gst_avi_demux_stream_header_pull),
12784         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
12785         (gst_avi_demux_chain):
12786           unbreak AVI index handling, some more debug, remove an obsolete
12787           adapter_flush that caused streaming to wander off in the wild
12788
12789 2006-08-24  Wim Taymans  <wim@fluendo.com>
12790
12791         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12792         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
12793         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
12794         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12795         (gst_avi_demux_calculate_durations_from_index),
12796         (gst_avi_demux_stream_header_push),
12797         (gst_avi_demux_stream_header_pull):
12798         * gst/avi/gstavidemux.h:
12799         Some more cleanups. 
12800         Fix totalFrames parsing in ODML.
12801         Disable use of index for length calculation in case of ODML as this is
12802         broken now.
12803
12804 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
12805
12806         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
12807           Use libgsttag helper function here too.
12808
12809 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
12810
12811         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
12812         (gst_avi_demux_init), (gst_avi_demux_dispose),
12813         (gst_avi_demux_reset), (gst_avi_demux_index_next),
12814         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
12815         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12816         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
12817         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
12818         (gst_avi_demux_parse_subindex),
12819         (gst_avi_demux_read_subindexes_push),
12820         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12821         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12822         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
12823         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
12824         (gst_avi_demux_stream_header_pull),
12825         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
12826         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
12827         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
12828         (gst_avi_demux_change_state):
12829         * gst/avi/gstavidemux.h:
12830           Initial streaming support for avidemux (fixes #336465)
12831
12832 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12833
12834         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12835           There is no taglibmux element ...
12836
12837         * gst/rtsp/gstrtspsrc.c:
12838           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
12839           was complaining about unknown entity here.
12840
12841 2006-08-22  Wim Taymans  <wim@fluendo.com>
12842
12843         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
12844         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
12845         (gst_avi_demux_process_next_entry):
12846         * gst/avi/gstavidemux.h:
12847         Mark DISCONT.
12848         Remove old unused fields and reorder the struct a bit.
12849
12850 2006-08-22  Wim Taymans  <wim@fluendo.com>
12851
12852         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
12853         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
12854         (gst_rtspsrc_pause):
12855         * gst/rtsp/gstrtspsrc.h:
12856         * sys/oss/gstosssink.c: (gst_oss_sink_open),
12857         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
12858         Small documentation updates.
12859
12860 2006-08-22  Wim Taymans  <wim@fluendo.com>
12861
12862         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
12863         (gst_avi_demux_index_entry_for_time),
12864         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12865         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
12866         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
12867         (gst_avi_demux_next_data_buffer),
12868         (gst_avi_demux_calculate_durations_from_index),
12869         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
12870         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
12871         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
12872         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
12873         * gst/avi/gstavidemux.h:
12874         Precalc most of the duration query for each stream.
12875         Make seeking more correct.
12876         Use GstSegment to track position and duration.
12877         Code cleanups and leak fixes.
12878         Calculate correct total duration based on index length.
12879
12880 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
12881
12882         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
12883         (parse_insert_string_field):
12884           If strings in text fields are marked ISO8859-1, but contain
12885           valid UTF-8 already, then handle them as UTF-8 and ignore
12886           the encoding. (#351794)
12887
12888 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12889
12890         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
12891         (gst_flac_dec_write), (gst_flac_dec_loop),
12892         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
12893         (gst_flac_dec_src_query):
12894         * ext/flac/gstflacdec.h:
12895           Make flac-in-ogg work (#352100).
12896
12897 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12898
12899         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
12900           Don't unref buffers of which we've already given away
12901           ownership to the adapter.
12902
12903 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12904
12905         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
12906           Make metadata extraction actually work.
12907
12908         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
12909         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
12910         (gst_speexenc_chain):
12911           Fix metadata writing: replace old code which wrote completely
12912           broken tags with libgsttag-based code. Plus miscellaneous
12913           code cleanups (use static pad templates etc.) and a bunch
12914           of leak fixes.
12915
12916 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
12917
12918         * gst/audiopanorama/.cvsignore:
12919         * gst/audiopanorama/Makefile.am:
12920         * gst/audiopanorama/audiofx.c:
12921         * gst/audiopanorama/audiopanorama.c:
12922         * gst/audiopanorama/audiopanorama.h:
12923           die! die! die! you should never have been there
12924
12925 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
12926
12927         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
12928         Fix invalid memory access in audiopanorama test suite.
12929
12930 2006-08-21  Edward Hervey  <edward@fluendo.com>
12931
12932         * tests/check/elements/.cvsignore:
12933         ignore built file
12934
12935 2006-08-21  Wim Taymans  <wim@fluendo.com>
12936
12937         * gst/rtp/Makefile.am:
12938         Fix the build again.
12939
12940 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
12941
12942         * gst/audiofxgood/.cvsignore:
12943         * gst/audiofxgood/Makefile.am:
12944         * gst/audiofxgood/audiofx.c: (plugin_init):
12945         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
12946         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
12947         (gst_audio_panorama_set_property),
12948         (gst_audio_panorama_get_property),
12949         (gst_audio_panorama_get_unit_size),
12950         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
12951         (gst_audio_panorama_transform_m2s),
12952         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
12953         * gst/audiofxgood/audiopanorama.h:
12954           resubmit with the desired name *again*
12955
12956 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
12957
12958         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
12959         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
12960           use g_assert in _get_unit_size
12961
12962 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
12963
12964         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12965         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12966         * docs/plugins/inspect/plugin-audiofxgood.xml:
12967           cleanup -unused.txt to make it useful, add previously missing docs
12968
12969         * ext/Makefile.am:
12970           Quietly (accidentally) enable LADSPA for building by default, 
12971           despite the fact that it doesn't meet the plugin checklist.
12972             -- Added by Jan Schmidt 18 Dec 2006
12973
12974         * ext/esd/esdmon.c:
12975         * ext/esd/esdsink.c:
12976         * ext/esd/gstesd.c: (plugin_init):
12977           reflow to get rid of two external symbols
12978
12979         * gst/audiofxgood/audiofx.c: (plugin_init):
12980           re-add
12981
12982 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
12983
12984         * configure.ac:
12985         * gst/audiofxgood/.cvsignore:
12986         * gst/audiofxgood/Makefile.am:
12987         * gst/audiofxgood/audiofx.c
12988         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
12989         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
12990         (gst_audio_panorama_set_property),
12991         (gst_audio_panorama_get_property),
12992         (gst_audio_panorama_get_unit_size),
12993         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
12994         (gst_audio_panorama_transform_m2s),
12995         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
12996         * gst/audiofxgood/audiopanorama.h:
12997         * tests/check/Makefile.am:
12998         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
12999         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
13000         (panorama_suite), (main):
13001         Add audiofxgood plugin with audiopanorama element
13002
13003 2006-08-18  Wim Taymans  <wim@fluendo.com>
13004
13005         * docs/plugins/Makefile.am:
13006         More Oss docs fixage. 
13007
13008 2006-08-18  Wim Taymans  <wim@fluendo.com>
13009
13010         * gst/rtp/Makefile.am:
13011         * gst/rtp/gstrtp.c: (plugin_init):
13012         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
13013         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
13014         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
13015         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
13016         (gst_rtp_sv3v_depay_get_property),
13017         (gst_rtp_sv3v_depay_change_state),
13018         (gst_rtp_sv3v_depay_plugin_init):
13019         * gst/rtp/gstrtpsv3vdepay.h:
13020         Added experimental SVQ3 depayloader.
13021
13022 2006-08-18  Edward Hervey  <edward@fluendo.com>
13023
13024         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
13025         (gst_dvdemux_loop), (gst_dvdemux_change_state):
13026         * ext/dv/gstdvdemux.h:
13027         When handling seek requests, don't send the newsegment event from the
13028         calling thread. Instead save it so it can be sent from the streaming
13029         thread.
13030
13031 2006-08-17  Wim Taymans  <wim@fluendo.com>
13032
13033         Patch by: Sjoerd Simons <sjoerd at luon dot net>
13034
13035         * gst/multipart/multipartdemux.c: (multipart_parse_header):
13036         Accept leading whitespace before the boundary
13037         This patch makes the demuxer allow some whitespace before the actual
13038         boundary. This makes the demuxer work with the ``old'' gstreamer
13039         multipartmuxer again (which placed an extra \n before the start
13040         of the stream) Fixes #349068.
13041
13042 2006-08-17  Wim Taymans  <wim@fluendo.com>
13043
13044         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
13045         Error out on non-implemented stuff.
13046
13047 2006-08-16  Wim Taymans  <wim@fluendo.com>
13048
13049         Patch by: Andy Wingo <wingo at pobox dot com>
13050
13051         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
13052         (gst_signal_processor_start), (gst_signal_processor_stop),
13053         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
13054         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
13055         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
13056         (gst_signal_processor_change_state):
13057         Make ladspa elements reusable. Fixes #350006.
13058
13059 2006-08-16  Wim Taymans  <wim@fluendo.com>
13060
13061         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
13062         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
13063         names as possible. Fixes #349901.
13064
13065 2006-08-16  Wim Taymans  <wim@fluendo.com>
13066
13067         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
13068         (gst_signal_processor_do_pushes):
13069         A push() gives away our refcount so we should not use the buffer on the
13070         pen anymore.
13071
13072 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13073
13074         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13075         (gst_oss_mixer_element_finalize):
13076           Don't leak device string.
13077
13078 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13079
13080         * configure.ac:
13081           Require CVS of GStreamer core and -base (for
13082           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
13083
13084         * ext/taglib/gstid3v2mux.cc:
13085           Write extended comment tags properly (#348762).
13086
13087         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13088         (parse_comment_frame):
13089           Extract COMM frames into extended comments, which makes it
13090           easier to properly retain the description bit of the tag
13091           and maintain this information when re-tagging (#348762).
13092
13093 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13094
13095         * tests/check/Makefile.am:
13096           Don't try to run annodex unit tests if the annodex
13097           plugin has not been built (Fixes #351116).
13098
13099 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13100
13101         * gst/autodetect/gstautoaudiosink.c:
13102         (gst_auto_audio_sink_find_best):
13103           When we can't find a usable audiosink, don't error out,
13104           but use a fake sink instead and post a warning message
13105           on the bus (#341278).
13106
13107 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13108
13109         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
13110         * sys/oss/gstosssink.c:
13111         * sys/oss/gstosssrc.c:
13112           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
13113           ossmixer's new device property.
13114
13115         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13116         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13117           Add docs for OSS elements.
13118
13119         * docs/plugins/inspect/plugin-aasink.xml:
13120         * docs/plugins/inspect/plugin-alaw.xml:
13121         * docs/plugins/inspect/plugin-alpha.xml:
13122         * docs/plugins/inspect/plugin-alphacolor.xml:
13123         * docs/plugins/inspect/plugin-annodex.xml:
13124         * docs/plugins/inspect/plugin-apetag.xml:
13125         * docs/plugins/inspect/plugin-auparse.xml:
13126         * docs/plugins/inspect/plugin-autodetect.xml:
13127         * docs/plugins/inspect/plugin-avi.xml:
13128         * docs/plugins/inspect/plugin-cacasink.xml:
13129         * docs/plugins/inspect/plugin-cairo.xml:
13130         * docs/plugins/inspect/plugin-cdio.xml:
13131         * docs/plugins/inspect/plugin-cutter.xml:
13132         * docs/plugins/inspect/plugin-debug.xml:
13133         * docs/plugins/inspect/plugin-dv.xml:
13134         * docs/plugins/inspect/plugin-efence.xml:
13135         * docs/plugins/inspect/plugin-effectv.xml:
13136         * docs/plugins/inspect/plugin-esdsink.xml:
13137         * docs/plugins/inspect/plugin-flac.xml:
13138         * docs/plugins/inspect/plugin-flxdec.xml:
13139         * docs/plugins/inspect/plugin-gconfelements.xml:
13140         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
13141         * docs/plugins/inspect/plugin-goom.xml:
13142         * docs/plugins/inspect/plugin-halelements.xml:
13143         * docs/plugins/inspect/plugin-icydemux.xml:
13144         * docs/plugins/inspect/plugin-id3demux.xml:
13145         * docs/plugins/inspect/plugin-jpeg.xml:
13146         * docs/plugins/inspect/plugin-level.xml:
13147         * docs/plugins/inspect/plugin-matroska.xml:
13148         * docs/plugins/inspect/plugin-mulaw.xml:
13149         * docs/plugins/inspect/plugin-multipart.xml:
13150         * docs/plugins/inspect/plugin-navigationtest.xml:
13151         * docs/plugins/inspect/plugin-ossaudio.xml:
13152         * docs/plugins/inspect/plugin-png.xml:
13153         * docs/plugins/inspect/plugin-rtp.xml:
13154         * docs/plugins/inspect/plugin-rtsp.xml:
13155         * docs/plugins/inspect/plugin-shout2send.xml:
13156         * docs/plugins/inspect/plugin-smpte.xml:
13157         * docs/plugins/inspect/plugin-speex.xml:
13158         * docs/plugins/inspect/plugin-taglib.xml:
13159         * docs/plugins/inspect/plugin-udp.xml:
13160         * docs/plugins/inspect/plugin-videobalance.xml:
13161         * docs/plugins/inspect/plugin-videobox.xml:
13162         * docs/plugins/inspect/plugin-videoflip.xml:
13163         * docs/plugins/inspect/plugin-videomixer.xml:
13164         * docs/plugins/inspect/plugin-wavenc.xml:
13165         * docs/plugins/inspect/plugin-wavparse.xml:
13166         * docs/plugins/inspect/plugin-ximagesrc.xml:
13167           Update to CVS version.
13168           
13169 2006-08-16  Wim Taymans  <wim@fluendo.com>
13170
13171         * gst/rtp/gstrtpamrdepay.c:
13172         * gst/rtp/gstrtpmp4gdepay.c:
13173         Caps extra properties must be defined as strings for
13174         depayloaders because they are generated from an SDP.
13175
13176         * gst/rtp/Makefile.am:
13177         * gst/rtp/gstrtp.c: (plugin_init):
13178         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
13179         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
13180         (gst_rtp_h264_depay_finalize), (decode_base64),
13181         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
13182         (gst_rtp_h264_depay_set_property),
13183         (gst_rtp_h264_depay_get_property),
13184         (gst_rtp_h264_depay_change_state),
13185         (gst_rtp_h264_depay_plugin_init):
13186         * gst/rtp/gstrtph264depay.h:
13187         Added basic, not completely functional RFC 3984 H264 depayloader.
13188
13189 2006-08-16  Wim Taymans  <wim@fluendo.com>
13190
13191         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
13192         Add pads after setting them up.
13193
13194         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13195         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13196         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
13197         (gst_rtspsrc_stream_setup_rtp),
13198         (gst_rtspsrc_stream_configure_transport),
13199         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
13200         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13201         (gst_rtspsrc_pause):
13202         * gst/rtsp/gstrtspsrc.h:
13203         Fix interleaved mode.
13204          - Protect streaming with lock.
13205          - Combine flows
13206          - set caps on outgoing buffers.
13207          - strip trailing \0 from data packets.
13208          - Configure RTP/RTCP in stream.
13209         Use DEBUG_OBJECT more.
13210
13211 2006-08-16  Wim Taymans  <wim@fluendo.com>
13212
13213         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
13214         Turn a g_print into a DEBUG line.
13215
13216 2006-08-13  Wim Taymans  <wim@fluendo.com>
13217
13218         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
13219         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13220         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
13221         (gst_oss_mixer_element_get_property),
13222         (gst_oss_mixer_element_change_state):
13223         * sys/oss/gstossmixerelement.h:
13224         Small cleanups. Better error reporting.
13225         Add device property for the mixer instead of the hardcoded
13226         /dev/mixer. Fixes #350785.
13227         API: GstOssMixerElement::device property
13228
13229 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13230
13231         Patch by: Jens Granseuer <jensgr at gmx net>
13232
13233         * gconf/Makefile.am:
13234           Make --disable-schemas work right (they still need
13235           to be copied to the installation directory, just not
13236           applied). Fixes #351347 (also #344100).
13237           
13238 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13239
13240         * configure.ac: back to HEAD
13241
13242 === release 0.10.4 ===
13243
13244 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
13245
13246         * configure.ac:
13247           releasing 0.10.4, "Dear Leader"
13248
13249 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13250
13251         Patch by: Edward Hervey <edward@fluendo.com>
13252
13253         * configure.ac:
13254         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
13255         (gst_wavparse_stream_data):
13256         Send the newsegment event in the streaming thread.
13257         Fixes #347529
13258
13259 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13260
13261         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13262         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
13263         (gst_smokeenc_resync), (gst_smokeenc_chain):
13264           Refuse sink caps in the encoder if width or height is not a
13265           multiple of 16, the encoder does not support that yet (#349939);
13266           along the same lines, check the return value of the encoder
13267           setup function; also remove some debug log clutter.
13268
13269 2006-08-04  Andy Wingo  <wingo@pobox.com>
13270
13271         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
13272         whether a processor can work in place or not, and for keeping
13273         track of its state. Change the FlowReturn instance variable from
13274         "state" to "flow_state", all callers changed.
13275
13276         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
13277         (gst_signal_processor_start, gst_signal_processor_stop)
13278         (gst_signal_processor_cleanup): New functions to manage the
13279         processor's state.
13280         (gst_signal_processor_setcaps): start() as well as setup() here.
13281         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
13282         (gst_signal_processor_change_state): Stop and cleanup the
13283         processor as we go to NULL.
13284
13285         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
13286         INPLACE_BROKEN is not set.
13287
13288         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
13289         Do the alloc_buffer in bytes, not frames.
13290         
13291 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13292
13293         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13294         Fix rgb masks when recording in < 24bpp.
13295
13296 2006-08-04  Andy Wingo  <wingo@pobox.com>
13297
13298         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
13299         (gst_signal_processor_prepare)
13300         (gst_signal_processor_update_inputs)
13301         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
13302         (gst_signal_processor_flush)
13303         (gst_signal_processor_sink_activate_push)
13304         (gst_signal_processor_src_activate_pull)
13305         (gst_signal_processor_change_state): Remove the last of the code
13306         that assumes that we process whole buffers at a time. Fix some
13307         debugging. Seems to work now in some cases.
13308         (gst_signal_processor_src_activate_pull): BPB
13309
13310 2006-08-01  Andy Wingo  <wingo@pobox.com>
13311
13312         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
13313         Fix nframes-choosing.
13314         (gst_signal_processor_init): Init pending_in and pending_out.
13315
13316         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
13317         more default sample rate, although we never check that the sample
13318         rate actually gets set. Something for the future.
13319         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
13320         (gst_signal_processor_event): Refcount fixen.
13321         (gst_signal_processor_process): Pull the number of frames to
13322         process from the sizes of the buffers in the input pens.
13323         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
13324         (gst_signal_processor_do_pulls): Add an nframes argument, and use
13325         it instead of buffer_frames.
13326         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
13327         to do_pulls.
13328         (gst_signal_processor_chain)
13329         (gst_signal_processor_sink_activate_push)
13330         (gst_signal_processor_src_activate_pull):  Refcount fixen.
13331
13332         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
13333
13334 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
13335
13336         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
13337         (gst_signal_processor_process):
13338           don't query buffer-frames from caps, add lots of debug-log,
13339           try fix for assert (#349189)
13340
13341 2006-07-31  Wim Taymans  <wim@fluendo.com>
13342
13343         * gst/udp/gstudpsrc.c:
13344         Fix docs.
13345
13346 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
13347
13348         * ext/ladspa/gstsignalprocessor.c:
13349         (gst_signal_processor_add_pad_from_template),
13350         (gst_signal_processor_init), (gst_signal_processor_setcaps),
13351         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
13352         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
13353         (gst_signal_processor_sink_activate_push),
13354         (gst_signal_processor_src_activate_pull),
13355         (gst_signal_processor_change_state):
13356          Add debugs logs here and there, add more error handling, add some
13357          FIXME comments, filed #349189
13358
13359 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13360
13361         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
13362         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
13363         Set caps on buffer correctly.  Fixes bug #349155.
13364
13365 2006-07-28  Wim Taymans  <wim@fluendo.com>
13366
13367         Patch by: Sjoerd Simons <sjoerd at luon dot net>
13368
13369         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
13370         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
13371         (gst_multipart_demux_finalize), (get_line_end),
13372         (multipart_parse_header), (multipart_find_boundary),
13373         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
13374         (gst_multipart_set_property), (gst_multipart_get_property):
13375         Uses GstAdapter instead of own buffering.
13376         Actually parses the mime-type correctly (In tests the mime-type was
13377         always "" with the old version).
13378         Uses the Content-length header if available to speed up things.
13379         Reliably autoscans the boundary name by default.
13380         Fixes #349068.
13381
13382         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
13383         Don't start the stream with a \n.
13384
13385 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13386
13387         Patch by: Brian Cameron <brian dot cameron at sun com>
13388
13389         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
13390           Open source with O_NONBLOCK (#349015).
13391
13392 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
13393
13394         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
13395         (gst_avi_demux_massage_index):
13396         * gst/avi/gstavidemux.h:
13397           Whitespace fixes and more debug
13398
13399 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
13400
13401         * gst/autodetect/gstautoaudiosink.c:
13402         (gst_auto_audio_sink_create_element_with_pretty_name),
13403         (gst_auto_audio_sink_find_best),
13404         (gst_auto_audio_sink_change_state):
13405           Get rid of old and unused magic sound-server properties stuff.
13406           Add suffix to child sink's name that makes it easy to see from
13407           the name alone which type it actually is (alsa, oss, esd, etc.).
13408
13409 2006-07-27  Wim Taymans  <wim@fluendo.com>
13410
13411         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13412         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
13413         (gst_udpsrc_start):
13414         * gst/udp/gstudpsrc.h:
13415         Rename "buffer" to "buffer-size" to make clear it is a size we set and
13416         not some sort of feature we enable.
13417
13418 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
13419
13420         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
13421           Use CLOSE_SOCKET() here instead of close() to maintain
13422           win32 workiness.
13423
13424 2006-07-27  Wim Taymans  <wim@fluendo.com>
13425
13426         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13427
13428         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13429         (gst_udpsrc_create), (gst_udpsrc_set_property),
13430         (gst_udpsrc_get_property), (gst_udpsrc_start):
13431         * gst/udp/gstudpsrc.h:
13432         Added "buffer-size" property to control the kernel receive buffer size.
13433         Update documentation.
13434         Small cleanups. Fixes #348752.
13435         API: buffer-size property
13436
13437 2006-07-26  Wim Taymans  <wim@fluendo.com>
13438
13439         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
13440
13441         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
13442         (gst_rtp_pcma_pay_handle_buffer):
13443         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
13444         (gst_rtp_pcmu_pay_handle_buffer):
13445         Fix timestamp calculation on outgoing RTP packets.
13446         Fixes #348675.
13447
13448 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13449
13450         * ext/taglib/gstid3v2mux.cc:
13451           Fix writing of comment frames (should be COMM not TCOM),
13452           is still sub-optimal though, since we don't retain or
13453           extract the comment descriptions properly (#334375,
13454           also see #334375).
13455
13456 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13457
13458         * gst/wavparse/gstwavparse.c:
13459           #define 'fact' RIFF chunk if we are not compiling against
13460           -base CVS (we don't want to depend on -base CVS for this
13461           one define only, and also not for release order reasons).
13462
13463 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13464
13465         * ext/taglib/gstid3v2mux.cc:
13466           Handle multiple tags of the same type properly. Re-inject
13467           unparsed ID3v2 frames that we get as binary blobs from
13468           id3demux into the tag again so we don't lose information
13469           when retagging (#334375).
13470
13471 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
13472
13473         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
13474           Document newly-added properties properly, so that there is a
13475           'Since: 0.10.4' in the plugin docs. Convert some property
13476           names into canonical GObject style (GObject will do that
13477           internally anyway).
13478
13479 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
13480
13481         * gst/id3demux/id3tags.c:
13482         (id3demux_add_id3v2_frame_blob_to_taglist):
13483           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
13484           well, and add the version to the blob's buffer caps, since that
13485           information will be needed for deserialisation later on (#348644).
13486
13487 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
13488
13489         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
13490         (gst_avi_demux_parse_stream):
13491          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
13492          indentation and spacing.
13493
13494 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
13495
13496         * docs/plugins/Makefile.am:
13497         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13498         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13499         * docs/plugins/gst-plugins-good-plugins.args:
13500         * docs/plugins/inspect/plugin-1394.xml:
13501         * docs/plugins/inspect/plugin-aasink.xml:
13502         * docs/plugins/inspect/plugin-alaw.xml:
13503         * docs/plugins/inspect/plugin-alpha.xml:
13504         * docs/plugins/inspect/plugin-alphacolor.xml:
13505         * docs/plugins/inspect/plugin-annodex.xml:
13506         * docs/plugins/inspect/plugin-apetag.xml:
13507         * docs/plugins/inspect/plugin-auparse.xml:
13508         * docs/plugins/inspect/plugin-autodetect.xml:
13509         * docs/plugins/inspect/plugin-avi.xml:
13510         * docs/plugins/inspect/plugin-cacasink.xml:
13511         * docs/plugins/inspect/plugin-cairo.xml:
13512         * docs/plugins/inspect/plugin-cdio.xml:
13513         * docs/plugins/inspect/plugin-cutter.xml:
13514         * docs/plugins/inspect/plugin-debug.xml:
13515         * docs/plugins/inspect/plugin-dv.xml:
13516         * docs/plugins/inspect/plugin-efence.xml:
13517         * docs/plugins/inspect/plugin-effectv.xml:
13518         * docs/plugins/inspect/plugin-esdsink.xml:
13519         * docs/plugins/inspect/plugin-flac.xml:
13520         * docs/plugins/inspect/plugin-flxdec.xml:
13521         * docs/plugins/inspect/plugin-gconfelements.xml:
13522         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
13523         * docs/plugins/inspect/plugin-goom.xml:
13524         * docs/plugins/inspect/plugin-halelements.xml:
13525         * docs/plugins/inspect/plugin-icydemux.xml:
13526         * docs/plugins/inspect/plugin-id3demux.xml:
13527         * docs/plugins/inspect/plugin-jpeg.xml:
13528         * docs/plugins/inspect/plugin-level.xml:
13529         * docs/plugins/inspect/plugin-matroska.xml:
13530         * docs/plugins/inspect/plugin-mulaw.xml:
13531         * docs/plugins/inspect/plugin-multipart.xml:
13532         * docs/plugins/inspect/plugin-navigationtest.xml:
13533         * docs/plugins/inspect/plugin-ossaudio.xml:
13534         * docs/plugins/inspect/plugin-png.xml:
13535         * docs/plugins/inspect/plugin-rtp.xml:
13536         * docs/plugins/inspect/plugin-rtsp.xml:
13537         * docs/plugins/inspect/plugin-shout2send.xml:
13538         * docs/plugins/inspect/plugin-smpte.xml:
13539         * docs/plugins/inspect/plugin-speex.xml:
13540         * docs/plugins/inspect/plugin-udp.xml:
13541         * docs/plugins/inspect/plugin-videobalance.xml:
13542         * docs/plugins/inspect/plugin-videobox.xml:
13543         * docs/plugins/inspect/plugin-videoflip.xml:
13544         * docs/plugins/inspect/plugin-videomixer.xml:
13545         * docs/plugins/inspect/plugin-wavenc.xml:
13546         * docs/plugins/inspect/plugin-wavparse.xml:
13547         * docs/plugins/inspect/plugin-ximagesrc.xml:
13548           Update files to CVS/Prerelease version, add esdsink docs.
13549
13550         * ext/esd/esdsink.c:
13551           Add gtk-doc blurb.
13552
13553         * gst/rtp/gstrtpmp4vpay.c:
13554           Fix typo in element description.
13555
13556 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
13557
13558         * ext/esd/esdsink.c: (gst_esdsink_open),
13559         (gst_esdsink_factory_init):
13560           Prevent libesd from auto-spawning a sound daemon if it
13561           is not already running. Now that we don't do evil stuff
13562           like that any longer we can give esdsink a rank so that
13563           autoaudiosink will try it as well if all other audio
13564           sinks fail (#343051).
13565
13566 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
13567
13568         * ext/esd/Makefile.am:
13569           Oops, need to remove README from EXTRA_DIST as well.
13570
13571 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
13572
13573         * ext/esd/README:
13574           Remove, it contains nothing useful anyway.
13575
13576         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
13577         (gst_esdsink_delay):
13578           Some small clean-ups; use GST_BOILERPLATE etc.
13579
13580 2006-07-24  Wim Taymans  <wim@fluendo.com>
13581
13582         * gst/law/alaw-decode.c: (alawdec_getcaps):
13583         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
13584         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
13585         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
13586         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
13587
13588 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
13589
13590         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13591         (gst_wavparse_other), (gst_wavparse_perform_seek),
13592         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
13593         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
13594         (gst_wavparse_pad_query):
13595         * gst/wavparse/gstwavparse.h:
13596           Use information from 'fact' chunk for length calculation of compressed
13597           samples. Calculate bps if bogus value is found in wav header (embeded
13598           mp2/mp3).
13599           
13600
13601 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
13602
13603         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
13604
13605         * configure.ac:
13606         * gst/udp/Makefile.am:
13607         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
13608         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
13609         * gst/udp/gstdynudpsink.h:
13610         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
13611         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
13612         * gst/udp/gstmultiudpsink.h:
13613         * gst/udp/gstudp.c: (plugin_init):
13614         * gst/udp/gstudpsink.h:
13615         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
13616         (gst_udpsrc_start), (gst_udpsrc_stop):
13617         * gst/udp/gstudpsrc.h:
13618         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
13619         (gst_udp_net_utils_win32_wsa_startup):
13620         * gst/udp/gstudpnetutils.h:
13621           Port udp plugin to win32 (#345288).
13622
13623 2006-07-24  Wim Taymans  <wim@fluendo.com>
13624
13625         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
13626         Remove unwanted DEBUG line.
13627
13628 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
13629
13630         * gst/id3demux/gstid3demux.c: (plugin_init):
13631         * gst/id3demux/id3tags.c:
13632         (id3demux_add_id3v2_frame_blob_to_taglist):
13633         * gst/id3demux/id3tags.h:
13634           On second thought, it might be wiser and more efficient
13635           not to do tag registration from a streaming thread.
13636
13637 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
13638
13639         * gst/id3demux/id3tags.c:
13640         (id3demux_add_id3v2_frame_blob_to_taglist),
13641         (id3demux_id3v2_frames_to_tag_list):
13642           Put ID3v2 frames we can't parse as binary blobs into private
13643           tags, so that they are not lost when retagging, at least once
13644           id3v2mux has been taught to re-inject those frames again.
13645           See bug #334375.
13646
13647 2006-07-21  Wim Taymans  <wim@fluendo.com>
13648
13649         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13650         (gst_avi_demux_process_next_entry):
13651         Fix some leaks.
13652
13653         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
13654         Don't use \n in debug lines.
13655
13656 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
13657
13658         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13659         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13660           Add annodex and icydemux, cleanup the sections a bit
13661
13662 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13663
13664         Patch by: Alex Lancaster <alexl at users sourceforge net>
13665
13666         * ext/taglib/gstid3v2mux.cc:
13667           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
13668           ID3v2 TSSE frames (#347898).
13669
13670 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
13671
13672         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
13673           Respect mpegversion for "video/mpeg" and give message in case of
13674           unhandled versions.
13675
13676 2006-07-17  Wim Taymans  <wim@fluendo.com>
13677
13678         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
13679         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
13680         (gst_pngdec_chain), (gst_pngdec_sink_event),
13681         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
13682         (gst_pngdec_sink_activate_push):
13683         * ext/libpng/gstpngdec.h:
13684         Use statically allocated segment instead of leaking.
13685         Various cleanups.
13686         Fix flush and seek handling.
13687
13688 2006-07-16  Wim Taymans  <wim@fluendo.com>
13689
13690         * gst/rtp/Makefile.am:
13691         * gst/rtp/gstrtp.c: (plugin_init):
13692         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
13693         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
13694         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
13695         (gst_rtp_mp4g_depay_set_property),
13696         (gst_rtp_mp4g_depay_get_property),
13697         (gst_rtp_mp4g_depay_change_state),
13698         (gst_rtp_mp4g_depay_plugin_init):
13699         * gst/rtp/gstrtpmp4gdepay.h:
13700         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
13701         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
13702         (gst_rtp_mp4g_pay_flush):
13703         Added simple generic mpeg4 depayloader.
13704         Fix generic mpeg4 payloader.
13705
13706 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
13707
13708         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
13709           Don't try doing state changes on a NULL pointer.
13710
13711 2006-07-14  Wim Taymans  <wim@fluendo.com>
13712
13713         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
13714
13715         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
13716         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
13717         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
13718         * gst/rtp/gstrtpamrdepay.h:
13719         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
13720         Fixes #321191
13721
13722 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13723
13724         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
13725         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
13726         Fix segfault when moving mouse pointer to the bottom right corner.
13727
13728 2006-07-12  Wim Taymans  <wim@fluendo.com>
13729
13730         * gst/rtp/Makefile.am:
13731         * gst/rtp/gstrtp.c: (plugin_init):
13732         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
13733         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
13734         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
13735         (gst_rtp_mp2t_depay_set_property),
13736         (gst_rtp_mp2t_depay_get_property),
13737         (gst_rtp_mp2t_depay_change_state),
13738         (gst_rtp_mp2t_depay_plugin_init):
13739         * gst/rtp/gstrtpmp2tdepay.h:
13740         Added mpeg2 TS depayloader. Closing #347234.
13741
13742 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
13743
13744         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
13745           Remove g_assert that shouldn't be there and was triggered
13746           after trying to open a device that doesn't exist or can't
13747           be opened for some other reason (#347972).
13748
13749 2006-07-10  Edward Hervey  <edward@fluendo.com>
13750
13751         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13752         (gst_avi_demux_stream_header), (push_tag_lists):
13753         * gst/avi/gstavidemux.h:
13754         Don't push tag events found by gst_riff_parse_info() before outputting
13755         GST_EVENT_NEWSEGMENT.
13756
13757 2006-07-10  Wim Taymans  <wim@fluendo.com>
13758
13759         * gst/rtsp/Makefile.am:
13760         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
13761         (rtsp_connection_close):
13762         * gst/rtsp/rtspdefs.h:
13763         replaced closesocket and close in code with one CLOSE_SOCKET. 
13764         Some more cleanups. Fixes #345301.
13765
13766 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
13767
13768         * gst/autodetect/gstautoaudiosink.c:
13769           Fix example pipeline in docs.
13770
13771 2006-07-10  Wim Taymans  <wim@fluendo.com>
13772
13773         Patch by: Rob Taylor <robtaylor at floopily dot org>
13774
13775         * gst/udp/gstmultiudpsink.c: (join_multicast),
13776         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
13777         If a destination is added before the stream is set to PAUSED, the
13778         multicast group is not joined as the socket is not created yet. 
13779         Also TTL and LOOP should also be set. Fixes #346921.
13780
13781 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13782
13783         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
13784         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
13785         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
13786         (gst_ximage_src_init):
13787         * sys/ximage/gstximagesrc.h:
13788         Fix use-damage property to actually work :)
13789         Add startx, starty, endx, endy properties so screencasts other than full
13790         screen ones can work.
13791
13792 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13793
13794         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
13795         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
13796         (gst_ximage_src_class_init), (gst_ximage_src_init):
13797         * sys/ximage/gstximagesrc.h:
13798         Add use_damage property to offer ability to choose whether to use
13799         XDamage or not.
13800
13801 2006-07-07  Wim Taymans  <wim@fluendo.com>
13802
13803         * gst/goom/filters.c: (zoomFilterSetResolution):
13804         Avoid goom coredumping by clearing memory. 
13805         Fixes 345679.
13806
13807 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
13808
13809         * win32/vs6/libgstid3demux.dsp:
13810         Add a link to libgsttag-0.10.lib.
13811
13812 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
13813
13814         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
13815         (gst_tag_demux_read_range):
13816         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
13817         (gst_id3demux_read_range):
13818           Don't return FLOW_UNEXPECTED when a buffer is before
13819           the start of the stream (which might happen with
13820           large ID3v2 tags if the tag reading was done pullrange
13821           based and we then switched to push mode later on).
13822           Fixes regression introduced by commit from June 29th.
13823
13824 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
13825
13826         * ext/taglib/gstid3v2mux.cc:
13827           Make UTF-8 the default encoding when writing string
13828           tags (before, our UTF-8 strings would automatically
13829           be converted to ISO-8859-1 by taglib and written as
13830           ISO-8859-1 fields if that was possible).
13831
13832         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
13833         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
13834         (test_taglib_id3mux_with_tags):
13835           Add test case that makes sure our UTF-8 strings have
13836           actually been written into the tag as UTF-8.
13837
13838 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
13839
13840         * configure.ac:
13841           Let's try that again.
13842
13843 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
13844
13845         * configure.ac:
13846           Disable monoscope plugin for now until it fulfills
13847           all the requirements.
13848
13849 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
13850
13851         * configure.ac:
13852         * gst/monoscope/Makefile.am:
13853         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
13854         (gst_monoscope_class_init), (gst_monoscope_init),
13855         (gst_monoscope_finalize), (gst_monoscope_reset),
13856         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
13857         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
13858         (gst_monoscope_sink_event), (gst_monoscope_src_event),
13859         (gst_monoscope_change_state), (plugin_init):
13860         * gst/monoscope/gstmonoscope.h:
13861           Port monoscope visualisation to 0.10.
13862
13863 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
13864
13865         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
13866         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
13867           Return FLOW_UNEXPECTED when at the end of the file, not
13868           FLOW_ERROR. Fixes 'internal stream error' errors that
13869           would sometimes occur in totem when scrubbing to the
13870           end of an ID3v1 tagged mp3 file.
13871
13872 2006-07-03  Edward Hervey  <edward@fluendo.com>
13873
13874         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
13875         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
13876         (gst_pngdec_sink_event), (gst_pngdec_change_state):
13877         * ext/libpng/gstpngdec.h:
13878         Implement buffer clipping/dropping using GstSegment.
13879         This provides accurate seeking.
13880
13881 2006-07-03  Edward Hervey  <edward@fluendo.com>
13882
13883         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13884         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
13885         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
13886         (gst_avi_demux_process_next_entry), (push_tag_lists),
13887         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
13888         * gst/avi/gstavidemux.h:
13889         Proper aggregation of each stream's GstFlowReturn in order to figure out
13890         whether the task should stop or not.
13891         Don't send inline events before pushing out a NEW_SEGMENT, more
13892         specifically for GST_TAG_EVENT.
13893         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
13894         sub-indexes.
13895
13896 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
13897
13898         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
13899
13900         * sys/sunaudio/gstsunaudiomixerctrl.c:
13901         (gst_sunaudiomixer_ctrl_build_list):
13902           Move "Monitor" slider to input tab so it works more like
13903           sdtaudiocontrol, which is what people on Solaris are used
13904           to using for their mixer program (#346259).
13905
13906 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13907
13908         * tests/check/elements/level.c: (GST_START_TEST):
13909           fix a leak, clean up at the end
13910
13911 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
13912
13913         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
13914         (gst_matroska_demux_send_event),
13915         (gst_matroska_demux_loop_stream_parse_id):
13916         * gst/matroska/matroska-ids.h:
13917           Send tag event after newsegment event.
13918
13919 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
13920
13921         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
13922         (gst_id3demux_read_range):
13923           Make sure we don't return GST_FLOW_OK with a NULL buffer in
13924           certain cases where a read beyond the end of the file is
13925           requested. Fixes #345930.
13926
13927         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
13928         (gst_tag_demux_read_range):
13929           Fix same issue here as well.
13930
13931 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13932
13933         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
13934         
13935         Fix hypothetical crash.
13936
13937 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
13938
13939         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
13940
13941         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
13942           Do not modify the ports value. If the user has turned off the
13943           built-in speakers, then we should not reset it in the prepare
13944           function, since this causes the built-in speakers to turn
13945           back on anytime the user changes a track in totem, rhythmbox,
13946           etc. (#346066).
13947
13948 2006-06-23  Wim Taymans  <wim@fluendo.com>
13949
13950         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
13951         Fix double caps unref when negotiation fails.
13952
13953 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13954
13955         * ext/annodex/gstcmmldec.c:
13956         * ext/annodex/gstcmmlenc.c:
13957         * ext/annodex/gstcmmlparser.c:
13958         * ext/dv/gstdvdec.c:
13959         * ext/dv/gstdvdemux.c:
13960         * ext/gdk_pixbuf/pixbufscale.c:
13961         * ext/jpeg/gstjpegenc.c:
13962         * ext/jpeg/gstsmokedec.c:
13963         * ext/jpeg/gstsmokeenc.c:
13964         * ext/libpng/gstpngdec.c:
13965         * ext/libpng/gstpngenc.c:
13966         * ext/speex/gstspeexenc.c:
13967         * gst/alpha/gstalphacolor.c:
13968         * gst/cutter/gstcutter.c:
13969         * gst/debug/gstnavigationtest.c:
13970         * gst/icydemux/gsticydemux.c:
13971         * gst/level/gstlevel.c:
13972         * gst/multipart/multipart.c:
13973         * gst/rtp/gstrtpamrpay.c:
13974         * gst/rtp/gstrtpdepay.c:
13975         * gst/rtp/gstrtpilbcpay.c:
13976         * gst/rtp/gstrtpmp4gpay.c:
13977         * gst/rtp/gstrtpmp4vpay.c:
13978         * gst/rtsp/gstrtpdec.c:
13979         * gst/rtsp/gstrtspsrc.c:
13980         * gst/udp/gstdynudpsink.c:
13981         * gst/udp/gstmultiudpsink.c:
13982         * gst/udp/gstudpsrc.c:
13983         * gst/videobox/gstvideobox.c:
13984         * gst/videofilter/gstvideoflip.c:
13985           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
13986           plus two minor macro fixes.
13987
13988 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13989
13990         * gst/matroska/matroska-demux.c:
13991         (gst_matroska_demux_check_subtitle_buffer),
13992         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13993         (gst_matroska_demux_subtitle_caps):
13994         * gst/matroska/matroska-ids.c:
13995         (gst_matroska_track_init_subtitle_context):
13996         * gst/matroska/matroska-ids.h:
13997           Try to fix up broken matroska files containing subtitle
13998           streams with non-UTF8 character encodings (courtesy of
13999           mkvmerge) using either the encoding specified in the
14000           GST_SUBTITLE_ENCODING environment variable or the
14001           current locale's character set if it is non-UTF8.
14002           Fixes #337076.
14003
14004 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14005
14006         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
14007           Set image type from APIC frame as "image-type" field
14008           of GST_TAG_IMAGE buffer caps (#344605).
14009
14010 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
14011
14012         * ext/flac/Makefile.am:
14013         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
14014         (gst_flac_dec_reset_decoders),
14015         (gst_flac_dec_setup_seekable_decoder),
14016         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
14017         (gst_flac_dec_metadata_callback),
14018         (gst_flac_dec_metadata_callback_seekable),
14019         (gst_flac_dec_metadata_callback_stream),
14020         (gst_flac_dec_error_callback),
14021         (gst_flac_dec_error_callback_seekable),
14022         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
14023         (gst_flac_dec_read_stream), (gst_flac_dec_write),
14024         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
14025         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
14026         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
14027         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
14028         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
14029         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
14030         (gst_flac_dec_sink_activate_push),
14031         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
14032         * ext/flac/gstflacdec.h:
14033           Support chain-based operation, should make flac-over-DAAP
14034           work (#340492).
14035
14036 2006-06-20  Wim Taymans  <wim@fluendo.com>
14037
14038         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14039         Doc updates, merge some unused symbols.
14040
14041 2006-06-20  Wim Taymans  <wim@fluendo.com>
14042
14043         * docs/plugins/Makefile.am:
14044         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14045         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14046         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
14047         * gst/rtsp/gstrtspsrc.c:
14048         * gst/rtsp/gstrtspsrc.h:
14049         Added documentation for the rtsp plugin. Fixes #345393.
14050
14051 2006-06-20  Wim Taymans  <wim@fluendo.com>
14052
14053         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14054         (rtsp_connection_close), (rtsp_connection_free):
14055         Use better G_OS_* macros. Fixes #345301 some more.
14056
14057 2006-06-20  Wim Taymans  <wim@fluendo.com>
14058
14059         Patch by: Brian Cameron <brian dot cameron at sun dot com>
14060
14061         * sys/sunaudio/Makefile.am:
14062         * sys/sunaudio/gstsunaudio.c: (plugin_init):
14063         * sys/sunaudio/gstsunaudiomixerctrl.c:
14064         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
14065         (gst_sunaudiomixer_ctrl_list_tracks),
14066         (gst_sunaudiomixer_ctrl_get_volume),
14067         (gst_sunaudiomixer_ctrl_set_volume),
14068         (gst_sunaudiomixer_ctrl_set_mute),
14069         (gst_sunaudiomixer_ctrl_set_record):
14070         * sys/sunaudio/gstsunaudiomixerctrl.h:
14071         * sys/sunaudio/gstsunaudiomixertrack.c:
14072         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
14073         * sys/sunaudio/gstsunaudiomixertrack.h:
14074         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
14075         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
14076         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
14077         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
14078         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
14079         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
14080         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
14081         (gst_sunaudiosrc_reset):
14082         * sys/sunaudio/gstsunaudiosrc.h:
14083         Add a SunAudio source plugin.
14084         Support stereo and right/left channel gain in the mixer plugin.
14085         Support the RECORD flag so that you can switch between line-input and
14086         microphone in gnome-volume-control.
14087         Code cleanups like using an enumerator for track number instead of an 
14088         integer. Fixes #344923.
14089
14090 2006-06-20  Wim Taymans  <wim@fluendo.com>
14091
14092         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
14093
14094         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14095         (rtsp_connection_close):
14096         Make RTSP plugin compile on windows. Fixes #345301.
14097         Some changes to original patch to catch errors better.
14098         use ifdef WIN32 instead of ifndef.
14099
14100 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14101
14102         * configure.ac:
14103         If we have libraw1394 >= 1.2.1, then we need libiec61883.
14104
14105 2006-06-18  Edward Hervey  <edward@fluendo.com>
14106
14107         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14108         After a failed buffer alloc, we need to abort the jpeg decoding (it
14109         started when parsing headers to figure out how many bytes we need
14110         to request downstream).
14111
14112 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
14113
14114         Patch by: Mark Nauwelaerts  <manauw at skynet be>
14115
14116         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
14117           Make sure we don't read beyond the end of the file (#345232).
14118
14119 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14120
14121         * configure.ac:
14122           Fix --disable-external (can't set conditionals conditionally,
14123           #343602).
14124
14125 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14126
14127         * autogen.sh:
14128         * configure.ac:
14129         * docs/Makefile.am:
14130           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
14131
14132         * docs/plugins/Makefile.am:
14133         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14134         * docs/plugins/inspect/plugin-taglib.xml:
14135           Add/fix apev2mux docs.
14136
14137 2006-06-14  Wim Taymans  <wim@fluendo.com>
14138
14139         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
14140         (gst_dvdec_finalize), (gst_dvdec_sink_event),
14141         (gst_dvdec_change_state):
14142         Reset segment info on flush.
14143         Alloc segment in _init, free in _finalize.
14144
14145         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
14146         Don't send segments twice.
14147
14148 2006-06-14  Wim Taymans  <wim@fluendo.com>
14149
14150         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14151         Respect segment.stop. Fixes #342592.
14152
14153 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14154
14155         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
14156           No language specified means the implied language is English
14157           according to the matroska spec (partially fixes #344708);
14158           add some more debug output.
14159
14160 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14161
14162         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
14163         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
14164         (gst_wavparse_chain):
14165           When operating chain-based, don't make any assumptions about the
14166           chunking of the incoming data and make streaming work on days other
14167           than the second Thursday after a full moon. Also fix up debug
14168           messages here and there and make use of the most excellent new
14169           gst_pad_query_peer_duration() utility function.
14170           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
14171
14172         * gst/wavparse/gstwavparse.h:
14173           Remove trailing comma after last enum value, some compilers don't
14174           like that.
14175
14176 2006-06-13  Wim Taymans  <wim@fluendo.com>
14177
14178         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
14179         Handle premature EOS gracefully.
14180
14181 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
14182
14183         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14184           Prevent out of bounds array access when scrubbing towards
14185           the end of the file between the last index entry and the
14186           end. Fixes occasional 'start <= stop' newsegment event
14187           assertions when scrubbing in MJPEG files.
14188
14189 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14190
14191         * tests/check/elements/.cvsignore:
14192           And another one.
14193
14194 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
14195
14196         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14197         (scan_encoded_string), (parse_picture_frame):
14198           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
14199
14200         * configure.ac:
14201           Require core >= 0.10.8 (for GST_TAG_IMAGE and
14202           GST_TAG_PPEVIEW_IMAGE used in the patch above).
14203
14204 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14205
14206         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
14207           gratuitous comment changes
14208         * tests/check/elements/level.c: (GST_START_TEST):
14209           fix level test leaks
14210
14211 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
14212
14213         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
14214         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
14215           Use gst_pad_query_peer_duration() utility function here.
14216
14217 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14218
14219         * autogen.sh:
14220           require am17
14221         * configure.ac:
14222         * ext/annodex/Makefile.am:
14223         * ext/cdio/Makefile.am:
14224         * ext/dv/Makefile.am:
14225         * ext/esd/Makefile.am:
14226         * ext/flac/Makefile.am:
14227         * ext/gdk_pixbuf/Makefile.am:
14228         * ext/ladspa/Makefile.am:
14229         * ext/libcaca/Makefile.am:
14230         * ext/speex/Makefile.am:
14231         * ext/taglib/Makefile.am:
14232         * sys/oss/Makefile.am:
14233         * sys/sunaudio/Makefile.am:
14234         * sys/ximage/Makefile.am:
14235           clean up build further
14236
14237 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
14238
14239         * gconf/Makefile.am:
14240           Honour --disable-schemas-install configure option. Fixes #344100.
14241
14242 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
14243
14244         * tests/examples/level/Makefile.am:
14245           Add -lm to LIBS for pow() function, don't assume one of our
14246           dependencies (such as libxml-2.0) drags it in automatically
14247           (#343603).
14248
14249 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
14250
14251         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
14252
14253         * configure.ac:
14254           We should use $SED and not $(SED) in configure.ac (#343678).
14255
14256 2006-06-09  Wim Taymans  <wim@fluendo.com>
14257
14258         Patch by: Brian Cameron <brian dot cameron at sun dot com>
14259
14260         * sys/sunaudio/gstsunaudiomixerctrl.c:
14261         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
14262         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
14263         (gst_sunaudiomixer_ctrl_set_mute):
14264         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
14265         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
14266         (gst_sunaudiosink_write):
14267         Attached find a patch that fixes a number of bugs with the SunAudio
14268         mixer plugin and fixes #344101:
14269         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
14270            tracks onto the tracklist causing gnome-volume-control's preferences
14271            dialog to be messed up and would core dump if you checked/unchecked
14272            any item.
14273         2. We weren't previously setting the MUTE flag properly.  Fixing this
14274            makes gnome-volume-control work better.
14275         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
14276            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
14277            gnome-volume-control look better.
14278         Also some minor cleanup in gstsunaudiosink.c.
14279
14280 2006-06-09  Wim Taymans  <wim@fluendo.com>
14281
14282         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
14283         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
14284         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
14285         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
14286         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
14287         * ext/jpeg/gstjpegdec.h:
14288         API: Added IDCT method property
14289         Small cleanups.
14290         Avoid dynamic allocation of trivial fixed structure.
14291         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
14292
14293 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14294
14295         * configure.ac:
14296         We now require libraw1394 >= 1.1.0 and that version onwards all
14297         have .pc files.
14298
14299 2006-06-02  Edward Hervey  <edward@fluendo.com>
14300
14301         * gst/law/alaw-decode.c: (alawdec_getcaps): 
14302         Trying to get items from an ANY or EMPTY caps is ... stupid.
14303
14304 2006-06-02  Edward Hervey  <edward@fluendo.com>
14305
14306         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
14307         (gst_dvdec_chain), (gst_dvdec_change_state):
14308         * ext/dv/gstdvdec.h:
14309         Added GstSegment handling, now implements dropping/clipping.
14310
14311 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14312
14313         * ext/aalib/gstaasink.h:
14314         * ext/annodex/gstcmmldec.h:
14315         * ext/cairo/gsttimeoverlay.h:
14316         * ext/dv/gstdvdec.h:
14317         * ext/dv/gstdvdemux.h:
14318         * ext/esd/esdmon.h:
14319         * ext/esd/esdsink.h:
14320         * ext/flac/gstflacenc.h:
14321         * ext/gconf/gstgconfaudiosink.h:
14322         * ext/gconf/gstgconfaudiosrc.h:
14323         * ext/gconf/gstgconfvideosink.h:
14324         * ext/gconf/gstgconfvideosrc.h:
14325         * ext/gdk_pixbuf/gstgdkanimation.h:
14326         * ext/gdk_pixbuf/pixbufscale.h:
14327         * ext/hal/gsthalaudiosink.h:
14328         * ext/hal/gsthalaudiosrc.h:
14329         * ext/jpeg/gstjpegenc.h:
14330         * ext/jpeg/gstsmokedec.h:
14331         * ext/jpeg/gstsmokeenc.h:
14332         * ext/libcaca/gstcacasink.h:
14333         * ext/libmng/gstmngdec.h:
14334         * ext/libmng/gstmngenc.h:
14335         * ext/libpng/gstpngdec.h:
14336         * ext/libpng/gstpngenc.h:
14337         * ext/raw1394/gstdv1394src.h:
14338         * ext/speex/gstspeexenc.h:
14339         * gst/autodetect/gstautoaudiosink.h:
14340         * gst/autodetect/gstautovideosink.h:
14341         * gst/avi/gstavidemux.h:
14342         * gst/cutter/gstcutter.h:
14343         * gst/debug/efence.h:
14344         * gst/debug/gstnavigationtest.h:
14345         * gst/debug/gstnavseek.h:
14346         * gst/flx/gstflxdec.h:
14347         * gst/goom/gstgoom.h:
14348         * gst/icydemux/gsticydemux.h:
14349         * gst/id3demux/gstid3demux.h:
14350         * gst/law/alaw-decode.h:
14351         * gst/law/alaw-encode.h:
14352         * gst/law/mulaw-decode.h:
14353         * gst/law/mulaw-encode.h:
14354         * gst/matroska/matroska-mux.h:
14355         * gst/median/gstmedian.h:
14356         * gst/oldcore/gstaggregator.h:
14357         * gst/oldcore/gstfdsink.h:
14358         * gst/oldcore/gstmd5sink.h:
14359         * gst/oldcore/gstmultifilesrc.h:
14360         * gst/oldcore/gstpipefilter.h:
14361         * gst/oldcore/gstshaper.h:
14362         * gst/oldcore/gststatistics.h:
14363         * gst/rtp/gstasteriskh263.h:
14364         * gst/rtp/gstrtpL16depay.h:
14365         * gst/rtp/gstrtpL16pay.h:
14366         * gst/rtp/gstrtpamrdepay.h:
14367         * gst/rtp/gstrtpamrpay.h:
14368         * gst/rtp/gstrtpdepay.h:
14369         * gst/rtp/gstrtpgsmdepay.h:
14370         * gst/rtp/gstrtpgsmpay.h:
14371         * gst/rtp/gstrtph263pay.h:
14372         * gst/rtp/gstrtph263pdepay.h:
14373         * gst/rtp/gstrtph263ppay.h:
14374         * gst/rtp/gstrtpmp4gpay.h:
14375         * gst/rtp/gstrtpmp4vdepay.h:
14376         * gst/rtp/gstrtpmp4vpay.h:
14377         * gst/rtp/gstrtpmpadepay.h:
14378         * gst/rtp/gstrtpmpapay.h:
14379         * gst/rtp/gstrtppcmadepay.h:
14380         * gst/rtp/gstrtppcmapay.h:
14381         * gst/rtp/gstrtppcmudepay.h:
14382         * gst/rtp/gstrtppcmupay.h:
14383         * gst/rtp/gstrtpspeexdepay.h:
14384         * gst/rtp/gstrtpspeexpay.h:
14385         * gst/rtsp/gstrtpdec.h:
14386         * gst/rtsp/gstrtspsrc.h:
14387         * gst/smpte/gstsmpte.h:
14388         * gst/udp/gstdynudpsink.h:
14389         * gst/udp/gstmultiudpsink.h:
14390         * gst/udp/gstudpsink.h:
14391         * gst/udp/gstudpsrc.h:
14392         * gst/videofilter/gstvideobalance.h:
14393         * gst/videofilter/gstvideoflip.h:
14394         * sys/oss/gstossdmabuffer.h:
14395         * sys/oss/gstossmixerelement.h:
14396         * sys/oss/gstosssink.h:
14397         * sys/oss/gstosssrc.h:
14398         * sys/osxvideo/osxvideosink.h:
14399         * sys/sunaudio/gstsunaudiomixer.h:
14400         * sys/sunaudio/gstsunaudiosink.h:
14401         * sys/ximage/gstximagesrc.h:
14402         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14403
14404 2006-05-31  Wim Taymans  <wim@fluendo.com>
14405
14406         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
14407         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
14408         (gst_goom_src_setcaps), (gst_goom_src_event),
14409         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
14410         (gst_goom_change_state):
14411         * gst/goom/gstgoom.h:
14412         Handle QoS.
14413         Handle flushing, discont and events.
14414         Fix timestamps and various other cleanups.
14415
14416 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14417
14418         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
14419         Fix bus reset when using libiec61883
14420
14421 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14422
14423         * configure.ac:
14424         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
14425         * ext/raw1394/Makefile.am:
14426         Add CFLAGS.
14427         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
14428         New method, to receive using libiec61883.
14429         (gst_dv1394src_iso_receive),
14430         #ifdef'd out if libiec61883 is present.
14431         (gst_dv1394src_bus_reset),
14432         Get userdata correctly if using libiec61883. 
14433         (gst_dv1394src_create),
14434         When using libiec61883, only poll one fd and no need to read.
14435         (gst_dv1394src_discover_avc_node),
14436         Replace g_warnings.
14437         (gst_dv1394src_start),
14438         Create new handle when we know which dv port.  More reliable
14439         than setting port on an existing handle.  Initialise libiec61883.
14440         (gst_dv1394src_stop):
14441         If using libiec61883, then cleanup its handle properly.
14442         * ext/raw1394/gstdv1394src.h:
14443         Add libiec61883 handle.
14444
14445 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14446
14447         * gst/avi/gstavidemux.c:
14448           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
14449         * win32/MANIFEST:
14450           sort file listing
14451         * win32/vs6/libgstavi.dsp:
14452           add gstavimux.c to the project
14453         * win32/vs6/libgstid3demux.dsp:
14454           add link to zlib library
14455         * win32/vs6/libgstmatroska.dsp:
14456           add matroska-ids.c to the project
14457
14458 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
14459
14460         Patch by: Sebastian Dröge  <mail at slomosnail de >
14461
14462         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14463         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14464         * ext/taglib/Makefile.am:
14465         * ext/taglib/gstapev2mux.cc:
14466         * ext/taglib/gstapev2mux.h:
14467         * ext/taglib/gstid3v2mux.cc:
14468         * ext/taglib/gsttaglibmux.c: (plugin_init):
14469         * ext/taglib/gsttaglibmux.h:
14470           Add apev2mux element (#343122).
14471         
14472         * tests/check/Makefile.am:
14473         * tests/check/elements/apev2mux.c:
14474         (test_taglib_apev2mux_create_tags),
14475         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
14476         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
14477         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
14478         (apev2mux_suite), (main):
14479           Add unit test for apev2mux element.
14480
14481 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
14482
14483         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
14484         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
14485         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
14486           GST_PTR_FORMAT should be used to print caps in debug statements.
14487
14488 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
14489
14490         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
14491
14492         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
14493         (ape_demux_parse_tags):
14494           Some clean-ups and additions: map APE 'file' tag to
14495           GST_TAG_LOCATION (#343123); add support for extracting
14496           the track count and clean up parsing a bit (#343127).
14497
14498 2006-05-28  Edward Hervey  <edward@fluendo.com>
14499
14500         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
14501         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
14502
14503 2006-05-28  Edward Hervey  <edward@fluendo.com>
14504
14505         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
14506         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
14507         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
14508         * ext/jpeg/gstjpegdec.h:
14509         Clip outgoing buffers according to currently configured segment.
14510
14511 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
14512
14513         * ext/taglib/gstid3v2mux.cc:
14514           Handle  writing of track-count or album-volume-count without
14515           track-number or albume-volume-number (in this case the number
14516           will just be set to 0).
14517
14518         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
14519           It would be nice if we actually checked the values received for
14520           track/album-volume number/count in  _check_tags(), rather than
14521           setting them again ...
14522
14523 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
14524
14525         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
14526           A track/volume number or count of 0 does not make sense,
14527           just ignore it along with negative numbers (a tag might
14528           only contain a track count without a track number).
14529
14530 2006-05-27  Edward Hervey  <edward@fluendo.com>
14531
14532         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
14533         (gst_jpeg_dec_sink_event):
14534         Abort decompression when receiving FLUSH_STOP. This should avoid
14535         issues when interrupting decoding with flushes.
14536
14537 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
14538
14539         * ext/flac/gstflac.c:
14540           Don't #include file we don't dist any longer.
14541
14542 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
14543
14544         * README:
14545           Replace current README (containing the release notes from
14546           some 0.9.x version) with a proper README taken from the core.
14547
14548 2006-05-24  Wim Taymans  <wim@fluendo.com>
14549
14550         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
14551         Implement EOS correctly by either posting
14552         SEGMENT_DONE or pushing an EOS message depending
14553         on the seek type. Fixes #342592
14554
14555 2006-05-24  Wim Taymans  <wim@fluendo.com>
14556
14557         * gst/law/alaw-decode.c: (gst_alawdec_chain):
14558         * gst/law/alaw-decode.h:
14559         * gst/law/alaw-encode.c: (gst_alawenc_chain):
14560         * gst/law/alaw-encode.h:
14561         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
14562         * gst/law/mulaw-decode.h:
14563         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
14564         * gst/law/mulaw-encode.h:
14565         Some cleanups in the chain functions.
14566         Remove some GStreamer 0.0.2 bits.
14567
14568 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
14569
14570         Patch by: Mark Nauwelaerts  <manauw at skynet be>
14571
14572         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
14573           gst_collect_pads_stop() needs to be called before chaining up
14574           to the parent class (#342734).
14575
14576 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
14577
14578         * ext/flac/Makefile.am:
14579         * ext/flac/flac_compat.h:
14580         * ext/flac/gstflac.c:
14581         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
14582         * ext/flac/gstflacenc.c:
14583           Remove backwards compatibility cruft for dealing with FLAC API
14584           changes in the 1.0.x series - we require 1.1.1 or newer these days.
14585
14586 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
14587
14588         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14589         (gst_matroska_demux_push_xiph_codec_priv_data),
14590         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14591         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
14592         * gst/matroska/matroska-ids.h:
14593         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
14594         (gst_matroska_mux_video_pad_setcaps),
14595         (xiph3_streamheader_to_codecdata),
14596         (vorbis_streamheader_to_codecdata),
14597         (theora_streamheader_to_codecdata),
14598         (gst_matroska_mux_audio_pad_setcaps),
14599         (gst_matroska_mux_write_data):
14600           Add support for muxing/demuxing theora video (#342448; too bad
14601           none of the usual linux players can actually play this). Playback
14602           in GStreamer will require additional changes to theoradec in -base.
14603           Refactor streamheaders <=> CodecPrivateData code a bit; some small
14604           cleanups.
14605
14606 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
14607
14608         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
14609         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
14610           Fix crashes when the horizontal subsampling is 1.
14611           Fixes #342097.
14612
14613 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
14614
14615         Patch by: Mark Nauwelaerts  <manauw at skynet be>
14616
14617         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
14618         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
14619         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
14620         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
14621         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
14622         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
14623         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
14624         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
14625         (gst_avi_mux_change_state):
14626         * gst/avi/gstavimux.h:
14627           Some enhancements for avimux (#342526):
14628            - add odml (large file) index support
14629            - store codec init data (e.g. huffyuv)
14630            - miscellaneous other fixes/cleanups
14631
14632 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14633
14634         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
14635         Don't output any tag when we encounter a negative track number - the
14636         tag type is uint, so we end up outputting huge positive numbers
14637         instead. (Fixes: #342029)
14638
14639 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14640
14641         * configure.ac:
14642           update for new GSTPB_PLUGINS_DIR
14643
14644 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
14645
14646         * rtp/gst/gstrtph263pay.c:
14647         Properly set static caps for H263 at 34.
14648
14649 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14650
14651         Patch by: James "Doc" Livingston  <doclivingston gmail com>
14652
14653         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
14654           Merge event tags and tag setter tags correctly (#339918). Also,
14655           don't leak taglist in case of an error.
14656           
14657 2006-05-17  Edward Hervey  <edward@fluendo.com>
14658
14659         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
14660         We can only do caps intersection if the othercaps are non-empty and not
14661         ANY. Else we return the pad template (base_caps).
14662
14663 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
14664
14665         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
14666           Fix crash when outputting debugging information for certain
14667           pictures (always good to use the right struct member for
14668           the number of records in an array).
14669
14670 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
14671
14672         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
14673
14674         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
14675         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
14676         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
14677         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
14678         (gst_ebml_read_float), (gst_ebml_read_ascii),
14679         (gst_ebml_read_binary):
14680           Don't create unnecessary sub-buffers all the time. Dramatically
14681           improves performance with multiple concurrently running
14682           matroskademux instances (#341818) (and avoids doing
14683           unnecessarily inefficient things in the general case).
14684
14685 2006-05-16  Edward Hervey  <edward@fluendo.com>
14686
14687         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
14688         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
14689         return value of gst_pad_push_event().
14690
14691 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
14692
14693         * gst/autodetect/gstautoaudiosink.c:
14694         (gst_auto_audio_sink_find_best):
14695         * gst/autodetect/gstautovideosink.c:
14696         (gst_auto_video_sink_find_best):
14697         Make the name of the child element be based on the name of the
14698         parent, so that debug output is more useful.
14699         
14700         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
14701         (parse_insert_string_field), (parse_split_strings):
14702         Rework string parsing to always walk over BOM markers in UTF16
14703         strings, using the endianness indicated by the innermost one,
14704         then trying the opposite endianness if that fails to convert
14705         to valid UTF-8. Fixes #341774
14706
14707 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14708
14709         Patch from: Matthieu <matthieu at fluendo dot com>
14710
14711         * ext/libpng/Makefile.am:
14712         Add LIBPNG_CFLAGS.
14713
14714 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14715
14716         * ext/taglib/gstid3v2mux.cc:
14717           Add support for writing images (APIC frames) into ID3v2
14718           tags (picture type always set to 'other' for now though).
14719
14720 2006-05-14  Michael Smith  <msmith@fluendo.com>
14721
14722         * gst/wavparse/gstwavparse.c:
14723           Update docs; wavparse implements push and pull modes.
14724
14725 2006-05-12  Wim Taymans  <wim@fluendo.com>
14726
14727         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
14728         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
14729         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
14730         Ooops, bitten by the copy-and-paste design paradigm, fixes
14731         seek again.
14732
14733 2006-05-12  Wim Taymans  <wim@fluendo.com>
14734
14735         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14736         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
14737         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
14738         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
14739         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
14740         (gst_avi_demux_massage_index),
14741         (gst_avi_demux_calculate_durations_from_index),
14742         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
14743         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
14744         (gst_avi_demux_loop):
14745         * gst/avi/gstavidemux.h:
14746         Some cleanups, prepare to use GstSegment.
14747         Fix error in entry walking code.
14748         Fix VBR detection.
14749         Smarter timestamp calculation code.
14750         Uniform error/eos handling.
14751
14752 2006-05-12  Michael Smith  <msmith@fluendo.com>
14753
14754         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
14755         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
14756           Fix use of uninitialised values if we're NOT seeking in ready.
14757           Fix typos.
14758
14759 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
14760
14761         * gst/wavparse/Makefile.am:
14762           Add CFLAGS and LIBS for libgstbase, fixes build on
14763           Cygwin (#341489).
14764
14765 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
14766
14767         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
14768           Some more debug info. No need to check whether the string
14769           returned by g_convert() is really UTF-8 - either it is or
14770           we get NULL returned.
14771
14772 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
14773
14774         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
14775           Fix parsing of numeric genre strings some more, by ensuring that
14776           we only try and parse strings that a) Start with '(' and b) Consist
14777           only of digits.
14778           Also, when finding an escaping '((' sequence, bust it back to '(' by
14779           swallowing the first parenthesis
14780
14781 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
14782
14783         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
14784         (gst_esdsink_open), (gst_esdsink_close):
14785         * ext/esd/esdsink.h:
14786           Move the esd_get_server_info() into gst_esdsink_open() and fail
14787           with a decent error message on errors.
14788
14789 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
14790
14791         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
14792         (gst_esdmon_channels_get_type):
14793         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
14794         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
14795         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
14796         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
14797         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
14798         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
14799         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
14800         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
14801         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
14802         * gst/videomixer/videomixer.c:
14803         (gst_video_mixer_background_get_type):
14804           Const-ify GEnumValue arrays.
14805
14806 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
14807
14808         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
14809
14810         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
14811         (gst_avi_mux_do_video_buffer):
14812           Work around gst_buffer_make_metadata_writable() bug that
14813           results in avimux marking all frames in the index as
14814           keyframes (#340859).
14815           
14816 2006-05-08  Wim Taymans  <wim@fluendo.com>
14817
14818         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
14819         Make parsing of urls suck slightly less.
14820
14821 2006-05-08  Edward Hervey  <edward@fluendo.com>
14822
14823         * autogen.sh: (CONFIGURE_DEF_OPT): 
14824         libtoolize on Darwin/MacOSX is called glibtoolize.
14825
14826 2006-05-08  Wim Taymans  <wim@fluendo.com>
14827
14828         Patch by: Jens Granseuer <jensgr at gmx dot net>
14829
14830         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
14831         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
14832         C89 compliance fixes. Fixes #340980
14833
14834 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
14835
14836         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
14837         * ext/flac/gstflacdec.h:
14838           Handle segment seeks that include the end of the file as stop point
14839           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
14840           message instead of an EOS event in case we're in segment seek
14841           mode (fixes #340699).
14842           
14843 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
14844
14845         * ext/cairo/gsttextoverlay.c:
14846         * ext/flac/gstflacdec.c:
14847         * ext/gdk_pixbuf/pixbufscale.c:
14848         * gst/apetag/gstapedemux.c:
14849         * gst/debug/breakmydata.c:
14850         * gst/debug/testplugin.c:
14851         * gst/matroska/ebml-write.c:
14852         * gst/multipart/multipartdemux.c:
14853         * sys/osxaudio/gstosxaudiosink.c:
14854         * sys/osxaudio/gstosxaudiosrc.c:
14855         Add semicolons after GST_BOILERPLATE[_FULL] so that
14856         indent doesn't mess up following lines.
14857
14858 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
14859
14860         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
14861
14862         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
14863           Don't leak caps when freeing the stream context (#340623).
14864
14865 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
14866
14867         * configure.ac:
14868           Back to CVS
14869
14870 === release 0.10.3 ===
14871
14872 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
14873
14874         * configure.ac:
14875           releasing 0.10.3, "Desplazado"
14876
14877 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
14878
14879         * gst/matroska/matroska-mux.c:
14880         (gst_matroska_mux_stream_is_vorbis_header),
14881         (gst_matroska_mux_write_data):
14882           Don't strcmp() NULL strings.
14883           Only start new clusters on video keyframes, not on any
14884           random audio buffer that doesn't have the DELTA_UNIT
14885           flag set (fixes 'make check' again).
14886
14887 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
14888
14889         Patch by: Mark Nauwelaerts  <manauw at skynet be>
14890
14891         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
14892         (gst_matroska_mux_stream_is_vorbis_header),
14893         (gst_matroska_mux_write_data):
14894           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
14895           value and then dead-lock when muxing vorbis audio streams
14896           (the three vorbis header buffers carry no timestamp, and it
14897           would try to mux these after all video buffers). Fixes #340346.
14898
14899           Improve clustering: start a new cluster also whenever we get
14900           a keyframe.     
14901
14902 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14903
14904         * win32/common/config.h:
14905         * win32/MANIFEST
14906           add the generated file as well
14907
14908 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14909
14910         * Makefile.am:
14911         * configure.ac:
14912         * win32/common/config.h.in:
14913           add win32 stuff
14914
14915 2006-05-03  Michael Smith  <msmith@fluendo.com>
14916
14917         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
14918           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
14919           SUCKS.
14920
14921 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
14922
14923         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
14924         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
14925         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
14926           don't leak caps-string
14927
14928 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
14929
14930         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
14931         (gst_id3demux_sink_activate):
14932           Let core insert default error message for TYPE_NOT_FOUND
14933           errors, it's just as good as our own and has the added
14934           bonus of being translated.
14935
14936 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
14937
14938         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
14939         (gst_tag_demux_sink_event):
14940         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
14941         (gst_id3demux_sink_event):
14942           Post an error message when we get an EOS event and were not
14943           able to find out the type of stream.
14944
14945         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
14946         (test_taglib_id3mux_with_tags):
14947           Decrease num-buffers to 16 per iteration again, otherwise the
14948           many memcpy()s and reallocations in the test will hammer slow
14949           CPUs completely and make the test timeout.
14950
14951 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14952
14953         * configure.ac:
14954           figure out where plugins-base plugins are
14955         * tests/check/Makefile.am:
14956           use plugins-base plugins, so we have typefind functions
14957         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
14958           increase num-buffers, this makes sure the test errors out instead
14959           of timing out when no typefind functions are present
14960
14961 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14962
14963         * docs/plugins/Makefile.am:
14964           also check .cc files for gtk-doc markup
14965         * configure.ac:
14966         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14967         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14968         * tests/check/Makefile.am:
14969         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
14970         * ext/Makefile.am:
14971         * ext/taglib/Makefile.am:
14972         * ext/taglib/gstid3v2mux.h:
14973         * ext/taglib/gsttaglibmux.c:
14974         * ext/taglib/gsttaglibmux.h:
14975           move taglib-based id3v2muxer to -good.  Fixes #336110.
14976
14977 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
14978
14979         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
14980           ... and fix multichannel/WAVFORMATEX support again.
14981
14982 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
14983
14984         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
14985         (gst_wavparse_class_init), (gst_wavparse_dispose),
14986         (gst_wavparse_reset), (gst_wavparse_init),
14987         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
14988         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
14989         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
14990         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
14991         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
14992         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
14993         (gst_wavparse_stream_data), (gst_wavparse_loop),
14994         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
14995         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
14996         (gst_wavparse_change_state), (plugin_init):
14997         * gst/wavparse/gstwavparse.h:
14998           Add push (streaming) mode to wavparse (fixes #337625)
14999
15000 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15001
15002         * configure.ac:
15003         * tests/Makefile.am:
15004           add ximagesrc icles test
15005
15006 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15007
15008         * configure.ac:
15009         * docs/plugins/Makefile.am:
15010         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15011         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15012         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
15013         (gst_cmml_enc_push_clip):
15014         * sys/Makefile.am:
15015         * sys/ximage/Makefile.am:
15016         * sys/ximage/gstximagesrc.c:
15017           Move ximagesrc plug-in to good after review.  Fixes #336756.
15018
15019 2006-04-28  Michael Smith  <msmith@fluendo.com>
15020
15021         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
15022         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
15023         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
15024         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
15025         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
15026         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
15027         * gst/icydemux/gsticydemux.h:
15028           Fix event handling: cache events when typefinding and forward later.
15029
15030 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15031
15032         * sys/osxaudio/gstosxaudiosink.c:
15033         (plugin_init):
15034          Register osxaudiosrc to the plugin.
15035         * sys/osxaudio/gstosxaudiosrc.c:
15036         (gst_osx_audio_src_osxelement_do_init),
15037         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
15038         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
15039         (gst_osx_audio_src_get_property),
15040         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
15041         (gst_osx_audio_src_osxelement_init):
15042         * sys/osxaudio/gstosxaudiosrc.h:
15043           Port of osxaudiosrc to 0.10.
15044         * sys/osxaudio/Makefile.am:
15045           Add osxaudiosrc
15046
15047 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15048
15049         * sys/osxaudio/gstosxringbuffer.c:
15050         * sys/osxaudio/gstosxringbuffer.h:
15051           Forgot to commit earlier, part of the OSX audio plugin port
15052
15053 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15054
15055         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
15056         (parse_split_strings):
15057           Recognise and skip any byte order marker (BOM) in
15058           UTF-16 strings.
15059
15060 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15061
15062         * docs/plugins/Makefile.am:
15063         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15064         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15065         * docs/plugins/gst-plugins-good-plugins.hierarchy:
15066         * docs/plugins/inspect/plugin-avi.xml:
15067         * gst/avi/gstavidemux.c:
15068         * gst/avi/gstavimux.c:
15069           Add docs for both avidemux and avimux.
15070
15071 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15072
15073         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
15074
15075         * gst/avi/Makefile.am:
15076         * gst/avi/gstavi.c: (plugin_init):
15077         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
15078         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
15079         (gst_avi_mux_class_init), (gst_avi_mux_init),
15080         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15081         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
15082         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
15083         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15084         (gst_avi_mux_riff_get_avix_header),
15085         (gst_avi_mux_riff_get_video_header),
15086         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
15087         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
15088         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15089         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
15090         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
15091         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
15092         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15093         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
15094         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
15095         (gst_avi_mux_change_state):
15096         * gst/avi/gstavimux.h:
15097           Port AVI muxer to GStreamer-0.10 (#332031).
15098
15099         * tests/check/Makefile.am:
15100         * tests/check/elements/avimux.c:
15101         * tests/check/elements/.cvsignore:
15102           Add unit test for AVI muxer.
15103
15104 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
15105
15106         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15107         (gst_wavparse_class_init), (gst_wavparse_reset),
15108         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
15109         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
15110         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
15111         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
15112         (gst_wavparse_stream_data), (gst_wavparse_loop),
15113         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
15114         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
15115         (plugin_init):
15116         * gst/wavparse/gstwavparse.h:
15117           reverted patch #337625 for the price of 1 hour sleep
15118
15119 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
15120
15121         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15122         (gst_wavparse_class_init), (gst_wavparse_reset),
15123         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
15124         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
15125         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
15126         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
15127         (gst_wavparse_stream_data), (gst_wavparse_loop),
15128         (gst_wavparse_chain), (plugin_init):
15129         * gst/wavparse/gstwavparse.h:
15130           correct partial implementation of push mode
15131           (from my last commit)
15132
15133 2006-04-26  Wim Taymans  <wim@fluendo.com>
15134
15135         * ext/esd/esdsink.c:
15136         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
15137         it is not in esd.h
15138
15139 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
15140
15141         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
15142         (gst_au_parse_class_init), (gst_au_parse_init),
15143         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
15144         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
15145         (gst_au_parse_chain), (gst_au_parse_src_convert),
15146         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
15147         (gst_au_parse_sink_event), (gst_au_parse_src_event),
15148         (gst_au_parse_change_state):
15149         * gst/auparse/gstauparse.h:
15150           Rewrite auparse to suck a little bit less: make source pad
15151           dynamic, so decodebin/playbin work with non-raw formats
15152           like alaw/mulaw; add query function for duration/position
15153           queries; check whether we have enough data before attempting
15154           to parse the header (instead of crashing when that is not the
15155           case); work around audioconvert sucking by swapping endianness
15156           to the native endianness ourselves for float formats; send
15157           initial newsegment event. Fixes #161712.
15158
15159 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15160
15161         * sys/osxaudio/Makefile.am:
15162         * sys/osxaudio/gstosxaudioelement.c:
15163         (gst_osx_audio_element_get_type),
15164         (gst_osx_audio_element_class_init):
15165         * sys/osxaudio/gstosxaudioelement.h:
15166         * sys/osxaudio/gstosxaudiosink.c:
15167         (gst_osx_audio_sink_osxelement_do_init),
15168         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
15169         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
15170         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
15171         (gst_osx_audio_sink_create_ringbuffer),
15172         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
15173         (plugin_init):
15174         * sys/osxaudio/gstosxaudiosink.h:
15175         Port of osxaudiosink to 0.10
15176
15177 2006-04-26  Wim Taymans  <wim@fluendo.com>
15178
15179         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
15180         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
15181         the size of the ringbuffer. This should fix hangs with older 
15182         esd sound servers.
15183
15184 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
15185
15186         * ext/aalib/gstaasink.c:
15187         * ext/annodex/gstcmmldec.c:
15188         * ext/annodex/gstcmmlenc.c:
15189         * ext/cairo/gsttextoverlay.c:
15190         * ext/cairo/gsttimeoverlay.c:
15191         * ext/cdio/gstcdiocddasrc.c:
15192         * ext/dv/gstdvdec.c:
15193         * ext/dv/gstdvdemux.c:
15194         * ext/esd/esdmon.c:
15195         * ext/esd/esdsink.c:
15196         * ext/flac/gstflacenc.c:
15197         * ext/flac/gstflactag.c:
15198         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
15199         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
15200         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
15201         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
15202         * ext/gdk_pixbuf/pixbufscale.c:
15203         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
15204         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
15205         * ext/jpeg/gstjpegdec.c:
15206         * ext/jpeg/gstjpegenc.c:
15207         * ext/jpeg/gstsmokedec.c:
15208         * ext/jpeg/gstsmokeenc.c:
15209         * ext/libcaca/gstcacasink.c:
15210         * ext/libmng/gstmngdec.c:
15211         * ext/libmng/gstmngenc.c:
15212         * ext/libpng/gstpngdec.c:
15213         * ext/libpng/gstpngenc.c:
15214         * ext/mikmod/gstmikmod.c:
15215         * ext/raw1394/gstdv1394src.c:
15216         * ext/shout2/gstshout2.c: (gst_shout2send_init):
15217         * ext/shout2/gstshout2.h:
15218         * ext/speex/gstspeexdec.c:
15219         * ext/speex/gstspeexenc.c:
15220         * gst/alpha/gstalpha.c:
15221         * gst/alpha/gstalphacolor.c:
15222         * gst/apetag/gstapedemux.c:
15223         * gst/auparse/gstauparse.c:
15224         * gst/autodetect/gstautoaudiosink.c:
15225         (gst_auto_audio_sink_base_init):
15226         * gst/autodetect/gstautovideosink.c:
15227         (gst_auto_video_sink_base_init):
15228         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
15229         * gst/avi/gstavimux.c: (gst_avimux_base_init):
15230         * gst/cutter/gstcutter.c:
15231         * gst/debug/breakmydata.c:
15232         * gst/debug/efence.c:
15233         * gst/debug/gstnavigationtest.c:
15234         * gst/debug/gstnavseek.c:
15235         * gst/debug/negotiation.c:
15236         * gst/debug/progressreport.c:
15237         * gst/debug/testplugin.c:
15238         * gst/effectv/gstaging.c:
15239         * gst/effectv/gstdice.c:
15240         * gst/effectv/gstedge.c:
15241         * gst/effectv/gstquark.c:
15242         * gst/effectv/gstrev.c:
15243         * gst/effectv/gstshagadelic.c:
15244         * gst/effectv/gstvertigo.c:
15245         * gst/effectv/gstwarp.c:
15246         * gst/flx/gstflxdec.c:
15247         * gst/goom/gstgoom.c:
15248         * gst/icydemux/gsticydemux.c:
15249         * gst/id3demux/gstid3demux.c:
15250         * gst/interleave/deinterleave.c:
15251         * gst/interleave/interleave.c:
15252         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
15253         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
15254         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
15255         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
15256         * gst/level/gstlevel.c:
15257         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
15258         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
15259         * gst/median/gstmedian.c:
15260         * gst/monoscope/gstmonoscope.c:
15261         * gst/multipart/multipartdemux.c:
15262         * gst/multipart/multipartmux.c:
15263         * gst/oldcore/gstaggregator.c:
15264         * gst/oldcore/gstfdsink.c:
15265         * gst/oldcore/gstmd5sink.c:
15266         * gst/oldcore/gstmultifilesrc.c:
15267         * gst/oldcore/gstpipefilter.c:
15268         * gst/oldcore/gstshaper.c:
15269         * gst/oldcore/gststatistics.c:
15270         * gst/rtp/gstasteriskh263.c:
15271         * gst/rtp/gstrtpL16depay.c:
15272         * gst/rtp/gstrtpL16pay.c:
15273         * gst/rtp/gstrtpamrdepay.c:
15274         * gst/rtp/gstrtpamrpay.c:
15275         * gst/rtp/gstrtpdepay.c:
15276         * gst/rtp/gstrtpgsmpay.c:
15277         * gst/rtp/gstrtph263pay.c:
15278         * gst/rtp/gstrtph263pdepay.c:
15279         * gst/rtp/gstrtph263ppay.c:
15280         * gst/rtp/gstrtpilbcdepay.c:
15281         * gst/rtp/gstrtpmp4gpay.c:
15282         * gst/rtp/gstrtpmp4vdepay.c:
15283         * gst/rtp/gstrtpmp4vpay.c:
15284         * gst/rtp/gstrtpmpadepay.c:
15285         * gst/rtp/gstrtpmpapay.c:
15286         * gst/rtp/gstrtppcmadepay.c:
15287         * gst/rtp/gstrtppcmapay.c:
15288         * gst/rtp/gstrtppcmudepay.c:
15289         * gst/rtp/gstrtppcmupay.c:
15290         * gst/rtp/gstrtpspeexdepay.c:
15291         * gst/rtp/gstrtpspeexpay.c:
15292         * gst/rtsp/gstrtpdec.c:
15293         * gst/rtsp/gstrtspsrc.c:
15294         * gst/smpte/gstsmpte.c:
15295         * gst/udp/gstdynudpsink.c:
15296         * gst/udp/gstmultiudpsink.c:
15297         * gst/udp/gstudpsink.c:
15298         * gst/udp/gstudpsrc.c:
15299         * gst/videobox/gstvideobox.c:
15300         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
15301         * gst/videofilter/gstvideobalance.c:
15302         * gst/videofilter/gstvideoflip.c:
15303         * gst/videofilter/gstvideotemplate.c:
15304         (gst_videotemplate_base_init):
15305         * gst/videomixer/videomixer.c:
15306         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15307         (gst_wavparse_class_init), (gst_wavparse_dispose),
15308         (gst_wavparse_reset), (gst_wavparse_init),
15309         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
15310         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15311         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
15312         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
15313         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
15314         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
15315         (gst_wavparse_change_state):
15316         * gst/wavparse/gstwavparse.h:
15317         * sys/oss/gstossmixerelement.c:
15318         * sys/oss/gstosssink.c:
15319         * sys/oss/gstosssrc.c:
15320         * sys/osxaudio/gstosxaudioelement.c:
15321         * sys/osxaudio/gstosxaudiosink.c:
15322         * sys/osxaudio/gstosxaudiosrc.c:
15323         * sys/sunaudio/gstsunaudiomixer.c:
15324         * sys/sunaudio/gstsunaudiosink.c:
15325           Define GstElementDetails as const and also static (when defined as
15326           global)
15327
15328 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
15329
15330         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15331           Source pad has fixed caps. If we don't set this, bad
15332           things happen when the window is resized.
15333
15334 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
15335
15336         * gst/matroska/Makefile.am:
15337         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15338         (gst_matroska_demux_handle_src_event):
15339         * gst/matroska/matroska-ids.c:
15340         (gst_matroska_track_init_video_context),
15341         (gst_matroska_track_init_audio_context),
15342         (gst_matroska_track_init_subtitle_context),
15343         (gst_matroska_track_init_complex_context):
15344         * gst/matroska/matroska-ids.h:
15345           Handle case where the TrackType ebml chunk does not come before the
15346           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
15347           events.
15348
15349 2006-04-25  Wim Taymans  <wim@fluendo.com>
15350
15351         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
15352         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
15353         It's codec_data, not codec_info.
15354
15355 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
15356
15357         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
15358
15359         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
15360           Handle codec_data for VfW compatibility codec IDs (#339451)
15361
15362         * gst/matroska/matroska-mux.c:
15363         (gst_matroska_mux_video_pad_setcaps):
15364           Same here, handle codec_data and add additional caps we can handle
15365           now to the pad template (huffyuv, dv and h263 video) (#339451)
15366
15367 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
15368
15369         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
15370
15371         * gst/matroska/matroska-mux.c:
15372         (gst_matroska_mux_create_buffer_header),
15373         (gst_matroska_mux_write_data):
15374           Fix timestamping of B-frames, use signed integers, do
15375           some rounding (#339678).
15376
15377 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
15378
15379         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
15380         just make it compile with --disable-gst-debug.
15381
15382 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
15383
15384         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
15385         Fix a bad conversion using gst_guint64_to_gdouble.
15386         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
15387         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
15388         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
15389     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
15390         mistake.
15391
15392 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
15393
15394         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
15395         Use gst_guint64_to_gdouble for conversions
15396         * win32/vs6/gst_plugins_good.dsw:
15397         * win32/vs6/libgsticydemux.dsp:
15398         Add a project file for icydemux
15399
15400 2006-04-21  Wim Taymans  <wim@fluendo.com>
15401
15402         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
15403
15404         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15405         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
15406         When splitting audio chunks, the block alignment is not taken in
15407         consideration, so the smaller chunks could be of size which is 
15408         not a multiple of the block alignment. Fixes #336904
15409
15410 2006-04-21  Wim Taymans  <wim@fluendo.com>
15411
15412         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
15413         Use scale functions
15414
15415 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
15416
15417         * ext/dv/gstdv.c: (plugin_init):
15418           Fix build.
15419
15420 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
15421
15422         * gst/debug/progressreport.c: (gst_progress_report_finalize),
15423         (gst_progress_report_class_init), (gst_progress_report_init),
15424         (gst_progress_report_do_query), (gst_progress_report_report),
15425         (gst_progress_report_set_property),
15426         (gst_progress_report_get_property):
15427           Add 'format' property to force querying to a particular format.
15428
15429 2006-04-21  Andy Wingo  <wingo@pobox.com>
15430
15431         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
15432         best, on big endian systems. Drop its rank in that case. OTOH on
15433         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
15434
15435 2006-04-21  Michael Smith  <msmith@fluendo.com>
15436
15437         * configure.ac:
15438         * gst/icydemux/Makefile.am:
15439         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
15440         (gst_icydemux_base_init), (gst_icydemux_class_init),
15441         (gst_icydemux_reset), (gst_icydemux_init),
15442         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
15443         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
15444         (unicodify), (gst_icydemux_unicodify),
15445         (gst_icydemux_parse_and_send_tags),
15446         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
15447         (gst_icydemux_chain), (gst_icydemux_change_state),
15448         (gst_icydemux_send_tag_event), (plugin_init):
15449         * gst/icydemux/gsticydemux.h:
15450         * tests/check/Makefile.am:
15451         * tests/check/elements/icydemux.c: (typefind_succeed),
15452         (plugin_init), (icydemux_found_pad), (create_icydemux),
15453         (cleanup_icydemux), (push_data), (GST_START_TEST),
15454         (icydemux_suite), (main):
15455           Add icydemux, and tests.
15456
15457 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15458
15459         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
15460           Post SEGMENT_DONE message in TIME format.
15461
15462 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15463
15464         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
15465
15466         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
15467         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
15468           Fix index creation when we have to scan the file to create
15469           an index. There may be other types of RIFF 'LIST' chunks than
15470           'movi' and we need to skip them properly as well or we'll end up
15471           reading garbage (#336889). Some other cosmetic changes.
15472           
15473 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15474
15475         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
15476         (gst_flac_dec_handle_seek_event):
15477           Add support for segment seeks (fixes #338290). Also demote
15478           some recurring debug message from DEBUG to LOG level.
15479
15480 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15481
15482         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15483         (gst_matroskademux_do_index_seek),
15484         (gst_matroska_demux_handle_seek_event),
15485         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
15486         * gst/matroska/matroska-ids.h:
15487           Set DISCONT flag on first buffer after a discontinuity.
15488           Fix newsegment events sent when seeking and honour KEY_UNIT
15489           seek flag. Create pad with bogus caps if we don't recognise
15490           the stream codec id.
15491
15492         * gst/matroska/matroska-demux.h:
15493           Fix GObject macros.
15494
15495 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15496
15497         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
15498
15499         * gst/matroska/matroska-demux.c:
15500         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
15501           Handle end of segment properly when set; don't dead-lock when
15502           posting start of segment message when doing a segment seek.
15503           Fixes #338810.
15504
15505 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15506
15507         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
15508         (gst_matroska_demux_plugin_init):
15509           Make mpeg2 aac audio work: create artificial private codec data
15510           chunk which faad2 seems to require, just as we do for mpeg4 aac.
15511           Also call gst_riff_init(). Partially fixes #338767.
15512
15513 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
15514
15515         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
15516         (gst_wavenc_class_init), (gst_wavenc_init),
15517         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
15518         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
15519         (gst_wavenc_chain), (gst_wavenc_change_state):
15520         * gst/wavenc/gstwavenc.h:
15521           Set caps on first outgoing buffer, so that it doesn't error out
15522           immediately with a non-negotiated error (#338716). Rewrite and
15523           clean up a bit; fix setcaps function to parse things properly;
15524           fix sink caps (8bit audio is unsigned and doesn't have depth);
15525           use boilerplate macros; remove unused properties stuff.
15526
15527 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15528
15529         * ext/gdk_pixbuf/gstgdkpixbuf.c:
15530           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
15531           handle MJPEG streams and might be autoplugged for those if the
15532           user doesn't have jpegdec installed (resulting in a cryptic error
15533           message about huffman tables). Better to disable JPEG decoding here
15534           and let the user figure out that she needs to install jpegdec.
15535
15536 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15537
15538         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
15539         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
15540         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
15541         * ext/gdk_pixbuf/gstgdkpixbuf.h:
15542           Make work with packetised/framed input (e.g. png-in-quicktime). Use
15543           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
15544           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
15545           debug messages. Fix boilerplate macros.
15546
15547 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15548
15549         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
15550         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
15551           No need to special-case for Gdk-2.0 any longer, we require
15552           Gdk 2.2 or newer; minor clean-ups.
15553
15554 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15555
15556         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
15557         (gst_shout2send_class_init), (gst_shout2send_init),
15558         (set_shout_metadata), (gst_shout2send_set_metadata),
15559         (gst_shout2send_event), (gst_shout2send_start),
15560         (gst_shout2send_connect), (gst_shout2send_stop),
15561         (gst_shout2send_render), (gst_shout2send_set_property),
15562         (gst_shout2send_get_property), (gst_shout2send_setcaps),
15563         (plugin_init):
15564         * ext/shout2/gstshout2.h:
15565         * po/POTFILES.in:
15566           Rewrite a bit: use GstBaseSink::start and stop instead of a state
15567           change function; use GST_ELEMENT_ERROR for error reporting, not
15568           g_error() or GST_ERROR(); don't unref caps in setcaps function,
15569           will cause crashes or assertion failures; remove (unused) "sync"
15570           property, basesink already has such a property; misc. other
15571           minor fixes and cleanups.
15572
15573 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15574
15575         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
15576         * ext/esd/gstesd.c: (plugin_init):
15577         * po/POTFILES.in:
15578           Add translatable error message for when we cannot
15579           connect to the sound server, as "Cannot open resource
15580           for writing" isn't really an acceptable message to show
15581           to the user in this case.
15582
15583 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15584
15585         * sys/oss/gst-i18n-plugin.h:
15586           Remove bogus file that doesn't belong here.
15587
15588 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
15589
15590         Patch by: Philippe Valembois
15591
15592         * ext/shout2/gstshout2.c: (gst_shout2send_init),
15593         (gst_shout2send_set_metadata), (gst_shout2send_event),
15594         (gst_shout2send_render), (gst_shout2send_change_state):
15595         * ext/shout2/gstshout2.h:
15596           Handle tags being received before the connection to
15597           the server is established properly (see #338636).
15598
15599 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
15600
15601         * ext/shout2/gstshout2.c: (gst_shout2send_render):
15602           Don't crash in case the connection to the server fails:
15603           don't set pointer to NULL by assigning FALSE; error out
15604           properly by using GST_ELEMENT_ERROR and returning
15605           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
15606           before resetting the pointer.
15607
15608 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
15609
15610         * gst/id3demux/id3tags.c:
15611         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
15612         (Fixes #338713)
15613
15614 2006-04-12  Wim Taymans  <wim@fluendo.com>
15615
15616         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
15617         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
15618         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
15619         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
15620         (gst_gdk_pixbuf_chain):
15621         Some cleanups.
15622         Added RGBA as a possible output format.
15623         Correctly free the supported mimetypes.
15624         deprecate silent arg, it's not used.
15625         Return result from _alloc_buffer to peer.
15626
15627 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15628
15629         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
15630           Don't leak memory allocated by gst_buffer_new_and_alloc() by
15631           overwriting GST_BUFFER_MALLOCDATA.
15632
15633 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15634
15635         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
15636         (user_endrow_callback), (user_end_callback),
15637         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
15638         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
15639         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
15640         * ext/libpng/gstpngdec.h:
15641           Handle more than one frame if the content is framed,
15642           like with png-in-quicktime (#331917).
15643
15644 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15645
15646         * sys/oss/Makefile.am:
15647         * sys/oss/common.h:
15648         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
15649         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
15650         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
15651         (gst_oss_src_unprepare):
15652           - the user-visible error strings were in the wrong category
15653           - and the messages were not marked for translation
15654           - which is actually a good thing, because they were exactly
15655             the kind of message you would never want anyone to see
15656           - the macros were using variables that didn't exist in the macro
15657             arguments
15658           - and they were obviously copied from each other and then modified
15659           - so a common header makes sense
15660
15661 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
15662
15663         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
15664           Don't try to modify read-only data.
15665
15666         * gst/matroska/matroska-demux.c:
15667         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
15668           Fix comment (won't crash any longer now).
15669
15670 2006-04-10  Michael Smith  <msmith@fluendo.com>
15671
15672         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
15673           Use copies of header buffers for caps to avoid circular refcounting
15674           problems (as in theoradec, vorbisdec).
15675
15676         * tests/check/elements/cmmldec.c: (GST_START_TEST):
15677           Fix a typo in test that meant it was testing the wrong thing.
15678
15679         * tests/check/elements/cmmlenc.c: (check_headers):
15680           Fix refcount checks now that we use buffer-copies for caps.
15681
15682 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
15683
15684         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
15685         (gst_matroska_demux_handle_seek_event),
15686         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
15687         (gst_matroska_demux_subtitle_caps),
15688         (gst_matroska_demux_plugin_init):
15689           Use static pad templates with ANY caps for audio and video
15690           source pads and get rid of a lot of unnecessary (and partially
15691           broken) code for the template caps. Clean up caps finding
15692           functions. Fixes playback of audio files/streams that do not
15693           contain the sample rate and/or number of channels in the audio
15694           context (happens a lot with vorbis/mp3 .mka files it seems).
15695           Fixes #337183.
15696           Also add myself to copyright holders.
15697
15698 2006-04-10  Michael Smith  <msmith@fluendo.com>
15699
15700         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
15701           Use g_list_delete_link () instead of g_list_remove_link () so that
15702           we free the link as well as the contained data.
15703
15704 2006-04-10  Wim Taymans  <wim@fluendo.com>
15705
15706         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
15707
15708         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
15709         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
15710         (gst_avi_demux_stream_header):
15711         Fix some crashers with empty chunks. (Fixes #337749)
15712
15713 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
15714
15715         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
15716           use G_GINT64_CONSTANT for INT64 constants
15717         * gst/videofilter/gstvideobalance.c:
15718           define rint for WIN32 #define rint(x) (floor((x)+0.5))
15719         * win32/vs6/libgstavi.dsp:
15720          add missing libraries for the link and remove avimux.c from
15721          the project as it isn't ported to 0.10 yet
15722         
15723 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
15724
15725         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
15726           Even better would be if we actually did the right thing
15727           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
15728
15729 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
15730
15731         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
15732           Can't just replace 1LL with 1L here just because MSVC doesn't
15733           support it, as it might lead to incorrect results when doing the
15734           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
15735           force a 64-bit constant in a way that all compilers are happy with.
15736
15737 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15738
15739         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
15740         * ext/esd/esdsink.c: (gst_esdsink_class_init):
15741         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
15742         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
15743         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
15744         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
15745         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
15746         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
15747         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
15748         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
15749         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
15750         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
15751         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
15752         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
15753         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
15754         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
15755         * gst/avi/gstavimux.c: (gst_avimux_class_init):
15756         * gst/debug/efence.c: (gst_efence_class_init):
15757         * gst/debug/negotiation.c: (gst_negotiation_class_init):
15758         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
15759         * gst/goom/gstgoom.c: (gst_goom_class_init):
15760         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
15761         * gst/interleave/deinterleave.c: (deinterleave_class_init):
15762         * gst/interleave/interleave.c: (interleave_class_init):
15763         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
15764         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
15765         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
15766         * gst/median/gstmedian.c: (gst_median_class_init):
15767         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
15768         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
15769         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
15770         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
15771         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
15772         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
15773         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
15774         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
15775         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
15776         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
15777         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
15778         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
15779         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
15780         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
15781         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
15782         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
15783         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
15784         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
15785         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
15786         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
15787         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
15788         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
15789         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
15790         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
15791         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
15792         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
15793         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
15794         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
15795         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
15796         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
15797         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
15798         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
15799         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
15800         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
15801         * sys/osxaudio/gstosxaudioelement.c:
15802         (gst_osxaudioelement_class_init):
15803         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
15804         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
15805         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
15806         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
15807
15808 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15809
15810         * ext/mikmod/gstmikmod.h:
15811         * gst/level/gstlevel.h:
15812         Fix more broken GObject macros
15813
15814 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15815
15816         * ext/annodex/gstcmmldec.h:
15817         * ext/annodex/gstcmmlenc.h:
15818         * ext/annodex/gstcmmltag.h:
15819         * ext/cairo/gsttextoverlay.h:
15820         * ext/ladspa/gstsignalprocessor.h:
15821         * gst/matroska/ebml-read.h:
15822         * gst/matroska/ebml-write.h:
15823         * sys/osxaudio/gstosxaudioelement.h:
15824         Fix broken GObject macros
15825
15826 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
15827
15828         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
15829           Don't try to seek beyond the end of the file (would
15830           occasionally display error dialogs in totem when seeking
15831           to the end) (#335869). Will still throw an error though
15832           if the file is truncated and the total_samples value in
15833           the stream header is wrong.
15834
15835 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
15836
15837         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
15838         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
15839         (gst_flac_dec_metadata_callback):
15840         * ext/flac/gstflacdec.h:
15841           If the stream header doesn't contain the total number of samples,
15842           search for the last flac frame at the end of the file and calculate
15843           the total duration from that frame's offset (fixes #337609).
15844
15845 2006-04-07  Edward Hervey  <edward@fluendo.com>
15846
15847         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
15848         Don't unref the GstPadTemplate returned by
15849         gst_element_class_get_pad_template().
15850
15851 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
15852
15853         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15854
15855         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
15856         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
15857         * sys/sunaudio/gstsunaudiosink.h:
15858           Use spec->segsize and spec->segtotal in the prepare function
15859           to initialise the ring buffer instead of using the buffer-time
15860           property (#337421).
15861
15862 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
15863
15864         * configure.ac:
15865           Bump core requirements to CVS for gst_pad_query_peer_duration()
15866           which is used by speexdec.
15867
15868 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
15869
15870         * ext/speex/gstspeex.c: (plugin_init):
15871         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
15872         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
15873         (speex_get_sink_query_types), (speex_dec_sink_query),
15874         (speex_get_src_query_types), (speex_dec_src_query),
15875         (speex_dec_src_event), (speex_dec_sink_event),
15876         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
15877         (speex_dec_chain_parse_data), (speex_dec_chain),
15878         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
15879         (speex_dec_change_state):
15880         * ext/speex/gstspeexdec.h:
15881           Fix seeking and duration queries (#337033); clean up and
15882           refactor a bit.
15883
15884 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15885
15886         * ext/raw1394/gstdv1394src.c:
15887           distinguish between device not found and could not open for
15888           reading
15889
15890 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15891
15892         * Makefile.am:
15893         * configure.ac:
15894         * pkgconfig/.cvsignore:
15895         * pkgconfig/Makefile.am:
15896         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
15897           add a .pc file so other modules can use good plugins in tests
15898
15899 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15900
15901         * configure.ac:
15902           clean up, use AS_VERSION and AS_NANO
15903         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15904           use PACKAGE_VERSION define
15905         * po/af.po:
15906         * po/az.po:
15907         * po/cs.po:
15908         * po/en_GB.po:
15909         * po/hu.po:
15910         * po/it.po:
15911         * po/nb.po:
15912         * po/nl.po:
15913         * po/or.po:
15914         * po/sq.po:
15915         * po/sr.po:
15916         * po/sv.po:
15917         * po/uk.po:
15918         * po/vi.po:
15919           updated
15920
15921 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
15922
15923         * ext\jpeg\smokecodec.c:
15924           use of GST_DEBUG instead of DEBUG(a...) for WIN32
15925         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
15926           move first instruction after all variables declarations
15927         * gst\alpha\gstalpha.c:
15928         * gst\effectv\gstshagadelic.c:
15929         * gst\smpte\paint.c:
15930         * gst\videofilter\gstvideobalance.c:
15931           define M_PI if it's not defined (it's not defined on WIN32)
15932         * gst\cutter\gstcutter.c: (gst_cutter_chain):
15933         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
15934         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
15935         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
15936         (gst_matroska_demux_video_caps):
15937         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
15938         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
15939           use gst_guint64_to_gdouble for conversions
15940         * gst\goom\filters.c: (setPixelRGB_):
15941           fix a debug which was using undefined variable
15942         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
15943         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
15944           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
15945         * win32/vs6:
15946           add vs6 projects files for most of plugins-good
15947         
15948 2006-03-30  j^  <j@bootlab.org>
15949
15950         * ext/aalib/gstaasink.c:
15951         * ext/annodex/gstcmmldec.c:
15952         * ext/annodex/gstcmmlenc.c:
15953         * ext/cairo/gsttextoverlay.c:
15954         * ext/cairo/gsttimeoverlay.c:
15955         * ext/cdio/gstcdiocddasrc.c:
15956         * ext/dv/gstdvdec.c:
15957         * ext/esd/esdmon.c:
15958         * ext/esd/esdsink.c:
15959         * ext/flac/gstflacdec.c:
15960         * ext/flac/gstflacenc.c:
15961         * ext/flac/gstflactag.c:
15962         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
15963         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
15964         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
15965         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
15966         * ext/gdk_pixbuf/gstgdkpixbuf.c:
15967         * ext/gdk_pixbuf/pixbufscale.c:
15968         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
15969         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
15970         * ext/jpeg/gstjpegdec.c:
15971         * ext/jpeg/gstjpegenc.c:
15972         * ext/jpeg/gstsmokedec.c:
15973         * ext/jpeg/gstsmokeenc.c:
15974         * ext/libcaca/gstcacasink.c:
15975         * ext/libmng/gstmngdec.c:
15976         * ext/libmng/gstmngenc.c:
15977         * ext/libpng/gstpngdec.c:
15978         * ext/libpng/gstpngenc.c:
15979         * ext/mikmod/gstmikmod.c:
15980         * ext/raw1394/gstdv1394src.c:
15981         * ext/shout2/gstshout2.c:
15982         * ext/speex/gstspeexdec.c:
15983         * ext/speex/gstspeexenc.c:
15984         * gst/alpha/gstalpha.c:
15985         * gst/alpha/gstalphacolor.c:
15986         * gst/auparse/gstauparse.c:
15987         * gst/autodetect/gstautoaudiosink.c:
15988         (gst_auto_audio_sink_base_init):
15989         * gst/autodetect/gstautovideosink.c:
15990         (gst_auto_video_sink_base_init):
15991         * gst/avi/gstavimux.c: (gst_avimux_base_init):
15992         * gst/cutter/gstcutter.c:
15993         * gst/debug/breakmydata.c:
15994         * gst/debug/efence.c:
15995         * gst/debug/gstnavigationtest.c:
15996         * gst/debug/negotiation.c:
15997         * gst/debug/progressreport.c:
15998         * gst/debug/testplugin.c:
15999         * gst/effectv/gstaging.c:
16000         * gst/effectv/gstdice.c:
16001         * gst/effectv/gstedge.c:
16002         * gst/effectv/gstquark.c:
16003         * gst/effectv/gstrev.c:
16004         * gst/effectv/gstvertigo.c:
16005         * gst/effectv/gstwarp.c:
16006         * gst/flx/gstflxdec.c:
16007         * gst/goom/gstgoom.c:
16008         * gst/interleave/deinterleave.c:
16009         * gst/interleave/interleave.c:
16010         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16011         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16012         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16013         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16014         * gst/level/gstlevel.c:
16015         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16016         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16017         * gst/median/gstmedian.c:
16018         * gst/monoscope/gstmonoscope.c:
16019         * gst/multipart/multipartdemux.c:
16020         * gst/multipart/multipartmux.c:
16021         * gst/oldcore/gstmd5sink.c:
16022         * gst/oldcore/gstmultifilesrc.c:
16023         * gst/oldcore/gstpipefilter.c:
16024         * gst/oldcore/gstshaper.c:
16025         * gst/oldcore/gststatistics.c:
16026         * gst/rtp/gstasteriskh263.c:
16027         * gst/rtp/gstrtpL16depay.c:
16028         * gst/rtp/gstrtpL16pay.c:
16029         * gst/rtp/gstrtpamrdepay.c:
16030         * gst/rtp/gstrtpamrpay.c:
16031         * gst/rtp/gstrtpdepay.c:
16032         * gst/rtp/gstrtpgsmpay.c:
16033         * gst/rtp/gstrtph263pay.c:
16034         * gst/rtp/gstrtph263pdepay.c:
16035         * gst/rtp/gstrtph263ppay.c:
16036         * gst/rtp/gstrtpmp4gpay.c:
16037         * gst/rtp/gstrtpmp4vdepay.c:
16038         * gst/rtp/gstrtpmp4vpay.c:
16039         * gst/rtp/gstrtpmpadepay.c:
16040         * gst/rtp/gstrtpmpapay.c:
16041         * gst/rtp/gstrtppcmadepay.c:
16042         * gst/rtp/gstrtppcmapay.c:
16043         * gst/rtp/gstrtppcmudepay.c:
16044         * gst/rtp/gstrtppcmupay.c:
16045         * gst/rtp/gstrtpspeexdepay.c:
16046         * gst/rtp/gstrtpspeexpay.c:
16047         * gst/rtsp/gstrtpdec.c:
16048         * gst/smpte/gstsmpte.c:
16049         * gst/videobox/gstvideobox.c:
16050         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16051         * gst/videofilter/gstvideobalance.c:
16052         * gst/videofilter/gstvideoflip.c:
16053         * gst/videofilter/gstvideotemplate.c:
16054         (gst_videotemplate_base_init):
16055         * gst/videomixer/videomixer.c:
16056         * gst/wavenc/gstwavenc.c:
16057         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
16058          better/unified long descriptions
16059          Fixed #336602
16060          Some cleanups to auparse, don't send multiple newsegments.
16061
16062 2006-03-29  Wim Taymans  <wim@fluendo.com>
16063
16064         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
16065
16066         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
16067         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
16068         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
16069         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
16070         * ext/dv/gstdvdemux.h:
16071         Seek in READY patch. Only works for pull based mode.
16072         Fixes #323880
16073
16074 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16075
16076         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
16077         (gst_gdk_pixbuf_event):
16078           Fix two crashers: don't unref the same caps twice, and
16079           set pixbuf loader to NULL after freeing it.
16080
16081 2006-03-27  Wim Taymans  <wim@fluendo.com>
16082
16083         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
16084         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
16085         (gst_speexenc_chain):
16086         * ext/speex/gstspeexenc.h:
16087         Don't leak adapter.
16088         A push *always* takes ownership of the buffer, even on
16089         errors.
16090         Small cleanups.
16091
16092 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
16093
16094         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
16095           Create source pad without leaking.
16096
16097 2006-03-24  Wim Taymans  <wim@fluendo.com>
16098
16099         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16100         * ext/flac/gstflacdec.h:
16101         * ext/flac/gstflacenc.h:
16102         Spifify a bit.
16103         Fix deadly lock order error in seeking code, STREAM_LOCK
16104         cannot be taken within LOCK and the streaming variables are
16105         protected with the STREAM_LOCK anyway.
16106
16107 2006-03-24  Wim Taymans  <wim@fluendo.com>
16108
16109         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
16110         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16111         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
16112         this patch combines the global init_frames with the stream
16113         init_frames. Rationale being that the global delay should 
16114         be subtracted from any stream delay.
16115         Fixes #335858.
16116
16117 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16118
16119         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
16120         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
16121         * gst/smpte/gstsmpte.c: (gst_smpte_init):
16122         * gst/videomixer/videomixer.c: (gst_videomixer_init):
16123         use DEBUG_FUNCPTR for collectpads
16124
16125 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16126
16127         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
16128           Don't crash when encoding images where the number of rows isn't
16129           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
16130
16131 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16132
16133         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
16134         * gst/interleave/deinterleave.c: (deinterleave_change_state):
16135         * gst/interleave/interleave.c: (interleave_change_state):
16136         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
16137           More state change function fixes.
16138
16139 2006-03-23  Wim Taymans  <wim@fluendo.com>
16140
16141         * ext/esd/esdsink.c: (gst_esdsink_class_init),
16142         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
16143         (gst_esdsink_prepare), (gst_esdsink_unprepare),
16144         (gst_esdsink_delay), (gst_esdsink_reset):
16145         * ext/esd/esdsink.h:
16146         Fix esd choppy playback by configuring audiosink
16147         correctly. Fixes #325191
16148
16149 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16150
16151         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
16152           Make state change function thread-safe.
16153
16154 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16155
16156         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
16157         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
16158           Don't try to read beyond the end of the file just because
16159           the header claims a bigger size (like with truncated files).
16160
16161 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16162
16163         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
16164         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
16165         (gst_wavparse_stream_data), (gst_wavparse_loop):
16166         * gst/wavparse/gstwavparse.h:
16167           Delay source pad creation until we have the first chunk of
16168           media data, so the we can examine the data and adjust the
16169           caps accordingly if required. This makes playback of .wav
16170           files with DTS-declared-as-PCM content work (#313266).
16171
16172 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
16173
16174         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
16175         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
16176         Don't attempt typefinding on too-short buffers that have been
16177         completely trimmed away. (Fixes #330239)
16178
16179         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
16180         Improve the debug output
16181
16182 2006-03-21  Wim Taymans  <wim@fluendo.com>
16183
16184         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
16185         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
16186         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
16187         (gst_esdsink_set_property), (gst_esdsink_get_property):
16188         Some cleanups.
16189         Reset fd to -1 when we close them.
16190
16191 2006-03-21  Wim Taymans  <wim@fluendo.com>
16192
16193         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
16194         the OPTIONS request result is optional so don't
16195         fail on it.
16196
16197 2006-03-21  Edward Hervey  <edward@fluendo.com>
16198
16199         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
16200         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
16201         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
16202         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
16203         (gst_wavparse_change_state):
16204         gcc 4.1 unreferenced pointer fixes.
16205
16206 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16207
16208         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16209
16210         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
16211           Fix block alignment calculation. Alignment should be done before
16212           adding the byte offset where the data starts (#335231).
16213
16214 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
16215
16216         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
16217           Ensure that we set correct caps on buffers that are transferred
16218           direct from the input.
16219
16220 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
16221
16222         * gst/goom/filters.c: (zoomFilterDestroy):
16223         * gst/goom/goom_core.c: (goom_close):
16224           Free filter data when cleaning up. (Fixes: #334995)
16225
16226 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
16227
16228         * configure.ac:
16229           Don't compile udp and rtsp plugins on win32 (mingw) or other
16230           systems that don't have <sys/socket.h> for some reason (#316203).
16231
16232 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16233
16234         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
16235         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
16236         * ext/raw1394/gstdv1394src.h:
16237           Change bus reset handler so it reports useful information such as
16238           whether the device being used connected or disconnected
16239
16240 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16241
16242         * gst/id3demux/id3v2frames.c:
16243         (parse_relative_volume_adjustment_two):
16244           We only care about gain and peak data for the master volume.
16245
16246 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16247
16248         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
16249         (parse_id_string), (parse_unique_file_identifier),
16250         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
16251           Read replay gain tags (#323721).
16252
16253 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16254
16255         * configure.ac:
16256           Bump requirements to gst-plugins-base CVS because
16257           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
16258
16259 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
16260
16261         * rtp/gst/gstrtppcmadepay.c:
16262         Fixed one of the caps in the code from mulaw to alaw.
16263
16264 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16265
16266         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
16267           Ensure that we set caps on the buffers we pass.
16268
16269         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16270         (gst_id3demux_sink_activate):
16271           Ensure that we set caps on the buffers we pass.
16272
16273           Use STREAM, TYPE_NOT_FOUND as the error class when
16274           typefinding fails.
16275
16276 2006-03-15  Edward Hervey  <edward@fluendo.com>
16277
16278         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
16279         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
16280         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
16281         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
16282         (gst_jpeg_dec_setcaps):
16283         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
16284         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
16285         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
16286         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
16287         (gst_mngdec_src_getcaps):
16288         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16289         (gst_pngdec_caps_create_and_set):
16290         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
16291         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
16292         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
16293         * gst/alpha/gstalpha.c: (gst_alpha_init):
16294         * gst/auparse/gstauparse.c: (gst_au_parse_init):
16295         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
16296         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
16297         * gst/cutter/gstcutter.c: (gst_cutter_init):
16298         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
16299         (gst_efence_checkgetrange):
16300         * gst/debug/negotiation.c: (gst_negotiation_init):
16301         * gst/flx/gstflxdec.c: (gst_flxdec_init):
16302         * gst/goom/gstgoom.c: (gst_goom_init):
16303         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
16304         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
16305         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
16306         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
16307         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
16308         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
16309         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
16310         * gst/smpte/gstsmpte.c: (gst_smpte_init):
16311         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
16312         (gst_wavparse_create_sourcepad):
16313         Fix memleak with gst_static_pad_template_get().
16314         This uses gst_pad_new_from_static_template() instead.
16315         Fixes #333512
16316
16317 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16318
16319         * configure.ac:
16320           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
16321           used by id3demux.
16322
16323         * gst/id3demux/gstid3demux.c: (plugin_init):
16324         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
16325         (parse_user_text_identification_frame),
16326         (parse_unique_file_identifier):
16327           Add support for UFID and TXXX frames and extract musicbrainz tags.
16328
16329 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16330
16331         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
16332           Catch short reads, like they might happen with truncated
16333           files (see #305279); remove unnecessary indentation.
16334
16335 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16336
16337         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16338           Fix DIB image inversion for pictures with a
16339           depth != 8 (#305279).
16340
16341 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16342
16343         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
16344         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
16345         * ext/jpeg/gstjpegdec.h:
16346           Fix durations on outgoing buffers after seeking
16347           in MJPEG files (#334083); some minor clean-ups.
16348
16349 2006-03-13  Wim Taymans  <wim@fluendo.com>
16350
16351         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
16352         (gst_wavparse_change_state):
16353         Implement seek in READY (re-fixes #327658)
16354
16355 2006-03-13  Wim Taymans  <wim@fluendo.com>
16356
16357         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
16358         * ext/esd/esdmon.c: (gst_esdmon_get):
16359         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
16360         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16361         (gst_gdk_pixbuf_sink_getcaps):
16362         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
16363         (gst_jpegenc_setcaps):
16364         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
16365         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
16366         (gst_smokeenc_setcaps):
16367         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
16368         (gst_mngdec_src_getcaps):
16369         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
16370         (gst_mngenc_chain):
16371         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
16372         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
16373         * ext/speex/gstspeexdec.c: (speex_dec_convert),
16374         (speex_dec_src_event), (speex_dec_chain):
16375         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
16376         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
16377         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
16378         (gst_negotiation_pad_link), (gst_negotiation_chain):
16379         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
16380         (gst_flxdec_chain):
16381         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
16382         (deinterleave_chain):
16383         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
16384         * gst/median/gstmedian.c: (gst_median_link):
16385         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
16386         (gst_monoscope_chain):
16387         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
16388         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
16389         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
16390         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
16391         close #333784 unref the result of gst_pad_get_parent()
16392         by: Christophe Fergeau.
16393
16394 2006-03-09  Wim Taymans  <wim@fluendo.com>
16395
16396         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
16397         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
16398         Handle events in push mode better, can now do non-flushing
16399         seeks in push mode as well.
16400
16401 2006-03-07  Wim Taymans  <wim@fluendo.com>
16402
16403         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
16404         Applied patch from Kai Vehmanen, fixes #333624.
16405
16406 2006-03-06  Julien MOUTTE  <julien@moutte.net>
16407
16408         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
16409         Implement paletted and grayscale png files handling.
16410         (#150363).
16411
16412 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16413
16414         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
16415         (gst_speexenc_chain):
16416           fix a tag list assert
16417           follow gst-plugins-base/ext/ogg/README; set OFFSET
16418           and OFFSET_END.  Muxes correctly with gst-plugins-base
16419           > 0.9.3
16420
16421 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
16422
16423         * gst/id3demux/Makefile.am:
16424         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
16425         (gst_id3demux_chain), (gst_id3demux_sink_activate):
16426           Use new typefind helper functions here as well, and
16427           do typefinding in pull-mode if upstream supports that.
16428
16429 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
16430
16431         * sys/sunaudio/gstsunaudiomixerctrl.c:
16432         (gst_sunaudiomixer_ctrl_get_volume),
16433         (gst_sunaudiomixer_ctrl_set_volume):
16434         * sys/sunaudio/gstsunaudiomixertrack.c:
16435         (gst_sunaudiomixer_track_new):
16436           Remove unused variables, breaks build from CVS
16437           with -Werror (#333392, patch by: Benjamin Pineau)
16438
16439 2006-03-03  Wim Taymans  <wim@fluendo.com>
16440
16441         * docs/plugins/Makefile.am:
16442         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16443         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16444         Added wavparse docs.
16445
16446         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
16447         (gst_wavparse_reset), (gst_wavparse_init),
16448         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
16449         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
16450         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
16451         (gst_wavparse_stream_data), (gst_wavparse_loop),
16452         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
16453         (gst_wavparse_change_state):
16454         * gst/wavparse/gstwavparse.h:
16455         Implement seek in READY (fixes #327658)
16456         Added docs and did some cleanups.
16457
16458 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
16459
16460         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16461         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
16462         (gst_avi_demux_calculate_durations_from_index),
16463         (gst_avi_demux_stream_header):
16464         * gst/avi/gstavidemux.h:
16465           If we have an index, use a duration based on the index instead
16466           of blindly trusting the information in the stream headers
16467           (fixes #331817).
16468
16469 2006-03-03  Wim Taymans  <wim@fluendo.com>
16470
16471         * docs/plugins/Makefile.am:
16472         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16473         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16474         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16475         Added smoke and jpeg to the docs.
16476
16477         * ext/jpeg/Makefile.am:
16478         * ext/jpeg/gstjpeg.c: (plugin_init):
16479         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16480         * ext/jpeg/gstjpegenc.h:
16481         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
16482         (gst_smokedec_chain):
16483         * ext/jpeg/gstsmokedec.h:
16484         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
16485         * ext/jpeg/gstsmokeenc.h:
16486         * ext/jpeg/smokecodec.h:
16487         Port smokedec (fixes #331905).
16488         Added some docs.
16489         Some cleanups.
16490
16491 2006-03-03  Wim Taymans  <wim@fluendo.com>
16492
16493         * docs/plugins/Makefile.am:
16494         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16495         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16496         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16497         Added videobalance and videoflip to the docs.
16498
16499         * gst/videofilter/Makefile.am:
16500         * gst/videofilter/gstvideobalance.c:
16501         (gst_video_balance_update_tables_planar411),
16502         (gst_video_balance_is_passthrough),
16503         (gst_video_balance_update_properties), (oil_tablelookup_u8),
16504         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
16505         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
16506         (gst_video_balance_finalize), (gst_video_balance_class_init),
16507         (gst_video_balance_init), (gst_video_balance_interface_supported),
16508         (gst_video_balance_interface_init),
16509         (gst_video_balance_colorbalance_list_channels),
16510         (gst_video_balance_colorbalance_set_value),
16511         (gst_video_balance_colorbalance_get_value),
16512         (gst_video_balance_colorbalance_init),
16513         (gst_video_balance_set_property), (gst_video_balance_get_property),
16514         (gst_video_balance_get_type), (plugin_init):
16515         * gst/videofilter/gstvideobalance.h:
16516         Ported to 0.10. (Fixes #326160)
16517         Added docs.
16518
16519         * gst/videofilter/gstvideoflip.c:
16520         * gst/videofilter/gstvideoflip.h:
16521         Added docs.
16522
16523 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16524
16525         * configure.ac:
16526           Bump requirements to current core and -base CVS
16527           (core for new typefind helper API, and -base for the
16528           WAVFORMATEX support that was added to libgstriff and
16529           is needed by wavparse).
16530         
16531         * gst/apetag/Makefile.am:
16532         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
16533         (gst_tag_demux_sink_activate):
16534           Use new typefind helpers for typefinding instead of our
16535           home-grown stuff; also, do typefinding in pull-mode if
16536           upstream supports that.
16537
16538 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
16539
16540         Reviewed by: Christian Schaller <christian@fluendo.com>
16541
16542         This patch fixes bug: 329107
16543
16544         This Changelog entry is for a commit done on February 17
16545
16546         * ext/gconf/gconf.c
16547         * ext/gconf/gconf.h
16548         * ext/gconf/gstgconfaudiosink.c
16549         * ext/gconf/gstgconfaudiosink.h
16550         * gconf/gstreamer.schemas.in
16551
16552 2006-02-28  Wim Taymans  <wim@fluendo.com>
16553
16554         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
16555         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
16556         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
16557         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
16558         Use DEBUG_OBJECT more.
16559
16560 2006-02-28  Wim Taymans  <wim@fluendo.com>
16561
16562         * docs/plugins/Makefile.am:
16563         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16564         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16565         Added dvdec and dvdemux to docs.
16566
16567         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
16568         Added docs.
16569         Check frame sizes so we don't crash when don't have enough
16570         data.
16571         Send nice error messages on error.
16572
16573         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
16574         (gst_dvdemux_class_init), (gst_dvdemux_init),
16575         (gst_dvdemux_finalize), (gst_dvdemux_reset),
16576         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
16577         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
16578         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
16579         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
16580         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
16581         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
16582         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
16583         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
16584         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
16585         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
16586         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
16587         * ext/dv/gstdvdemux.h:
16588         Added docs.
16589         Implement pull mode.
16590         Fix memleaks.
16591         Reduce memcpy for the video demuxing.
16592
16593 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
16594
16595         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
16596         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
16597         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
16598         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
16599           Add a little extra debug. Make the decoder not return NOT_LINKED,
16600           as we want to continue decoding all CMML and emitting tags.
16601
16602 2006-02-27  Michael Smith  <msmith@fluendo.com>
16603
16604         * ext/annodex/gstskeltag.c:
16605         * ext/annodex/gstskeltag.h:
16606           Deleted; these files aren't used any more either.
16607
16608 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16609
16610         * ext/Makefile.am: Fix dist-check.
16611
16612 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16613
16614         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
16615         memleak.
16616
16617 2006-02-25  Alessandro Decina <alessandro@nnva.org>
16618
16619         * ext/annodex/Makefile.am:
16620         * ext/annodex/gstannodex.c:
16621         * ext/annodex/gstcmmldec.c:
16622         * ext/annodex/gstcmmlenc.c:
16623         * ext/annodex/gstcmmlparser.c:
16624         * ext/annodex/gstcmmlparser.h:
16625         * ext/annodex/gstcmmlutils.c:
16626         * tests/check/elements/cmmldec.c:
16627         * tests/check/elements/cmmlenc.c:
16628           Fix a memleak in gst_cmml_track_list_add_clip.
16629           Handle overflows in clip's start and end times.
16630           Add the "encoded" parameter to cmmldec and cmmlenc caps.
16631           Do not parse junk at the end of a CMML preamble buffer.
16632           Register a libxml error handler to not print stuff on stderr.
16633           Check for bad clip start and end times in the testsuites.
16634
16635 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16636
16637         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
16638         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
16639         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
16640         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
16641         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
16642         possible memleaks.
16643
16644 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16645
16646         * tests/check/Makefile.am:
16647         * tests/check/elements/cmmldec.c:
16648         * tests/check/elements/cmmlenc.c: Fix tests so that they use
16649         the plugins-base tags.
16650
16651 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16652
16653         * ext/Makefile.am: Re-enable module.
16654
16655 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16656
16657         * tests/check/Makefile.am: Forgot to remove that test.
16658
16659 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16660
16661         * ext/annodex/Makefile.am:
16662         * ext/annodex/gstannodex.c: (plugin_init):
16663         * ext/annodex/gstcmmldec.c:
16664         * ext/annodex/gstskeldec.c:
16665         * ext/annodex/gstskeldec.h:
16666         * tests/check/Makefile.am:
16667         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
16668
16669 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16670
16671         * tests/check/Makefile.am: Disable those checks as well.
16672
16673 2006-02-24  Julien MOUTTE  <julien@moutte.net>
16674
16675         * ext/Makefile.am: Disable annodex for now until we figure out
16676         how to make it build.
16677         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
16678         Add a rule to your checklist : "please try to at least build 
16679         what you are going to commit into -good, or if you are too lazy
16680         to do that, please check that the buildbots are not crying because
16681         of your commit."
16682
16683 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
16684
16685         * configure.ac:
16686         * ext/Makefile.am:
16687         * ext/gdk_pixbuf/Makefile.am:
16688         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16689         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16690         * ext/gdk_pixbuf/pixbufscale.c:
16691         * ext/gdk_pixbuf/pixbufscale.h:
16692           Gdkpixbuf ported from 0.8 to 0.10 by
16693           Renato Filho <renato.filho@indt.org.br>.
16694           gst_loader and gdkpixbufanimation still need port.
16695
16696 2006-02-24  Michael Smith  <msmith@fluendo.com>
16697
16698         * configure.ac:
16699         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16700         * ext/Makefile.am:
16701         * ext/annodex/Makefile.am:
16702         * ext/annodex/gstannodex.c:
16703         * ext/annodex/gstannodex.h:
16704         * ext/annodex/gstcmmldec.c:
16705         * ext/annodex/gstcmmldec.h:
16706         * ext/annodex/gstcmmlenc.c:
16707         * ext/annodex/gstcmmlenc.h:
16708         * ext/annodex/gstcmmlparser.c:
16709         * ext/annodex/gstcmmlparser.h:
16710         * ext/annodex/gstcmmltag.c:
16711         * ext/annodex/gstcmmltag.h:
16712         * ext/annodex/gstcmmlutils.c:
16713         * ext/annodex/gstcmmlutils.h:
16714         * ext/annodex/gstskeldec.c:
16715         * ext/annodex/gstskeldec.h:
16716         * ext/annodex/gstskeltag.c:
16717         * ext/annodex/gstskeltag.h:
16718         * tests/check/Makefile.am:
16719         * tests/check/elements/cmmldec.c:
16720         * tests/check/elements/cmmlenc.c:
16721         * tests/check/elements/skeldec.c:
16722           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
16723           Includes tests & docs, oh my! Passes Thomas's -good checklist
16724           entirely. Wow.
16725
16726 2006-02-24  Michael Smith  <msmith@fluendo.com>
16727
16728         * autogen.sh:
16729           Check for automake 1.9 as well.
16730
16731 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16732
16733         * ext/flac/gstflacenc.c:
16734           Change min. sample rate to 8kHz to match flacdec's.
16735           
16736 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
16737
16738         * ext/cdio/Makefile.am:
16739           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
16740           required for Cygwin, see #317048)
16741
16742         * gst/rtp/gstasteriskh263.c:
16743           Cygwin has includes for both the unix network socket API
16744           and the windows API, but only one can be included, so fix
16745           includes to only use one or the other, prefering the unxi
16746           one (#317048).
16747
16748 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
16749
16750         * rtp/gst/gstrtppcmadepay.c:
16751         * rtp/gst/gstrtppcmadepay.h:
16752         * rtp/gst/gstgstrtppcmapay.c:
16753         * rtp/gst/gstgstrtppcmapay.h:
16754         * rtp/gst/gstrtppcmudepay.c:
16755         * rtp/gst/gstrtppcmudepay.h:
16756         * rtp/gst/gstrtppcmupay.c:
16757         * rtp/gst/gstrtppcmupay.h:
16758         * rtp/gst/Makefile.am:
16759         * rtp/gst/gstrtp.c:
16760         * rtp/gst/README:
16761         Separated the G711 payloaders/depayloaders into separate elements for
16762         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
16763
16764 2006-02-22  Wim Taymans  <wim@fluendo.com>
16765
16766         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
16767         (gst_dvdec_change_state):
16768         * ext/dv/gstdvdec.h:
16769         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
16770         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
16771         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
16772         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
16773         (gst_dvdemux_flush), (gst_dvdemux_chain),
16774         (gst_dvdemux_change_state):
16775         * ext/dv/gstdvdemux.h:
16776         Ueber spiffify some more, added debug category.
16777         Use _scale.
16778         Use segments, respect playback rate from newsegment.
16779         Fix refcount issue.
16780
16781 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
16782
16783         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
16784         (gst_signal_processor_process):
16785         Fix compilation of LADPSA. It doesn't seem to work, and isn't
16786         enabled for the build, but it helps me win the feature-count
16787         competitions ooh yeah.
16788
16789 2006-02-19  Wim Taymans  <wim@fluendo.com>
16790
16791         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
16792         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
16793         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
16794         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
16795         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
16796         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
16797         Use scaling code for added precission and more correct stop
16798         position in case scale==0.
16799
16800 2006-02-19  Wim Taymans  <wim@fluendo.com>
16801
16802         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
16803         (gst_flxdec_chain):
16804         * gst/flx/gstflxdec.h:
16805         Implement DURATION query.
16806
16807 2006-02-19  Wim Taymans  <wim@fluendo.com>
16808
16809         * gst/flx/flx_color.h:
16810         * gst/flx/flx_fmt.h:
16811         * gst/flx/gstflxdec.c: (gst_flxdec_init),
16812         (gst_flxdec_src_query_handler), (flx_decode_color),
16813         (gst_flxdec_chain):
16814         * gst/flx/gstflxdec.h:
16815         Set MALLOCDATA for the temp buffers so we don't leak.
16816         Some debug cleanups.
16817         Consume all data in the adapter before leaving the chain
16818         function. Fixes #330678.
16819
16820 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
16821
16822         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
16823         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
16824          Handle 0 data size in otherwise valid frames.
16825          Handle numeric strings in 2.4.0 even when not in parentheses 
16826
16827 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
16828
16829         * gst/matroska/matroska-demux.c:
16830         (gst_matroska_demux_subtitle_caps),
16831         (gst_matroska_demux_plugin_init):
16832         * gst/matroska/matroska-ids.h:
16833           Recognise SSA/ASS and USF subtitle formats and
16834           set proper caps when they are found.
16835
16836 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
16837
16838         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
16839         (gst_jpeg_dec_chain):
16840           Fix invalid memory access for some odd-sized images
16841           (see image contained in quicktime stream in #327083);
16842           use g_malloc() instead of g_alloca().
16843
16844 2006-02-17  Wim Taymans  <wim@fluendo.com>
16845
16846         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
16847         Patch from Sebastien Cote, fixes #319884
16848
16849 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
16850
16851         * ext/cdio/gstcdio.c: (plugin_init):
16852           Init debug category (#331253).
16853
16854 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
16855
16856         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
16857           Pass extra_data to gst_riff_create_audio_caps(), so that
16858           WAVEFORMATEX stuff works. Post audio codec name and post
16859           it as taglist on the bus. Allow up to 8 channesl for raw
16860           PCM in the source pad template caps.
16861
16862 2006-02-16  Wim Taymans  <wim@fluendo.com>
16863
16864         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
16865         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
16866         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
16867         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
16868         (gst_multipart_set_property), (gst_multipart_get_property):
16869         Applied #318663. Gives quite a few false positives in
16870         autoscan mode, but it's better than nothing. Not closing yet.
16871
16872 2006-02-16  Wim Taymans  <wim@fluendo.com>
16873
16874         * docs/plugins/Makefile.am:
16875         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16876         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16877         * docs/plugins/gst-plugins-good-plugins.args:
16878         * docs/plugins/inspect/plugin-udp.xml:
16879         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
16880         (gst_udpsrc_start):
16881         Update documentation.
16882         Fix args.
16883
16884 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
16885
16886         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
16887         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
16888         frame size. (Fixes #331368)
16889
16890 2006-02-16  Wim Taymans  <wim@fluendo.com>
16891
16892         * gst/rtsp/README:
16893         Updated README.
16894
16895         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
16896         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
16897         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
16898         * gst/rtsp/gstrtspsrc.h:
16899         Make sure the RTP port is an even port an try to allocate 
16900         another if not.
16901         Added retry property to control max retries for port allocation.
16902         Make sure RTCP port is RTP port+1.
16903         Cleanup when port allocation fails.
16904         Fixes #319183.
16905         
16906 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
16907
16908         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
16909           Don't ignore return value of the parent class's state
16910           change function (#331385, patch by: Wouter Paesen).
16911
16912 2006-02-15  Wim Taymans  <wim@fluendo.com>
16913
16914         * configure.ac:
16915         * docs/plugins/Makefile.am:
16916         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16917         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16918         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16919         * ext/Makefile.am:
16920         * ext/hal/Makefile.am:
16921         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
16922         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
16923         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
16924         (do_toggle_element), (gst_hal_audio_sink_set_property),
16925         (gst_hal_audio_sink_get_property),
16926         (gst_hal_audio_sink_change_state):
16927         * ext/hal/gsthalaudiosink.h:
16928         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
16929         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
16930         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
16931         (do_toggle_element), (gst_hal_audio_src_set_property),
16932         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
16933         * ext/hal/gsthalaudiosrc.h:
16934         * ext/hal/gsthalelements.c: (plugin_init):
16935         * ext/hal/gsthalelements.h:
16936         * ext/hal/hal.c: (gst_hal_get_string),
16937         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
16938         (gst_hal_get_audio_src):
16939         * ext/hal/hal.h:
16940         Add HAL sound device wrapper plugins. Closes #329106
16941
16942 2006-02-15  Wim Taymans  <wim@fluendo.com>
16943
16944         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16945         Add comment in a fultile attempt to stop the copy-and-paste 
16946         paradigm leading to duplication of bad code.
16947
16948         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
16949         Mime parameters have to be checked case insensitive
16950
16951 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
16952
16953         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
16954           Advance stream time for lagging subtitle streams by sending
16955           newsegment events with the update flag set.
16956
16957 2006-02-14  Edward Hervey  <edward@fluendo.com>
16958
16959         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
16960         There can be bogus data before the hdrl LIST tag in the RIFF header.
16961         It's hard to say if it's not respecting the AVI specifications or not,
16962         but since Google Video is producing AVIs like that and the other player
16963         don't seem to complain, I guess we should do the same.
16964
16965 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
16966
16967         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
16968         (parse_split_strings):
16969         Add more validation to ensure that a char encoding conversion
16970         produced a valid UTF-8 string.
16971
16972 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
16973
16974         Reviewed by: Edward Hervey  <edward@fluendo.com>
16975
16976         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
16977         Properly handle end of segment. Closes #330885.
16978
16979 2006-02-13  Wim Taymans  <wim@fluendo.com>
16980
16981         * gst/rtp/gstrtpmp4gpay.h:
16982         For got to commit this one.
16983
16984 2006-02-12  Wim Taymans  <wim@fluendo.com>
16985
16986         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
16987         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
16988         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
16989         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
16990         * gst/rtp/gstrtpmp4gpay.h:
16991         Make more things work.
16992         Handle ACC config strings.
16993
16994 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16995
16996         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
16997           set timestamps if no incoming timestamps set
16998
16999 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
17000
17001         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
17002         (gst_tag_demux_do_typefind):
17003           ... and fix the very same leaks in GstTagDemux.
17004
17005 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
17006
17007         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
17008         (gst_id3demux_do_typefind):
17009         Fix a couple of mem leaks. (Patch by Jonathan Matthew
17010         <jonathan at kaolin dot wh9 dot net>)
17011
17012 2006-02-10  Wim Taymans  <wim@fluendo.com>
17013
17014         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
17015         First set options, then set caps or else the baseclass
17016         will not know about the options, duh.
17017
17018 2006-02-10  Wim Taymans  <wim@fluendo.com>
17019
17020         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
17021         (gst_rtp_mp4v_pay_setcaps):
17022         Don't waste time looking for a config string if we have codec_info
17023         on the incomming caps.
17024
17025 2006-02-10  Wim Taymans  <wim@fluendo.com>
17026
17027         * gst/rtp/README:
17028         Say something about case-sensitivity of caps vs mime-attributes.
17029
17030         * gst/rtp/Makefile.am:
17031         * gst/rtp/gstrtp.c: (plugin_init):
17032         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17033         (gst_rtp_amr_pay_handle_buffer):
17034         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
17035         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
17036         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
17037         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
17038         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
17039         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
17040         (gst_rtp_mp4g_pay_plugin_init):
17041         * gst/rtp/gstrtpmp4gpay.h:
17042         Added beginnings of mpeg4-generic payloader (RFC 3640)
17043
17044 2006-02-09  Wim Taymans  <wim@fluendo.com>
17045
17046         * gst/rtsp/Makefile.am:
17047         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
17048         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
17049         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
17050         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
17051         (gst_rtpdec_change_state):
17052         * gst/rtsp/gstrtpdec.h:
17053         * gst/rtsp/gstrtsp.c: (plugin_init):
17054         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
17055         * gst/rtsp/rtspconnection.c: (read_body),
17056         (rtsp_connection_receive):
17057         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
17058         Resurected rtpdec to make rtspsrc happy again.
17059         Skip attributes from the session id.
17060         Don't crash when dumping a message with an empty body.
17061
17062
17063 2006-02-09  Wim Taymans  <wim@fluendo.com>
17064
17065         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17066         Added more meaningfull warnings when something goes wrong.
17067         Clear F bit on outgoing AMR packets.
17068
17069         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17070         (gst_rtp_amr_pay_handle_buffer):
17071         Added debugging category
17072         Support payloading of multiple AMR frames.
17073
17074         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
17075         Added some debugging.
17076
17077 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17078
17079         * configure.ac:
17080           Back to CVS
17081
17082 === release 0.10.2 ===
17083
17084 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17085
17086         * configure.ac:
17087           releasing 0.10.2, "Papa was a rolling stone"
17088
17089 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17090
17091         * configure.ac:
17092           Bump core and plugins-base requirement to 0.10.2.2
17093           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
17094
17095 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17096
17097         * ext/flac/gstflac.c: (plugin_init):
17098         * ext/speex/gstspeex.c: (plugin_init):
17099           Register musicbrainz tags.
17100
17101 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17102
17103         * ext/gconf/gconf.h:
17104           Remove declaration of function that no longer exists.
17105
17106 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17107
17108         * ext/shout2/gstshout2.c: (gst_shout2send_render),
17109         (gst_shout2send_setcaps), (gst_shout2send_change_state):
17110         Make shout2 work for non ogg streams
17111
17112 2006-02-06  Wim Taymans  <wim@fluendo.com>
17113
17114         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
17115         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
17116         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
17117         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
17118         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
17119         * gst/udp/gstmultiudpsink.h:
17120         Updated docs.
17121         Added properties bytes-served, bytes_to_serve.
17122         Post proper error messages,
17123         Emit client added signal too.
17124
17125 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17126
17127         * docs/plugins/Makefile.am:
17128         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17129         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17130         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
17131         (gst_multiudpsink_get_stats):
17132           adding docs for multiudpsink
17133
17134 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17135
17136         * gst/level/gstlevel.c: (gst_level_transform_ip):
17137           peak below decay is not necessarily an error, so don't ERROR log
17138
17139 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17140
17141         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
17142         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
17143         (gst_ebml_write_seek):
17144         * gst/matroska/ebml-write.h:
17145           Make sure we send a newsegment event in BYTES format
17146           before sending buffers (#328531).
17147
17148 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17149
17150         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
17151         (gst_dvdemux_sink_query):
17152         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
17153         * ext/speex/gstspeexdec.c: (speex_get_query_types),
17154         (speex_dec_src_query):
17155         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
17156         (gst_speexenc_sink_query):
17157         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
17158         * gst/matroska/matroska-demux.c:
17159         (gst_matroska_demux_get_src_query_types),
17160         (gst_matroska_demux_handle_src_query):
17161         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
17162         (gst_wavparse_pad_query):
17163           Pass unhandled queries upstream instead of just dropping
17164           them (#326446). Update query type arrays here and there.
17165
17166 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17167
17168         * tests/check/elements/matroskamux.c: (setup_src_pad):
17169           Collectpads in core got changed and now also holds a
17170           reference to any pad that is part of it. Fix refcount
17171           checks in test case accordingly.
17172
17173 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17174
17175         * gst/apetag/gstapedemux.h:
17176           Fix include, for now GstTagDemux is in the apetag dir.
17177
17178 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17179
17180         * docs/plugins/Makefile.am:
17181         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17182         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17183         * docs/plugins/inspect/plugin-cdio.xml:
17184           Add cdio plugin to docs.
17185
17186         * ext/cdio/gstcdiocddasrc.c:
17187           Add gtk-doc blurb.
17188
17189         * ext/cdio/gstcdio.c:
17190           The plugin is called 'cdio' not 'cddio'.
17191
17192 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17193
17194         * configure.ac:
17195         * docs/plugins/Makefile.am:
17196         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17197         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17198         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17199         * docs/plugins/inspect/plugin-apetag.xml:
17200         * gst/apetag/Makefile.am:
17201         * gst/apetag/gstapedemux.c:
17202         * gst/apetag/gstapedemux.h:
17203         * gst/apetag/gsttagdemux.c:
17204         * gst/apetag/gsttagdemux.h:
17205           Add APE tag demuxer (#325649).
17206
17207 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17208
17209         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
17210         (gst_gconf_get_default_video_sink),
17211         (gst_gconf_get_default_audio_src),
17212         (gst_gconf_get_default_video_src):
17213         * ext/gconf/gconf.h:
17214         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
17215         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
17216         (do_toggle_element):
17217         * ext/gconf/gstgconfaudiosink.h:
17218         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
17219         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
17220         (do_toggle_element):
17221         * ext/gconf/gstgconfaudiosrc.h:
17222         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
17223         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
17224         (do_toggle_element):
17225         * ext/gconf/gstgconfvideosink.h:
17226         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
17227         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
17228         (do_toggle_element):
17229         * ext/gconf/gstgconfvideosrc.h:
17230           Ignore changing the GConf key to "". Ignore GConf key updates
17231           that don't actually change the string.
17232           For now, ignore the GConf key when the state is > READY, as
17233           it breaks streaming. Sometime it will be nice to bring the
17234           new sink online even mid-stream, by sending NEWSEGMENT info
17235           and possibly prerolling.
17236           (Fixes #326736)
17237
17238 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17239
17240         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
17241         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
17242         (zoomFilterSetResolution), (zoomFilterDestroy),
17243         (zoomFilterFastRGB), (pointFilter):
17244         * gst/goom/filters.h:
17245         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
17246         (goom_update), (goom_close):
17247         * gst/goom/goom_core.h:
17248         * gst/goom/goom_tools.h:
17249         * gst/goom/graphic.c:
17250         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
17251         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
17252         * gst/goom/gstgoom.h:
17253         * gst/goom/lines.c: (goom_lines):
17254         * gst/goom/lines.h:
17255           Make goom reentrant by moving all important static variables
17256           into instance structures.
17257           (Fixes #329181)
17258
17259 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
17260
17261         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
17262         (gst_avi_demux_all_source_pads_unlinked),
17263         (gst_avi_demux_process_next_entry):
17264         * gst/avi/gstavidemux.h:
17265           Third attempt, use gst_pad_is_linked() this time.
17266
17267 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
17268
17269         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17270         (parse_split_strings):
17271         Adjust for data length indicators when parsing (Fixes #329810)
17272         Fix stupid bug parsing UTF-8 tag text.
17273         Output tag strings with multiple fields as multiple tags, so the
17274         app gets all the data.
17275
17276 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17277
17278         * ext/flac/gstflacenc.c:
17279         Fixed a bug add in last commit, where no event is send. Thanks Tim to
17280         show me.
17281         
17282 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17283
17284         * ext/flac/gstflacenc.c:
17285         * gst/matroska/ebml-read.c:
17286         Just make it compile with --disable-gst-debug.
17287
17288 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
17289
17290         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
17291         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
17292         (id3v2_genre_fields_to_taglist):
17293           Never output a tag with a null contents string.
17294
17295 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17296
17297         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
17298           Only pause if all pads are unlinked AND we've tried to send data
17299           on all of them at least once.
17300
17301 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17302
17303         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
17304         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
17305           Make loop function/task pause itself when all source pads are
17306           unlinked.
17307
17308 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17309
17310         * configure.ac:
17311         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
17312           Use new functions from core to render a bin from a
17313           string. Fixes build. Up requirements to core CVS.
17314
17315 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17316
17317         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
17318           Don't push buffers into the adapter that we are going to
17319           push downstream again without framing anyway. Also, the
17320           adaptor takes ownership of buffers put into it (fixes
17321           auparse pushing invalid buffers for .au files with
17322           ADPCM contents). Finally, set caps on all outgoing buffers.
17323
17324 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
17325
17326         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17327         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
17328         (gst_id3demux_send_tag_event):
17329         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
17330         Someone should kick my butt. Remove ID3v1 tags from the end of the
17331         file.
17332
17333         Improve error messages. Send the TAG message as soon as we complete
17334         typefinding, instead of waiting until we send the first buffer.
17335         Downstream tag event is still sent before the first buffer.
17336
17337 2006-01-27  Jan Gerber  <j@bootlab.org>
17338
17339         Reviewed by: Andy Wingo <wingo@pobox.com>
17340
17341         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
17342         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
17343         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
17344         to not have warings flooding stderr. this is the suggested way
17345         also used in dvgrab and kino. (#328336)
17346
17347 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
17348
17349         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
17350         (gst_oss_sink_init), (gst_oss_sink_finalise):
17351           Free the device name string when finalised.
17352
17353 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
17354
17355         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
17356           Don't put function calls in g_return_if_fail() statements,
17357           or they'll be replaced with NOOPs if someone compiles with
17358           G_DISABLE_CHECKS defined.
17359           
17360 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
17361
17362         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
17363         Never trust ANY information encoded in a media file, especially
17364         when it's giving you sizes. (Fixes #328452)
17365
17366 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
17367
17368         * gst/rtp/gstrtpg711pay.c:
17369         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
17370         bug #325148.
17371
17372 2006-01-23  Edward Hervey  <edward@fluendo.com>
17373
17374         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
17375         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
17376         * gst/matroska/matroska-ids.h:
17377         Added recognition of Real Audio and Video streams in matroska demuxer.
17378
17379 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
17380
17381         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
17382           Remove errant break statement, and fix compilation with
17383           older GCC.
17384
17385 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
17386
17387         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
17388
17389         * sys/sunaudio/gstsunaudiomixerctrl.c:
17390         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
17391           Export functions that are needed in other parts of the code,
17392           makes the mixer actually work; adjust magic minimum buffer-time
17393           value from 3ms to 5ms to work around stuttering during mp3
17394           playback (#327765).
17395
17396 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
17397
17398         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
17399
17400         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
17401         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
17402           Fix possible deadlock in matroska muxer (#327825).
17403
17404 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
17405
17406         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
17407         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17408         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
17409         * gst/rtsp/sdpmessage.h:
17410         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
17411         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
17412           C89 fixes: declare variables at the beginning of a block and
17413           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
17414           <jensgr at gmx dot net>).
17415
17416 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
17417
17418         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17419         * gst/id3demux/id3tags.h:
17420         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17421         (parse_comment_frame), (parse_text_identification_frame),
17422         (id3v2_tag_to_taglist), (id3v2_are_digits),
17423         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
17424         (parse_split_strings), (free_tag_strings):
17425           Rewrite parsing of text tags to handle multiple NULL terminated
17426           strings. Parse numeric genre strings and ID3v2 type
17427           "(3)(6)Alternative" style genre strings.
17428           Parse dates that are only YYYY or YYYY-mm format.
17429           (Fixes #328241 and #322154)
17430
17431 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
17432
17433         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
17434           Don't forget to initialize liboil, otherwise our oil functions
17435           will crash (fixes #327871; patch by: Christoph Burghardt
17436           <hawkes at web dot de>).
17437
17438 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
17439
17440         * configure.ac:
17441           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
17442           like in the core and gst-plugins-base. Fixes #324367 and #326683;
17443           patch by: Brian Cameron <brian dot cameron at sun dot com>
17444
17445 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
17446
17447         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
17448         * ext/cdio/gstcdio.h:
17449         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
17450           Fix build for libcdio versions >= 76; give slightly lower rank
17451           than cdparanoia.
17452
17453 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
17454
17455         * configure.ac:
17456         * ext/Makefile.am:
17457         * ext/cdio/Makefile.am:
17458         * ext/cdio/gstcdio.c:
17459         * ext/cdio/gstcdio.h:
17460         * ext/cdio/gstcdiocddasrc.c:
17461         * ext/cdio/gstcdiocddasrc.h:
17462           Port libcdio cdda source, formerly known as cddasrc, now known as
17463           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
17464           but that's not tested (fixes #317658).
17465
17466 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
17467
17468         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
17469           Fix conversion from TIME to BYTES format (fixes #326864;
17470           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
17471
17472 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
17473
17474         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
17475           Fix compilation of id3demux when zlib is not present.
17476           (Fixes #326602; patch by: Sergey Scobich)
17477
17478 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
17479
17480         * ext/esd/Makefile.am:
17481           Add $(ESD_CFLAGS), otherwise build will fail for folks
17482           with libesd in a non-standard prefix (#327009).
17483
17484 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17485
17486         * configure.ac:
17487           back to HEAD
17488
17489 === release 0.10.1 ===
17490
17491 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
17492
17493         * configure.ac:
17494           releasing 0.10.1, "Li"
17495
17496 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17497
17498           patch by: Wim Taymans
17499
17500         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17501           fix memleak.  Fixes #326618
17502
17503 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17504
17505           patch by: Mike Smith
17506
17507         * gst/level/gstlevel.c: (gst_level_message_new),
17508         (gst_level_message_append_channel):
17509           Fix memleak.  Fixes #326612
17510
17511 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
17512
17513         * configure.ac:
17514           prereleasing
17515         * po/af.po:
17516         * po/az.po:
17517         * po/cs.po:
17518         * po/en_GB.po:
17519         * po/hu.po:
17520         * po/it.po:
17521         * po/nb.po:
17522         * po/nl.po:
17523         * po/or.po:
17524         * po/sq.po:
17525         * po/sr.po:
17526         * po/sv.po:
17527         * po/uk.po:
17528         * po/vi.po:
17529           update translations
17530
17531 2006-01-10  Michael Smith  <msmith@fluendo.com>
17532
17533         * gst/level/gstlevel.c: (gst_level_class_init),
17534         (gst_level_dispose):
17535           Don't leak filter arrays.
17536
17537 2006-01-09 Brian Cameron <brian.cameron@sun.com>
17538
17539         reviewed by: Christian Schaller <uraeus@gnome.org>
17540         
17541         * configure.ac:
17542         * gst-plugins-good.spec.in:
17543         * sys/Makefile.am:
17544         * sys/sunaudio/Makefile.am:
17545         * sys/sunaudio/gstsunaudio.c: (plugin_init):
17546         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
17547         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
17548         (gst_sunaudiomixer_change_state):
17549         * sys/sunaudio/gstsunaudiomixer.h:
17550         * sys/sunaudio/gstsunaudiomixerctrl.c:
17551         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
17552         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
17553         (gst_sunaudiomixer_ctrl_list_tracks),
17554         (gst_sunaudiomixer_ctrl_get_volume),
17555         (gst_sunaudiomixer_ctrl_set_volume),
17556         (gst_sunaudiomixer_ctrl_set_mute),
17557         (gst_sunaudiomixer_ctrl_set_record):
17558         * sys/sunaudio/gstsunaudiomixerctrl.h:
17559         * sys/sunaudio/gstsunaudiomixertrack.c:
17560         (gst_sunaudiomixer_track_class_init),
17561         (gst_sunaudiomixer_track_init), (fill_labels),
17562         (gst_sunaudiomixer_track_new):
17563         * sys/sunaudio/gstsunaudiomixertrack.h:
17564         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
17565         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
17566         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
17567         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
17568         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
17569         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
17570         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
17571         * sys/sunaudio/gstsunaudiosink.h:
17572
17573         Add SunAudio plugin - tested to make sure it doesn't break
17574         the build under GNU/Linux.      
17575
17576 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
17577
17578         * gst-plugins-good/gst/udp/gstdynudpsink.c:
17579         * gst-plugins-good/gst/udp/gstudpsrc.c:
17580         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
17581         overrides the port or multicast parameters. Fixes bugs #323021.
17582         API addition: adds GstUDPSrc::sockfd property   
17583
17584 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
17585
17586         * ext/gconf/Makefile.am:
17587         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
17588         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
17589         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
17590         (do_toggle_element), (cb_toggle_element),
17591         (gst_gconf_audio_src_change_state):
17592         * ext/gconf/gstgconfaudiosrc.h:
17593         * ext/gconf/gstgconfelements.c: (plugin_init):
17594         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
17595         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
17596         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
17597         (do_toggle_element), (cb_toggle_element),
17598         (gst_gconf_video_src_change_state):
17599         * ext/gconf/gstgconfvideosrc.h:
17600           Add new gconfaudiosrc and gconfvideosrc elements
17601           (needed for gnome-sound-recorder).
17602
17603 2006-01-06  Edward Hervey  <edward@fluendo.com>
17604
17605         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
17606         Add gst_element_no_more_pads() for proper decodebin behaviour.
17607         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
17608         (parse_text_identification_frame), (parse_split_strings):
17609         Failure to decode some tags is not a GST_ERROR() but a
17610         GST_WARNING()
17611         When iterating over a chunk of text, check that we haven't gone too
17612         far.
17613
17614 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
17615
17616         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
17617         (plugin_init):
17618           call oil_init() when using liboil
17619
17620 2006-01-04  Wim Taymans  <wim@fluendo.com>
17621
17622         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17623         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17624         Fix leaks.
17625
17626 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
17627
17628         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
17629
17630         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
17631         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
17632         (gst_flac_dec_change_state):
17633           Don't g_assert() where we should just return FALSE; remove
17634           unnecessary g_assert(); initialize some fields properly in
17635           state change function (fixes #325504). Also, use
17636           GST_DEBUG_OBJECT in two more places.
17637
17638 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
17639
17640         * configure.ac:
17641           also remove smoothwave's Makefile.am
17642         * docs/plugins/Makefile.am:
17643           fix plugin docs
17644
17645 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
17646
17647         * tests/examples/Makefile.am:
17648           added missing Makefile.am
17649
17650 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
17651
17652         * configure.ac:
17653         * gst/level/Makefile.am:
17654         * gst/level/level-example.c:
17655         * tests/Makefile.am:
17656         * tests/examples/level/Makefile.am:
17657         * tests/examples/level/level-example.c: (message_handler), (main):
17658           moved level-example to tests/examples/level-example
17659         * tests/old/examples/level/demo.c: (main):
17660         * tests/old/examples/level/plot.c: (main):
17661           some initial fixes
17662
17663 2005-12-29  Michael Smith  <msmith@fluendo.com>
17664
17665         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
17666         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
17667         * gst/udp/gstmultiudpsink.h:
17668           Track packets sent per client in addition to bytes sent; provide
17669           this info through get-stats signal
17670
17671 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
17672
17673         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
17674           Can't use gst_object_unref() on a GstAdapter (#325191).
17675
17676 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
17677
17678         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17679         If a broken tag has 0 bytes payload, at least still skip
17680         the 10 byte header
17681
17682 2005-12-22  Philippe Khalaf  <burger@speedy.org>
17683
17684         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
17685         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
17686         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
17687         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
17688           Making these depayloaders (H263+ and mpeg4 video) inherit from
17689           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
17690
17691 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
17692
17693         * docs/plugins/gst-plugins-good-plugins.args:
17694         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17695         Regenerate the plugin hiearchy.
17696
17697 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
17698
17699         * docs/plugins/Makefile.am:
17700         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17701         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17702         * docs/plugins/gst-plugins-good-plugins.args:
17703         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
17704         (gst_id3demux_base_init), (gst_id3demux_class_init),
17705         (gst_id3demux_chain):
17706         * gst/id3demux/gstid3demux.h:
17707           Add documentation for id3demux.
17708           Don't fail if the first buffer is not at offset 0, just
17709           attempt to typefind and do pass through
17710           Rename the gst_type function from gst_gst_id3demux..
17711
17712 2005-12-20  Michael Smith  <msmith@fluendo.com>
17713
17714         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
17715         (gst_multiudpsink_add), (gst_multiudpsink_remove),
17716         (gst_multiudpsink_get_stats):
17717         * gst/udp/gstmultiudpsink.h:
17718           Collect statistics; return them from get_stats.
17719
17720 2005-12-19  Edward Hervey  <edward@fluendo.com>
17721
17722         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
17723         Stupid signedness issue...
17724
17725 2005-12-19  Edward Hervey  <edward@fluendo.com>
17726
17727         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
17728         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17729         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
17730         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
17731         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
17732         Construct index for indexless files.
17733         Make sure pad/buffers are correctly reset to NULL once we don't need
17734         them anymore, else we get lovely segfaults/assertions.
17735         * gst/wavparse/gstwavparse.c:
17736         Yes, you can have 96KHz audio and wma in wav :(
17737
17738 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
17739
17740         * configure.ac:
17741           Check for optional dependency on zlib for id3demux
17742
17743         * gst/id3demux/Makefile.am:
17744         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
17745         (gst_id3demux_base_init), (gst_id3demux_class_init),
17746         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
17747         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
17748         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
17749         (gst_id3demux_set_property), (gst_id3demux_get_property),
17750         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
17751         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
17752         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
17753         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
17754         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
17755         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
17756         (simple_find_peek), (simple_find_suggest),
17757         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
17758         (plugin_init):
17759         * gst/id3demux/gstid3demux.h:
17760         * gst/id3demux/id3tags.c: (read_synch_uint),
17761         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
17762         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
17763         (id3demux_id3v2_frames_to_tag_list):
17764         * gst/id3demux/id3tags.h:
17765         * gst/id3demux/id3v2.4.0-frames.txt:
17766         * gst/id3demux/id3v2.4.0-structure.txt:
17767         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17768         (parse_comment_frame), (parse_text_identification_frame),
17769         (id3v2_tag_to_taglist), (parse_split_strings):
17770           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
17771           otherwise it discards them. Works on my test files. 
17772
17773         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
17774           Don't send EOS to a non-existing srcpad
17775           The debug category can be static
17776
17777 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
17778
17779         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
17780         * ext/esd/esdsink.c: (gst_esdsink_prepare):
17781         * gst/multipart/multipartdemux.c:
17782           change some char* into char[]
17783
17784 2005-12-16  Wim Taymans  <wim@fluendo.com>
17785
17786         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17787         (gst_wavparse_other), (gst_wavparse_perform_seek),
17788         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17789         (gst_wavparse_loop), (gst_wavparse_pad_convert),
17790         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
17791         * gst/wavparse/gstwavparse.h:
17792         Use GstSegment to implement more seeking features.
17793
17794 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
17795
17796         * gst/rtsp/rtspconnection.c:
17797           Add <netinet/in.h> include and move <arpa/inet.h> include
17798           to make things work on OpenBSD as well (fixes #323717;
17799           patch by: Benjamin Pineau)
17800
17801 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
17802
17803         * gst/rtp/gstrtpspeexdepay.c:
17804         * gst/rtp/gstrtpspeexpay.c:
17805         Set clock rate to be fixed in 8000. It fixes bug #324012.
17806
17807 2005-12-14  Philippe Khalaf  <burger@speedy.org>
17808
17809         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
17810         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
17811         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
17812         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
17813         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
17814         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
17815         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
17816         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
17817         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
17818         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
17819         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
17820         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
17821         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
17822         * gst-plugins-good/gst/rtp/README:
17823         Fixed payload range in payloder caps. Removed payload range completely
17824         from depayloaders as they don't require payload type in their caps.
17825         In effect, there isn't any specific payload type for any given codec,
17826         only suggestions.
17827         Fixes bug #324011.
17828
17829 2005-12-13  Julien MOUTTE  <julien@moutte.net>
17830
17831         * gst/videomixer/videomixer.c: (gst_videomixer_init),
17832         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
17833         (gst_videomixer_collected): Code cleanup and re-enabling 
17834         queued time validity check for correct EOS handling.
17835
17836 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
17837
17838         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
17839         (gst_oss_mixer_element_get_property),
17840         (gst_oss_mixer_element_change_state):
17841         Add 'device-name' property and fix state change function.
17842
17843 2005-12-13  Edward Hervey  <edward@fluendo.com>
17844
17845         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
17846         If the speed of the file is null in the header, set the frame_time to
17847         the default setting of GST_SECOND / 70. Which is the default
17848         frame_delay for .fli files as stated in this document :
17849         http://www.compuphase.com/flic.htm
17850         Would be nice to have the time conversion done properly too (duration =
17851         flxh->frames * flxdec->frame_time)
17852
17853 2005-12-12  Julien MOUTTE  <julien@moutte.net>
17854
17855         * docs/plugins/Makefile.am:
17856         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17857         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17858         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17859         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
17860         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
17861         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
17862         documentation for videomixer on my way with a funny sample
17863         pipeline.
17864
17865 2005-12-12  Julien MOUTTE  <julien@moutte.net>
17866
17867         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
17868         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
17869         (gst_videomixer_update_queues), (gst_videomixer_collected):
17870         Fix caps negotiation. (#323896)
17871
17872 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
17873
17874         * gst/matroska/matroska-demux.c:
17875         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
17876           Set correct timestamps on audio laces, fixes playback of mp3 from
17877                 matroska.
17878
17879 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
17880
17881         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
17882         (gst_au_parse_class_init), (gst_au_parse_init),
17883         (gst_au_parse_dispose), (gst_au_parse_chain),
17884         (gst_au_parse_change_state), (plugin_init):
17885         * gst/auparse/gstauparse.h:
17886           Use gst_object_unref() for GstObjects instead of
17887           g_object_unref() and fix a mem leak in a debug
17888           statement; while we're at it, also borgify, use
17889           boilerplate macros and clean up a little bit.
17890
17891 2005-12-11  Edward Hervey  <edward@fluendo.com>
17892
17893         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17894         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
17895         Added pull mode.
17896
17897 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
17898
17899         * gst/goom/gstgoom.c:
17900         * gst/level/level-example.c: (main):
17901         * gst/smoothwave/demo-osssrc.c: (main):
17902           Use audiotestsrc instead of sinesrc (#323798).
17903
17904 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
17905
17906         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
17907           more debug-func-ptr usage
17908
17909 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
17910
17911         * gst/flx/flx_color.c: (flx_colorspace_convert):
17912         * gst/flx/flx_color.h:
17913         * gst/flx/flx_fmt.h:
17914         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
17915         * gst/flx/gstflxdec.h:
17916           Now flxdec works on big-endian machines as well.
17917
17918 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
17919
17920         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
17921         (gst_fenced_buffer_copy):
17922           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
17923           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
17924           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
17925           and use GST_DEBUG_FUNCPTR for pad functions.
17926
17927 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
17928
17929         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
17930         (gst_flac_dec_class_init), (gst_flac_dec_init),
17931         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
17932         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
17933         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
17934         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
17935         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
17936         (gst_flac_dec_change_state):
17937         * ext/flac/gstflacdec.h:
17938           Rewrite flacdec a bit, so that even seeking might work now. Most
17939           importantly, don't act upon any flow return values we get, just tell
17940           the decoder everything's dandy and act on the flow return values
17941           later on in the loop function. We don't want to mess up the internal
17942           decoder state for non-fatal things like flushing pads etc. Other
17943           than that, use GstSegment (segment seeks don't work yet though, but
17944           should be easy to add), use boilerplate macros, drop the superfluous
17945           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
17946           lots of other things.
17947
17948 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
17949
17950         * configure.ac:
17951           Update comment in OSS includes check.
17952
17953         * sys/oss/gstossdmabuffer.c:
17954         * sys/oss/gstosshelper.c:
17955         * sys/oss/gstossmixer.c:
17956         * sys/oss/gstossmixertrack.c:
17957         * sys/oss/gstosssink.c:
17958         * sys/oss/gstosssrc.c:
17959         * sys/oss/oss_probe.c:
17960           Don't assume the OSS soundcard.h include is always in
17961           the sys/ directory. Instead, use the existing defines
17962           from config.h to include the right file. Fixes
17963           compilation on OpenBSD 3.8 (#323718).
17964
17965 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17966
17967         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17968         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17969         * docs/plugins/inspect/plugin-1394.xml:
17970         * docs/plugins/inspect/plugin-aasink.xml:
17971         * docs/plugins/inspect/plugin-alaw.xml:
17972         * docs/plugins/inspect/plugin-alpha.xml:
17973         * docs/plugins/inspect/plugin-alphacolor.xml:
17974         * docs/plugins/inspect/plugin-auparse.xml:
17975         * docs/plugins/inspect/plugin-autodetect.xml:
17976         * docs/plugins/inspect/plugin-avi.xml:
17977         * docs/plugins/inspect/plugin-cacasink.xml:
17978         * docs/plugins/inspect/plugin-cairo.xml:
17979         * docs/plugins/inspect/plugin-cutter.xml:
17980         * docs/plugins/inspect/plugin-debug.xml:
17981         * docs/plugins/inspect/plugin-dv.xml:
17982         * docs/plugins/inspect/plugin-efence.xml:
17983         * docs/plugins/inspect/plugin-effectv.xml:
17984         * docs/plugins/inspect/plugin-esdsink.xml:
17985         * docs/plugins/inspect/plugin-flac.xml:
17986         * docs/plugins/inspect/plugin-flxdec.xml:
17987         * docs/plugins/inspect/plugin-gconfelements.xml:
17988         * docs/plugins/inspect/plugin-goom.xml:
17989         * docs/plugins/inspect/plugin-jpeg.xml:
17990         * docs/plugins/inspect/plugin-level.xml:
17991         * docs/plugins/inspect/plugin-matroska.xml:
17992         * docs/plugins/inspect/plugin-mulaw.xml:
17993         * docs/plugins/inspect/plugin-multipart.xml:
17994         * docs/plugins/inspect/plugin-navigationtest.xml:
17995         * docs/plugins/inspect/plugin-ossaudio.xml:
17996         * docs/plugins/inspect/plugin-png.xml:
17997         * docs/plugins/inspect/plugin-rtp.xml:
17998         * docs/plugins/inspect/plugin-rtsp.xml:
17999         * docs/plugins/inspect/plugin-shout2send.xml:
18000         * docs/plugins/inspect/plugin-smpte.xml:
18001         * docs/plugins/inspect/plugin-speex.xml:
18002         * docs/plugins/inspect/plugin-udp.xml:
18003         * docs/plugins/inspect/plugin-videobox.xml:
18004         * docs/plugins/inspect/plugin-videoflip.xml:
18005         * docs/plugins/inspect/plugin-videomixer.xml:
18006         * docs/plugins/inspect/plugin-wavenc.xml:
18007         * docs/plugins/inspect/plugin-wavparse.xml:
18008         * ext/flac/gstflac.c: (plugin_init):
18009         * ext/flac/gstflacdec.c: (flacdec_get_type),
18010         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
18011         (gst_flac_dec_init), (gst_flac_dec_finalize),
18012         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
18013         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
18014         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
18015         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
18016         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
18017         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
18018         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
18019         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
18020         * ext/flac/gstflacdec.h:
18021         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
18022         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
18023         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
18024         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
18025         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
18026         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
18027         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
18028         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
18029         (gst_flac_enc_change_state):
18030         * ext/flac/gstflacenc.h:
18031           borgify and fix up documentation
18032
18033 2005-12-09  Michael Smith  <msmith@fluendo.com>
18034
18035         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
18036           Accept a wider range of flac files, more closely matching flac spec.
18037
18038 2005-12-08  Julien MOUTTE  <julien@moutte.net>
18039
18040         * docs/plugins/Makefile.am: Add multipart elements.
18041         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18042         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
18043         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18044         * gst/multipart/multipartdemux.c:
18045         * gst/multipart/multipartmux.c: Add docs.
18046
18047 2005-12-07  Edward Hervey  <edward@fluendo.com>
18048
18049         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
18050         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
18051         (gst_avi_demux_invert):
18052         Memleak and crasher fixes.
18053         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
18054         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
18055         Memleak fixes
18056
18057 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18058
18059         * ext/aalib/gstaasink.h:
18060         * ext/cairo/gsttextoverlay.h:
18061         * ext/dv/gstdvdec.h:
18062         * ext/dv/gstdvdemux.c:
18063         * ext/dv/gstdvdemux.h:
18064         * ext/esd/esdsink.h:
18065         * ext/flac/flac_compat.h:
18066         * ext/flac/gstflacdec.h:
18067         * ext/flac/gstflacenc.h:
18068         * ext/gconf/gconf.h:
18069         * ext/gconf/gstgconfaudiosink.h:
18070         * ext/gconf/gstgconfvideosink.h:
18071         * ext/gdk_pixbuf/gstgdkanimation.h:
18072         * ext/jpeg/gstjpegdec.h:
18073         * ext/jpeg/smokecodec.h:
18074         * ext/jpeg/smokeformat.h:
18075         * ext/ladspa/gstsignalprocessor.h:
18076         * ext/ladspa/search.c: (LADSPAPluginSearch):
18077         * ext/ladspa/utils.h:
18078         * ext/libmng/gstmng.c:
18079         * ext/libmng/gstmngdec.h:
18080         * ext/libmng/gstmngenc.c:
18081         * ext/libmng/gstmngenc.h:
18082         * ext/libpng/gstpng.c:
18083         * ext/libpng/gstpngenc.c:
18084         * ext/libpng/gstpngenc.h:
18085         * ext/shout2/gstshout2.h:
18086         * ext/speex/gstspeexdec.h:
18087         * ext/speex/gstspeexenc.c:
18088         * ext/speex/gstspeexenc.h:
18089         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18090         * gst/autodetect/gstautoaudiosink.h:
18091         * gst/autodetect/gstautovideosink.h:
18092         * gst/avi/gstavidemux.h:
18093         * gst/cutter/gstcutter.c: (gst_cutter_chain),
18094         (gst_cutter_set_property), (gst_cutter_get_caps):
18095         * gst/cutter/gstcutter.h:
18096         * gst/debug/tests.c: (md5_process_block):
18097         * gst/debug/tests.h:
18098         * gst/effectv/gstwarp.c:
18099         * gst/flx/flx_fmt.h:
18100         * gst/flx/gstflxdec.h:
18101         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
18102         (zoomFilterFastRGB):
18103         * gst/goom/filters.h:
18104         * gst/goom/goom_tools.h:
18105         * gst/law/alaw-encode.c:
18106         * gst/level/gstlevel.c:
18107         * gst/level/gstlevel.h:
18108         * gst/matroska/ebml-write.h:
18109         * gst/matroska/matroska-demux.h:
18110         * gst/matroska/matroska-ids.h:
18111         * gst/matroska/matroska-mux.h:
18112         * gst/monoscope/convolve.c: (convolve_match):
18113         * gst/monoscope/convolve.h:
18114         * gst/multipart/multipartmux.c:
18115         * gst/oldcore/gstaggregator.c:
18116         * gst/oldcore/gstaggregator.h:
18117         * gst/oldcore/gstmd5sink.c: (md5_process_block):
18118         * gst/oldcore/gstmd5sink.h:
18119         * gst/oldcore/gstmultifilesrc.c:
18120         * gst/oldcore/gstmultifilesrc.h:
18121         * gst/oldcore/gstpipefilter.h:
18122         * gst/oldcore/gstshaper.h:
18123         * gst/rtp/gstrtpL16depay.h:
18124         * gst/rtp/gstrtpL16pay.h:
18125         * gst/rtp/gstrtpdepay.h:
18126         * gst/rtp/gstrtpmp4vpay.c:
18127         * gst/rtp/gstrtpmp4vpay.h:
18128         * gst/rtsp/gstrtspsrc.c:
18129         * gst/rtsp/gstrtspsrc.h:
18130         * gst/rtsp/rtspconnection.h:
18131         * gst/rtsp/rtspdefs.h:
18132         * gst/rtsp/rtspmessage.h:
18133         * gst/rtsp/rtsptransport.h:
18134         * gst/rtsp/rtspurl.c:
18135         * gst/rtsp/rtspurl.h:
18136         * gst/rtsp/sdpmessage.c:
18137         * gst/rtsp/sdpmessage.h:
18138         * gst/smpte/barboxwipes.c:
18139         * gst/smpte/gstmask.h:
18140         * gst/smpte/gstsmpte.h:
18141         * gst/smpte/paint.c:
18142         * gst/smpte/paint.h:
18143         * gst/udp/gstdynudpsink.h:
18144         * gst/udp/gstmultiudpsink.h:
18145         * gst/udp/gstudpsink.c:
18146         * gst/udp/gstudpsink.h:
18147         * gst/udp/gstudpsrc.c:
18148         * gst/videomixer/videomixer.c:
18149         * gst/wavenc/riff.h:
18150         * gst/wavparse/gstwavparse.h:
18151         * sys/oss/gstossdmabuffer.h:
18152         * sys/oss/gstossmixer.h:
18153         * sys/oss/gstossmixerelement.h:
18154         * sys/oss/gstossmixertrack.h:
18155         * sys/oss/gstosssink.c:
18156         * sys/oss/gstosssink.h:
18157         * sys/oss/gstosssrc.c:
18158         * sys/oss/gstosssrc.h:
18159         * sys/osxaudio/gstosxaudioelement.h:
18160         * sys/osxaudio/gstosxaudiosink.h:
18161         * sys/osxaudio/gstosxaudiosrc.h:
18162           expand tabs
18163
18164 === release 0.10.0 ===
18165
18166 2005-12-05   <thomas (at) apestaart (dot) org>
18167
18168         * configure.ac:
18169           releasing 0.10.0, "Abondance"
18170
18171 2005-12-05  Andy Wingo  <wingo@pobox.com>
18172
18173         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
18174         * ext/flac/gstflacdec.c: (gst_flacdec_write):
18175         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
18176         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
18177         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
18178         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
18179         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
18180         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
18181         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
18182         * ext/speex/gstspeexdec.c: (speex_dec_chain):
18183         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
18184         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18185         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
18186         * gst/goom/gstgoom.c: (gst_goom_chain):
18187         * gst/matroska/matroska-demux.c:
18188         (gst_matroska_demux_push_vorbis_codec_priv_data),
18189         (gst_matroska_demux_add_wvpk_header):
18190         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
18191         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
18192         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
18193         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
18194         alloc_buffer changes.
18195
18196 2005-12-05  Michael Smith  <msmith@fluendo.com>
18197
18198         * docs/plugins/gst-plugins-good-plugins.args:
18199           Remove args for plugins that aren't in -good.
18200
18201 === release 0.9.7 ===
18202
18203 2005-12-01   <thomas (at) apestaart (dot) org>
18204
18205         * configure.ac:
18206           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
18207
18208 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18209
18210         * docs/plugins/.cvsignore:
18211         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18212         * docs/plugins/inspect/plugin-multipart.xml:
18213         * docs/plugins/inspect/plugin-rtp.xml:
18214           add multipart plugin to docs
18215
18216 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18217
18218         * configure.ac:
18219         * ext/Makefile.am:
18220         * ext/pango/Makefile.am:
18221         * ext/pango/gstclockoverlay.c:
18222         * ext/pango/gstclockoverlay.h:
18223         * ext/pango/gsttextoverlay.c:
18224         * ext/pango/gsttextoverlay.h:
18225         * ext/pango/gsttextrender.c:
18226         * ext/pango/gsttextrender.h:
18227         * ext/pango/gsttimeoverlay.c:
18228         * ext/pango/gsttimeoverlay.h:
18229           move pango to base
18230
18231 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18232
18233         * gst/rtp/Makefile.am:
18234         * gst/rtp/gstrtpL16depay.c:
18235         * gst/rtp/gstrtpL16depay.h:
18236         * gst/rtp/gstrtpL16parse.c:
18237         * gst/rtp/gstrtpL16parse.h:
18238         * gst/rtp/gstrtpgsmdepay.c:
18239         * gst/rtp/gstrtpgsmdepay.h:
18240         * gst/rtp/gstrtpgsmparse.c:
18241         * gst/rtp/gstrtpgsmparse.h:
18242           parsers are depayers
18243
18244 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18245
18246         * gst/rtp/Makefile.am:
18247         * gst/rtp/gstasteriskh263.c:
18248         * gst/rtp/gstrtp.c:
18249         * gst/rtp/gstrtpL16enc.c:
18250         * gst/rtp/gstrtpL16enc.h:
18251         * gst/rtp/gstrtpL16parse.c:
18252         * gst/rtp/gstrtpL16parse.h:
18253         * gst/rtp/gstrtpL16pay.c:
18254         * gst/rtp/gstrtpL16pay.h:
18255         * gst/rtp/gstrtpamrdec.c:
18256         * gst/rtp/gstrtpamrdec.h:
18257         * gst/rtp/gstrtpamrdepay.c:
18258         * gst/rtp/gstrtpamrdepay.h:
18259         * gst/rtp/gstrtpamrenc.c:
18260         * gst/rtp/gstrtpamrenc.h:
18261         * gst/rtp/gstrtpamrpay.c:
18262         * gst/rtp/gstrtpamrpay.h:
18263         * gst/rtp/gstrtpdec.c:
18264         * gst/rtp/gstrtpdec.h:
18265         * gst/rtp/gstrtpdepay.c:
18266         * gst/rtp/gstrtpdepay.h:
18267         * gst/rtp/gstrtpg711dec.c:
18268         * gst/rtp/gstrtpg711dec.h:
18269         * gst/rtp/gstrtpg711depay.c:
18270         * gst/rtp/gstrtpg711depay.h:
18271         * gst/rtp/gstrtpg711enc.c:
18272         * gst/rtp/gstrtpg711enc.h:
18273         * gst/rtp/gstrtpg711pay.c:
18274         * gst/rtp/gstrtpg711pay.h:
18275         * gst/rtp/gstrtpgsmenc.c:
18276         * gst/rtp/gstrtpgsmenc.h:
18277         * gst/rtp/gstrtpgsmparse.c:
18278         * gst/rtp/gstrtpgsmparse.h:
18279         * gst/rtp/gstrtpgsmpay.c:
18280         * gst/rtp/gstrtpgsmpay.h:
18281         * gst/rtp/gstrtph263enc.c:
18282         * gst/rtp/gstrtph263enc.h:
18283         * gst/rtp/gstrtph263pay.c:
18284         * gst/rtp/gstrtph263pay.h:
18285         * gst/rtp/gstrtph263pdec.c:
18286         * gst/rtp/gstrtph263pdec.h:
18287         * gst/rtp/gstrtph263pdepay.c:
18288         * gst/rtp/gstrtph263pdepay.h:
18289         * gst/rtp/gstrtph263penc.c:
18290         * gst/rtp/gstrtph263penc.h:
18291         * gst/rtp/gstrtph263ppay.c:
18292         * gst/rtp/gstrtph263ppay.h:
18293         * gst/rtp/gstrtpmp4vdec.c:
18294         * gst/rtp/gstrtpmp4vdec.h:
18295         * gst/rtp/gstrtpmp4vdepay.c:
18296         * gst/rtp/gstrtpmp4vdepay.h:
18297         * gst/rtp/gstrtpmp4venc.c:
18298         * gst/rtp/gstrtpmp4venc.h:
18299         * gst/rtp/gstrtpmp4vpay.c:
18300         * gst/rtp/gstrtpmp4vpay.h:
18301         * gst/rtp/gstrtpmpadec.c:
18302         * gst/rtp/gstrtpmpadec.h:
18303         * gst/rtp/gstrtpmpadepay.c:
18304         * gst/rtp/gstrtpmpadepay.h:
18305         * gst/rtp/gstrtpmpaenc.c:
18306         * gst/rtp/gstrtpmpaenc.h:
18307         * gst/rtp/gstrtpmpapay.c:
18308         * gst/rtp/gstrtpmpapay.h:
18309         * gst/rtp/gstrtpspeexdec.c:
18310         * gst/rtp/gstrtpspeexdec.h:
18311         * gst/rtp/gstrtpspeexdepay.c:
18312         * gst/rtp/gstrtpspeexdepay.h:
18313         * gst/rtp/gstrtpspeexenc.c:
18314         * gst/rtp/gstrtpspeexenc.h:
18315         * gst/rtp/gstrtpspeexpay.c:
18316         * gst/rtp/gstrtpspeexpay.h:
18317           Do burger's rename for rtp payloaders and depayloaders
18318
18319 2005-11-30  Wim Taymans  <wim@fluendo.com>
18320
18321         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
18322         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
18323         * ext/dv/gstdvdemux.h:
18324         Fix seeking in dvdemux again, add some more debug info.
18325
18326 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18327
18328         * configure.ac:
18329           fix tests
18330
18331 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18332
18333         * PORTED_09:
18334         * docs/random/PORTED_09:
18335           move
18336         * tests/Makefile.am:
18337           add
18338         * win32/gst.sln:
18339           remove
18340
18341 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18342
18343         * Makefile.am:
18344         * check/.cvsignore:
18345         * check/Makefile.am:
18346         * check/elements/.cvsignore:
18347         * check/elements/level.c:
18348         * check/elements/matroskamux.c:
18349         * configure.ac:
18350         * examples/Makefile.am:
18351         * examples/capsfilter/Makefile.am:
18352         * examples/capsfilter/capsfilter1.c:
18353         * examples/gob/Makefile.am:
18354         * examples/gob/gst-identity2.gob:
18355         * examples/gstplay/.cvsignore:
18356         * examples/gstplay/Makefile.am:
18357         * examples/gstplay/player.c:
18358         * examples/indexing/.cvsignore:
18359         * examples/indexing/Makefile.am:
18360         * examples/indexing/indexmpeg.c:
18361         * examples/level/Makefile.am:
18362         * examples/level/README:
18363         * examples/level/demo.c:
18364         * examples/level/plot.c:
18365         * examples/stats/Makefile.am:
18366         * examples/stats/mp2ogg.c:
18367         * examples/switch/.cvsignore:
18368         * examples/switch/Makefile.am:
18369         * examples/switch/switcher.c:
18370           move under tests/
18371
18372 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
18373
18374         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
18375         (gst_text_render_class_init), (resize_bitmap),
18376         (gst_text_render_render_text), (gst_text_render_setcaps),
18377         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
18378         (gst_text_render_chain), (gst_text_render_finalize),
18379         (gst_text_render_init), (gst_text_render_set_property):
18380         * ext/pango/gsttextrender.h:
18381           Add missing files.
18382
18383 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
18384
18385         * configure.ac:
18386         * ext/Makefile.am:
18387         * ext/pango/Makefile.am:
18388         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
18389         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
18390         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
18391         * ext/pango/gstclockoverlay.h:
18392         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
18393         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
18394         (gst_text_overlay_finalize), (gst_text_overlay_init),
18395         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
18396         (gst_text_overlay_text_pad_linked),
18397         (gst_text_overlay_text_pad_unlinked),
18398         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
18399         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
18400         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
18401         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
18402         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
18403         (gst_text_overlay_change_state), (plugin_init):
18404         * ext/pango/gsttextoverlay.h:
18405         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
18406         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
18407         (gst_time_overlay_class_init), (gst_time_overlay_init):
18408         * ext/pango/gsttimeoverlay.h:
18409           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
18410           and add background shading and text wrapping modes. Make 
18411           timoverlay derive from textoverlay. Also add new clockoverlay
18412           element.
18413
18414 2005-11-30  Julien MOUTTE  <julien@moutte.net>
18415
18416         * gst/udp/Makefile.am: Moved to netbuffer.
18417
18418 2005-11-30  Julien MOUTTE  <julien@moutte.net>
18419
18420         * configure.ac:
18421         * PORTED_O9:
18422         * gst/multipart/Makefile.am:
18423         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18424         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18425         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
18426         (gst_multipart_demux_change_state),
18427         (gst_multipart_demux_plugin_init):
18428         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18429         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
18430         (gst_multipart_mux_sinkconnect),
18431         (gst_multipart_mux_request_new_pad),
18432         (gst_multipart_mux_handle_src_event),
18433         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
18434         (gst_multipart_mux_change_state): Ported multipart mux/demux to
18435         0.9.
18436
18437 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18438
18439         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
18440         * gst/debug/gstnavigationtest.h:
18441         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
18442         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
18443         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
18444         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
18445         * gst/effectv/gstrev.c: (gst_revtv_get_type):
18446         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
18447         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
18448         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
18449         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
18450         (gst_video_flip_get_type):
18451         * gst/videofilter/gstvideoflip.h:
18452           update for symbols change
18453
18454 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18455
18456         * gst/udp/gstdynudpsink.c:
18457         * gst/udp/gstudpsrc.c:
18458           the old gstnet lib was renamed gstnetbuffer (#322257)
18459
18460 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
18461
18462         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
18463         (gst_text_overlay_collected):
18464           Actually render the text from the text pad.
18465
18466 2005-11-29  Edward Hervey  <edward@fluendo.com>
18467
18468         * gst/debug/gstnavseek.c: (gst_navseek_event):
18469         * gst/debug/progressreport.c: (gst_progress_report_event):
18470         Update for GstBaseTransform event virtual method
18471
18472 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18473
18474         * ext/cairo/Makefile.am:
18475           no need to link to videofilter
18476
18477 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18478
18479         * gst/debug/Makefile.am:
18480         * gst/debug/gstnavigationtest.h:
18481         * gst/effectv/Makefile.am:
18482         * gst/effectv/gstaging.c:
18483         * gst/effectv/gstdice.c:
18484         * gst/effectv/gstedge.c:
18485         * gst/effectv/gstquark.c:
18486         * gst/effectv/gstrev.c:
18487         * gst/effectv/gstshagadelic.c:
18488         * gst/effectv/gstvertigo.c:
18489         * gst/effectv/gstwarp.c:
18490         * gst/videofilter/Makefile.am:
18491         * gst/videofilter/gstvideofilter.c:
18492         * gst/videofilter/gstvideofilter.h:
18493         * gst/videofilter/gstvideoflip.h:
18494           remove the videofilter library and link to the one in base
18495
18496 2005-11-28  Edward Hervey  <edward@fluendo.com>
18497
18498         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18499         Useless check now we're setting the current entry correctly.
18500
18501 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
18502
18503         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
18504         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
18505         (gst_jpegenc_change_state):
18506           Don't leak input buffer in chain function (fixes #322667); make 
18507           state change function thread-safe; don't repeat the current function
18508           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
18509           gst_pad_alloc_buffer(); misc. minor cleanups.
18510
18511 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
18512
18513         * gst/matroska/matroska-mux.c:
18514         (gst_matroska_mux_video_pad_setcaps):
18515         Look for pixel-aspect-ratio in caps, not pixel_width and
18516         pixel_height (Fixes: #322645)
18517
18518 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
18519
18520         * gst/matroska/matroska-mux.c:
18521         (gst_matroska_mux_video_pad_setcaps):
18522         From Michal Benes:
18523         frame duration should be GST_SECOND / framerate, not
18524         GST_SECOND * framerate. (Fixes: #322643)
18525
18526 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18527
18528         * configure.ac:
18529           fix up GST_PLUGIN_LDFLAGS
18530         * gst/rtsp/rtspconnection.c:
18531           fix includes (see #317043)
18532         * gst/videofilter/Makefile.am:
18533           stop installing this library
18534
18535 2005-11-26  Edward Hervey  <edward@fluendo.com>
18536
18537         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
18538         Handle the case where the incoming Video dv stream doesn't have
18539         a pixel aspect ratio set.
18540
18541 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18542
18543         * docs/plugins/Makefile.am:
18544         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18545         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18546         * ext/flac/gstflacdec.c:
18547           document flacdec
18548
18549 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18550
18551         * docs/plugins/Makefile.am:
18552         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18553         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18554         * docs/plugins/inspect/plugin-autodetect.xml:
18555         * ext/cairo/gstcairo.c: (plugin_init):
18556         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
18557         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
18558         (gst_text_overlay_init), (gst_text_overlay_font_init),
18559         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
18560         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
18561         (gst_text_overlay_text_pad_linked),
18562         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
18563         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18564         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
18565         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
18566         (gst_text_overlay_change_state):
18567         * ext/cairo/gsttextoverlay.h:
18568         * ext/cairo/gsttimeoverlay.c:
18569         (gst_cairo_time_overlay_update_font_height),
18570         (gst_cairo_time_overlay_set_caps),
18571         (gst_cairo_time_overlay_get_unit_size),
18572         (gst_cairo_time_overlay_print_smpte_time),
18573         (gst_cairo_time_overlay_transform),
18574         (gst_cairo_time_overlay_base_init),
18575         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
18576         (gst_cairo_time_overlay_get_type):
18577         * ext/cairo/gsttimeoverlay.h:
18578           do some name borgifying
18579           document
18580
18581 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18582
18583         * docs/plugins/Makefile.am:
18584         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18585         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18586         * gst/autodetect/gstautoaudiosink.c:
18587         (gst_auto_audio_sink_base_init):
18588         * gst/autodetect/gstautovideosink.c:
18589         (gst_auto_video_sink_base_init),
18590         (gst_auto_video_sink_factory_filter):
18591           documenting auto*sink
18592           using strstr for the video sink lookup, class field is not ordered
18593         * docs/plugins/inspect/plugin-1394.xml:
18594         * docs/plugins/inspect/plugin-aasink.xml:
18595         * docs/plugins/inspect/plugin-alaw.xml:
18596         * docs/plugins/inspect/plugin-alpha.xml:
18597         * docs/plugins/inspect/plugin-alphacolor.xml:
18598         * docs/plugins/inspect/plugin-auparse.xml:
18599         * docs/plugins/inspect/plugin-autodetect.xml:
18600         * docs/plugins/inspect/plugin-avi.xml:
18601         * docs/plugins/inspect/plugin-cacasink.xml:
18602         * docs/plugins/inspect/plugin-cairo.xml:
18603         * docs/plugins/inspect/plugin-cutter.xml:
18604         * docs/plugins/inspect/plugin-debug.xml:
18605         * docs/plugins/inspect/plugin-dv.xml:
18606         * docs/plugins/inspect/plugin-efence.xml:
18607         * docs/plugins/inspect/plugin-effectv.xml:
18608         * docs/plugins/inspect/plugin-esdsink.xml:
18609         * docs/plugins/inspect/plugin-flac.xml:
18610         * docs/plugins/inspect/plugin-flxdec.xml:
18611         * docs/plugins/inspect/plugin-gconfelements.xml:
18612         * docs/plugins/inspect/plugin-goom.xml:
18613         * docs/plugins/inspect/plugin-jpeg.xml:
18614         * docs/plugins/inspect/plugin-level.xml:
18615         * docs/plugins/inspect/plugin-matroska.xml:
18616         * docs/plugins/inspect/plugin-mulaw.xml:
18617         * docs/plugins/inspect/plugin-navigationtest.xml:
18618         * docs/plugins/inspect/plugin-ossaudio.xml:
18619         * docs/plugins/inspect/plugin-png.xml:
18620         * docs/plugins/inspect/plugin-rtp.xml:
18621         * docs/plugins/inspect/plugin-rtsp.xml:
18622         * docs/plugins/inspect/plugin-shout2send.xml:
18623         * docs/plugins/inspect/plugin-smpte.xml:
18624         * docs/plugins/inspect/plugin-speex.xml:
18625         * docs/plugins/inspect/plugin-udp.xml:
18626         * docs/plugins/inspect/plugin-videobox.xml:
18627         * docs/plugins/inspect/plugin-videoflip.xml:
18628         * docs/plugins/inspect/plugin-videomixer.xml:
18629         * docs/plugins/inspect/plugin-wavenc.xml:
18630         * docs/plugins/inspect/plugin-wavparse.xml:
18631           update for HEAD version
18632
18633 2005-11-25  Michael Smith  <msmith@fluendo.com>
18634
18635         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
18636           Patch from Sebastien Cote to close control sockets in udpsrc.
18637
18638 2005-11-24  Julien MOUTTE  <julien@moutte.net>
18639
18640         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
18641         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
18642         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
18643         (gst_quarktv_base_init), (gst_quarktv_class_init),
18644         (gst_quarktv_init): Flush the planes list on reverse caps
18645         negotiation. This was crashing because of differently sized
18646         buffers.
18647
18648 2005-11-24  Julien MOUTTE  <julien@moutte.net>
18649
18650         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
18651         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
18652         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
18653         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
18654         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
18655         (gst_videoflip_set_property), (gst_videoflip_base_init),
18656         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
18657         correctly, fix identity flipping, convert navigation event 
18658         correctly again.
18659
18660 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18661
18662         * configure.ac: back to HEAD
18663
18664 === release 0.9.6 ===
18665
18666 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
18667
18668         * configure.ac:
18669           releasing 0.9.6, "Everything's Not Lost"
18670
18671 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
18672
18673         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
18674         Oops, initialise the framerate GValue
18675
18676 2005-11-23  Julien MOUTTE  <julien@moutte.net>
18677
18678         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
18679         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
18680         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
18681         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
18682         (gst_timeoverlay_get_type):
18683         * ext/cairo/gsttimeoverlay.h:
18684         * gst/debug/Makefile.am:
18685         * gst/debug/gstnavigationtest.c:
18686         (gst_navigationtest_handle_src_event),
18687         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
18688         (gst_navigationtest_transform), (gst_navigationtest_change_state),
18689         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
18690         (gst_navigationtest_init), (gst_navigationtest_get_type),
18691         (plugin_init):
18692         * gst/debug/gstnavigationtest.h:
18693         * gst/effectv/Makefile.am:
18694         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
18695         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
18696         (gst_agingtv_base_init), (gst_agingtv_class_init),
18697         (gst_agingtv_init), (gst_agingtv_get_type):
18698         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
18699         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
18700         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
18701         (gst_dicetv_get_type):
18702         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
18703         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
18704         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
18705         (gst_edgetv_get_type):
18706         * gst/effectv/gsteffectv.c:
18707         * gst/effectv/gsteffectv.h:
18708         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
18709         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
18710         (gst_quarktv_change_state), (gst_quarktv_base_init),
18711         (gst_quarktv_class_init), (gst_quarktv_init),
18712         (gst_quarktv_get_type):
18713         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
18714         (gst_revtv_get_unit_size), (gst_revtv_transform),
18715         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
18716         (gst_revtv_get_type):
18717         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
18718         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
18719         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
18720         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
18721         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
18722         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
18723         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
18724         (gst_vertigotv_init), (gst_vertigotv_get_type):
18725         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
18726         (gst_warptv_get_unit_size), (gst_warptv_transform),
18727         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
18728         (gst_warptv_get_type):
18729         * gst/videofilter/Makefile.am:
18730         * gst/videofilter/gstvideobalance.c:
18731         * gst/videofilter/gstvideobalance.h:
18732         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
18733         (gst_videofilter_class_init), (gst_videofilter_init):
18734         * gst/videofilter/gstvideofilter.h:
18735         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
18736         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
18737         (gst_videoflip_flip), (gst_videoflip_transform),
18738         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
18739         (gst_videoflip_base_init), (gst_videoflip_class_init),
18740         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
18741         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
18742         BaseTransform, it's just a place holder for now and every video
18743         effect plugin has been ported to use BaseTransform features 
18744         directly. QuarkTV was fixed too (was broken), navigationtest works
18745         and best for the end, videoflip converts navigation events depending
18746         on flip method ! Fixes #320953
18747
18748 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
18749
18750         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
18751         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
18752         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
18753         (gst_goom_src_negotiate), (gst_goom_chain):
18754         * gst/matroska/matroska-mux.c:
18755         (gst_matroska_mux_video_pad_setcaps):
18756         * sys/osxvideo/osxvideosink.m:
18757           Fixes for API changes
18758
18759 2005-11-23  Michael Smith <msmith@fluendo.com>
18760
18761         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
18762         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
18763         * ext/jpeg/gstjpegdec.h:
18764         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
18765         * ext/jpeg/gstjpegenc.h:
18766         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
18767         (gst_smokeenc_resync):
18768         * ext/jpeg/gstsmokeenc.h:
18769           JPEG fractiony goodness.
18770
18771 2005-11-22  Michael Smith <msmith@fluendo.com>
18772
18773         * gst/goom/filters.c:
18774         * gst/goom/graphic.h:
18775           Fix compilation by making some functions static inline instead of
18776           extern inline, matching the way they're used.
18777
18778 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
18779
18780         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
18781         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
18782         * ext/cairo/gsttextoverlay.h:
18783         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
18784         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18785         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
18786         (gst_pngdec_caps_create_and_set):
18787         * ext/libpng/gstpngdec.h:
18788         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
18789         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
18790         * gst/avi/gstavimux.c: (gst_avimux_init),
18791         (gst_avimux_vidsinkconnect):
18792         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
18793         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
18794         (gst_goom_src_negotiate), (gst_goom_chain):
18795         * gst/goom/gstgoom.h:
18796         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
18797         * gst/matroska/matroska-mux.c:
18798         (gst_matroska_mux_video_pad_setcaps):
18799         * sys/osxvideo/osxvideosink.h:
18800         * sys/osxvideo/osxvideosink.m:
18801           More fractional framerate conversions 
18802
18803 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
18804
18805         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
18806         * gst/debug/gstnavigationtest.c:
18807         (gst_navigationtest_handle_src_event):
18808         * gst/videofilter/gstvideofilter.c:
18809         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
18810         (gst_videofilter_init):
18811         * gst/videofilter/gstvideofilter.h:
18812           Convert to fractional framerates.
18813
18814 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
18815
18816         * ext/aalib/gstaasink.c:
18817         * ext/dv/gstdvdec.c:
18818         * ext/esd/esdmon.c:
18819         * ext/flac/gstflacenc.c:
18820         * ext/gdk_pixbuf/pixbufscale.c:
18821         * ext/libcaca/gstcacasink.c:
18822         * ext/shout2/gstshout2.c:
18823         * gst/alpha/gstalpha.c:
18824         * gst/oldcore/gstaggregator.c:
18825         * gst/oldcore/gstshaper.c:
18826         * gst/smpte/barboxwipes.c:
18827         * gst/smpte/gstsmpte.c:
18828         * gst/videobox/gstvideobox.c:
18829         * gst/videofilter/gstvideoflip.c:
18830         * gst/videomixer/videomixer.c:
18831           fix up more enums
18832
18833 2005-11-22  Michael Smith <msmith@fluendo.com>
18834
18835         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18836         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18837         (gst_videomixer_update_queues):
18838           Fractional framerates, videomixer.
18839
18840 2005-11-22  Michael Smith <msmith@fluendo.com>
18841
18842         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
18843         * ext/dv/gstdvdec.h:
18844         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
18845         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18846         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
18847         (gst_dvdemux_flush):
18848         * ext/dv/gstdvdemux.h:
18849           Fractional framerates for DV. 
18850
18851 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
18852
18853         * gst/autodetect/gstautoaudiosink.c:
18854         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
18855         * gst/autodetect/gstautovideosink.c:
18856         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
18857           Use gst_plugin_feature_list_free() to free feature list and
18858           in the case of autovideosink free the list at all. Also
18859           miscellaneous cosmetic fixes.
18860
18861 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
18862
18863         * gst/cutter/gstcutter.c: (gst_cutter_chain),
18864         (gst_cutter_set_property), (gst_cutter_get_caps):
18865           copy calculation code from level; remove use of some audio
18866           functions
18867
18868 2005-11-22  Andy Wingo  <wingo@pobox.com>
18869
18870         * Update for gst_tag_setter API changes.
18871
18872 2005-11-22  Andy Wingo  <wingo@pobox.com>
18873
18874         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
18875         (gst_dvdemux_demux_frame)
18876         * ext/flac/gstflacdec.c (gst_flacdec_write)
18877         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
18878         (gst_flacenc_sink_event)
18879         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
18880         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
18881         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
18882         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
18883         * gst/auparse/gstauparse.c (gst_auparse_chain)
18884         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
18885         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
18886         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
18887         (gst_avi_demux_handle_seek)
18888         * gst/goom/gstgoom.c (gst_goom_event)
18889         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
18890         * gst/matroska/matroska-demux.c
18891         (gst_matroska_demux_handle_seek_event)
18892         (gst_matroska_demux_loop_stream_parse_id)
18893         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
18894         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
18895         (gst_wavparse_stream_headers): Run update-funcnames.
18896
18897 2005-11-22  Edward Hervey  <edward@fluendo.com>
18898
18899         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
18900         (gst_dv1394src_init), (gst_dv1394src_dispose),
18901         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
18902         (gst_dv1394src_uri_set_uri):
18903         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
18904         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
18905         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
18906         URIHandler interface and element properties are now properly
18907         synchronized for DV1394src and UDPSrc
18908
18909 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
18910
18911         * ext/flac/Makefile.am:
18912         * ext/speex/Makefile.am:
18913           libgsttagedit has been renamed to libgsttag.
18914
18915 2005-11-21  Wim Taymans  <wim@fluendo.com>
18916
18917         * gst/rtsp/rtspconnection.c: (read_body):
18918         Apply patch from Sebastien Cote to fix #319184.
18919
18920 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
18921
18922         * configure.ac:
18923         * gst/cutter/Makefile.am:
18924         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
18925         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
18926         (gst_cutter_set_property), (gst_cutter_get_property),
18927         (plugin_init), (gst_cutter_get_caps):
18928           port cutter
18929         * gst/level/gstlevel.c:
18930           fix up plugin details
18931
18932 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
18933
18934         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
18935         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
18936         (gst_flacdec_src_event):
18937         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
18938         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
18939         (gst_signal_processor_getrange), (gst_signal_processor_chain):
18940         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
18941         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
18942         (gst_flxdec_sink_event_handler):
18943         * gst/matroska/matroska-demux.c:
18944         (gst_matroska_demux_handle_seek_event):
18945         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
18946           Update for stream lock API changes: don't take stream log
18947           in sink event handlers any longer and change GST_STREAM_LOCK
18948           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
18949           functions.
18950
18951 2005-11-21  Michael Smith <msmith@fluendo.com>
18952
18953         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
18954           gst_object_unref, not g_object_unref
18955
18956 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
18957
18958         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
18959         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
18960           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
18961
18962 2005-11-21  Michael Smith <msmith@fluendo.com>
18963
18964         * gst/auparse/Makefile.am:
18965         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
18966         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
18967         (gst_auparse_change_state):
18968         * gst/auparse/gstauparse.h:
18969           Partially fix #161712. playbin still doesn't work on these files,
18970           (on the bug report, Andy says we aren't typefinding it for some
18971           reason?) but at least auparse isn't totally busted like it was before.
18972
18973 2005-11-21  Andy Wingo  <wingo@pobox.com>
18974
18975         * *.h:
18976         * *.c: Ran scripts/update-macros. Oh yes.
18977
18978 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
18979
18980         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
18981           Filler events are gone for now, comment out section generating
18982           them.
18983
18984 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
18985
18986         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
18987         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
18988         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
18989         * sys/osxvideo/osxvideosink.m:
18990           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
18991           (#322027)
18992
18993 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
18994
18995         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
18996         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
18997         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
18998         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
18999         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
19000         (gst_avi_demux_stream_data):
19001         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19002         * gst/wavenc/gstwavenc.c: (write_metadata):
19003         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
19004         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
19005         Fixes for GST_FOURCC_FORMAT API change.
19006
19007 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19008
19009         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
19010         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
19011         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
19012         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19013         (gst_text_overlay_change_state):
19014         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
19015         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
19016         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
19017         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
19018         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19019         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
19020         (gst_videomixer_change_state):
19021           Fix for collect pads API change. Also fix textoverlay state
19022           change function.
19023
19024 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19025
19026         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
19027         GST_PAD_IS_USABLE by something approaching it.
19028
19029 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19030
19031         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
19032         API changes.
19033         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
19034         but also fix the code that was not checking return values from
19035         pad_push neither using pad_alloc_buffer.
19036
19037 2005-11-18  Edward Hervey  <edward@fluendo.com>
19038
19039         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
19040         (gst_pngenc_chain):
19041         Added debug category
19042         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
19043         goes to EOS.
19044
19045 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
19046
19047         * gst/rtp/Makefile.am
19048         * gst/rtp/gstrtp.c
19049         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
19050         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
19051         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
19052         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
19053         * gst/rtp/gstrtpg711enc.h:
19054         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
19055         * gst/rtp/gstrtpspeexenc.c:
19056         * gst/rtp/gstrtpspeexenc.h:
19057         * gst/rtp/gstrtpspeexdec.c:
19058         * gst/rtp/gstrtpspeexdec.h:
19059         Created Speex payloader and depayloader; Optimize G711 payloader to
19060         use adapter and send packets until MTU size.
19061
19062 2005-11-16  Wim Taymans  <wim@fluendo.com>
19063
19064         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
19065         Fix leak in check.
19066
19067 2005-11-16  Wim Taymans  <wim@fluendo.com>
19068
19069         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
19070         Fix state change.
19071
19072 2005-11-16  Andy Wingo  <wingo@pobox.com>
19073
19074         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
19075         (gst_udpsrc_create): Move comment.
19076
19077 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
19078
19079         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19080
19081         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
19082           When seeking, seek to closest index entry at or before the requested
19083           seek position, not just the closest one (#321001).
19084
19085 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19086
19087         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
19088         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
19089           Invert DIB images again (see #132341).
19090
19091 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19092
19093         * configure.ac:
19094           rework configure.ac file
19095         * ext/aalib/gstaasink.c:
19096         * ext/cairo/gstcairo.c:
19097         * ext/dv/gstdv.c:
19098         * ext/esd/gstesd.c:
19099         * ext/flac/gstflac.c:
19100         * ext/gconf/gstgconfelements.c:
19101         * ext/gdk_pixbuf/gstgdkpixbuf.c:
19102         * ext/jpeg/gstjpeg.c:
19103         * ext/ladspa/gstladspa.c:
19104         * ext/libcaca/gstcacasink.c:
19105         * ext/libmng/gstmng.c:
19106         * ext/libpng/gstpng.c:
19107         * ext/mikmod/gstmikmod.c:
19108         * ext/pango/gsttextoverlay.c:
19109         * ext/pango/gsttimeoverlay.c:
19110         * ext/raw1394/gst1394.c:
19111         * ext/speex/gstspeex.c:
19112         * gst/alpha/Makefile.am:
19113         * gst/alpha/gstalpha.c:
19114         * gst/alpha/gstalphacolor.c:
19115         * gst/auparse/gstauparse.c:
19116         * gst/autodetect/gstautoaudiosink.c:
19117         (gst_auto_audio_sink_factory_filter),
19118         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19119         * gst/autodetect/gstautodetect.c:
19120         * gst/avi/gstavi.c:
19121         * gst/cutter/gstcutter.c:
19122         * gst/debug/efence.c:
19123         * gst/debug/gstdebug.c:
19124         * gst/debug/gstnavigationtest.c:
19125         * gst/effectv/gsteffectv.c:
19126         * gst/flx/gstflxdec.c:
19127         * gst/goom/gstgoom.c:
19128         * gst/interleave/plugin.c:
19129         * gst/law/alaw.c:
19130         * gst/law/mulaw.c:
19131         * gst/level/gstlevel.c:
19132         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
19133         * gst/matroska/matroska.c:
19134         * gst/median/gstmedian.c:
19135         * gst/monoscope/gstmonoscope.c:
19136         * gst/multipart/multipart.c:
19137         * gst/oldcore/gstelements.c:
19138         * gst/rtp/gstrtp.c:
19139         * gst/rtsp/gstrtsp.c:
19140         * gst/smoothwave/gstsmoothwave.c:
19141         * gst/smpte/gstsmpte.c:
19142         * gst/udp/gstudp.c:
19143         * gst/videobox/gstvideobox.c:
19144         * gst/videofilter/gstgamma.c:
19145         * gst/videofilter/gstvideobalance.c:
19146         * gst/videofilter/gstvideoflip.c:
19147         * gst/videofilter/gstvideotemplate.c:
19148         * gst/videomixer/videomixer.c:
19149         * gst/wavenc/gstwavenc.c:
19150         * gst/wavparse/gstwavparse.c:
19151         * sys/oss/gstossaudio.c:
19152         * sys/osxaudio/gstosxaudio.c:
19153           update GST_PLUGIN_DEFINE
19154         * gst/rtp/Makefile.am:
19155         * gst/rtp/gstasteriskh263.c:
19156           check for htons/htonl headers and possibly link to winsock2 lib
19157
19158 2005-11-12  Edward Hervey  <edward@fluendo.com>
19159
19160         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
19161         Only GST_DEBUG() information on the valid components.
19162
19163 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19164
19165         * configure.ac: back to HEAD
19166
19167 === release 0.9.5 ===
19168
19169 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
19170
19171         * configure.ac:
19172           releasing 0.9.5, "Phone Alarm"
19173
19174 2005-11-11  Edward Hervey  <edward@fluendo.com>
19175
19176         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19177         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
19178         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
19179         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
19180         (gst_avi_demux_loop):
19181         * gst/avi/gstavidemux.h:
19182         Yeah, implement proper seeking. Exact seeking and segment seeking.
19183         Still need to do some checks for segment_stop.
19184
19185 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19186
19187         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19188
19189         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
19190           Don't try to ready buffer duration from buffer that we don't
19191           own any  longer and that might already have been unreffed.
19192           (#321136)
19193
19194 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
19195
19196         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
19197         (flx_decode_delta_flc), (gst_flxdec_chain):
19198         Attempting to optimize the code for embedded systems.
19199
19200 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
19201
19202         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19203
19204         * sys/oss/gstosssink.c: (gst_oss_sink_close):
19205           Don't re-use already closed file descriptor. (#320920)
19206
19207 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19208
19209         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
19210         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
19211         (gst_oss_sink_prepare):
19212         * sys/oss/gstosssink.h:
19213           Cache probed caps; fix debug output for SET_PARAM macros.
19214
19215 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19216
19217         * ext/cairo/Makefile.am:
19218         * ext/cairo/gstcairo.c: (plugin_init):
19219         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19220         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19221         (gst_text_overlay_init), (gst_text_overlay_font_init),
19222         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19223         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19224         (gst_text_overlay_text_pad_linked),
19225         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19226         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19227         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19228         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19229         (gst_text_overlay_change_state):
19230         * ext/cairo/gsttextoverlay.h:
19231           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
19232           property and redo positioning. Doesn't handle upstream renegotiation
19233           yet though.
19234
19235 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19236
19237         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
19238         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
19239         (gst_avi_demux_loop):
19240           No need to take the STREAM_LOCK in the loop function. Improve
19241           some debug messages. Don't leak pad names in debug messages.
19242
19243 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19244
19245         * gst/matroska/matroska-demux.c:
19246         (gst_matroska_demux_push_vorbis_codec_priv_data),
19247         (gst_matroska_demux_add_wvpk_header):
19248           Don't error out when the source pad isn't linked.
19249
19250 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
19251
19252         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
19253         (gst_gconf_audio_sink_change_state):
19254         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
19255         (gst_gconf_video_sink_change_state):
19256           Fix state change functions here as well and set kid
19257           to NULL state before removing it.
19258
19259 2005-11-01  Edward Hervey  <edward@fluendo.com>
19260
19261         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
19262         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
19263         Added proper event handlind, 
19264         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
19265         ignored),
19266         and don't set a duration of 0 for buffers otherwise they are discarded
19267         by GstBaseSink.
19268
19269         GstWavEnc needs some serious loving, after going through the code I'm
19270         really wondering how this can stay in -good ...
19271
19272 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19273
19274         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
19275         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
19276         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
19277         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
19278         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
19279         (gst_matroska_mux_collected):
19280           Fix leaks and invalid memory access as reported by valgrind
19281
19282 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19283
19284         Patch by: Michal Benes <michal.benes@xeris.cz>
19285
19286         * check/Makefile.am:
19287         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
19288         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
19289         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
19290           add a unit test for matroskamux
19291           fix the bugs that the unit test exposed
19292
19293 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
19294
19295         * gst/autodetect/gstautoaudiosink.c:
19296         (gst_auto_audio_sink_class_init),
19297         (gst_auto_audio_sink_change_state):
19298         * gst/autodetect/gstautovideosink.c:
19299         (gst_auto_video_sink_class_init),
19300         (gst_auto_video_sink_change_state):
19301           Fix state change function and use GST_DEBUG_FUNCPTR in
19302           class_init.
19303
19304 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19305
19306         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19307
19308         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
19309         (gst_ebml_write_reset), (gst_ebml_write_element_new):
19310         * gst/matroska/ebml-write.h:
19311         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
19312           Set timestamps on outgoing ebml headers as well, so that the
19313           element after matroskamux can get the timestamp already when
19314           reading the first ebml element and doesn't have to wait for
19315           the actual data buffer for that (#320308).
19316           
19317 2005-10-31  Andy Wingo  <wingo@pobox.com>
19318
19319         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
19320         (gst_videomixer_pad_link): Kill some memleaks.
19321         (gst_videomixer_pad_get_property): Style fix.
19322         (gst_videomixer_pad_set_property): Style fix.
19323         (gst_videomixer_pad_init): Style fix.
19324         (gst_videomixer_update_queues): Kill memleak.
19325         (gst_videomixer_loop): Kill memleak.
19326         (gst_videomixer_collected): Kill memleak.
19327
19328 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
19329
19330         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
19331         gst_auparse_change_state:
19332         Just some cleanup.
19333
19334 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
19335
19336         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
19337         Add checks to GST_FLOW_NOT_LINKED for values returned
19338         from gst_pad_push.
19339         
19340 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
19341
19342         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
19343         (gst_rtpg711dec_process):
19344         * gst/rtp/gstrtpgsmenc.c:
19345         Payloader now sets some default caps on the srcpad if caps on the sinkpad
19346         are never set. This is important for the g711 to work with burger's rtpbin
19347         element.
19348
19349 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
19350
19351         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
19352         (gst_speexenc_push_buffer):
19353         Add checks for return values from gst_pad_push and
19354         gst_pad_alloc_buffer.
19355
19356 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
19357
19358         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19359
19360         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
19361         (gst_matroska_demux_parse_info),
19362         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
19363         (gst_matroska_demux_parse_cluster):
19364         * gst/matroska/matroska-ids.h:
19365         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
19366         (gst_matroska_mux_init), (gst_matroska_mux_start),
19367         (gst_matroska_mux_create_buffer_header),
19368         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
19369         (gst_matroska_mux_get_property):
19370         * gst/matroska/matroska-mux.h:
19371           Add SimpleBlock support to matroska demuxer and muxer (part of
19372           Matroska v2). (#319731)
19373
19374 2005-10-28  Wim Taymans  <wim@fluendo.com>
19375
19376         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
19377         (gst_jpeg_dec_change_state):
19378         * ext/jpeg/gstjpegdec.h:
19379         Cleanups. Don't create caps for every chain.
19380
19381 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
19382
19383         * gst/law/alaw-encode.c: (gst_alawenc_init),
19384         (alawenc_setcaps), (gst_alawenc_chain)
19385         * gst/law/alaw-encode.h:
19386         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
19387         (mulawenc_setcaps), (gst_mulawenc_chain)
19388         * gst/law/mulaw-encode.h:
19389         Set timestamp on buffer and it allows RTP G711 elements
19390         work properly.
19391
19392 2005-10-27  Wim Taymans  <wim@fluendo.com>
19393
19394         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
19395         Set correct format on oss instead of a silly value. 
19396
19397 2005-10-27  Julien MOUTTE  <julien@moutte.net>
19398
19399         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19400         (gst_video_box_transform_caps), (gst_video_box_set_caps),
19401         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
19402         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
19403         I420 rendering as well, doesn't bring much for my platform.
19404         Might help on some other platforms.
19405
19406 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
19407
19408         * gst/rtp/gstrtpgsmenc.c:
19409         * gst/rtp/gstrtpgsmparse.c:
19410         Declaring the padtemplate correctly.
19411
19412 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
19413
19414         * gst/rtp/gstrtpg711dec.c:
19415         * gst/rtp/gstrtpg711enc.c:
19416         * gst/rtp/gstrtpgsmenc.c:
19417         * gst/rtp/gstrtpgsmparse.c:
19418         Setting the proper copyright notice.
19419
19420 2005-10-26  Julien MOUTTE  <julien@moutte.net>
19421
19422         * gst/videobox/Makefile.am: Use liboil.
19423         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19424         (gst_video_box_set_property), (gst_video_box_transform_caps),
19425         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
19426         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
19427         using liboil. Will dot the same to I420 border generation
19428         tomorrow.
19429
19430 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
19431
19432         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
19433         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
19434         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
19435         * gst/rtp/gstrtpg711dec.h:
19436         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
19437         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
19438         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
19439         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
19440         (gst_rtpgsmenc_handle_buffer):
19441         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
19442         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
19443         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
19444         * gst/rtp/gstrtpgsmparse.h:
19445         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
19446         inherits from the basertpdepayloader.
19447
19448 2005-10-26  Julien MOUTTE  <julien@moutte.net>
19449
19450         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19451         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
19452         (gst_video_box_ayuv): Removing this forgotten debug.
19453
19454 2005-10-26  Julien MOUTTE  <julien@moutte.net>
19455
19456         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19457         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
19458         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
19459
19460 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
19461
19462         * sys/oss/gstossaudio.c:
19463         * sys/oss/gstossdmabuffer.c:
19464         * sys/oss/gstosshelper.c:
19465         * sys/oss/gstossmixer.c:
19466         * sys/oss/gstossmixerelement.c:
19467         * sys/oss/gstossmixertrack.c:
19468         * sys/oss/gstosssink.c:
19469         * sys/oss/gstosssrc.c:
19470           Actually use the 'oss' debug category we register.
19471
19472 2005-10-26  Julien MOUTTE  <julien@moutte.net>
19473
19474         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
19475         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
19476         Use gst_pad_get_parent and drop the ref that was added through
19477         that call.
19478
19479 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
19480
19481         * gst/rtp/gstrtpgsmenc.c:
19482           Fix compilation
19483
19484 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
19485
19486         * gst/rtp/gstrtpg711dec.c
19487         Just removed a couple of lines of weird code used during
19488         development/test time.
19489
19490 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
19491
19492         * gst/rtp/Makefile.am
19493         * gst/rtp/gstrtp.c
19494         * gst/rtp/gstrtpg711enc.c
19495         * gst/rtp/gstrtpg711enc.h
19496         * gst/rtp/gstrtpg711dec.c
19497         * gst/rtp/gstrtpg711dec.h
19498         Created G711 payloader and depayloader (it supports mulaw and alaw
19499         (dec)encoders)
19500
19501 2005-10-25  Julien MOUTTE  <julien@moutte.net>
19502
19503         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19504         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
19505         Doh ! I introduced wingo's bug again ! Sorry...
19506
19507 2005-10-25  Christian Schaller <christian@fluendo.com> 
19508
19509         * gst/rtp/Makefile.am: add missing header files for disting
19510
19511 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
19512
19513         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
19514         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
19515         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
19516         (gst_rtpgsmenc_handle_buffer):
19517         * gst/rtp/gstrtpgsmenc.h:
19518         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
19519         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
19520         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
19521         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
19522         * gst/rtp/gstrtpgsmparse.h:
19523         Getting the GSM (de)payloader working and compatible with our plans for RTP.
19524
19525 2005-10-25  Julien MOUTTE  <julien@moutte.net>
19526
19527         * ext/libpng/gstpngdec.c: (user_info_callback),
19528         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
19529         a newsegment event, move some redundant code in a single place.
19530
19531 2005-10-25  Julien MOUTTE  <julien@moutte.net>
19532
19533         * ext/libpng/gstpngdec.c: (user_info_callback),
19534         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
19535         hack to get correct colors order when we have a png image with
19536         alpha channel.
19537
19538 2005-10-24  Edward Hervey  <edward@fluendo.com>
19539
19540         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
19541         Call gst_element_no_more_pads when there will be no more pads.
19542
19543 2005-10-24  Wim Taymans  <wim@fluendo.com>
19544
19545         * gst/rtp/Makefile.am:
19546         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
19547         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
19548         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
19549         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
19550         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
19551         (gst_asteriskh263_plugin_init):
19552         * gst/rtp/gstasteriskh263.h:
19553         * gst/rtp/gstrtp.c: (plugin_init):
19554         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
19555         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
19556         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
19557         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
19558         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
19559         (gst_rtph263enc_plugin_init):
19560         * gst/rtp/gstrtph263enc.h:
19561         Added two new payloaders, an RFC 2190 payloader for h263 and
19562         a payload convertor for an asterisk server.
19563
19564 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
19565
19566         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
19567           Set bytes_per_sample correctly (is not always 4, but 
19568           depends on width and number of channels).
19569
19570 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
19571
19572         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
19573         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
19574         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
19575         (gst_flacenc_sink_event), (gst_flacenc_chain),
19576         (gst_flacenc_set_property), (gst_flacenc_get_property),
19577         (gst_flacenc_change_state):
19578         * ext/flac/gstflacenc.h:
19579           Fix seeking, so that flacenc can rewrite the header with the
19580           correct duration and amount of samples and all that at EOS;
19581           also set timestamps and granulepos on outgoing buffers; add
19582           debug category; fix state change function.
19583           
19584 2005-10-24  Julien MOUTTE  <julien@moutte.net>
19585
19586         * gst/videomixer/videomixer.c: Don't restrict video geometry
19587         from 16 to 4096.
19588
19589 2005-10-24  Julien MOUTTE  <julien@moutte.net>
19590
19591         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19592         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
19593         Fix caps negotiation correctly, add debugging category.
19594
19595 2005-10-24  Christian Schaller  <christian@fluendo.com>
19596
19597         * configure.ac: Port over Thomas's change from base listing all plugins
19598
19599 2005-10-24  Julien MOUTTE  <julien@moutte.net>
19600
19601         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
19602         a sink pad.
19603
19604 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19605
19606         * configure.ac:
19607         * docs/upload.mak:
19608           back to HEAD
19609
19610 === release 0.9.4 ===
19611
19612 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19613
19614         * configure.ac:
19615           Releasing 0.9.4, "Dromiceiomimus"
19616
19617 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
19618
19619         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
19620         (gst_speexenc_src_query):
19621           Add position and duration query, fix query type function.
19622           
19623         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
19624         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
19625           Let's not set non-fixed caps on source pads.
19626
19627 2005-10-21  Wim Taymans  <wim@fluendo.com>
19628
19629         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19630         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
19631         (gst_avi_demux_handle_seek):
19632         Set correct stream_time in newsegment event.
19633         avi can also handle a duration query now.
19634
19635 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
19636
19637         * gst/matroska/matroska-demux.c:
19638         (gst_matroska_demux_handle_src_query),
19639         (gst_matroska_demux_handle_seek_event),
19640         (gst_matroska_demux_loop_stream_parse_id):
19641           Fix duration query; fix basetime in newsegment event after
19642           seek; fix duration in initial newsegment event.
19643
19644         * gst/matroska/matroska-mux.c:
19645         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
19646           Extract number of channels and samplerate from vorbis headers;
19647           add some debug messages when querying the durations of the
19648           input streams.
19649
19650 2005-10-20  Wim Taymans  <wim@fluendo.com>
19651
19652         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
19653         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19654         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
19655         Set stream time correctly in newsegment.
19656
19657 2005-10-20  Wim Taymans  <wim@fluendo.com>
19658
19659         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
19660         Correctly fill in the stream time.
19661
19662 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19663
19664         * check/elements/level.c: (GST_START_TEST):
19665         * gst/level/gstlevel.c: (gst_level_message_new):
19666         * gst/level/level-example.c: (message_handler):
19667           use ELEMENT messages instead
19668
19669 2005-10-19  Wim Taymans  <wim@fluendo.com>
19670
19671         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
19672         (gst_dvdemux_src_query):
19673         * ext/flac/gstflacdec.c: (gst_flacdec_length),
19674         (gst_flacdec_src_query):
19675         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
19676         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
19677         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
19678         * gst/debug/gstnavseek.c: (gst_navseek_seek):
19679         * gst/debug/progressreport.c: (gst_progress_report_report):
19680         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
19681         * gst/matroska/matroska-demux.c:
19682         (gst_matroska_demux_handle_src_query):
19683         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
19684         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
19685         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19686         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
19687         (gst_wavparse_srcpad_event):
19688         API change fix.
19689
19690 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
19691
19692         * gst/goom/filters.c:
19693         * gst/goom/graphic.h:
19694         * gst/goom/lines.c:
19695           Make inline functions either 'static inline' or 'extern inline',
19696           otherwise the Forte compiler apparently won't inline them (#317300).
19697
19698 2005-10-19  Julien MOUTTE  <julien@moutte.net>
19699
19700         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
19701         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
19702         (user_info_callback), (user_endrow_callback), (user_end_callback),
19703         (user_read_data), (gst_pngdec_caps_create_and_set),
19704         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
19705         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
19706         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
19707         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
19708         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
19709         very nice and handle push/pull based model. if you have filesrc
19710         connected to it, it will do random access to load the png file.
19711         If you have a network source that can't do _getrange, it does 
19712         progressive loading through the chain function.
19713         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
19714         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
19715         thanks to Master Wim Taymans ;-)
19716
19717 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
19718
19719         * gst/matroska/Makefile.am:
19720         * gst/matroska/ebml-read.c:
19721         * gst/matroska/ebml-read.h:
19722         * gst/matroska/matroska-demux.c:
19723         * gst/matroska/matroska-demux.h:
19724         * gst/matroska/matroska.c: (plugin_init):
19725           Ported matroska demuxer to 0.9.
19726
19727 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
19728
19729         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19730
19731         * gst/matroska/matroska-mux.c:
19732         (gst_matroska_mux_video_pad_setcaps),
19733         (gst_matroska_mux_audio_pad_setcaps):
19734           Fix mpeg4 input handling (#318847); also, while we're at it,
19735           fix media type for Motion-JPEG: should be image/jpeg.
19736
19737 2005-10-18  Wim Taymans  <wim@fluendo.com>
19738
19739         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
19740         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19741         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
19742         Fix for segment-start/stop API change.
19743
19744 2005-10-17  Julien MOUTTE  <julien@moutte.net>
19745
19746         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
19747         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
19748         way.
19749
19750 2005-10-17  Julien MOUTTE  <julien@moutte.net>
19751
19752         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
19753         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
19754         output declared in transform_caps.
19755
19756 2005-10-17  Julien MOUTTE  <julien@moutte.net>
19757
19758         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
19759
19760 2005-10-17  Julien MOUTTE  <julien@moutte.net>
19761
19762         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
19763         (gst_video_box_get_unit_size): Fix wrong size calculations and
19764         implement get_unit_size correctly.
19765
19766 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
19767
19768         * configure.ac:
19769           Enable flx plugin.
19770
19771         * gst/flx/gstflxdec.c: (flx_decode_chunks):
19772           Fix gcc4 signedness issue.
19773
19774 2005-10-17  Julien MOUTTE  <julien@moutte.net>
19775
19776         * configure.ac: Adding videomixer.
19777         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
19778         (user_read_data), (gst_pngdec_chain): More debugging.
19779         * gst/alpha/Makefile.am: Adding alphacolor
19780         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
19781         (gst_alpha_color_class_init), (gst_alpha_color_init),
19782         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
19783         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
19784         (plugin_init): Ported to 0.9 using in place base tranform.
19785         * gst/videomixer/Makefile.am:
19786         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
19787         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
19788         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
19789         (gst_videomixer_pad_init), (gst_videomixer_class_init),
19790         (gst_videomixer_init), (gst_videomixer_getcaps),
19791         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
19792         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
19793         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
19794         to 0.9 using collectpads.
19795
19796 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
19797
19798         * configure.ac:
19799         * gst/flx/Makefile.am:
19800         * gst/flx/gstflxdec.c: (gst_flxdec_init),
19801         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
19802         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
19803         * gst/flx/gstflxdec.h:
19804         flx plugin ported to 0.9
19805
19806 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19807
19808         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
19809           use new gst_version_string()
19810
19811 2005-10-16  Andy Wingo  <wingo@pobox.com>
19812
19813         * configure.ac: GLIB_CHECK.
19814
19815 2005-10-15  Julien MOUTTE  <julien@moutte.net>
19816
19817         * ext/libpng/Makefile.am:
19818         * ext/libpng/gstpng.c: (plugin_init):
19819         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
19820         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
19821         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
19822
19823 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
19824
19825         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19826
19827         * configure.ac:
19828         * gst/matroska/Makefile.am:
19829         * gst/matroska/ebml-ids.h:
19830         * gst/matroska/ebml-write.c:
19831         * gst/matroska/ebml-write.h:
19832         * gst/matroska/matroska-ids.h:
19833         * gst/matroska/matroska-mux.c:
19834         * gst/matroska/matroska-mux.h:
19835         * gst/matroska/matroska.c: (plugin_init):
19836           Port matroska muxer to 0.9 (#318847).
19837
19838 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
19839
19840         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
19841         (comment_init), (comment_add):
19842           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
19843           use GST_READ_UINT32_LE() and friends rather than the private
19844           implementation of those same macros.
19845
19846 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
19847
19848         * examples/stats/mp2ogg.c:
19849           more typo fixes
19850
19851 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
19852
19853         * examples/indexing/indexmpeg.c: (main):
19854         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
19855         (gst_esdmon_close_audio), (gst_esdmon_change_state):
19856         * ext/esd/esdmon.h:
19857         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
19858         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
19859         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
19860         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
19861         * gst/avi/gstavimux.c: (gst_avimux_init):
19862         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
19863         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
19864         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
19865         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
19866         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
19867         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
19868         * gst/oldcore/gstmultifilesrc.h:
19869         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
19870         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
19871         (gst_pipefilter_change_state):
19872         * gst/oldcore/gstpipefilter.h:
19873         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
19874         * gst/videomixer/videomixer.c: (gst_videomixer_init):
19875         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
19876         * sys/osxaudio/gstosxaudiosink.h:
19877         * sys/osxaudio/gstosxaudiosrc.h:
19878           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
19879           moved bitshift from macro to enum definition
19880
19881 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
19882
19883         * ext/Makefile.am:
19884         * ext/cairo/Makefile.am:
19885         * ext/cairo/gstcairo.c: (plugin_init):
19886         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
19887         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
19888         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
19889         * ext/cairo/gsttimeoverlay.h:
19890           update of cairo-based timeoverlay to 1.0 Cairo API
19891           doesn't work yet for resizing of output sink
19892
19893 2005-10-11  Wim Taymans  <wim@fluendo.com>
19894
19895         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
19896         newsegment API fix.
19897
19898 2005-10-11  Wim Taymans  <wim@fluendo.com>
19899
19900         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
19901         (gst_dvdemux_demux_frame):
19902         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19903         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19904         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
19905         (gst_avi_demux_handle_seek):
19906         * gst/goom/gstgoom.c: (gst_goom_event):
19907         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
19908         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
19909         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19910         (gst_wavparse_loop), (gst_wavparse_pad_convert),
19911         (gst_wavparse_srcpad_event):
19912         newsegment API update.
19913
19914 2005-10-11  Andy Wingo  <wingo@pobox.com>
19915
19916         * ext/speex/gstspeexenc.c: Signedness cleanups.
19917
19918 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
19919
19920         * PORTED_09:
19921         * ext/speex/Makefile.am:
19922         * ext/speex/gstspeex.c:
19923         * ext/speex/gstspeexenc.c:
19924         Speexenc ported to 0.9
19925
19926 2005-10-10  Wim Taymans  <wim@fluendo.com>
19927
19928         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
19929         (gst_oss_sink_init), (gst_oss_sink_set_property),
19930         (gst_oss_sink_get_property), (gst_oss_sink_open),
19931         (gst_oss_sink_prepare), (gst_oss_sink_reset):
19932         * sys/oss/gstosssink.h:
19933         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
19934         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
19935         (gst_oss_src_prepare):
19936         Cleanups, make device configurable in the sink, handle and report
19937         errors.
19938
19939 2005-10-10  Wim Taymans  <wim@fluendo.com>
19940
19941         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
19942         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
19943         Make sure element is NULL before removing from the bin.
19944
19945 2005-10-07  Andy Wingo  <wingo@pobox.com>
19946
19947         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
19948         block forever in a read().
19949         (gst_dv1394src_bus_reset): Post a message when the cable is
19950         unplugged.
19951         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
19952         (gst_dv1394src_bus_reset): Don't unref the message.
19953
19954         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
19955         hacking. The only change should be that the state change stuff was
19956         put into basesrc's start() and stop() routines, which coalesces
19957         some steps.
19958
19959 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
19960
19961         * configure.ac:
19962           Add check for mmap
19963           
19964         * gst/debug/Makefile.am:
19965           Only compile efence plugin on systems that have mmap.
19966
19967 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
19968
19969         * gst/debug/Makefile.am:
19970         * gst/debug/breakmydata.c:
19971         * gst/debug/gstdebug.c:
19972         * gst/debug/gstnavigationtest.c:
19973         * gst/debug/gstnavseek.c: 
19974         * gst/debug/gstnavseek.h:
19975         * gst/debug/progressreport.c: 
19976         * gst/debug/testplugin.c:
19977           Port progressreport, navseek, navigationtest, testsink and
19978           breakmydata.
19979
19980 2005-10-05  Edward Hervey  <edward@fluendo.com>
19981
19982         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
19983         (gst_dvdemux_src_query):
19984         Fixes for better conversion
19985
19986 2005-10-04  Michael Smith <msmith@fluendo.com>
19987
19988         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
19989         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19990         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
19991         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
19992           Set state of elements to NULL before removing from bins.
19993           Set state of test element to NULL if we failed to move it to READY
19994
19995 2005-10-04  Edward Hervey  <edward@fluendo.com>
19996
19997         * ext/dv/Makefile.am:
19998         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
19999         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
20000         Corrected the query function for position so it doesn't forget what
20001         format was asked, and calls the conversion functions on the correct pad.
20002
20003 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20004
20005         * configure.ac:
20006           back to development
20007
20008 === release 0.9.3 ===
20009
20010 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20011
20012         * configure.ac:
20013           Releasing 0.9.3, "Aramis"
20014
20015 2005-10-03  Andy Wingo  <wingo@pobox.com>
20016
20017         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
20018         error returns.
20019
20020 2005-10-02  Andy Wingo  <wingo@pobox.com>
20021
20022         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
20023
20024         * ext/flac/gstflacenc.c: Ported to 0.9.
20025
20026         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
20027
20028         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
20029         and link to gsttagedit. Enable flacenc.
20030
20031         * ext/flac/gstflacdec.c: Re-enable tag reading.
20032
20033 2005-09-30  Wim Taymans  <wim@fluendo.com>
20034
20035         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
20036         * gst/rtp/gstrtpgsmparse.c:
20037         * gst/rtp/gstrtph263penc.c:
20038         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20039         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20040         (gst_rtpmp4venc_set_property):
20041         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
20042         Various class and caps fixes from Andre Magalhaes (andrunko)
20043
20044 2005-09-29  Wim Taymans  <wim@fluendo.com>
20045
20046         * gst/level/level-example.c: (main):
20047         Update for new bus API.
20048
20049 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
20050
20051         * configure.ac:
20052           Fix unexpanded autoconf macro GST_DOC, which has been renamed
20053           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
20054
20055 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
20056
20057         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
20058           Fix playback of mono streams (bytes_per_sample should be set
20059           from the sample width and the number of channels negotiated,
20060           and not just be set to 4) (#317338)
20061
20062 2005-09-26  Wim Taymans  <wim@fluendo.com>
20063
20064         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
20065         (gst_rtpmpaenc_handle_buffer):
20066         Set buffer duration correctly.
20067
20068 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
20069
20070         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
20071         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
20072         (gst_avi_demux_change_state):
20073           Don't crash when encountering a stream with an unknown fourcc or
20074           codec id. Instead, create a pad of type video/x-avi-unknown or
20075           audio/x-avi-unknown, which as a side-effect also results in less
20076           confusing error messages in players ('no decoder' vs. 'no streams');
20077           minor fixes to state change function and class_init function.
20078
20079 2005-09-24  Wim Taymans  <wim@fluendo.com>
20080
20081         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20082         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20083         These are sinks.
20084
20085 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20086
20087         * check/elements/level.c: (GST_START_TEST):
20088           fix test for new GstClockTime use
20089         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
20090         (gst_level_transform_ip):
20091         * gst/level/gstlevel.h:
20092           fix up the decay peak, ensuring the decay peak is never lower
20093           than the peak for that interval
20094
20095 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20096
20097         * docs/plugins/gst-plugins-good-plugins.args:
20098         * docs/plugins/inspect/plugin-alpha.xml:
20099         * docs/plugins/inspect/plugin-rtp.xml:
20100         * gst/level/gstlevel.c: (gst_level_set_caps),
20101         (gst_level_transform_ip):
20102           updating docs
20103
20104 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20105
20106         * Makefile.am:
20107         * check/elements/level.c: (GST_START_TEST):
20108         * gst/level/Makefile.am:
20109         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
20110         (gst_level_set_property), (gst_level_get_property),
20111         (gst_level_set_caps), (gst_level_message_new),
20112         (gst_level_transform_ip):
20113         * gst/level/gstlevel.h:
20114         * gst/level/level-example.c: (message_handler), (main):
20115           convert to using GstClockTime for all time values, finally.
20116
20117 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20118
20119         * gst/auparse/Makefile.am:
20120         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20121           fix up build
20122         * configure.ac:
20123         * ext/cairo/Makefile.am:
20124         * ext/dv/Makefile.am:
20125         * ext/esd/Makefile.am:
20126         * ext/flac/Makefile.am:
20127         * ext/gconf/Makefile.am:
20128         * ext/gdk_pixbuf/Makefile.am:
20129         * ext/jpeg/Makefile.am:
20130         * ext/ladspa/Makefile.am:
20131         * ext/libcaca/Makefile.am:
20132         * ext/libmng/Makefile.am:
20133         * ext/libpng/Makefile.am:
20134         * ext/mikmod/Makefile.am:
20135         * ext/pango/Makefile.am:
20136         * ext/raw1394/Makefile.am:
20137         * ext/shout2/Makefile.am:
20138         * ext/speex/Makefile.am:
20139         * gst/alpha/Makefile.am:
20140         * gst/autodetect/Makefile.am:
20141         * gst/avi/Makefile.am:
20142         * gst/cutter/Makefile.am:
20143         * gst/debug/Makefile.am:
20144         * gst/effectv/Makefile.am:
20145         * gst/flx/Makefile.am:
20146         * gst/goom/Makefile.am:
20147         * gst/interleave/Makefile.am:
20148         * gst/law/Makefile.am:
20149         * gst/matroska/Makefile.am:
20150         * gst/median/Makefile.am:
20151         * gst/monoscope/Makefile.am:
20152         * gst/multipart/Makefile.am:
20153         * gst/oldcore/Makefile.am:
20154         * gst/rtp/Makefile.am:
20155         * gst/rtsp/Makefile.am:
20156         * gst/smoothwave/Makefile.am:
20157         * gst/smpte/Makefile.am:
20158         * gst/videobox/Makefile.am:
20159         * gst/videofilter/Makefile.am:
20160         * gst/videomixer/Makefile.am:
20161         * gst/wavenc/Makefile.am:
20162         * gst/wavparse/Makefile.am:
20163         * sys/oss/Makefile.am:
20164         * sys/osxaudio/Makefile.am:
20165         * sys/osxvideo/Makefile.am:
20166           fix up GST_LIBS use
20167
20168 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20169
20170         * gst/auparse/Makefile.am:
20171         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20172           fix build of auparse
20173
20174 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
20175
20176         * configure.ac:
20177         * PORTED_09:
20178         * gst/auparse/gstauparse.c:
20179         * gst/auparse/gstauparse.h:
20180         Auparse ported to 0.9.
20181
20182 2005-09-22  Wim Taymans  <wim@fluendo.com>
20183
20184         * gst/rtp/TODO:
20185         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
20186         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20187         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20188         (gst_rtpmp4venc_set_property):
20189         * gst/rtp/gstrtpmp4venc.h:
20190         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
20191         * gst/rtp/gstrtpmpaenc.h:
20192         Use is_filled to both check MTU and max-ptime of base class.
20193
20194 2005-09-22  Wim Taymans  <wim@fluendo.com>
20195
20196         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20197         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20198         (gst_rtpmp4venc_set_property):
20199         Don't fragment packets with multiple frames.
20200
20201 2005-09-22  Wim Taymans  <wim@fluendo.com>
20202
20203         * gst/rtp/TODO:
20204         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
20205         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20206         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
20207         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
20208         (gst_rtpmp4venc_get_property):
20209         * gst/rtp/gstrtpmp4venc.h:
20210         Remove g_print.
20211         Update TODO
20212         Make payload encoder a bit smarter and more correct with
20213         timestamps.
20214         Added option in payloader to include config string in-band.
20215
20216 2005-09-21  Wim Taymans  <wim@fluendo.com>
20217
20218         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
20219         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
20220         (gst_rtspsrc_send):
20221         Strip spaces for key/value pairs.
20222
20223 2005-09-21  Wim Taymans  <wim@fluendo.com>
20224
20225         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
20226         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
20227         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
20228         (gst_rtspsrc_change_state):
20229         More SDP parsing and caps setting.
20230         Do NO_PREROLL differently.
20231         add pads only after negotiated.
20232
20233         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20234         (gst_udpsrc_getcaps):
20235         Implement the getcaps function.
20236
20237 2005-09-21  Wim Taymans  <wim@fluendo.com>
20238
20239         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
20240         (gst_rtpamrdec_chain):
20241         Handle multiple AMr packets per payload. Handle CRC and
20242         parse ILL/ILP.
20243
20244         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
20245         Make caps params strings for easy SDP mapping.
20246         
20247         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
20248         Handle capsnego better.
20249
20250         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
20251         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
20252         Generate and parse config string in the caps.
20253
20254 2005-09-21  Wim Taymans  <wim@fluendo.com>
20255
20256         * gst/rtp/README:
20257         Update README
20258
20259         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
20260         Make extra params as strings.
20261
20262         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
20263         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
20264         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
20265         Make state change return NO_PREROLL as this is a live
20266         source.
20267
20268         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
20269         Don't unref old caps when NULL.
20270
20271 2005-09-20  Wim Taymans  <wim@fluendo.com>
20272
20273         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
20274         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
20275         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
20276         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
20277         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
20278         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
20279         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
20280         * gst/rtsp/sdpmessage.h:
20281         Add URI handler.
20282         Parse SDP and create caps.
20283
20284 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
20285
20286         * gst/alpha/gstalpha.c:
20287           fix element description
20288
20289 2005-09-19  Wim Taymans  <wim@fluendo.com>
20290
20291         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
20292         Don't check payload for now.
20293
20294 2005-09-19  Wim Taymans  <wim@fluendo.com>
20295
20296         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
20297         (gst_wavparse_init), (gst_wavparse_parse_file_header),
20298         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
20299         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20300         (gst_wavparse_loop), (gst_wavparse_pad_convert),
20301         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
20302         (gst_wavparse_change_state):
20303         * gst/wavparse/gstwavparse.h:
20304         Fix wavparse some more.
20305
20306 2005-09-19  Wim Taymans  <wim@fluendo.com>
20307
20308         * check/elements/level.c: (GST_START_TEST):
20309         Fix for bus API change.
20310
20311 2005-09-19  Wim Taymans  <wim@fluendo.com>
20312
20313         * gst/level/level-example.c: (main):
20314         Fix for new bus API.
20315
20316         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
20317         Set caps on pads.
20318
20319 2005-09-15  Wim Taymans  <wim@fluendo.com>
20320
20321         * gst/rtp/Makefile.am:
20322         * gst/rtp/README:
20323         * gst/rtp/gstrtp.c: (plugin_init):
20324         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
20325         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
20326         (gst_rtpamrdec_change_state):
20327         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
20328         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
20329         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
20330         * gst/rtp/gstrtpamrenc.h:
20331         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20332         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
20333         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
20334         * gst/rtp/gstrtpgsmenc.h:
20335         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
20336         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
20337         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
20338         (gst_rtpgsmparse_change_state):
20339         * gst/rtp/gstrtpgsmparse.h:
20340         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
20341         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
20342         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
20343         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
20344         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
20345         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
20346         * gst/rtp/gstrtph263penc.h:
20347         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
20348         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
20349         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
20350         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
20351         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
20352         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
20353         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
20354         * gst/rtp/gstrtpmp4venc.h:
20355         * gst/rtp/gstrtpmpadec.c:
20356         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
20357         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
20358         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
20359         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
20360         * gst/rtp/gstrtpmpaenc.h:
20361         Updates to payloader/depayloaders, make payloaders use
20362         the base classes.
20363         Updated README with suggested RTP caps and how to convert
20364         to/from SDP.
20365         Added config descriptor in mp4v payloader.
20366
20367 2005-09-15  Andy Wingo  <wingo@pobox.com>
20368
20369         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
20370         * gst/autodetect/gstautovideosink.c
20371         (gst_auto_video_sink_find_best): Update for new registry API.
20372
20373 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20374
20375         * common/c-to-xml.py:
20376         * common/gtk-doc-plugins.mak:
20377           a simple py script to generate valid xml from a C example
20378           probably also need to strip an MIT license when we decide
20379         * docs/plugins/Makefile.am:
20380         * gst/level/Makefile.am:
20381         * gst/level/gstlevel.c: (gst_level_init):
20382         * gst/level/level-example.c: (message_handler), (main):
20383           add an example to level that will show up in the docs
20384         * gst/rtp/TODO:
20385           add a note for the future
20386
20387 2005-09-14  Michael Smith <msmith@fluendo.com>
20388
20389         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
20390           Actually define the debug object being used in wavenc. Fixes #316205
20391
20392 2005-09-14  Michael Smith <msmith@fluendo.com>
20393
20394         * gst/smpte/Makefile.am:
20395           Link against GST_BASE_LIBS, to get it linked against libgstbase;
20396           needed to build on windows (bug 316204)
20397
20398 2005-09-12  Andy Wingo  <wingo@pobox.com>
20399
20400         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
20401
20402 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
20403
20404         * configure.ac:
20405         * gst/fdsrc/Makefile.am:
20406         * gst/fdsrc/gstfdsrc.c:
20407         * gst/fdsrc/gstfdsrc.h:
20408           Move fdsrc back into gstreamer core elements.
20409
20410         * gst/level/gstlevel.c: (gst_level_class_init),
20411         (gst_level_transform_ip):
20412         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
20413           Basetransform changes.
20414
20415 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20416
20417         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
20418         * ext/jpeg/smokecodec.c: (find_best_size):
20419           fix compiler warnings
20420
20421 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20422
20423         * gst-plugins-good.spec.in:
20424           spec file fixes
20425         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
20426         (gst_multiudpsink_render), (gst_multiudpsink_add),
20427         (gst_multiudpsink_clear):
20428           it actually helps to actually stream if we hook up the
20429           "add" signal to an actual implementation
20430         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
20431           some debugging
20432
20433 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20434
20435         * ext/jpeg/Makefile.am:
20436         * ext/jpeg/gstjpeg.c
20437         * ext/jpeg/gstjpegenc.c:
20438         * ext/jpeg/gstsmokeenc.c:
20439
20440 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
20441
20442         * ext/flac/gstflacdec.c:
20443         * ext/flac/gstflacenc.c:
20444         * ext/flac/gstflactag.c:
20445         * ext/speex/gstspeexenc.c:
20446           gsttaginterface.h -> gsttagsetter.h
20447
20448 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
20449
20450         * configure.ac:
20451         * gst/debug/Makefile.am:
20452         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
20453         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
20454         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
20455         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
20456         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
20457           Port to 0.9 and re-enable efence plugin.
20458
20459 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
20460
20461         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
20462         (gst_flacdec_write), (gst_flacdec_convert_src):
20463         * ext/flac/gstflacdec.h:
20464           Add support for flac files with 24/32 bits per sample; and misc.
20465           minor clean-ups. Seeking is still partly broken (for me at least).
20466
20467 2005-09-06  Wim Taymans  <wim@fluendo.com>
20468
20469         * gst/rtp/Makefile.am:
20470         * gst/rtp/gstrtp.c: (plugin_init):
20471         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
20472         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
20473         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
20474         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
20475         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
20476         (gst_rtpmp4vdec_plugin_init):
20477         * gst/rtp/gstrtpmp4vdec.h:
20478         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
20479         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
20480         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
20481         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
20482         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
20483         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
20484         * gst/rtp/gstrtpmp4venc.h:
20485         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
20486         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
20487         Added mpeg4 video payload encoder/decoder.
20488         Added some docs in mpa payloader.
20489
20490 === release 0.9.1 ===
20491
20492 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20493
20494         * NEWS:
20495         * README:
20496         * RELEASE:
20497         * autogen.sh:
20498         * configure.ac:
20499           releasing 0.9.1, "Blondie"
20500
20501 2005-09-05  Andy Wingo  <wingo@pobox.com>
20502
20503         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
20504         here from the state change handler, so we fire signals without
20505         holding the state lock.
20506
20507 2005-09-02  Andy Wingo  <wingo@pobox.com>
20508
20509         * All plugins updated for element state changes.
20510
20511 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20512
20513         * Makefile.am:
20514         * check/.cvsignore:
20515         * check/Makefile.am:
20516         * check/elements/.cvsignore:
20517         * check/elements/level.c: (setup_level), (cleanup_level),
20518         (GST_START_TEST), (level_suite), (main):
20519           add a test for level
20520         * common/release.mak:
20521           move the enum checking to release.mak
20522         * configure.ac:
20523           add valgrind and check checking
20524         * gst/level/gstlevel.c: (gst_level_transform):
20525         * gst/level/gstlevel.h:
20526           fix Andy's cast bug
20527           convert a field to int
20528           fix the arithmetic to int when checking for emit so that a
20529           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
20530
20531 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20532
20533         * Makefile.am:
20534         * configure.ac:
20535           add docs to build
20536         * common/plugins.xsl:
20537           wrap Description into a refsect2
20538         * docs/Makefile.am:
20539         * docs/plugins/Makefile.am:
20540         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20541         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20542         * gst/goom/Makefile.am:
20543         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
20544         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
20545         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
20546         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
20547         (gst_goom_change_state):
20548         * gst/goom/gstgoom.h:
20549           GstGOOM -> GstGoom
20550           add an example launch line
20551         * gst/level/gstlevel.h:
20552         * gst/monoscope/gstmonoscope.c:
20553           cleanups
20554
20555 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20556
20557         * configure.ac:
20558         * docs/plugins/Makefile.am:
20559         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20560         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20561         * docs/plugins/gst-plugins-good-plugins.types:
20562           document elements and plugins.  Shazam !
20563
20564 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20565
20566         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
20567           be found under doc/random/ChangeLog-0.8